@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a{
	color: #231815;
	text-decoration: none;
    transition: 0.3s all ease;
}

a:hover{
	opacity: 0.6;
}

.sp{
	display:none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 2.0rem;
	font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
	color: #231815;
    line-height: 1.3;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
}

#wrapper img{
    max-width: 100%;
}


/* =====================================
	main
===================================== */

.visual{
    background-image: linear-gradient(0deg, rgba(211, 224, 243, 1), rgba(231, 212, 237, 1) 50%, rgba(251, 230, 239, 1));
}

.visual img{
    margin: 0 auto;
}

.worries{
    width: 100%;
    padding: 100px 40px 80px;
    background: url("../img/bg02.jpg") center bottom no-repeat;
    background-size: 100% auto;
    position: relative;
    overflow: hidden;
}

.worries::before{
    content: "";
    width: 434px;
    height: 439px;
    background: url("../img/illust01.png");
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -582px;
    z-index: 10;
}

.worries::after{
    content: "";
    width: 447px;
    height: 413px;
    background: url("../img/illust02.png");
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 81px;
    z-index: 10;
}

.worries p img{
    margin: 0 auto;
}

.worries p + p{
    margin: 53px auto 45px;
    width: 472px;
}

.worries ul{
    width: 664px;
    margin: 0 auto;
    clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%);
    background: #fff;
    filter: drop-shadow(6px 7px 26px rgba(0,0,0,0.3)) drop-shadow(6px 7px 26px rgba(0,0,0,0.3));
    padding: 56px 55px 52px;
}

.worries ul li{
    padding: 26px 0 15px 43px;
    font-size: 2.4rem;
    line-height: 1.467;
    font-weight: 500;
    border-bottom: 2px #4d4d4d dotted;
    background: url("../img/check01.png") no-repeat top 31px left;
    background-size: 32px auto;
    letter-spacing: 0;
}

.worries ul li:first-child{
    padding-top: 0;
    background: url("../img/check01.png") no-repeat top 6px left;
    background-size: 32px auto;
}

.worries ul li:last-child{
    padding: 26px 0 0 43px;
    border-bottom: none;
}

.worries ul li strong{
    font-weight: bold;
    color: #0068b7;
}

.solution{
    width: 100%;
    position: relative;
}

.solution::before{
    content: "";
    width: 112px;
    height: 112px;
    background: url("../img/arrow01.png");
    background-size: contain;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
}

.solution .inner{
    width: 100%;
    padding: 130px 40px 80px;
    position: relative;
    overflow: hidden;
}

.solution .inner::after{
    content: "";
    width: 181px;
    height: 199px;
    background: url("../img/illust03.png");
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(251px);
}

.solution img{
    margin: 0 auto;
}

.manga01{
    width: 100%;
    padding: 110px 40px 120px;
    background: url("../img/bg01.png");
}

.manga01 p img{
    margin: 0 auto 19px;
}

.manga01 .tab{
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    display: flex;
}

.manga01 .tab li{
    width: calc(100% / 3);
    padding-top: 31.556%;
    text-indent: -9999px;
    transition: 0.3s all ease;
}

.manga01 .tab li:nth-child(1){
    background: url("../img/btn01_off.png"), url("../img/btn01_on.png");
    background-size: contain;
}

.manga01 .tab li:nth-child(2){
    background: url("../img/btn02_off.png"), url("../img/btn02_on.png");
    background-size: contain;
}

.manga01 .tab li:nth-child(3){
    background: url("../img/btn03_off.png"), url("../img/btn03_on.png");
    background-size: contain;
}

.manga01 .tab li.active:nth-child(1){
    background: url("../img/btn01_on.png"), url("../img/btn01_off.png");
    background-size: contain;
}

.manga01 .tab li.active:nth-child(2){
    background: url("../img/btn02_on.png"), url("../img/btn02_off.png");
    background-size: contain;
}

.manga01 .tab li.active:nth-child(3){
    background: url("../img/btn03_on.png"), url("../img/btn03_off.png");
    background-size: contain;
}

.manga01 .tab li:not(.active):hover{
    opacity: .6;
    cursor: pointer;
}

