@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/* CSS Document */


/* all */
header {

}
#fv .pc,section#authority .pc,#form .pc { display: none; }
#fv .sp,section#authority .sp,#form .sp  { display: block; }
.pagetop {
    bottom: 2%;
}
@media screen and (min-width: 769px) {
#fv .pc,section#authority .pc,#form .pc  { display: block; }
#fv .sp,section#authority .sp,#form .sp { display: none; }
.pagetop {
    bottom: 6%;
}
}



.float {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.float a {
    display: flex;
    flex-direction: row;
    align-items: center;
    writing-mode: vertical-rl;
    width: 32px;
    background: #fff;
    border-radius: 8px 0 0 8px;
    border: 2px solid #FF004A;
    border-right: none;
    color: #FF004A;
    font-weight: 700;
    font-size: 1.6rem;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
}
.float a > div {
    padding: 1rem .5rem;
    width: 100%;
    display: flex;
    align-items: center;
}
.float .lead {
    background: #FF004A;
    color: #fff;
    font-size: 1.4rem;
}
@media screen and (min-width: 1300px) {
.float {
    display: none;
}
}



/* fv */
/* #fv {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    height: auto;
    font-weight: 700;
    overflow: hidden;
}
@media screen and (min-width: 769px) {
#fv {
    flex-direction:row;
}
}


#fv .mv {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    background: url("../img/top/fv-bg-sp.png") , linear-gradient(to bottom,#F5F9FF,#D7E7FF);
    background-position: calc(100%) center, center;
    background-repeat: no-repeat;
    background-size: cover, auto;
    padding: 66px 0 0;
}
@media screen and (min-width: 769px) {
#fv .mv {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: calc(100%);
    background: url("../img/top/fv-bg.png") calc(100% + 300px) center no-repeat #F5F9FF;
    background-size: cover;
    padding: calc(5% + 66px) 0 5%;
}
}
@media screen and (min-width: 1300px) {
#fv .mv {
    width: calc(100% - 400px);
    background: url("../img/top/fv-bg.png") calc(100% + 300px) center no-repeat #F5F9FF;
    background-size: cover;
    padding: 98px 0 0;
}
}


#fv .mv .mv-inner {
    position: relative;
    width: 100%;
    max-width: 1000px;
    display: flex;
    align-items: center;
    padding: 0;
    flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
#fv .mv .mv-inner {
    width: 90%;
    max-width: 1000px;
    padding: 0 22% 0 0;
    flex-direction:row;
}
}
@media screen and (min-width: 1300px) {
#fv .mv .mv-inner {
    width: 84%;
    padding: 0 22% 0 0;
    flex-direction:row;
}
}


#fv .mv-image {
    position: relative;
    width: 100%;
    z-index: 0;
}
@media screen and (min-width: 769px) {
#fv .mv-image {
    position: absolute;
    top: 51%;
    right: 0;
    transform: translate(0,-50%);
    width: 40%;
    height: 100%;
    background: url("../img/top/fv-image.svg") right bottom no-repeat;
    background-size: contain;
}
}
@media screen and (min-width: 820px) {
#fv .mv-image {
    position: absolute;
    top: 51%;
    right: 0;
    transform: translate(0,-50%);
    width: 70%;
    height: 100%;
    background: url("../img/top/fv-image.svg") right center no-repeat;
    background-size: contain;
}
}
@media screen and (min-width: 1300px) {
#fv .mv-image {
    position: absolute;
    top: 51%;
    right: -14%;
    transform: translate(0,-50%);
    width: 65%;
    height: 100%;
}
}


#fv .mv-contents {
    position: relative;
    color: #003E92;
    z-index: 1;
    padding: 0 24px 72px;
}
@media screen and (min-width: 769px) {
#fv .mv-contents {
    padding: 0;
}
}

#fv .mv-contents .lead {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#fv .mv-contents .lead .sub {
    text-align: center;
    font-size: 1.5rem;
    border-bottom: 2px solid #003E92;
    padding: 0 0 8px;
    margin: 0 0 8px 0;
}
@media screen and (min-width: 769px) {
#fv .mv-contents .lead {
    align-items: flex-start;
}
#fv .mv-contents .lead .sub {
    text-align: left;
    font-size: 1.6rem;
    padding: 0 0 4px;
}
}

#fv .mv-contents .lead .sub span {
    display: inline-block;
    background-color: #003E92;
    padding: 0 16px;
    border-radius: 50px;
    color: #fff;
    margin: 0 2px;
    font-weight: 900;
}

#fv .mv-contents .lead .maincopy {
    font-size: 1.8rem;
    color: #003E92;
    margin: 0 0 8px;
    text-align: center;
    line-height: 1.4;
}
@media screen and (min-width: 769px) {
#fv .mv-contents .lead .maincopy {
    line-height: 1.8;
    font-size: 2.4rem;
    margin: 0 0 8px;
    text-align: left;
}
}

#fv .mv-contents .lead .maincopy span {
    font-weight: 900;
    padding: 0 4px;
}
#fv .mv-contents .lead .maincopy strong {
    display: block;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.4;
}
@media screen and (min-width: 769px) {
#fv .mv-contents .lead .maincopy strong {
    font-size: 3.6rem;
    line-height: 1.4;
}
}


#fv .mv-contents .lead .maincopy strong span {
    color: #FF004A;
    padding: 0;
}
#fv .mv-contents .badge {
    width: calc(100% + 20px);
    margin: 0 0 0 -5px;
}
@media screen and (min-width: 769px) {
#fv .mv-contents .badge {
    width: 100%;
    max-width: 480px;
    margin: 0;
}
}

#fv .mv-contents .fv-feature > p {
    text-align: center;
    font-size: 1.4rem;
    color: #003E92;
    margin: 0 0 .5rem;
}
@media screen and (min-width: 769px) {
#fv .mv-contents .fv-feature > p {
    text-align: left;
    font-size: 1.5rem;
    margin: 0 0 1rem;
}
}


#fv .mv-contents .fv-feature > p strong {
    font-size: 1.7rem;
    font-weight: 900;
}
@media screen and (min-width: 769px) {
#fv .mv-contents .fv-feature > p strong {
    font-size: 2rem;
    font-weight: 900;
}
#fv .mv-contents .fv-feature > p strong span {
    font-size: 1.8rem;
}
}


#fv .mv-contents .fv-feature ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
}
#fv .mv-contents .fv-feature ul li {
    text-align: center;
    font-size: 1.3rem;
    color: #272021;
    background: url("../img/top/checkmark.svg") 8px center #fff no-repeat;
    background-size: 10px auto;
    border-radius: 50px;
    padding: .4rem 10px .4rem 14px;
    box-shadow: 4px 4px 16px 0px rgba(0, 62, 146, 0.2);
}
@media screen and (min-width: 769px) {
#fv .mv-contents .fv-feature ul {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
    padding: 0;
}
#fv .mv-contents .fv-feature ul li {
    text-align: left;
    font-size: 1.5rem;
    background: url("../img/top/checkmark.svg") 8px center #fff no-repeat;
    background-size: 18px auto;
    padding: .4rem 1rem .4rem 30px;
    box-shadow: 4px 4px 16px 0px rgba(0, 62, 146, 0.2);
}
} */



/* fv form */
/* #fv .form {
    display: none;
}
@media screen and (min-width: 1300px) {
#fv .form {
    display: block;
    width: 400px;
    background: #fff;
    padding: calc(98px) 0 0;
    z-index: 1;
    box-shadow: -4px -4px 24px 0px rgba(0, 62, 146, 0.2);
}
#fv .form .top {
    background: url("../img/top/form-head-balloon.svg") center bottom no-repeat;
    background-size: cover;
    padding: 1.8rem 1.6rem 6%;
    text-align: center;
    position: relative;
    z-index: 1;
}
#fv .form .top .lead {
    background-color: #fff;
    border-radius: 5px;
    font-size: 1.6rem;
    color: #003E92;
    display: inline-block;
    padding: 0 1rem;
    margin: 0 auto 8px;
}
#fv .form .top p {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.4;
}
#fv .form .top p strong {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    color: #FFE77D;
}
#fv .form .form-inner {
    margin-top: -40px;
}
} */


/* logos */
section.sec-merit {
    position: relative;
}
section.sec-merit .cover {
    position: absolute;
    top: -3.5em;
    left: 0;
    width: 100%;
    height: auto;
    background: none;
    z-index: 1;
}
@media screen and (min-width: 769px) {
section.sec-merit .cover {
    top: -1em;
    width: 280px;
    height: calc(100% + 2em);
    background: linear-gradient(to right,#fff 80%,transparent);
}
}

section.sec-merit .cover .balloon {
    text-align: center;
    position: absolute;
    top: -1.4em;
    left: 50%;
    transform: translate(-50%,0);
    width: calc(100% - 48px);
    height: auto;
    border-radius: 8px;
    background: linear-gradient(63deg,#5D96E9,#2A6ED1);
    padding: 1rem 2rem;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.25);
}
section.sec-merit .cover .balloon::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    height: 10px;
    background: url("../img/top/bolloon_arrow.svg") center top no-repeat;
    background-size: contain;
}
section.sec-merit .cover .balloon img {
    max-height: 2.5em;
}

@media screen and (min-width: 769px) {
section.sec-merit .cover .balloon {
    position: absolute;
    top: 0;
    left: 20px;
    transform: translate(0,-.8em);
    border-radius: 10px;
    width: 180px;
    height: auto;
    padding: 1rem 1.5rem;
}
section.sec-merit .cover .balloon::after {
    bottom: -13px;
    height: 14px;
}
section.sec-merit .cover .balloon img {
    max-height: none;
}
}

section.sec-merit .loop-slider {
    display: flex;
    align-items: center;
    margin: 3em 0 1.5em;
}
@media screen and (min-width: 769px) {
section.sec-merit .loop-slider {
    display: flex;
    align-items: center;
    margin: 1em 0;
}
}





/* #authority */
section#authority {
    background: linear-gradient(53deg,#fff,#D7EBFF);
}
section#authority .sec-inner {
    max-width: 1018px;
    margin: 0 auto;
    padding: 0 24px;
}
section#authority .contents {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    z-index: 1;
    padding: 50px 24px;
}
@media screen and (min-width: 769px) {
section#authority .contents {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    padding: 64px 0;
}
}

