@charset "UTF-8";
/********************************
DEFAULT
*********************************/
@font-face {
    font-family: "ZenMaruGothic";
    src: url("../font/ZenMaruGothic-Black.woff2") format("woff2");
    font-weight: 900;
}
@font-face {
    font-family: "ZenMaruGothic";
    src: url("../font/ZenMaruGothic-Bold.woff2") format("woff2");
    font-weight: 700;
}
@font-face {
    font-family: "ZenMaruGothic";
    src: url("../font/ZenMaruGothic-Medium.woff2") format("woff2");
    font-weight: 500;
}
@font-face {
    font-family: "ZenMaruGothic";
    src: url("../font/ZenMaruGothic-Regular.woff2") format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: "ZenMaruGothic";
    src: url("../font/ZenMaruGothic-Light.woff2") format("woff2");
    font-weight: 300;
}
@font-face {
    font-family: "keifont";
    src: url("../font/keifont.woff2") format("woff2");
    font-weight: 500;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    outline: 0;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block;
}
h1,h2,h3,h4,h5,h6,caption,address,th {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
ul,ol,li,dl,dt,dd {
    list-style: none;
}
img,iframe {
    vertical-align: middle;
    border: 0;
}
img {
    line-height: 0;
    font-size: 0;
    -webkit-backface-visibility: hidden;
}
table {
    border-collapse: collapse;
}
th {
    font-weight: normal;
    text-align: left;
}
button,fieldset,form,input,label,legend,select,textarea {
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
select {
    padding: 2px;
}
select::-ms-expand {
    display: none;
}
input,select {
    font-size: 100%;
    vertical-align: middle;
}
input[type="text"],input[type="password"],textarea,select {
    outline: none;
}
textarea {
    font-size: 100%;
}
input {
    vertical-align: middle;
}
input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: none;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
}
::-webkit-input-placeholder {
    color: #B3B3B4;
}
::-webkit-input-placeholder {
    color: #B3B3B4;
}
:placeholder-shown {
    color: #B3B3B4;
}
::-webkit-input-placeholder {
    color: #B3B3B4;
}
:-moz-placeholder {
    color: #B3B3B4; opacity: 1;
}
::-moz-placeholder {
    color: #B3B3B4; opacity: 1;
}
:-ms-input-placeholder {
    color: #B3B3B4;
}
label {
    padding: 0 0 0 2px;
}
hr {
    display: none;
}
a {
    transition: .2s;
}
a,a:link {
    text-decoration: none;
    word-break: break-all;
}
*:focus {
    outline: none;
}
@keyframes furufuru{0%{transform:rotate(20deg)}50%{transform:rotate(-20deg)}100%{transform:rotate(20deg)}}
@keyframes furufuru2{0%{transform:rotate(-15deg)}50%{transform:rotate(15deg)}100%{transform:rotate(-15deg)}}
@keyframes jump{0%{transform:translateY(-15px)}50%{transform:translateY(15px)}100%{transform:translateY(-15px)}}
@keyframes jump2{0%{transform:translateY(8px)}50%{transform:translateY(-8px)}100%{transform:translateY(8px)}}
html {
    height: 100%;
}
body {
    font-family: "ZenMaruGothic", sans-serif;
    line-height: 1.8;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    min-width: 896px;
    min-height: 100%;
    height: auto !important;
    position: relative;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    background: #F9FAE9;
    box-sizing: border-box;
}
/********************************
header
*********************************/
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: linear-gradient(30deg, #BCECCD 0%, #8DE0E4 100%);
}
.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.header_logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 14px;
}
.header_logo::before {
    content: "";
    position: absolute;
    background: url(../svg/hearder_bg_pc.svg) no-repeat center / 100% auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.header-logo {
    position: relative;
    z-index: 10;
}
.header-logo a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_btn {
    position: relative;
    z-index: 10;
}
.header_btn a {
    background: #F06200;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    text-align: center;
}
.header_btn span {
    position: relative;
    font-weight: 700;
    color: #FFF;
    line-height: 1.1;
}
.header_btn span::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    background: url(../svg/icn_search.svg) no-repeat center / 100% auto;
}
/********************************
MV
*********************************/
.mv_wrap {
    position: relative;
    background: linear-gradient(30deg, #BCECCD 0%, #8DE0E4 100%);
}
.mv_wrap .img {
    height: 716px;
}
.mv_wrap .img img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.mv_in {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    inset: 0;
    z-index: 3;
}
.mv_icn {
    position: absolute;
    z-index: 20;
}
.mv_icn01,
.mv_icn05,
.mv_icn10,
.mv_icn11 {
    animation: furufuru 6s infinite;
}
.mv_icn02,
.mv_icn08 {
    animation: jump 6s infinite;
}
.mv_icn07,
.mv_icn14 {
    animation: jump2 3s infinite;
}
.mv_icn03,
.mv_icn04,
.mv_icn06,
.mv_icn09,
.mv_icn12,
.mv_icn13 {
    animation: furufuru2 5s infinite;
}
.mv_icn01 {
    width: 77px;
    top: -7px;
    left: 50%;
    margin-left: -614px;
}
.mv_icn02 {
    width: 329px;
    top: -17%;
    right: 20px;
}
.mv_icn03 {
    width: 84px;
    top: -1.8vw;
    left: 50%;
    margin-left: 4.8vw;
}
.mv_icn04 {
    width: 110px;
    top: -60px;
    left: 0;
}
.mv_icn05 {
    width: 61px;
    top: 55px;
    left: -20px;
}
.mv_icn06 {
    width: 60px;
    top: 76px;
    right: 5px;
}
.mv_icn07 {
    width: 120px;
    bottom: -15px;
    right: -70px;
}
.mv_icn08 {
    width: 73px;
    top: -40px;
    right: 55px;
}
.mv_icn09 {
    width: 66px;
    top: 55%;
    left: 60px;
}
.mv_icn10 {
    width: 87px;
    right: 0;
    bottom: -80px;
}
.mv_icn11 {
    width: 70px;
    top: 63px;
    left: 16px;
}
.mv_icn12 {
    width: 67px;
    bottom: 15px;
    left: -30px;
}
.mv_icn13 {
    width: 62px;
    top: 68px;
    right: 30px;
}
.mv_icn14 {
    width: 90px;
    bottom: 5px;
    right: -45px;
}
.mvTitle_wrap {
    display: inline-block;
    position: relative;
    left: 50%;
    margin-left: -605px;
}
.mv_ttl {
    width: 686px;
}
.mv_ttl img,
.mv_icn img {
    width: 100%;
    height: auto;
}
.mvTxt_wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}
.mvTxt_in {
    position: relative;
}
.mv_txt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    width: 800px;
    height: 225px;
}
.mv_txt::before,
.point_ttl::before {
    content: "";
    background: url(../svg/mv_bg01_pc.svg) no-repeat center / 100% auto;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.mv-txt {
    font-weight: 700;
    color: #0068B7;
    text-align: center;
    z-index: 15;
    font-size: 36px;
    line-height: 1.55;
}
.summer_wrap {
    position: relative;
    background: url(../svg/bg01_pc.svg) no-repeat top center / cover;
    z-index: 2;
    margin-top: -87px;
    padding: 270px 0 80px;
}

.summer_in {
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.summer-txt {
    color: #343A6C;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.43;
}
.summer-txt .is-fzl {
    font-weight: 700;
    font-size: 28px;
}
.summer_in .summer-txt:last-of-type {
    margin: 0;
}
.is-or {
    color: #F06200;
}
.is-border {
    position: relative;
    z-index: 1;
}
.is-border::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: #FFFF55;
    left: 0;
    bottom: 2px;
    z-index: -1;
}
.reco_wrap {
    background: #3CB56A;
    position: relative;
    z-index: 1;
    padding: 40px 0 200px;
}
.reco_wrap .reco-txt:last-of-type {
    margin: 0;
}
.reco-txt {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
}
.reco-txt .is-yelBg {
    background: #FFF200;
    border-radius: 9px;
}
.point_wrap {
    position: relative;
    background: url(../svg/bg02_pc.svg) no-repeat top center / cover;
    z-index: 2;
    padding: 80px 0 100px;
    margin-top: -160px;
}
.point_wrap:before {
    content: "";
    position: absolute;
    background: url(../svg/summer_icn08.svg) no-repeat center / 100% auto;
    width: 102px;
    height: 108px;
    bottom: -50px;
    right: 10%;
    animation: furufuru 5s infinite;
}
.point_ttl {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    width: 800px;
    height: 225px;
    margin: 0 auto 20px;
}
.point-ttl {
    color: #343A6C;
    font-weight: 700;
    font-size: 40px;
    position: relative;
    z-index: 10;
}
.point-ttl .is-fzl{
    font-size: 80px;
    line-height: 0.5;
}
.point-txt {
    color: #343A6C;
    font-weight: 500;
}
.pointDtl_wrap{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1200px;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.pointDtl_in {
    max-width: 380px;
    width: 31.6%;
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    box-sizing: border-box;
}
.pointDtl_in::before {
    content: "";
    position: absolute;
    top: -36px;
}
.pointDtl_wrap .pointDtl_in:nth-child(1)::before {
    background: url(../img/merit_img01.png) no-repeat center / 100% auto;
    width: 131px;
    height: 111px;
    right: 10px;
}
.pointDtl_wrap .pointDtl_in:nth-child(2)::before {
    background: url(../img/merit_img02.png) no-repeat center / 100% auto;
    width: 122px;
    height: 114px;
    right: 29px;
}
.pointDtl_wrap .pointDtl_in:nth-child(3)::before {
    background: url(../img/merit_img03.png) no-repeat center / 100% auto;
    width: 161px;
    height: 135px;
    right: -28px;
}
.point_num {
    position: absolute;
    top: -45px;
    left: 0;
    width: 86px;
    height: 86px;
    background: #FFFF55;
    border-radius: 50%;
    padding-top: 12px;
    box-sizing: border-box;
}
.point-num {
    font-size: 17px;
    font-weight: 900;
    color: #F06200;
    text-align: center;
}
.point-num span {
    display: block;
    font-size: 43px;
    line-height: 0.4;
}
.pointDl_wrap dt {
    font-size: 24px;
    font-weight: 700;
    color: #F06200;
    margin-bottom: 20px;
}
.pointDl_wrap dd {
    font-size: 16px;
    font-weight: 400;
    color: #343A6C;
    line-height: 1.5;
}
.cv_wrap {
    padding: 58px 0 90px;
}
.cv-ttl {
    font-size: 40px;
    font-weight: 700;
    color: #F06200;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.4;
}
.cv-ttl .img_wrap {
    position: relative;
    padding: 0 150px;
}
.cv-ttl .img_wrap::before,
.cv-ttl .img_wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 89px;
    height: 159px;
    margin-top: -80px;
}
.cv-ttl .img_wrap::before {
    background: url(../img/step_img01.png) no-repeat center / 100% auto;
    left: 0;
}
.cv-ttl .img_wrap::after {
    background: url(../img/step_img02.png) no-repeat center / 100% auto;
    right: 0;
}
.cv_in {
    max-width: 1200px;
    width: calc(100% - 30px);
    border-radius: 20px;
    box-shadow: 5px 7px 0 0 #1B9AAD;
    background: #fff;
    padding: 40px 60px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.cv_in::before {
    content: "";
    background: url(../svg/summer_icn09.svg) no-repeat center / 100% auto;
    width: 68px;
    height: 125px;
    position: absolute;
    top: -25px;
    left: -30px;
    animation: furufuru 5s infinite;
}
.cv_in::after {
    content: "";
    position: absolute;
    background: url(../svg/summer_icn10.svg) no-repeat center / 100% auto;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    right: -45px;
    animation: furufuru2 5s infinite;
}
.cv-Conttl {
    font-size: 24px;
    font-weight: 700;
    color: #343A6C;
    margin-bottom: 40px;
    text-align: center;
}
.cv-search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.cv-prefecture,
.cv-city {
    position: relative;
}
.cv-prefecture::before,
.cv-city::before {
    content: "";
    position: absolute;
    background: url(../svg/icn_arrow.svg) no-repeat no-repeat center / 100% auto;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    width: 14px;
    height: 8px;
    z-index: 9;
}
.cv-prefecture select,
.cv-city select {
    appearance: none;
    background: #EDEDED;
    border: none;
    color: #6A6A6A;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    width: 330px;
    height: 56px;
    padding: 10px 40px 10px 20px;
    transition: .2s;
}
.cv-searchbtn {
    width: 338px;
    height: 57px;
    background: #F06200;
    border-radius: 50px;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: .2s;
}
.cv-searchbtn span {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding-left: 34px;
    position: relative;
}
.cv-searchbtn span::before {
    position: absolute;
    content: '';
    background: url(../svg/icn_search.svg) no-repeat center / 100% auto;
    width: 21px;
    height: 21px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9;
}
.free-ttl,
.faq-ttl {
    font-size: 40px;
    font-weight: 700;
    color: #F06200;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
}
.free_wrap,
.voice_wrap {
    margin-bottom: 100px;
}
.free_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.free_ct {
    background: #fff;
    width: calc(50% - 20px);
    border-radius: 0 30px 30px 0;
    color: #343A6C;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 1.4;
    padding: 21px 0;
}
.catch-txt {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.free_in .free_ct:nth-child(1) {
    padding-right: 93px;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.free_in .free_ct:nth-child(1) .catch-txt,
.free_in .free_ct:nth-child(1) .txt {
    width: 447px;
}
.free_in .free_ct:nth-child(2) {
    padding-left: 40px;
    border-radius: 30px 0 0 30px;
}
.voice-ttl {
    font-size: 40px;
    font-weight: 700;
    color: #F06200;
    text-align: center;
    margin-bottom: 44px;
    line-height: 1.4;
}
.voice_in,
.faq_lst {
    max-width: 1200px;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.voice_ct {
    position: relative;
}
.voice_ct.is-ver1 {
    margin-bottom: 40px;
}
.voice_ct::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -80px;
    width: 160px;
    height: 160px;
}
.voice_ct.is-ver1::before {
    left: 0;
    background: url(../img/voice_img01.png) no-repeat center / 100% auto;
}
.voice_ct.is-ver2::before {
    right: 0;
    background: url(../img/voice_img02.png) no-repeat center / 100% auto;
}
.voiceDl_wrap {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
}
.voice_ct.is-ver1 .voiceDl_wrap {
    margin-left: 180px;
}
.voice_ct.is-ver2 .voiceDl_wrap {
    margin-right: 180px;
}
.voiceDl_wrap dt {
    font-size: 20px;
    font-weight: 700;
    color: #F06200;
    margin-bottom: 20px;
    line-height: 1.2;
}
.voiceDl_wrap dd {
    font-size: 16px;
    font-weight: 400;
    color: #343A6C;
    line-height: 1.5;
}
.faq_wrap {
    padding-bottom: 100px;
}
.faq_box {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 38px 80px 40px 40px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.faq_lst .faq_box:last-of-type {
    margin: 0;
}
.faq_box::before {
    content: "";
    position: absolute;
    background: url(../svg/icn_arrow_or.svg) no-repeat center / 100% auto;
    width: 16px;
    height: 9px;
    top: 45px;
    right: 40px;
    transition: .2s;
    transform: scale(1, -1);
}
.faq_box.on::before {
    transform: scale(1, 1);
}
.q-txt {
    font-size: 20px;
    font-weight: 700;
    color: #343A6C;
    line-height: 1.1;
    padding-left: 60px;
    position: relative;
    z-index: 5;
    transition: .2s;
}
.q-txt .is-q,
.a-txt .is-a {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    color: #fff;
    font-size: 18px;
    font-family: "Noto Sans", "Noto Sans CJK JP", Meiryo, sans-serif;
    width: 40px;
    height: 40px;
    background: #F06200;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.a-txt .is-a {
    top: 0;
    margin-top: 0;
    color: #F06200;
    border: 1px solid #F06200;
    background: #fff;
    font-weight: 700;
}
.a-txt {
    display: none;
    font-size: 16px;
    font-weight: 400;
    color: #343A6C;
    padding-left: 60px;
    position: relative;
    z-index: 3;
    line-height: 1.5;
    margin-top: 25px;
}
.a-txt .is-or {
    font-weight: 700;
}
.fee_wrap {
    background: url(../svg/bg03_pc.svg) no-repeat top center / cover;
    padding: 100px 0;
    margin-top: -50px;
}
.fee-ttl {
    font-size: 40px;
    font-weight: 700;
    color: #F06200;
    text-align: center;
    margin-bottom: 65px;
    line-height: 1.4;
}
.feeDl_wrap {
    position: relative;
    width: 371px;
    margin: 0 auto 20px;
}
.feeDl_wrap dt {
    background: #FFFF55;
    height: 77px;
    font-size: 24px;
    font-weight: 500;
    color: #F06200;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 20px 0 0;
}
.feeDl_wrap .fee-dd {
    background: #fff;
    padding: 15px 10px 20px 20px;
    border-radius: 0 0 20px 20px;
    color: #F06200;
}
.fee-txt {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2px;
}
.fee-txt .is-fzl {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
}
.set-txt {
    line-height: 1.5;
    text-align: center;
}
.set-txt .is-bold {
    font-weight: 700;
}
.fee-dd .list {
    margin-top: 20px;
    text-align: center;
}
.fee-dd .list a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.188;
    text-decoration: underline;
    position: relative;
    padding: 0 29px;
    color: #484848;
}
.fee-dd .list a::before {
    content: "";
    position: absolute;
    background: url(../svg/arw_rg.svg) no-repeat center / 100% auto;
    width: 22px;
    height: 22px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.feeDl_wrap .type-dd {
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #F06200;
    border-radius: 10px;
    width: 154px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -33px;
    right: 0;
}
.free_wrap .add-txt {
    width: calc(100% - 60px);
    margin: 20px auto 0;
    font-size: 16px;
    font-weight: 400;
    color: #343A6C;
    line-height: 1.5;
    position: relative;
    text-align: right;
    box-sizing: border-box;
}
/********************************
footer
*********************************/
.footer_wrap {
    display: flex;
    justify-content: center;
    align-items: end;
    background: linear-gradient(30deg, #8DE0E4 0%, #BCECCD 100%);
    text-align: center;
    height: 164px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.footer-list {
    line-height: 1;
}
.footer-list li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.429;
    color: #343A6C;
}
.copyright {
    margin-top: 60px;
    color: #343A6C;
    font-size: 14px;
    line-height: 1;
}
.cp0-bnr_wrap {
    padding: 70px 0 0;
    box-sizing: border-box;
    text-align: center;
}
.cp0-bnr_wrap img {
    max-width: 750px;
    width: 100%;
    height: auto;
}
.floating-banner {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 9999;
    width: 220px;
    height: 220px;
    display: none;
}
.floating-banner .close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 18px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.floating-banner img {
    width: 100%;
    height: auto;
    display: block;
}
/********************************
C系CSS
*********************************/
.c-pc {
    display: block;
}
.c-pc-in {
    display: inline;
}
.c-sp {
    display: none;
}
.c-sp-in {
    display: none;
}
.c-sp-sp {
    display: none;
}
.c-wrap {
    width: 1200px;
    margin: 0 auto;
}

.js-fadeup {
    opacity: 0;
}
.js-fadeup.is-animated {
    animation: fadeup 0.9s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.5s;
}
@keyframes fadeup {
  0% {
    transform: translateY(70px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 896px) {
    /********************************
    header
    *********************************/
    .header_wrap {
        max-width: 1680px;
        height: 120px;
        margin: 0 auto;
        padding: 6px 6.2vw 5px 5vw;
    }
    .header_logo {
        padding-left: 24px;
    }
    .header_logo::before {
        width: 459px;
        height: 108px;
        left: 0;
    }
    .header_btn a {
        width: 362px;
        height: 54px;
        text-decoration: none;
    }
    .header-logo a:hover,
    .header_btn a:hover,
    .cv-prefecture select:hover,
    .cv-city select:hover,
    .cv-searchbtn:hover {
        opacity: 0.8;
    }
    .header_btn span {
        font-size: 22px;
        padding-left: 32px;
    }
    .faq_box:hover .q-txt {
        text-decoration: underline;
    }
    main {
        padding: 120px 0 70px;
        overflow: hidden;
    }
    .mv_wrap .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .mv_in {
        width: 100%;
        top: 128px;
        left: 0;
        margin: 0 auto;
    }
    .reco-txt .is-yelBg {
        padding: 6px 16px;
        margin: 0 8px;
        font-size: 30px;
    }
    .point-txt {
        max-width: 1200px;
        width: calc(100% - 30px);
        font-size: 16px;
        margin: 20px auto 65px;
    }
    .fee-dd .list a:hover {
        text-decoration: none;
    }
    .pointDtl_wrap .pointDtl_in:nth-child(1).js-fadeup.is-animated {
        animation: fadeup 0.9s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.3s;
    }
    .pointDtl_wrap .pointDtl_in:nth-child(2).js-fadeup.is-animated {
        animation: fadeup 0.9s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.6s;
    }
    .pointDtl_wrap .pointDtl_in:nth-child(3).js-fadeup.is-animated {
        animation: fadeup 0.9s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.9s;
    }
    /********************************
    footer
    *********************************/
    .footer-list {
        display: flex;
    }
    .footer-list li {
        margin-right: 34px;
    }
    .footer-list li:last-child {
        margin-right: 0;
    }
    .footer-list li a:hover {
        text-decoration: underline;
    }
}
@media only screen and (max-width: 896px) {
    body {
        line-height: 1.7;
        min-width: 320px;
        width: 100%;
    }
    /********************************
    header
    *********************************/
    .header_wrap {
        padding: 11px 20px;
        box-sizing: border-box;
        height: 62px;
    }
    .header_logo {
        gap: 0 8px;
    }
    .header_logo::before {
        background: url(../svg/hearder_bg_sp.svg) no-repeat center / 100% auto;
        left: -10px;
        width: 57.9vw;
        height: 14.3vw;
        max-width: 226px;
        max-height: 56px;
    }
    .header-logo.is-ver1 a {
        padding-bottom: 5px;
    }
    .headerLogo-left img {
        width: 55px;
        height: auto;
    }
    .headerLogo-right img {
        width: 39px;
        height: auto;
    }
    .headerLogo-right {
        margin-left: 11px;
    }
    .header_btn {
        width: 42vw;
        max-width: 164px;
    }
    .header_btn a {
        width: 100%;
        height: 40px;
    }
    .header_btn span {
        font-size: 14px;
        padding-left: 20px;
    }
    .header_btn span::before {
        width: 12px;
        height: 12px;
        margin-top: -6px;
    }
    /********************************
    MV
    *********************************/
    main {
        padding: 62px 0 0;
        width: 100%;
        overflow: hidden;
    }
    .mvTitle_wrap {
        margin: 0 auto;
        padding: 40px 20px;
        left: auto;
        box-sizing: border-box;
        width: 100%;
    }
    .mv_ttl {
        width: 100%;
    }
    .mv_ttl img {
        width: 100%;
        height: auto;
    }
    .mv_wrap .img {
        height: auto;
    }
    .mv_in {
        top: 0;
    }
    .mv_icn01 {
        width: 43px;
        top: 9.7vw;
        left: 3.3vw;
        margin: 0;
    }
    .mv_icn02 {
        width: 120px;
        top: -3px;
        right: 0;
    }
    .mv_icn03 {
        width: 71px;
        top: 36%;
        left: 14%;
        margin: 0;
    }
    .mv_icn04 {
        width: 70px;
        top: -22px;
        left: 0;
    }
    .mv_icn05 {
        width: 38px;
        top: 28%;
        left: -3vw;
    }
    .mv_icn06 {
        width: 33px;
        top: 30%;
        right: 7vw;
    }
    .mv_icn07 {
        width: 76px;
        top: 45%;
        right: -22px;
    }
    .mv_icn08 {
        width: 33px;
        top: 0;
        right: 10px;
    }
    .mv_icn09 {
        width: 36px;
        bottom: 30%;
        left: -1vw;
    }
    .mv_icn10 {
        width: 34px;
        bottom: -38px;
        right: 0;
    }
    .mv_icn11 {
        width: 35px;
        top: 50%;
        left: 20px;
    }
    .mv_icn12 {
        width: 33px;
        bottom: 1vw;
        left: -1.5vw;
    }
    .mv_icn13 {
        width: 30px;
        top: 42%;
        right: 20px;
    }
    .mv_icn14 {
        width: 44px;
        bottom: 0;
        right: -2vw;
    }
    
    .mvTxt_wrap {
        bottom: 10px;
        width: calc(100% - 40px);
    }
    .mv_txt {
        width: 100%;
        height: 39.8vw;
    }
    .mv_txt::before,
    .point_ttl::before {
        background: url(../svg/mv_bg01_sp.svg) no-repeat center / 100% auto;
        width: 100%;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .mv-txt {
        font-size: 5.64vw;
        line-height: 1.5;
        padding-bottom: 10px;
    }
    .summer_wrap {
        background: url(../svg/bg01_sp.svg) no-repeat top center / cover;
        padding: 20.5vw 10px 40px;
        margin-top: -17.4vw;
    }
    .summer-txt {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .summer-txt .is-fzl {
        font-size: 20px;
    }
    .is-border::before {
        height: 7px;
    }
    .reco-txt .is-border::before {
        height: 5px;
        bottom: 1px;
    }
    .reco_wrap {
        padding: 40px 20px 50px;
        box-sizing: border-box;
    }
    .reco-txt {
        font-size: 18px;
    }
    .reco-txt.is-ver2 {
        line-height: 2;
    }
    .reco-txt .is-yelBg {
        padding: 6px 10px;
        margin: 0 5px;
        border-radius: 9px;
        font-size: 22px;
    }
    .point_wrap {
        background: url(../svg/bg02_sp.svg?1) no-repeat top center / cover;
        padding: 13vw 20px 48px;
        margin-top: -8vw;
    }
    .point_wrap:before {
        width: 48px;
        height: 51px;
        bottom: -27px;
        right: 5%;
    }
    .point_ttl {
        width: 100%;
        height: 37.1vw;
        max-width: 353px;
        max-height: 145px;
        margin: 0 auto 20px;
    }
    .point-ttl {
        font-size: 24px;
    }
    .point-ttl .is-fzl {
        font-size: 40px;
    }
    .point-txt {
        font-size: 15px;
        margin-bottom: 56px;
    }
    .pointDtl_wrap {
        flex-direction: column;
        gap: 65px 0;
        width: 100%;
    }
    .pointDtl_in {
        width: 100%;
        max-width: 100%;
        padding: 50px 20px 30px;
    }
    .pointDtl_in::before {
        top: -33px;
    }
    .pointDtl_wrap .pointDtl_in:nth-child(1)::before {
        background: url(../img/sp/merit_img01.png) no-repeat center / 100% auto;
    }
    .pointDtl_wrap .pointDtl_in:nth-child(2)::before {
        background: url(../img/sp/merit_img02.png) no-repeat center / 100% auto;
    }
    .pointDtl_wrap .pointDtl_in:nth-child(3)::before {
        background: url(../img/sp/merit_img03.png) no-repeat center / 100% auto;
    }
    .pointDtl_wrap .pointDtl_in:nth-child(1)::before {
        right: 49px;
    }
    .pointDl_wrap dt {
        font-size: 20px;
        line-height: 1.15;
        margin-bottom: 13px;
    }
    .pointDl_wrap dd {
        font-size: 15px;
        line-height: 1.53;
    }
    .pointDtl_wrap .pointDtl_in:nth-child(2)::before {
        right: auto;
        left: 19px;
    }
    .pointDtl_wrap .pointDtl_in:nth-child(2) .point_num {
        left: auto;
        right: 0;
    }
    .pointDtl_wrap .pointDtl_in:nth-child(2) .pointDl_wrap dt {
        text-align: right;
    }
    .cv_wrap {
        padding: 30px 20px 60px;
    }
    .cv_in {
        padding: 31px 25px 33px;
    }
    .cv_in::before {
        width: 43px;
        height: 80px;
        top: -12px;
        left: -10px;
    }
    .cv_in::after {
        width: 74px;
        height: 74px;
        bottom: -30px;
        right: -15px;
    }
    .cv-ttl {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 1.375;
    }
    .cv-search_in {
        width: 100%;
        padding: 40px 35px;
    }
    .cv-Conttl {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    .cv-search-box {
        flex-direction: column;
        gap: 16px 0;
    }
    .cv-prefecture,
    .cv-city,
    .cv-prefecture select,
    .cv-city select,
    .cv-searchbtn {
        width: 100%;
        height: 48px;
    }
    .cv-searchbtn span {
        font-size: 16px;
        padding-left: 25px;
    }
    .cv-searchbtn span::before {
        width: 18px;
        height: 18px;
    }
    .cv-ttl .img_wrap {
        padding: 0;
    }
    .cv-ttl .img_wrap::before,
    .cv-ttl .img_wrap::after {
        width: 15.1vw;
        max-width: 59px;
        height: 26.9vw;
        max-height: 105px;
        margin-top: -54px;
    }
    .cv-ttl .img_wrap::before {
        background: url(../img/sp/step_img01.png) no-repeat center / 100% auto;
        left: -55px;
    }
    .cv-ttl .img_wrap::after {
        background: url(../img/sp/step_img02.png) no-repeat center / 100% auto;
        right: -117px;
    }
    .free_wrap,
    .voice_wrap {
        margin-bottom: 40px;
    }
    .free-ttl,
    .voice-ttl,
    .faq-ttl {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .free_in {
        flex-direction: column;
        align-items: start;
        gap: 20px 0;
    }
    .free_ct {
        width: calc(100% - 20px);
        font-size: 15px;
    }
    .catch-txt {
        font-size: 20px;
    }
    .free_in .free_ct:nth-child(1) {
        padding: 20px 20px;
        margin-right: 20px;
        justify-content: center;
        align-items: center;
    }
    .free_in .free_ct:nth-child(2) {
        padding: 20px 20px;
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .free_in .free_ct:nth-child(1) .catch-txt,
    .free_in .free_ct:nth-child(1) .txt {
        width: 100%;
    }
    .voice_in,
    .faq_lst {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .voice_ct::before {
        width: 72px;
        height: 72px;
        top: 0;
        margin: 0;
    }
    .voiceDl_wrap {
        padding: 16px;
    }
    .voice_ct.is-ver1 {
        margin-bottom: 20px;
    }
    .voice_ct.is-ver1 .voiceDl_wrap {
        margin-left: 82px;
    }
    .voice_ct.is-ver2 .voiceDl_wrap {
        margin-right: 82px;
    }
    .voiceDl_wrap dt {
        font-size: 16px;
        line-height: 1.43;
        margin-bottom: 12px;
    }
    .voiceDl_wrap dd {
        font-size: 13px;
    }
    .faq_wrap {
        padding-bottom: 74px;
    }
    .faq_box {
        padding: 26px 40px 20px 16px;
    }
    .faq_box::before {
        width: 12px;
        height: 8px;
        top: 30px;
        right: 16px;
    }
    .q-txt .is-q,
    .a-txt .is-a {
        top: 0;
        margin-top: -5px;
        font-size: 16px;
        width: 32px;
        height: 32px;
    }
    .q-txt {
        font-size: 15px;
        padding-left: 40px;
        line-height: 1.5;
    }
    .a-txt {
        font-size: 13px;
        padding-left: 40px;
    }
    .fee_wrap {
        background: url(../svg/bg03_sp.svg) no-repeat top center / cover;
        padding: 40px 20px 47px;
        margin-top: -32px;
    }
    .fee-ttl {
        font-size: 24px;
        margin-bottom: 46px;
    }
    .feeDl_wrap {
        width: 100%;
        margin-bottom: 12px;
    }
    .feeDl_wrap dt {
        font-size: 20px;
    }
    .feeDl_wrap .fee-dd {
        padding-top: 10px;
    }
    .fee-txt .is-fzl {
        font-size: 40px;
        line-height: 1.46;
    }
    .fee-txt {
        margin-bottom: 7px;
    }
    .set-txt {
        font-size: 15px;
        line-height: 1.4;
    }
    .free_wrap .add-txt {
        font-size: 14px;
        line-height: 1.3;
        padding: 0 20px 0 40px;
        width: 100%;
        text-align: left;
    }
    .free_wrap .add-txt .is-add {
        position: absolute;
        top: 0;
        left: 20px;
    }
    /********************************
    footer
    *********************************/
    .footer_wrap {
        height: auto;
        padding-top: 40px;
    }
    .footer-list li {
        margin-bottom: 21px;
    }
    .footer-list li:last-child {
        margin-bottom: 0;
    }
    .footer-list li a {
        font-size: 15px;
    }
    .copyright {
        margin-top: 81px;
    }
    /********************************
    C系CSS
    *********************************/
    .c-pc {
        display: none;
    }
    .c-pc-in {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-sp-in {
        display: inline;
    }
    .c-wrap {
        width: 100%;
    }
    .cp0-bnr_wrap img {
        max-width: 390px;
    }
}
@media only screen and (max-width: 400px) {
    .point_wrap {
        padding-top: 52px;
        margin-top: -11vw;
    }
}
@media (max-width: 379px) and (min-width: 374px) {
    .summer-txt .is-fzl {
        font-size: 19px;
    }
}
@media only screen and (max-width: 374px) {
    /********************************
    header
    *********************************/
    .header_wrap {
        padding: 2.133vw 1.867vw 2.133vw 2.933vw;
    }
    .headerLogo-left img {
        width: 14.667vw;
    }
    .headerLogo-right img {
        width: 10.4vw;
    }
    .headerLogo-right {
        margin-left: 2.933vw;
    }
    .header_btn span {
        font-size: 12px;
        padding-left: 14px;
    }
    .header_logo::before {
        left: -5px;
        width: 217px;
        height: 60px;
    }
    /********************************
    mv
    *********************************/
    .summer-txt {
        font-size: 15px;
    }
    .summer-txt .is-fzl,
    .reco-txt,
    .cv-search-ttl {
        font-size: 16px;
    }
    .pointDtl_wrap .pointDtl_in:nth-child(1)::before {
        right: 0;
    }
    .pointDtl_wrap .pointDtl_in:nth-child(2)::before {
        left: 0;
    }
    .pointDtl_wrap .pointDtl_in:nth-child(3)::before {
        top: -70px;
    }
    .cv-ttl {
        font-size: 20px;
    }
    .cv_in::before {
        top: -25px;
        left: -18px;
    }
    .cv-ttl .img_wrap::before {
        left: -44px;
    }
    .cv-ttl .img_wrap::after {
        right: -98px;
    }
    .reco-txt .is-yelBg {
        padding: 6px 7px;
        font-size: 18px;
    }
}/*@media*/
@media (max-width: 1340px) and (min-width: 896px) {
    /********************************
    header
    *********************************/
    .mv_in {
        width: 100%;
        top: 17.8%;
        left: 0;
        margin: 0 auto;
    }
    .mvTitle_wrap {
        display: inline-block;
        position: relative;
        left: 50%;
        margin-left: -30.5vw;
    }
    .mv_ttl {
        max-width: 660px;
        width: 34.3vw;
        height: auto;
    }
    .mv_icn01 {
        top: -0.5vw;
        left: 50%;
        margin-left: -31vw;
        width: 4vw;
        max-width: 77px;
    }
    .mv_icn02 {
        top: -17%;
        right: 20px;
        width: 17.1vw;
        max-width: 329px;
    }
    .mv_icn03 {
        top: -1.8vw;
        left: 50%;
        margin-left: 4.8vw;
        width: 4.3vw;
        max-width: 84px;
    }
    .mv_icn04 {
        top: -4vw;
        left: 0;
        width: 6.7vw;
        max-width: 110px;
    }
    .mv_icn05 {
        top: 22%;
        left: -1.2vw;
        width: 3.7vw;
        max-width: 61px;
    }
    .mv_icn06 {
        top: 34%;
        right: 5px;
        width: 3.17vw;
        max-width: 61px;
    }
    .mv_icn07 {
        bottom: -1vw;
        right: -3.3vw;
        width: 6.5vw;
        max-width: 120px;
    }
    .mv_icn08 {
        top: -2vw;
        right: 8.2vw;
        width: 3.9vw;
        max-width: 73px;
    }
    .mv_icn09 {
        top: 55%;
        left: 2.5vw;
        width: 3.9vw;
        max-width: 66px;
    }
    .mv_icn10 {
        bottom: -6vw;
        right: 6vw;
        width: 5vw;
        max-width: 87px;
    }
    .mv_icn11 {
        top: 20%;
        left: 0;
        width: 3.6vw;
        max-width: 70px;
    }
    .mv_icn12 {
        bottom: 1vw;
        left: -2vw;
        width: 3.5vw;
        max-width: 67px;
    }
    .mv_icn13 {
        top: 20%;
        right: -1vw;
        width: 4vw;
        max-width: 53px;
    }
    .mv_icn14 {
        bottom: 0;
        right: -2vw;
        width: 4.4vw;
        max-width: 50px;
    }
    .mvTxt_wrap {
        bottom: 0.8vw;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mv_wrap .img {
        height: 37.3vw;
        max-height: 716px;
    }
    .mv_txt {
        max-width: 800px;
        width: 41.6vw;
        max-height: 225px;
        height: 11.7vw;
    }
    .mv-txt {
        font-size: 1.8vw;
        padding-bottom: 12px;
    }
    .summer_wrap {
        margin-top: -5.9vw;
        padding: 14vw 0 4vw;
    }
    .summer-txt {
        font-size: max(20px,1.04vw);
        margin-bottom: 2vw;
    }
    .summer-txt .is-fzl {
        font-size: max(28px,1.45vw);
    }
    .reco_wrap {
        padding: 2.5vw 0 7.5vw;
    }
    .reco-txt {
        font-size: max(24px,1.2vw);
        margin-bottom: 1.4vw;
    }
    .point_wrap {
        padding: 7vw 0 10.2vw;
        margin-top: -6.7vw;
    }
    .point_ttl {
        max-width: 800px;
        width: 41.6vw;
        max-height: 225px;
        height: 11.7vw;
        margin: 0 auto 1vw;
    }
    .point-ttl {
        font-size: 2.4vw;
    }
    .point-ttl .is-fzl {
        font-size: 4.1vw;
    }
    .point-ttl .is-fzl,
    .voice_in,
    .faq_lst,
    .free_ct {
        width: calc(100% - 60px);
    }
    .point-txt {
        max-width: 1200px;
        width: calc(100% - 60px);
        font-size: max(16px,0.83vw);
        margin: 1vw auto 5.4vw;
    }
    .pointDl_wrap dt {
        font-size: 2vw;
    }
    .pointDtl_in::before {
        top: -55px;
    }
    .pointDtl_wrap .pointDtl_in:nth-child(2)::before {
        right: -10px;
    }
    .pointDtl_wrap .pointDtl_in:nth-child(3)::before {
        top: -75px;
    }
    .free_in {
        flex-direction: column;
        align-items: start;
        gap: 20px 0;
    }
    .free_in .free_ct:nth-child(1) {
        margin-right: 60px;
        align-items: center;
    }
    .free_in .free_ct:nth-child(2) {
        margin-left: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /********************************
    cv
    *********************************/
    .cv-ttl {
        font-size: 3.333vw;
    }
    .cv_in {
        width: calc(100% - 80px);
    }
    .cv-search-box {
        flex-wrap: wrap;
    }
    .cv-prefecture select {
        padding: 1.042vw 6.875vw 0.972vw 1.319vw;
    }
    .cv-city select {
        padding: 1.042vw 6.389vw 0.972vw 1.806vw;
    }
    .cv-contactbtn {
        margin-top: 1.667vw;
    }
    .cv-contactbtn a {
        width: 22.917vw;
        height: 5.556vw;
        border-radius: 3.472vw;
    }
    .cv-contactbtn span {
        font-size: 1.389vw;
    }
}/*@media*/
@media (max-width: 999px) and (min-width: 896px) {
    .pointDtl_wrap {
        width: calc(100% - 60px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 65px 0;
    }
    .pointDtl_in {
        max-width: 100%;
        width: 100%;
    }
    .pointDtl_in::before,
    .pointDtl_wrap .pointDtl_in:nth-child(3)::before {
        top: -32px;
    }
}