/* common */
body {
    background-color: white!important;
}
.pc {
    display: inline-block;
}
.sp {
    display: none;
}
a:hover {
    color: initial;
}
/* mv */
.renew_mv_wrap {
    width: 100%;
    background-image: url(../images/renewal/mv_bg.png);
    background-size: cover;
    background-position: center;
    height: /*635*/590px;
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-bottom: /*100*/60px;
}
.renew_mv_content_wrap {
    width: 1540px;
    padding-left: 11%;
}
.renew_logo {
    vertical-align: middle;
    margin-left: -130px;
}
.renew_logo img {
    width: 230px;
    height: 130px;
}
.renew_mv_big_text {
    margin-top: 21px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: /*60*/45px;
    /* font-size: 3.125vw; */
    line-height: 1.1;
    padding-top: /*146*/160px;
    text-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
}
.renew_mv_big {
    font-size: /*71*/50px;
    /* font-size: 3.69vw; */
    line-height: 0.98;
    letter-spacing: 0.06em;
}
.renew_mv_big2 {
    margin-top: -110px;
    margin-bottom: -125px;
}
.renew_mv_text {
    margin-top: 14.1px;
    font-size: /*24*/20px;
    line-height: 1.625;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.renew_btn {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.1;
    background: white;
    width: 400px;
    /* height: 70px; */
    border-radius: 50px;
    border: 3px solid #024B9E;
    color: #024B9E;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0px 0px 13px white;
}
.renew_btn a::after {
    content: "";
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #024B9E;
    border-right: solid 2px #024B9E;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 32.4px;
    margin-top: -4px;
}
.renew_btn_text {
    /* line-height: 70px; */
    color: #024B9E;
    font-weight: bold;
    padding: 21px 0;
    display: block;
}
.renew_btn:hover {
    background: #024B9E;
    box-sizing: border-box;
}
.renew_btn_text:hover {
    color: white;
}
.renew_btn a:hover {
    color: white;
}
.renew_btn a:hover:after {
    border-top: solid 2px white;
    border-right: solid 2px white;
}
.renew_btn a {
    color: #024B9E;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    display: block;
    padding: 16px 0;
}
/* mv */
.renew_mv_logo_group_text {
    font-size: /*36*/28px;
    line-height: 1.61;
    text-align: center;
    font-weight: bold;
}
.renew_mv_logo_group_text_logo {
    padding-bottom: 20px;
    vertical-align: middle;
}
.renew_mv_logo_group_text2 {
    font-size: 48px;
    line-height: 1.27;
    font-weight: bold;
    text-align: center;
    width: 270px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-top: -25px;
}
.renew_mv_logo_group_text2:after {
    content: '';
	  position: absolute;
	  bottom:15px;
      left: 0;
	  width: 100%;
	  height: 20px;
	  background-color: #FFDE04;
	  z-index: -1;
}
.renew_big {
    font-size: 83px;
    color: #206DC4;
}
.renew_mv_logo_group_box {
    width: /*1500*/1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: /*180*/100px;
    gap: 15px /*70px*/60px;
}
.renew_mv_logo_group_item {
    width: 10%;
}

/* content1 */
.renewal_content1_group {
    background: url(../images/renewal/content_bg.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    /* height: 1700px; */
}
.renewal_content1_logo_text_img {
    text-align: center;
    margin:0 auto;
    /* margin-bottom: 40px; */
    margin-bottom: 2.08vw;
    /* padding-top: 70px; */
    padding-top: 3.64vw;
}
.renewal_content1_logo_text_img img.pc{
    width: /*43.22*/35vw;
}
.renewal_content1_box {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    gap: 4%;
}
.renewal_content1_item_text1 {
    /* font-size: 36px; */
    font-size: 1.875vw;
    line-height: 1.38;
    letter-spacing: 0.03em;
    font-weight: bold;
    margin-bottom: 32px;
    color: white;
}
.renewal_content1_item_text2 {
    /* font-size: 16px; */
    font-size: 0.83vw;
    line-height: 2;
    letter-spacing: 0.11em;
    color: white;
}
.renewal_content1_item_box {
    display: flex;
    /* width: 790px; */
    /* gap: 54px; */
    gap: 2.812vw;
}
.renewal_content1_item_box_item {
    /* width: 368px; */
}
.renewal_hukidashi {
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 20px;
    background-color: white;
    margin-bottom: 38px;
    position: relative;
    /* padding-top: 42px; */
    padding-top: 2.187vw;
    /* padding-bottom: 25px; */
    padding-left: 1.875vw;
    padding-right: 1.875vw;
    padding-bottom: 1.30vw;
    height: 12.32vw;
    box-shadow: 0 0 8px gray;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}
.renewal_hukidashi::after {
    content: '';
    position: absolute;
    bottom: -29px;
    left: 30%;
    margin-left: -14px;
    border-top-color: white;
    border-top: 35px solid white;
    border-right: 25px solid transparent;
}
.renewal_hukidashi_pd_ctl {
    /* padding-bottom: 45px; */
    /* padding-bottom: 2.34vw; */
}
.renewal_hukidashi_text {
    /* font-size: 26px; */
    font-size: 1.35vw;
    line-height: 1.65;
    text-align: center;
    font-weight: bold;
}
.renewal_hukidashi_big_text {
    font-size: 40px;
    line-height: 1.075;
    font-weight: bold;
    text-align: center;
    /* margin-top: -10px; */
}
.renewal_hukidashi_big_text_pd_ctl {
    margin-top: 15px;
}
.renewal_hukidashi_big_text_big {
    /* font-size: 120px; */
    font-size: 6.25vw;
    line-height: 1.275;
    letter-spacing: -0.03em;
    color: #024B9E;
    text-align: center;
}
.renewal_hukidashi_big_text_midlle {
    /* font-size: 53px; */
    font-size: 2.76vw;
    line-height: 1.6;
    letter-spacing: -0.05em;
    color: #024B9E;
    text-align: center;
}
.renewal_hukidashi_img_box {
    text-align: center;
}
.renewal_hukidashi_img {
    vertical-align: middle;
    margin-right: 15px;
}
/* ?R???e???c???? */
.renewal_content1_survice_btn_wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 25px;
}
.renewal_content1_box_bottom {
    /* width: 1460px; */
    max-width: 1460px;
    width: 77%;
    margin: 0 auto;
    /* margin-top: 202px; */
    margin-top: 10.5vw;
    display: flex;
    flex-direction: column;
    /* padding-bottom: 118px; */
    padding-bottom: 6.14vw;
}
.renewal_content1_text_box {
    /* font-size: 16px; */
    font-size: 0.83vw;
    /* width: 635px; */
    width: 43%;
    line-height: 2;
    letter-spacing: 0.11em;
    display: inline-block;
    /* margin-left: 60px; */
    margin-left: 3.125vw;
    white-space: nowrap;
}
.renewal_content1_text {
    /* font-size: 36px; */
    font-size: 1.875vw;
    font-weight: bold;
    line-height: 1.388;
    letter-spacing: 0.03em;
    color: #024B9E;
    margin: 31px 0 37px;
}
.renewal_content1_text_link {
    /* font-size: 16px; */
    font-size: 0.83vw;
    line-height: 2;
    color: #ECBD00;
    font-weight: bold;
}
.renewal_content1_text_link:hover {
    color: #ECBD00;
    opacity: 0.6;
}
.renewal_content1_survice_btn {
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 3px 6px #00000030;
}
.renewal_content1_survice_btn img {
    width: auto;
}
/* .renewal_content1_survice_btn img:hover {
    opacity: 0.6;
} */
.renewal_content1_survice_btn.sp {
    display: none;
}

/* content2 */
.renewal_content2_obi {
    background: url(../images/renewal/content_bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    /* height: 600px; */
}
.renewal_content2_obi_box {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    gap: 117px;
    /* padding-bottom: 67px; */
    padding-bottom: 3.48vw;
}
.renewal_content2_obi_item {
    padding-top: /*139*/65px;
}
.renewal_content2_obi_item_big_text {
    font-size: 36px;
    line-height: 1.388;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: white;
    margin-bottom: 21px;
    padding-top: 48px;
}
.renewal_content2_obi_item_text {
    /* font-size: 16px; */
    font-size: 0.83vw;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: white;
}
.renewal_content2_hukidashi {
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 20px;
    background-color: white;
    margin-bottom: 38px;
    position: relative;
    padding-top: 42px;
    padding-left: 35px;
    padding-right: 26px;
    padding-bottom: 31.9px;
    box-shadow: 0 0 8px gray;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}
.renewal_content2_hukidashi::after {
    content: '';
    position: absolute;
    bottom: -29px;
    left: 30%;
    margin-left: -14px;
    border-top-color: white;
    border-top: 35px solid white;
    border-right: 25px solid transparent;
}
.renewal_content2_hukidashi_text {
    width: 142px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    display: inline-block;
    font-weight: bold;
}
.renewal_content2_hukidashi_big_text {
    display: inline-block;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.325;
}
.renewal_hukidashi_big_text_big {
    line-height: 1.09;
    letter-spacing: -0.04em;
    color: #024B9E;
}
.renewal_content2_hukidashi_text_bottom {
    text-align: center;
    font-weight: bold;
}
.renewal_content2_group {
    background: url(../images/renewal/content_bg3.png);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 1347px; */
    padding-bottom: 4.16vw;
}
.renewal_content2_box {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    gap: 86px;
    padding-top: /*146*/80px;
}
.renewal_content2_box_mg {
    /* padding-top: 239.5px; */
    padding-top: 12.47vw;
}
.renewal_content2_item_text_big {
    /* font-size: 36px; */
    font-size: 1.875vw;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.388;
    color: white;
    padding-top: 66px;
    padding-bottom: 21px;
}
.renewal_content2_item_text {
    /* font-size: 16px; */
    font-size: 0.83vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.875;
    color: white;
}
.renewal_content2_item_text_color {
    color: #024B9E;
}
.renewal_content2_item_text.renewal_content2_item_text_color2 {
    color: black;
}
.renewal_content1_text_link.renewal_content1_text_link_color {
    color: #ECBD00;
    margin-top: 34px;
    display: inline-block;
}
.renewal_content1_text_link.renewal_content1_text_link_color:hover {
    opacity: 0.6;
    color: #ECBD00;
}
.renewal_content2_item {
    width: 45%;
}
.renewal_content2_item img {
    width: 100%;
}
.renewal_content2_item_box {
    /* width: 575px; */
    width: 22.84vw;
    text-align: center;
    border: 1px solid white;
    border-radius: 20px;
    box-shadow: 1px 1px 2px gray;
    /* padding: 63px 68px; */
    padding: 3.28vw 3.54vw;
    background-color: white;
}
.renewal_content2_item_box_text {
    /* font-size: 22px; */
    font-size: 1.14vw;
    font-weight: bold;
    letter-spacing: 0.19em;
    line-height: 1.545;
}
.renewal_content2_item_box_text_span {
    color: #5FACC0;
}
.renewal_content2_item_box_line {
    height: 1px;
    padding:37px 0 43px 0;
}

/* content3 */
.renewal_content3_obi {
    background-color: #F1F1F1;
    padding: /*91px 0 110px 0*/60px 0;
}
.renewal_content3_obi_box {
    display: flex;
    justify-content: center;
    gap: 64px;
}
.renewal_content3_obi_item {

}
.renewal_content3_obi_item_img {
    width: 359px;
    height: 269px;
}
.renewal_content3_obi_item_text {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.785;
    margin-top: 23px;
}
.renewal_content3_obi_item_text_big {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.388;
    letter-spacing: -0.04em;
}
.renewal_content3_obi_item_text_span {
    color: #024B9E;
}
.renewal_content3_obi_item_btn {
    background-color: #024B9E;
    text-align: center;
    width: 267px;
    border-radius: 46px;
    margin-top: 49px;
    border: solid 3px #024B9E;
    box-sizing: border-box;
}
.renewal_content3_obi_item_btn a {
    color: white;
    font-weight: bold;
    display: block;
    padding: 6px 0;
}
.renewal_content3_obi_item_btn img {
    display: inline-block;
    margin-left: 10px;
    width: 20.5px;
    vertical-align: sub;
}
.renewal_content3_obi_item_btn:hover {
    background-color: white;
    border: solid 3px #024B9E;
    box-sizing: border-box;
    color: #024B9E;
}
.renewal_content3_obi_item_btn a:hover {
    color: #024B9E;
}
/* ?R???e???c???? */
.renewal_content3_group {
    padding: /*160px 0 122px*/80px 0;
}
.renewal_content3_group_text {
    /* font-size: 44px;*/
    font-size: 2vw;
    line-height: 1.58;
    font-weight: bold;
    text-align: center;
}
.renewal_content3_box {
    display: flex;
    /* gap: 109px; */
    gap: 5.67vw;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: /*109*/40px;
    margin-bottom: /*157*/60px;
    flex-wrap: wrap;
    /* width: 1410px; */
    width: 75%;
    max-width: 1410px;
}
.renewal_content3_item {
    /* width: 650px; */
    width:33.9vw;
}
.renewal_content3_item_box {
    display: flex;
    /* gap: 30px; */
    gap: 1.56vw;
}
.renewal_content3_item_box_item img:hover {
    opacity: 0.6;
}
.renewal_content3_item_box_item img {
}
.renewal_content3_item_box_item_text {
    /* font-size: 27px; */
    font-size: 1.3vw;
    line-height: 1.607;
    font-weight: bold;
}
.renewal_content3_item_box_item_text2 {
    /* font-size: 16px; */
    font-size: 0.83vw;
    line-height: 1.625;
    font-weight: bold;
    letter-spacing: 0.07em;
}
.renewal_content3_item_box_item_line {
    /* margin: 25.5px 0 26.5px; */
    margin: 1.32vw 0 1.38vw;
    width: 23.4vw;
}
.renewal_content3_group_btn {
    width: 400px;
    background: #024B9E;
    text-align: center;
    border-radius: 50px;
    position: relative;
    margin: 0 auto;
    border: 3px solid #024B9E;
    box-sizing: border-box;
}
.renewal_content3_group_btn:hover {
    background: white;
    border: 3px solid #024B9E;
    box-sizing: border-box;
}
.renewal_content3_group_btn a:hover {
    color: #024B9E;
}
.renewal_content3_group_btn a {
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    display: block;
    padding: 16px 0;
}
.renewal_content3_group_btn a:after {
    content:"";
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px white;
    border-right: solid 2px white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 32.4px;
    margin-top: -4px;
}
.renewal_content3_group_btn a:hover:after {
    border-top: solid 2px #024B9E;
    border-right: solid 2px #024B9E;
}

.renewal_content3_group_bottom {
    background: #F1F1F1;
    padding: 101px 0 103px;
}
.renewal_content3_group_bottom_box {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}
.renewal_content3_group_bottom_item {
    width: 380px;
    border-radius: 10px;
    box-shadow: 2px 3px 5px gray;
    overflow: hidden;
}
.renewal_content3_group_bottom_item:hover {
    opacity: 0.6;
}
.renewal_content3_group_bottom_item_img {
    text-align: center;
    padding: 26px 0;
    background-color: white;
}
.renewal_content3_group_bottom_item_img img {
    width: 210px;
    height: 108px;
}
.renewal_content3_group_bottom_item_btn {
    background-color: #024B9E;
    text-align: center;
    position: relative;
}
.renewal_content3_group_bottom_item_btn:after {
    content:"";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px white;
    border-right: solid 2px white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 42.4px;
    margin-top: -4px;
}
.renewal_content3_group_bottom_item_btn_text {
    font-size: 20px;
    color: white;
    line-height: 1.6;
    font-weight: bold;
    padding: 14px 0;
}
.renewal_content3_group_bottom_item_btn_text a{ font-size: 20px; color: white;}

.renewal_content3_group_bottom2_box {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.renewal_content3_group_bottom2_item {
    width: 170px;
    border-radius: 10px;
    box-shadow: 2px 3px 5px gray;
    overflow: hidden;
}
.renewal_content3_group_bottom2_item:hover {
    opacity: 0.6;
}
.renewal_content3_group_bottom2_item_img {
    text-align: center;
    padding: 26px 8px;
    background-color: white;
}
.renewal_content3_group_bottom2_item_img img {
    width: 156px;
    height: 115px;
}
.renewal_content3_group_bottom2_item_btn {
    background-color: #024B9E;
    text-align: center;
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.renewal_content3_group_bottom2_item_btn:after {
    content:"";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px white;
    border-right: solid 2px white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 17.4px;
    margin-top: -4px;
}
.renewal_content3_group_bottom2_item_btn_text {
    font-size: 16px;
    color: white;
    line-height: 1.25;
    font-weight: bold;
}
.renewal_content3_group_bottom2_item_btn_text a{font-size: 16px;color: white;}
.renewal_content3_item_box_item_img img {
    width: 100%;
}
.renewal_content1_item_box_item_text {
    margin-top: 10px;
    font-weight: bold;
}
.renewal_content3_item_box_item_text2 {
    font-size: 16px;
}
.renewal_content1_item_box_item_text_white {
    color: white;
}
.renewal_content2_hukidashi_text_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* btn */
.survice_btn_img {
    width: auto!important;
    margin-top: 50px;
}


.survice_btn_pd:hover,.survice_btn_pd2:hover,.survice_btn_pd3:hover,.survice_btn_pd0:hover {
    opacity: 0.6;
}
.renewal_content1_survice_btn_wrap_pd_ctl {
    display: flex;
    gap: 30px;
}
.renewal_content1_survice_btn_top_text {
    margin-top: 25px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.625;
    color: #5FACC0;
    font-weight: bold;
}
.renewal_content1_survice_btn_text {
    margin-top: 30px;
    line-height: 1.625;
    font-weight: bold;
    margin-bottom: 14px;
    font-size: 14px;

}
.renewal_content1_survice_btn_text2 {
    margin-top: 23px;
    line-height: 1.625;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 16px;
}
.renewal_content1_survice_btn_text3 {
    line-height: 1.625;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 16px;
}



@media screen and (max-width: 640px) {
    /* common */
    .pc {
        display: none;
    }
    .sp {
        display: inline-block;
    }
    /* mv */
    .renew_mv_wrap {
        width: 100%;
        background-image: url(../images/renewal/mv_bg_sp.png);
        background-size: cover;
        background-position: center;
        height: auto;
        background-repeat: no-repeat;
        margin-top: 0;
        margin-bottom: 0;
        /* padding-bottom: 34px; */
        padding-bottom: 74px;
    }
    .renew_mv_content_wrap {
        width: 100%;
        margin:0 auto;
        padding-left: 0;
        margin-top: 10%;
        padding-top: 13%;
    }
    .renew_logo {
        margin-top: 0;
        text-align: left;
        margin-left: 4%;
    }
    .renew_logo img {
        width: ;
        height: auto;
    }
    .renew_mv_big_text {
        /* margin-top: 21px; */
        margin-top: 50px;
        font-size: 20px;
        line-height: 1.23;
        letter-spacing: -0.07em;
        text-align: left;
        padding: 0 3%;
    }
    .renew_mv_big_text_sp.sp {
        margin-left: -20%;
    }
    .renew_mv_big {
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: 0.032em;
    }
    .renew_mv_text {
        margin-top: -19%;
        font-size: 12px;
        line-height: 1.66;
        letter-spacing: 0;
        padding: 0 6%;
        text-align: left;
        text-shadow: 30px 3px 6px #000;
    }
    .renew_btn {
        margin-top: 40px;
        font-size: 16px;
        line-height: 1.375;
        background: white;
        width: 77.4%;
        height: 50px;
        border-radius: 50px;
        border: 2px solid #024B9E;
        color: #024B9E;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-top: 28px;
        box-sizing: border-box;
    }
    .renew_btn::after {
        content: "";
        width: 7px;
        height: 7px;
        border: 0px;
        border-top: solid 2px #024B9E;
        border-right: solid 2px #024B9E;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 49%;
        right: 5%;
        margin-top: -4px;
    }
    .renew_btn_text {
        line-height: 16px;
        color: #024B9E;
        font-weight: bold;

    }
    /* mv */
    .renew_mv_logo_group {
        padding:38px 0 70.4px;
    }
    .renew_mv_logo_group_text {
        font-size: 20px;
        /* line-height: 1.6; */
        line-height: 0;
        text-align: center;
    }
    .renew_mv_logo_group_text_logo {
        padding-bottom: 3%;
        width: 30%;
    }
    .renew_mv_logo_group_text2 {
        font-size: 28px;
        line-height: 1.607;
        width: 40%;
        z-index: 1;
        margin-top:4%;
    }
    .renew_mv_logo_group_text2:after {
        content: '';
        position: absolute;
        bottom:5px;
        left: 0;
        width: 100%;
        height: 15px;
        background-color: #FFDE04;
        z-index: -1;
    }
    .renew_big {
        font-size: 52px;
        color: #206DC4;
        line-height: 1.28;
    }
    .renew_mv_logo_group_box {
        width: 100%;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        margin: 0 auto;
        margin-top: 36.3px;
        margin-bottom: 0;
        gap: 10%;
        padding-left: 10%;
    }
    .renew_mv_logo_group_item {
        width: 35%;
    }

    /* content1 */
.renewal_content1_group {
    background: url(../images/renewal/content_bg_sp.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
}
.renewal_content1_logo_text_img {
    text-align: center;
    margin:0 auto;
    margin-bottom: 0;
    padding-top: 0;
}
.renewal_content1_box {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.renewal_content1_item_text1 {
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 32px;
    text-align: left;
    padding: 0 5%;
}
.renewal_content1_item_text2 {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    padding: 0 5%;
    margin-bottom: 49.7px;
}
.renewal_content1_item_box {
    display: block;
    width: 100%;
}
.renewal_content1_item_box_item {
    width: 74%;
    margin: 0 auto;
    padding-bottom: 55px;
}
.renewal_hukidashi {
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 20px;
    background-color: white;
    margin-bottom: 38px;
    position: relative;
    padding-top: 32px;
    padding-bottom: 10px;
    box-shadow: 0 0 8px gray;
    height: auto;
}
.renewal_hukidashi::after {
    content: '';
    position: absolute;
    bottom: -29px;
    left: 30%;
    margin-left: -14px;
    border-top-color: white;
    border-top: 35px solid white;
    border-right: 25px solid transparent;
}
.renewal_hukidashi_pd_ctl {
    padding-bottom: 34px;
}
.renewal_hukidashi_text {
    font-size: 19px;
    line-height: 1.63;
    font-weight: bold;
}
.renewal_hukidashi_big_text {
    font-size: 30px;
    line-height: 1.066;
    margin-top: 3px;
}
.renewal_hukidashi_big_text_pd_ctl {
    margin-top: 10px;
}
.renewal_hukidashi_big_text_big {
    font-size: 91px;;
}
.renewal_hukidashi_big_text_midlle {
    font-size: 40px;
    line-height: 1.625;
}
.renewal_hukidashi_img_box {
    text-align: center;
    /* width: 75%; */
    width: 100%;
    margin: 0 auto;
}
.renewal_hukidashi_img {
    vertical-align: middle;
    margin-right: 15px;
    width: 39%;
}
.renewal_content1_item_box_item_text {
    font-size: 14px;
    line-height: 2.28;
    font-weight: bold;
}

.renewal_content1_survice_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    /* padding-bottom: 94px */
    padding-bottom: 0;
    white-space: nowrap;
}
.renewal_content1_box_bottom {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
}
.renewal_content1_text_box {
    font-size: 16px;
    width: 100%;
    line-height: 1.5;
    letter-spacing: 0.11em;
    margin-left: 0;
}
.renewal_content1_text {
    font-size: 24px;
    line-height: 1.33;
    margin: 31px 0 37px;
    text-align: left;
    padding: 0 6%;
}
.renewal_content1_text2 {
    text-align: left;
    padding: 0 6%;
}
.renewal_content1_text_link {
    font-size: 12px;
    line-height: 2.66;
    text-align: left;
    padding: 0 6%;
    display: block;
}
.renewal_content1_survice_btn {
    display: inline-block;
}
.renewal_content1_survice_btn.pc {
    display: none;
}
.renewal_content1_survice_btn.sp {
    display: block;
}

/* content2 */
.renewal_content2_obi {
    background: url(../images/renewal/content_bg2_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: auto;
    padding: 81px 0 64px;
}
.renewal_content2_obi_box {
    display: block;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    gap: 117px;
}
.renewal_content2_obi_item {
    padding-top: 0;
}
.renewal_content2_obi_item_big_text {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.03em;
    margin-bottom: 21px;
    padding-top: 48px;
    text-align: left;
    padding: 0 8%;
}
.renewal_content2_obi_item_text {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    padding: 0 8%;
    font-weight: inherit;
}
.renewal_content2_hukidashi {
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 20px;
    background-color: white;
    margin-bottom: 25px;
    position: relative;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 31.9px;
    width: 76%;
    margin: 0 auto;
    margin-top: 67.9px;
    margin-bottom: 27px;
}
.renewal_content2_hukidashi::after {
    content: '';
    position: absolute;
    bottom: -29px;
    left: 30%;
    margin-left: -14px;
    border-top-color: white;
    border-top: 35px solid white;
    border-right: 25px solid transparent;
}
.renewal_content2_item_text.renewal_content2_item_text_color2 {
    text-align: left;
    padding: 0 4%;
    font-weight: inherit;
}
.renewal_content2_hukidashi_text {
    width: 36%;
    font-size: 17px;
    line-height: 1.17;
}
.renewal_content2_hukidashi_big_text {
    font-size: 30px;
    line-height: 1.33;
}
.renewal_hukidashi_big_text_big {
    font-size: 90px;
    line-height: 1.27;
}
.renewal_content2_hukidashi_text_bottom {
    text-align: center;
}
.renewal_content2_group {
    background: url(../images/renewal/content_bg3_sp.png);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: auto;
    padding-bottom: 74px;
}
.renewal_content2_box {
    display: block;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    gap: 86px;
    padding-top: 71px;
    padding-bottom: 0;
}
.renewal_content2_box_mg {
    padding-top: 176px;
}
.renewal_content2_item_img {
    width: 81.5%;
    text-align: center;
    margin-bottom: 42px;
}
.renewal_content2_item {
    width: 100%;
}
.renewal_content2_item img {
    width: 80%;
}
.renewal_content2_item_text_big {
    font-size: 24px;
    letter-spacing: 0.03em;
    padding-top: 66px;
    padding-bottom: 21px;
    text-align: left;
    padding: 0 4%;
    margin-bottom: 27px;

}
.renewal_content2_item_text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.09em;
    text-align: left;
    padding: 0 4%;
    font-weight: inherit;
}
.renewal_content1_text_link.renewal_content1_text_link_color {
    margin-top: 15px;
    font-size: 16px;
    text-align: left;
    display: inherit;
}
.renewal_content2_item_box {
    width: 81%;
    text-align: center;
    border: 1px solid white;
    border-radius: 20px;
    box-shadow: 0 0 2px gray;
    padding: 42px 0 46px;
    background-color: white;
    margin: 0 auto;
    margin-top: 72px;
}
.renewal_content2_item_box_text {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.5;
}
.renewal_content2_item_box_line {
    padding:17px 0 40px 0;
    width: 82%;
    height: 1px;
}
.renewal_content2_item_box_logo {
    width: 80%;
}

/* content3 */
.renewal_content3_obi {
    background-color: #F1F1F1;
    padding: 42px 0 46px 0;
}
.renewal_content3_obi_box {
    display: block;
    justify-content: center;
    gap: 64px;
}
.renewal_content3_obi_item {

}
.renewal_content3_obi_item_img {
    width: 90%;
    height: auto;
    margin-top: 26px;
}
.renewal_content3_obi_item_text {
    font-size: 16px;
    line-height: 2.125;
    margin-top: 23px;
}
.renewal_content3_obi_item_text_big {
    font-size: 24px;
    line-height: 1.416;
}
.renewal_content3_obi_item_btn {
    background-color: #024B9E;
    text-align: center;
    width: 81.4%;
    border-radius: 46px;
    padding: 0;
    margin-top: 30px;
}
.renewal_content3_obi_item_btn a {
    color: white;
    font-weight: bold;
    display: block;
}
.renewal_content3_obi_item_btn img {
    display: inline-block;
    margin-left: 4.1%;
    width: 20.5px;
    vertical-align: sub;
}
.renewal_content3_group {
    padding: 59px 0 89px;
}
.renewal_content3_group_text {
    font-size:24px ;
    line-height: 1.62;
    font-weight: bold;
    text-align: center;
}
.renewal_content3_box {
    display: block;
    gap: 109px;
    justify-content: center;
    margin-top: 32.6px;
    margin-bottom: 0;
    flex-wrap: wrap;
    width: 100%;
}
.renewal_content3_item {
    width: 100%;
}
.renewal_content3_item_box {
    display: block;
    gap: 30px;
    padding: 0 11%;
}
.renewal_content3_item_box_item img {
}
.renewal_content3_item_box_item_text {
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
    margin-top: 24.4px;
}
.renewal_content3_item_box_item_line {
    margin: 25.5px 0 26.5px;
}
.renewal_content3_group_btn {
    width: 81.4%;
    background: #024B9E;
    text-align: center;
    border-radius: 50px;
    position: relative;
    padding: 0;
    margin: 0 auto;
    margin-top: -37.6px;
}
.renewal_content3_group_btn a {
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.375;
    display: block;
}
.renewal_content3_group_btn a:after {
    content:"";
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px white;
    border-right: solid 2px white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4px;
}
.renewal_content3_item_box_item_text2 {
    padding-bottom: 99.6px;
    text-align: left;
}

.renewal_content3_group_bottom {
    background: #F1F1F1;
    padding: 101px 0 103px;
}
.renewal_content3_group_bottom_box {
    display: block;
    margin-bottom: 40px;
}
.renewal_content3_group_bottom_item {
    width: 81.6%;
    border-radius: 10px;
    box-shadow: 2px 3px 5px gray;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 49px;
}
.renewal_content3_group_bottom_item_img {
    text-align: center;
    padding: 26px 0;
    background-color: white;
    width: 100%;
    height: auto;
}
.renewal_content3_group_bottom_item_btn {
    background-color: #024B9E;
    text-align: center;
    position: relative;
}
.renewal_content3_group_bottom_item_btn:after {
    content:"";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px white;
    border-right: solid 2px white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 7%;
    margin-top: -4px;
}
.renewal_content3_group_bottom_item_btn_text {
    font-size: 16px;
    color: white;
    line-height: 1.625;
    font-weight: bold;
    padding: 12px 0;
}
.renewal_content3_group_bottom_item_btn_text a{font-size: 16px;}
.renewal_content3_group_bottom2_box {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}
.renewal_content3_group_bottom2_item {
    width: 36%;
    border-radius: 10px;
    box-shadow: 2px 3px 5px gray;
    overflow: hidden;
}
.renewal_content3_group_bottom2_item_img {
    text-align: center;
    padding: 11.12%;
    background-color: white;
}
.renewal_content3_group_bottom2_item_btn {
    background-color: #024B9E;
    text-align: center;
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.renewal_content3_group_bottom2_item_btn:after {
    content:"";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px white;
    border-right: solid 2px white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -4px;
}
.renewal_content3_group_bottom2_item_btn_text {
    font-size: 13px;
    color: white;
    line-height: 1.07;
    font-weight: bold;
}

.renewal_content3_group_bottom2_item_btn_text a{ font-size: 13px;color: white;}
.renewal_content3_item_box_item_img img {
    width: 64%;
}
.renewal_content3_item_box_item_line {
    width: 100%;
}
.renewal_content1_survice_btn_wrap {
    white-space: normal;
}
.renewal_content1_survice_btn_wrap_pd_ctl {
    padding-bottom: 94px;

}
.renewal_content1_text_box {
    white-space: normal;
}
.renew_btn a:hover {
    color: #024B9E;
}
.renew_btn a:hover:after {
    border-top: none;
    border-right: none;
}
.renew_btn a {
    color: #024B9E;
    font-size: 16px;
    padding: 16px 0;
}
.renew_btn a::after {
    content: none;
}
.renewal_content1_logo_text_img img.sp {
    width: 100%;
    padding-left: 8%;
}
.renew_mv_big2 {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    margin-top: -5%;
}
.renew_mv_big2 img.sp {
    width: 60%;
    position: absolute;
    right: -19%;
    top: -250%;
}
.renewal_content3_group_bottom2_item_img img {
    width: 100%;
    height: auto;
}
.renewal_hukidashi_img_sp {
    width: 75%;
    margin: 0 auto;
}
.renewal_hukidashi_img_sp_img {
    /* width: 34%; */
    width: 25%;
}
.renewal_hukidashi_img_sp_img2 {
    width: 28%;
}
.section06 {
    margin-top: 0!important;
}
.renew_btn:hover {
    background: white;
    box-sizing: border-box;
}
.renew_btn_text:hover {
    color: #024B9E;
}
.renew_btn a:hover {
    color: #024B9E;
}
.renew_btn a:hover:after {
    border-top: solid 2px #024B9E;
    border-right: solid 2px #024B9E;
}


.renewal_content1_survice_btn_wrap_pd_ctl {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.renewal_content1_survice_btn_top_text {
    margin-top: 14%;
    margin-bottom: 4%;
    font-size: 12px;
    line-height: 1.16;
    color: #5FACC0;
    font-weight: bold;
}
.renewal_content1_survice_btn_text {
    margin-top: 15%;
    line-height: 1.16;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 12%;
    margin-bottom: 0;
}
.renewal_content1_survice_btn_text2 {
    margin-top: 3%;
    line-height: 1.16;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 9%;
}
.renewal_content1_survice_btn_text3 {
    margin-bottom: 6.4%;
    line-height: 1.4;
    font-weight: bold;
    font-size: 10px;
    margin-top: 1.1;
}
.renewal_content1_survice_btn_wrap_pd_ctl a {
    width: 36%;
}
.survice_btn_img {
    margin-top: 25%;
}
.renewal_content1_survice_btn img {
    width: 90%!important;
}
.renewal_content1_survice_btn_text.renewal_content1_survice_btn_text_sp {
    margin-top: 6%;
}
.renewal_content1_survice_btn_text.renewal_content1_survice_btn_text_sp {
    margin-top: 8%;
    padding-bottom: 8%;
}
.renewal_content1_survice_btn_text2.renewal_content1_survice_btn_text2_sp {
    margin-bottom: 8%;
    margin-top: 14%;
}
.renewal_content1_survice_btn_wrap_pd_ctl p {
    letter-spacing: -0.01em;
}
.survice_btn_img3 {
    margin-top: 5%;
}

}

@media screen and (min-width: 1920px) {
    .renewal_content1_item_text1 {
        font-size: 36px;
    }
    .renewal_content1_item_text2 {
        font-size: 16px;
    }
    .renewal_hukidashi {
        margin-bottom: 38px;
        padding-top: 42px;
        padding-bottom: 25px;
        height: 238px;
    }
    .renewal_hukidashi_text {
        font-size: 26px;
    }
    .renewal_hukidashi_big_text_big {
        font-size: 120px;
    }
    .renewal_hukidashi_big_text_midlle {
        font-size: 53px;
    }
    .renewal_content1_text {
        font-size: 36px;
    }
    .renewal_content1_text_box {
        font-size: 16px;
        width: 635px;
        margin-left: 60px;
    }
    .renewal_content1_survice_btn {
        width: auto;
        width: 230px;
        height: 230px;
        position: relative;
        /* padding: 50px 13px 44px; */
    }
    .survice_btn_ab {
        position: absolute;
    }
    .survice_btn_pd0 {
        margin-top: 120px;
    }
    .survice_btn_pd {
        /* padding: 50px 13px 44px; */
    }
    .survice_btn_pd2 {
        /* padding: 50px 13px 44px; */
    }
    .survice_btn_pd3 {
        
    }

    .renewal_content2_obi_item_text {
        font-size: 16px;
    }
    .renewal_content2_item {
        width: auto;
    }
    .renewal_content2_item_text_big {
        font-size: 36px;
    }
    .renewal_content2_item_text {
        font-size: 16px;
    }
    .renewal_content2_item_text_big {
        font-size: 36px;
    }
    .renewal_content2_item_text {
        font-size: 16px;
    }
    .renewal_content2_item_box {
        width: 439px;
        padding: 63px 68px;
    }
    .renewal_content2_item_box_text {
        font-size: 22px;
    }
    .renewal_content2_item img {
        width: auto;
    }
    .renewal_content2_box_mg {
        padding-top: 239.5px;
    }
    .renewal_content2_obi_box {
        padding-bottom: 67px;
    }
    .renewal_content3_box {
        gap: 109px;
        width: 1410px;
    }
    .renewal_content3_item {
        width: 650px;
    }
    .renewal_content3_item_box {
        gap: 30px;
    }
    .renewal_content3_item_box_item_img img {
        width: auto;
    }
    .renewal_content3_item_box_item_text {
        font-size: 27px;
    }
    .renewal_content3_item_box_item_line {
        margin: 25.5px 0 26.5px;
        width: auto;
    }
    .renewal_content3_item_box_item_text2 {
        font-size: 16px;
    }
    .renewal_content3_group_text {
        font-size: 44px;
    }
    .renewal_content1_text_link {
        font-size: 16px;
    }
    .renewal_content1_logo_text_img {
        margin-bottom: 40px;
        padding-top: 70px;
    }
    .renewal_content1_logo_text_img img.pc {
        width: 830px;
    }
    .renewal_content2_item_box_logo {
        width: 78%;
    }
    .renewal_content2_item_box_line {
        width: 100%!important;
    }
    .renewal_content3_item_box_item_text_sizing {
        font-size: 25px;
    }





    .renewal_content1_survice_btn_wrap_pd_ctl {
        display: flex;
        gap: 30px;
    }
    .renewal_content1_survice_btn_top_text {
        margin-top: 35px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.625;
        color: #5FACC0;
        font-weight: bold;
    }
    .renewal_content1_survice_btn_text {
        margin-top: 44px;
        line-height: 1.625;
        font-weight: bold;
    }
    .renewal_content1_survice_btn_text2 {
        margin-top: 23px;
        line-height: 1.625;
        font-weight: bold;
    }
    .renewal_content1_survice_btn_text3 {
        margin-top: ;
        line-height: 1.625;
        font-weight: bold;
    }

 }