section#authority .contents::after {
    display: block;
    content: "";
    width: 90%;
    height: 100%;
    background: url("../img/top/authority_bg_acce.svg") center top no-repeat;
    background-size: contain;
    position: absolute;
    right: -10%;
    bottom: -50%;
    z-index: -1;
}
@media screen and (min-width: 769px) {
section#authority .contents::after {
    width: 468px;
    height: 495px;
    right: -200px;
    bottom: -180px;
}
}

section#authority .contents .txt {
    font-size: 1.9rem;
    color: #003E92;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}
section#authority .contents .txt span {
    border-bottom: 1px solid #003E92;
    font-size: 2.4rem;
    display: inline-block;
    margin: 0 .4rem;
    line-height: 1.2;
}
section#authority .contents .txt span > span {
    line-height: 1.2;
    border-bottom: none;
    padding: 0;
}
@media screen and (min-width: 769px) {
section#authority .contents .txt {
    font-size: 2.6rem;
    text-align: left;
}
section#authority .contents .txt span {
    font-size: 3.6rem;
    display: inline-block;
    margin: 0 .4rem;
    line-height: 1.2;
}
section#authority .contents .txt span > span {
    font-size: 2.4rem;
    line-height: 1.2
}
}


section#authority .contents .img {
    max-width: 100%;
    text-align: center;
}
section#authority .contents .img img {
     max-width: 180px;
}
@media screen and (min-width: 769px) {
section#authority .contents .img {
    max-width: 280px;
}
section#authority .contents .img img {
     max-width: 240px;
}
}