.manga01 .manga{
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 20px 0 50px;
}

.manga01 .manga img{
    margin: 0 auto;
}

.manga01 .manga li{
    display: none;
}

.manga01 .manga li.active{
    display: block;
}

.cv{
    width: 100%;
    background: #0068b7;
    padding: 60px 40px 80px;
}

.cv h2 img{
    margin: 0 auto 40px;
    width: 403px;
}

.cv a img{
    margin: 0 auto;
    width: 435px;
    filter: drop-shadow(1px 1px 4px rgba(5,71,155,0.6));
}

.about{
    width: 100%;
    padding: 100px 40px 120px;
}

.about h2 img{
    margin: 0 auto 30px;
}

.about p{
    font-size: 2.4rem;
    line-height: 1.67;
    text-align: center;
    margin-bottom: 58px;
}

.about p small{
    font-size: 1.4rem;
}

.about img{
    margin: 0 auto;
}

.about .feature{
    width: 100%;
    max-width: 875px;
    margin: 47px auto 0;
    border: 3px solid #0068b7;
    border-radius: 10px;
    display: flex;
}

.about .feature dt{
    background: #0068b7;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    writing-mode: vertical-rl;
    padding: 0 30px 0 28px;
}

.about .feature dd{
    font-size: 2.0rem;
    line-height: 1.6;
    padding: 23px;
}

.about .fido{
    width: 100%;
    max-width: 875px;
    margin: 100px auto 0;
    border-radius: 20px;
    background: #e4f3ff;
    padding: 38px 50px 57px;
}

.about .fido h3 img{
    width: 329px;
    margin: 0 auto 24px;
}

.about .fido p{
    font-size: 2.0rem;
    line-height: 1.67;
    text-align: center;
    margin-bottom: 34px;
    letter-spacing: 0;
}

.about .fido dl{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about .fido dl dd{
    width: 29.6774%;
    position: relative;
}

.about .fido dl dd span{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    padding: 173px 20px 25px;
    font-size: 1.7rem;
    line-height: 1.47;
    text-align: center;
    filter: drop-shadow(1px 1px 4px rgba(5,71,155,0.6));
    display: block;
}

.about .fido dl dd:nth-child(2) span{
    background: #fff url("../img/icon01.png") center top 28px no-repeat;
    background-size: 169px auto;
}

.about .fido dl dd:nth-child(3) span{
    background: #fff url("../img/icon02.png") center top 28px no-repeat;
    background-size: 169px auto;
}

.about .fido dl dd:nth-child(4) span{
    background: #fff url("../img/icon03.png") center top 28px no-repeat;
    background-size: 169px auto;
}

.about .fido dl dd::before{
    content: "";
    width: 17px;
    height: 28px;
    background: url("../img/arrow02.png");
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
}

.about .fido dl dd:nth-child(4)::before{
    display: none;
}

.about .fido dl dd small{
    font-size: 1.1rem;
}

.about .fido dl dt{
    width: 100%;
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 20px;
    text-align: center;
    color: #0068b7;
}

.key{
    width: 100%;
    padding: 120px 40px 60px;
    background: url("../img/bg01.png");
}

.key h2 img{
    margin: 0 auto 34px;
}

.key p{
    font-size: 2.4rem;
    line-height: 1.67;
    text-align: center;
}

.key ul{
    width: 100%;
    max-width: 994px;
    margin: 51px auto 32px;
    display: flex;
    justify-content: space-between;
}

.key ul li{
    width: 34%;
}

.key ul li img{
    width: 100%;
}

.key p img{
    margin: 0 auto;
}

.merit{
    width: 100%;
    padding: 95px 40px 120px;
}

.merit h2 img{
    margin: 0 auto 60px;
}

.merit ul{
    margin: 0 auto;
    width: 100%;
    max-width: 835px;
}

.merit ul li{
    margin-bottom: 50px;
    border-radius: 20px;
    padding: 80px 60px 32px;
    position: relative;
}

.merit ul li:nth-child(1){
    background: #f3faff url("../img/illust04.png") center right min(7.75956vw, 71px) no-repeat;
    background-size: min(18.579vw, 170px) auto;
}

.merit ul li:nth-child(2){
    background: #f3faff url("../img/illust05.png") center right no-repeat;
    background-size: min(37.26775956vw, 341px) auto;
}

.merit ul li:nth-child(3){
    background: #f3faff url("../img/illust06.png") center right min(4.918vw, 45px) no-repeat;
    background-size: min(22.51366vw, 206px) auto;
    margin-bottom: 0;
}

.merit ul li h3 img{
    position: absolute;
    top: max(-2.84153vw, -26px);
    left: 39px;
    width: min(31.912568vw, 292px);
}

.merit ul li:nth-child(1) h4 img{
    width: min(44.918vw, 411px);
}

.merit ul li:nth-child(2) h4 img{
    width: min(57.8142vw, 529px);
}

.merit ul li:nth-child(3) h4 img{
    width: min(32.3497vw, 296px);
}

.merit ul li p{
    font-size: min(2.18579vw, 2.0rem);
    line-height: 1.8;
    margin: 1em 0;
}

.merit ul li a{
    width: min(39.125683vw, 358px);
    display: table;
}

.merit ul li a img{
    width: 100%;
    filter: drop-shadow(1px 1px 4px rgba(5,71,155,0.6));
}

.ba{
    width: 100%;
    padding: 120px 40px;
    background: url("../img/bg01.png");
}

.ba h2 img{
    margin: 0 auto 50px;
}

.ba ul{
    margin: 0 auto;
    width: 100%;
    max-width: 825px;
}

.ba ul li{
    width: 100%;
    padding-top: 50.303%;
    background: url("../img/ba01.png");
    background-size: contain;
    position: relative;
    margin-bottom: 30px;
}

.ba ul li:last-child{
    margin-bottom: 0;
    background: url("../img/ba02.png");
    background-size: contain;
}

.ba ul li span{
    position: absolute;
    bottom: min(3.3149vw, 30px);
    height: min(14.8066vw, 134px);
    font-size: min(2.2099vw, 2.0rem);
    line-height: 1.4;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.ba ul li .before{
    left: min(3.3149vw, 30px);
    width: min(36.464vw, 330px);
}

.ba ul li .after{
    right: min(3.3149vw, 30px);
    width: min(45.08287vw, 408px);
}

.ba ul li:last-child{
    margin-bottom: 0;
}

.osusume{
    width: 100%;
    padding: 100px 0 31px;
    overflow: hidden;
}

.osusume h2 img{
    padding: 0 40px;
    margin: 0 auto 28px;
}

.osusume > p{
    padding: 0 40px;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.67;
    margin-bottom: 61px;
}

.osusume > ul > li{
    padding: 80px 40px;
    background: #f3faff;
    width: 100%;
}

.osusume > ul > li:nth-child(even){
    background: #fff;
}

.osusume > ul > li:nth-child(1) h3 img{
    margin: 0 auto 30px;
}

.osusume > ul > li:nth-child(1) ul{
    margin: 0 auto;
    width: 100%;
    max-width: 836px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.osusume > ul > li:nth-child(1) ul::before{
    content: "";
    position: absolute;
    top: min(4.58515vw, 42px);
    left: max(-7.9694vw, -73px);
    background: url("../img/illust07.png") no-repeat;
    background-size: min(16.3755vw, 150px) auto;
    width: min(16.3755vw, 150px);
    height: min(23.0349vw, 211px);
    z-index: 10;
}

.osusume > ul > li:nth-child(1) ul::after{
    content: "";
    position: absolute;
    top: min(12.0087vw, 110px);
    right: max(-6.441vw, -59px);
    background: url("../img/illust03.png") no-repeat;
    background-size: min(18.55895vw, 170px) auto;
    width: min(18.55895vw, 170px);
    height: min(20.524vw, 188px);
    z-index: 10;
}

.osusume > ul > li:nth-child(1) ul li{
    width: 48.80382775%;
    position: relative;
    filter: drop-shadow(1px 1px 4px rgba(5,71,155,0.6));
}

.osusume > ul > li:nth-child(1) ul li img{
    width: 100%;
}

.osusume > ul > li:nth-child(1) ul li p{
    font-size: min(2.1834vw, 2.0rem);
    width: 80.392%;
    position: absolute;
    bottom: min(3.60262vw, 33px);
    left: 9.804%;
    line-height: 1.6;
}

.osusume > ul > li:nth-child(2) > div{
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.osusume > ul > li:nth-child(2) > div div{
    width: 52%;
}

.osusume > ul > li:nth-child(2) > div div p{
    font-size: 2.0rem;
    line-height: 1.8;
    margin-top: 22px;
}

.osusume > ul > li:nth-child(2) > div > img{
    width: 42%;
}

.osusume > ul > li:nth-child(3) > div{
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.osusume > ul > li:nth-child(3) > div div{
    width: 52%;
}

.osusume > ul > li:nth-child(3) > div div img{
    width: 412px;
}

.osusume > ul > li:nth-child(3) > div div p{
    font-size: 2.0rem;
    line-height: 1.8;
    margin-top: 22px;
}

.osusume > ul > li:nth-child(3) > div > img{
    width: 40%;
}

.osusume > ul > li:nth-child(4) h3 img{
    margin: 0 auto 21px;
    width: 460px;
}

.osusume > ul > li:nth-child(4) p{
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.8;
}

.cv02{
    width: 100%;
    background: #0068b7;
    padding: 60px 40px 80px;
    position: relative;
    overflow-x: clip;
}

.cv02::before{
    content: "";
    background: url("../img/illust09.png");
    width: 213px;
    height: 292px;
    position: absolute;
    top: 57px;
    left: 50%;
    transform: translateX(-456px);
}

.cv02::after{
    content: "";
    background: url("../img/illust10.png");
    width: 230px;
    height: 412px;
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(246px);
}

.cv02 h2 img{
    margin: 0 auto 18px;
    width: 401px;
}

.cv02 p{
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 31px;
}

.cv02 a img{
    margin: 0 auto;
    width: 435px;
    filter: drop-shadow(1px 1px 4px rgba(5,71,155,0.6));
}

#footUtility .utility {
    width: 100%;
    max-width: 990px;
    padding: 0 40px;
}

@media screen and (max-width:768px){

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
    font-size: 3.90625vw;
    width: 100%;
    overflow-x: hidden;
    letter-spacing: 0;
    min-width: inherit;
}


/* =====================================
	main
===================================== */

.worries{
    padding: 10.67vw 0 13.33vw;
    background: url("../img/sp/bg02.jpg") center bottom no-repeat;
    background-size: 100% auto;
}

.worries::before{
    width: 38.133vw;
    height: 42.67vw;
    background: url("../img/sp/illust01.png");
    background-size: 38.133vw auto;
    left: 0;
    margin-left: 0;
}

.worries::after{
    width: 40.67vw;
    height: 42.267vw;
    background: url("../img/sp/illust02.png");
    background-size: 40.67vw auto;
    left: auto;
    right: 0;
    margin-left: 0;
}

.worries p img{
    width: 83.6vw;
}

.worries p + p{
    margin: 5.33vw auto  5.733vw;
    width: 81.867vw;
}

.worries ul{
    width: 75.067vw;
    clip-path: polygon(0 0, calc(100% - 8vw) 0, 100% 8vw, 100% 100%, 0 100%);
    filter: drop-shadow(0.8vw 0.933vw 3.467vw rgba(0,0,0,0.3)) drop-shadow(0.8vw 0.933vw 3.467vw rgba(0,0,0,0.3));
    padding: 2.67vw 6vw;
}

.worries ul li{
    padding: 5.33vw 0 4.533vw 8.933vw;
    font-size: 3.84133vw;
    background: url("../img/check01.png") no-repeat top 5.33vw left;
    background-size: 5.067vw auto;
}

.worries ul li:first-child{
    padding-top: 5.33vw;
    background: url("../img/check01.png") no-repeat top 5.33vw left;
    background-size: 5.067vw auto;
}

.worries ul li:last-child{
    padding: 5.33vw 0 4.533vw 8.933vw;
}

.solution::before{
    width: 19.2vw;
    height: 19.2vw;
    top: -6.133vw;
}

.solution .inner{
    padding: 20.8vw 0 13.33vw;
}

.solution .inner::after{
    width: 24.133vw;
    height: 26.533vw;
    background: url("../img/illust03.png");
    background-size: 24.133vw auto;
    top: 6.8vw;
    left: 73.2vw;
    transform: translateX(0);
}

.solution img{
    width: 73.733vw;
}

.manga01{
    padding: 10.67vw 5.33vw 16vw;
    background: url("../img/bg01.png");
    background-size: 240vw auto;
}

.manga01 p img{
    margin: 0 auto 5.6vw;
    width: 51.2vw;
}

.manga01 .tab{
    max-width: 89.334vw;
    display: block;
    margin-bottom: 2.67vw;
}

.manga01 .tab li{
    width: 100%;
    height: 22.267vw;
    padding-top: 0;
}

.manga01 .tab li:nth-child(1){
    background: url("../img/sp/btn01_off.png") no-repeat, url("../img/sp/btn01_on.png") no-repeat;
    background-size: 100% auto;
}

.manga01 .tab li:nth-child(2){
    background: url("../img/sp/btn02_off.png") no-repeat, url("../img/sp/btn02_on.png") no-repeat;
    background-size: 100% auto;
    height: 22.533vw;
}

.manga01 .tab li:nth-child(3){
    background: url("../img/sp/btn03_off.png") no-repeat, url("../img/sp/btn03_on.png") no-repeat;
    background-size: 100% auto;
}

.manga01 .tab li.active:nth-child(1){
    background: url("../img/sp/btn01_on.png") no-repeat, url("../img/sp/btn01_off.png") no-repeat;
    background-size: 100% auto;
}

.manga01 .tab li.active:nth-child(2){
    background: url("../img/sp/btn02_on.png") no-repeat, url("../img/sp/btn02_off.png") no-repeat;
    background-size: 100% auto;
}

.manga01 .tab li.active:nth-child(3){
    background: url("../img/sp/btn03_on.png") no-repeat, url("../img/sp/btn03_off.png") no-repeat;
    background-size: 100% auto;
}

.manga01 .manga{
    max-width: 89.33vw;
    border-radius: 0 0 4vw 4vw;
    padding: 2.67vw 0 8vw;
}

.manga01 .manga img{
    width: 78.67vw;
}

.cv{
    padding: 10.67vw 0;
}

.cv h2 img{
    margin: 0 auto 4.67vw;
    width: 69.733vw;
}

.cv a img{
    width: 75.33vw;
    filter: drop-shadow(0.133vw 0.133vw 0.533vw rgba(5,71,155,0.6));
}

.about{
    padding: 16vw 0;
}

.about h2 img{
    margin: 0 auto 6.133vw;
    width: 74.4vw;
}

.about p{
    font-size: 4.15467vw;
    margin-bottom: 6.133vw;
}

.about p small{
    font-size: 2.424vw;
}

.about > picture img{
    width: 95.467vw;
}

.about .feature{
    max-width: 89.33vw;
    margin: 8vw auto 0;
    border: 0.4vw solid #0068b7;
    border-radius: 1.33vw;
}

.about .feature dt{
    font-size: 4.8533vw;
    padding: 0 3.2vw 0 2.8vw;
}

.about .feature dd{
    font-size: 3.467vw;
    padding: 3.067vw 4vw;
}

.about .fido{
    max-width: 89.33vw;
    margin: 13.33vw auto 0;
    border-radius: 5.33vw;
    padding: 5.067vw 5.33vw 8vw;
}

.about .fido h3 img{
    width: 57.067vw;
    margin: 0 auto 2.8vw;
}

.about .fido p{
    font-size: 3.467vw;
    margin-bottom: 6.533vw;
}

.about .fido dl{
    display: block;
}

.about .fido dl dd{
    width: 100%;
    margin-bottom: 7.733vw;
}

.about .fido dl dd:nth-child(4){
    margin-bottom: 0;
}

.about .fido dl dd span{
    height: 24.8vw;
    border-radius: 0.533vw;
    padding: 0 0 0 30vw;
    font-size: 3.24133vw;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    filter: drop-shadow(0.133vw 0.133vw 0.533vw rgba(5,71,155,0.6));
}

.about .fido dl dd:nth-child(2) span{
    background: #fff url("../img/icon01.png") center left 3vw no-repeat;
    background-size: 23.2vw auto;
}

.about .fido dl dd:nth-child(3) span{
    background: #fff url("../img/icon02.png") center left 3vw no-repeat;
    background-size: 23.2vw auto;
}

.about .fido dl dd:nth-child(4) span{
    background: #fff url("../img/icon03.png") center left 3vw no-repeat;
    background-size: 23.2vw auto;
}

.about .fido dl dd::before{
    width: 6.4vw;
    height: 4vw;
    background: url("../img/sp/arrow02.png");
    background-size: 6.4vw auto;
    top: auto;
    bottom: -5.867vw;
    right: auto;
    left: 50%;
    transform: translateY(0) translateX(-50%);
}

.about .fido dl dd small{
    font-size: 2.09733vw;
}

.about .fido dl dt{
    font-size: 4.68vw;
    margin: 0 0 4vw;
}

.key{
    padding: 16vw 0 10.67vw;
    background: url("../img/bg01.png");
    background-size: 240vw auto;
}

.key h2 img{
    width: 72.67vw;
    margin: 0 auto 6.133vw;
}

.key p{
    font-size: 4.164vw;
}

.key ul{
    max-width: 74.67vw;
    margin: 4.8vw auto 6.133vw;
    display: block;
}

.key ul li{
    width: 100%;
    margin-bottom: 5.33vw;
}

.key ul li:last-child{
    margin-bottom: 0;
}

.key p img{
    width: 89.2vw;
}

.merit{
    padding: 16vw 0;
}

.merit h2 img{
    margin: 0 auto 8.8vw;
    width: 81.733vw;
}

.merit ul{
    max-width: 89.33vw;
}

.merit ul li{
    margin-bottom: 8vw;
    border-radius: 2.67vw;
    padding: 12vw 5.33vw 6.533vw;
}

.merit ul li:nth-child(1){
    background: #f3faff url("../img/illust04.png") center top 27.733vw no-repeat;
    background-size: 22.67vw auto;
}

.merit ul li:nth-child(2){
    background: #f3faff url("../img/illust05.png") center top 27.6vw no-repeat;
    background-size: 45.467vw auto;
}

.merit ul li:nth-child(3){
    background: #f3faff url("../img/illust06.png") center top 27.6vw no-repeat;
    background-size: 27.467vw auto;
    margin-bottom: 0;
}

.merit ul li h3 img{
    top: -4.267vw;
    left: 5.2vw;
    width: 46.8vw;
}

.merit ul li h4 img{
    margin: 0 auto;
}

.merit ul li:nth-child(1) h4 img{
    width: 71.33vw;
}

.merit ul li:nth-child(2) h4 img{
    width: 79.2vw;
}

.merit ul li:nth-child(3) h4 img{
    width: 51.2vw;
}

.merit ul li p{
    font-size: 3.467vw;
    margin: 38.267vw 0 0;
}

.merit ul li:nth-child(2) p{
    margin: 42.133vw 0 0;
}

.merit ul li a{
    width: 62vw;
    margin: 2.533vw auto 0;
}

.merit ul li a img{
    filter: drop-shadow(0.133vw 0.133vw 0.533vw rgba(5,71,155,0.6));
}

.ba{
    padding: 16vw 0;
    background: url("../img/bg01.png");
    background-size: 240vw auto;
}

.ba h2 img{
    width: 90.533vw;
    margin: 0 auto 8vw;
}

.ba ul{
    max-width: 89.334vw;
}

.ba ul li{
    width: 100%;
    padding-top: 64.67vw;
    background: url("../img/sp/ba01.png");
    background-size: contain;
    margin-bottom: 4vw;
}

.ba ul li:last-child{
    background: url("../img/sp/ba02.png");
    background-size: contain;
    margin-bottom: 0;
}

.ba ul li span{
    bottom: auto;
    height: 26.267vw;
    font-size: 3.467vw;
    text-align: left;
}

.ba ul li .before{
    top: 4vw;
    left: 41.067vw;
    width: 40.267vw;
}

.ba ul li .after{
    top: 34.267vw;
    right: auto;
    left: 41.067vw;
    width: 40.267vw;
}

.ba ul li:last-child{
    margin-bottom: 0;
}

.osusume{
    padding: 16vw 0 5.33vw;
}

.osusume h2 img{
    padding: 0;
    margin: 0 auto 6.133vw;
    width: 78.8vw;
}

.osusume > p{
    padding: 0;
    font-size: 4.16vw;
    margin-bottom: 9.33vw;
}

.osusume > ul > li{
    padding: 10.67vw 0;
}

.osusume > ul > li:nth-child(1) h3 img{
    margin: 0 auto 4vw;
    width: 55.867vw;
}

.osusume > ul > li:nth-child(1) ul{
    max-width: 89.33vw;
    margin: 0 auto;
    display: block;
}

.osusume > ul > li:nth-child(1) ul::before{
    top: -13.6vw;
    left: -4.4vw;
    background: url("../img/illust07.png") no-repeat;
    background-size: 20vw auto;
    width: 20vw;
    height: 28.133vw;
}

.osusume > ul > li:nth-child(1) ul::after{
    top: 42.533vw;
    right: -4.133vw;
    background: url("../img/illust03.png") no-repeat;
    background-size: 24.133vw auto;
    width: 24.133vw;
    height: 26.533vw;
}

.osusume > ul > li:nth-child(1) ul li{
    width: 100%;
    margin-bottom: 4vw;
    filter: drop-shadow(0.133vw 0.133vw 0.533vw rgba(5,71,155,0.6));
}

.osusume > ul > li:nth-child(1) ul li p{
    font-size: 3.467vw;
    width: 43.6vw;
    bottom: 4.267vw;
    left: 40.267vw;
}

.osusume > ul > li:nth-child(2) > div{
    display: block;
}

.osusume > ul > li:nth-child(2) > div div{
    width: 100%;
}

.osusume > ul > li:nth-child(2) > div div h3 img{
    width: 85.2vw;
    margin: 0 auto 4vw;
}

.osusume > ul > li:nth-child(2) > div div h3 + img{
    width: 58.67vw;
    margin: 0 auto;
}

.osusume > ul > li:nth-child(2) > div div p{
    font-size: 3.467vw;
    margin: 2.4vw auto 0;
    width: 89.33vw;
}

.osusume > ul > li:nth-child(3) > div{
    display: block;
}

.osusume > ul > li:nth-child(3) > div div{
    width: 100%;
}

.osusume > ul > li:nth-child(3) > div div h3 img{
    width: 71.6vw;
    margin: 0 auto 4vw;
}

.osusume > ul > li:nth-child(3) > div div h3 + img{
    width: 58.67vw;
    margin: 0 auto;
}

.osusume > ul > li:nth-child(3) > div div p{
    font-size: 3.467vw;
    margin: 2.4vw auto 0;
    width: 89.33vw;
}

.osusume > ul > li:nth-child(4) h3 img{
    margin: 0 auto 3.867vw;
    width: 79.733vw;
}

.osusume > ul > li:nth-child(4) p{
    font-size: 3.467vw;
}

.cv02{
    padding: 10.67vw 0;
}

.cv02::before{
    background: url("../img/illust09.png");
    background-size: 22.933vw auto;
    width: 22.933vw;
    height: 31.467vw;
    top: 21.6vw;
    left: 1.6vw;
    transform: translateX(0);
}

.cv02::after{
    background: url("../img/illust10.png");
    background-size: 24.133vw auto;
    width: 24.133vw;
    height: 43.2vw;
    top: 8.67vw;
    left: 74.67vw;
    transform: translateX(0);
}

.cv02 h2 img{
    margin: 0 auto 2vw;
    width: 52.8vw;
}

.cv02 p{
    font-size: 3.467vw;
    margin-bottom: 2.6vw;
}

.cv02 a img{
    width: 75.33vw;
    filter: drop-shadow(0.133vw 0.133vw 0.533vw rgba(5,71,155,0.6));
}

}