section#authority .contents .img small {
    text-align: center;
    display: block;
    font-size: 1rem;
    color: #272021;
    line-height: 1.4;
}
@media screen and (min-width: 769px) {
section#authority .contents .img small {
    font-size: .9rem;

}
}


section#authority .case {
    position: relative;
    background: linear-gradient(to top,#C0DDFF 90%,transparent 90%,transparent 100%);
    z-index: 1;
}
section#authority .case .sec-inner {
    max-width: 1240px;
    padding: 0 0 80px;
}
section#authority .case .sec-inner .btn-link-bl {
    padding: 0 24px;
}
@media screen and (min-width: 769px) {
section#authority .case {
    padding: 0 24px;
    background: linear-gradient(to top,#C0DDFF 85%,transparent 85%,transparent 100%);
}
section#authority .case .sec-inner .btn-link-bl {
    padding: 0
}
}


/* article form (sp only) */
article#form  {
    padding: 48px 24px; 
}
article#form .top {
    padding: 0 0 1.8rem;
    text-align: center;
    font-weight: 700;
}
article#form .top .lead {
    background-color: #FF004A;
    border-radius: 5px;
    font-size: 1.5rem;
    color: #fff;
    padding: .5rem 1rem;
    margin: 0 auto 8px;
}
article#form .top p {
    font-size: 1.7rem;
    color: #003E92;
    line-height: 1.4;
}
article#form .top p strong {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    color: #FF004A;
}
@media screen and (min-width: 1300px) {
article#form {
    display: none;
}
}

