@charset "utf-8";
/* CSS Document */


/*PC*/
@media screen and (min-width: 1680px) {



.cont01 { width: 100%; height: 930px; background: var(--color01) /*url("../images/passport/cont01_bg.png") bottom center no-repeat*/; background-size: cover; align-content: flex-end; position: relative;}
.cont01::before { content: ""; width: 100%; height: 1360px; background: url("../images/passport/cont01_bg2.png") top center no-repeat; background-size: cover; position: absolute; top: 0; left: 0; z-index: 1; aspect-ratio: 1680/1300;}
.cont01 .inner { margin: 0 auto 10px; position: relative; z-index: 50;}
.cont01 .inner .ttl { display: flex; flex-direction: column; align-items: center;}
.cont01 .inner .ttl h2 { font-size: 150px; line-height: 1em; color: var(--color00); -webkit-text-stroke: 2px var(--color05); text-shadow: 3px 3px 0px var(--color05); margin-bottom: 5px; position: relative;}
.cont01 .inner .ttl h2::after { content: ""; width: 272px; height: 384px; background: url("../images/passport/cont01_reiko.png") center center; background-size: cover; position: absolute; top: -200px; right: -260px;}
.cont01 .inner .ttl p { font-size: 54px; line-height: 1em; color: var(--color00); margin-bottom: 50px;}
.cont01 .inner .box { width: 1030px; margin: auto; background: var(--color00); border: 8px dotted var(--color05); border-radius: 30px; padding: 40px 0; text-align: center;}
.cont01 .inner .box p { font-size: 30px; line-height: 60px; color: var(--color05);}
.cont01 .inner .box p .txt01 { font-size: 50px; color: var(--color01); padding: 0 5px;}
.cont01 .inner .box p .txt02 { font-size: 50px;}
.cont01 .inner .box p .txt03 { font-size: 67px; color: var(--color03); display: inline-block; padding: 0 5px 40px; font-family: "Dela Gothic One", sans-serif; -webkit-text-stroke: 1px var(--color05); position: relative;}
.cont01 .inner .box p .txt03::before { content: ""; background: url("../images/passport/cont01_img.png") 0 0 no-repeat; background-size: cover; position: absolute; top: 0; left: -130px; width: 103px; height: 131px;}
.cont01 .inner .box p .txt03::after { content: ""; background: url("../images/passport/cont01_box_underline.png") 0 0 no-repeat; background-size: cover; position: absolute; bottom: 8px; left: 0; right: 0; height: 18px;}




.cont02 { width: 100%; background: var(--color03) url("../images/passport/cont02_topbg.png") top center no-repeat; /*background-size: contain;*/ position: relative; z-index: auto;}
.cont02 .inner { margin: 0 auto; padding: 330px 0 50px; position: relative; z-index: 10;}
.cont02 .inner .move { margin: 0 auto 135px;}
.cont02 .inner .box { width: 1030px; margin: 0 auto 135px; background: var(--color00); border: 5px solid var(--color05); border-radius: 50px; padding: 100px 100px; position: relative; z-index: auto;}
.cont02 .inner .box::after { content: ""; position: absolute; top: 20px; left: 20px; bottom: -20px; right: -20px; background: var(--color00); border: 5px solid var(--color05); border-radius: 50px; z-index: -1;}
.cont02 .inner .box:nth-last-of-type(1) { margin-bottom: 0;}
.cont02 .inner .box h3 { width: auto; height: 120px; position: absolute; top: -56px; left: 100px;}
.cont02 .inner .box h3 img { width: auto; height: 100%;}
.cont02 .inner .box01 { font-size: 35px; color: var(--color05);}
.cont02 .inner .box01 ol { counter-reset: li;}
.cont02 .inner .box01 ol li { position: relative; padding-left: 1.5em;}
.cont02 .inner .box01 ol li:not(:first-child) { margin-top: 30px;}
.cont02 .inner .box01 ol li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 8px; display: block; width: 40px; height: 40px; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center;}
.cont02 .inner .box01 ol li span { background: var(--color03);}

.cont02 .inner .box02 { font-size: 35px;}
.cont02 .inner .box02::before { content: ""; background: url("../images/passport/cont02_reiko01.png") center center no-repeat; background-size: cover; width: 271px; height: 235px; position: absolute; top: -50px; right: 0;}
.cont02 .inner .box02 dl {}
.cont02 .inner .box02 dl dt { display: inline-block; color: var(--color00); padding: 10px 40px; border-radius: 0 40px 40px 0;}
.cont02 .inner .box02 dl dt span { color: var(--color03);}
.cont02 .inner .box02 dl dt:nth-of-type(1) { background: var(--color05);}
.cont02 .inner .box02 dl dt:nth-of-type(2) { background: var(--color02);}
.cont02 .inner .box02 dl dd { display: block; font-family: "Dela Gothic One", sans-serif; font-size: 55px; color: var(--color00); -webkit-text-stroke: 2px var(--color05); margin: 0 auto 80px;}
.cont02 .inner .box02 dl dd:nth-of-type(2) { margin-bottom: 0;}
.cont02 .inner .box02 dl dd span { font-size: 70px; padding-bottom: 40px; position: relative; color: var(--color01);}
.cont02 .inner .box02 dl dd span::after { content: ""; background: url("../images/passport/cont02_box02_underline.png") 0 0; background-size: cover; position: absolute; left: 0; right: 0; bottom: 20px; height: 18px;}

.cont02 .inner .box03 { font-size: 35px; color: var(--color05);}
.cont02 .inner .box03::before { content: ""; background: url("../images/passport/cont02_reiko02.png") center center no-repeat; background-size: cover; width: 369px; height: 275px; position: absolute; top: 30px; right: 40px;}
.cont02 .inner .box03 ol { counter-reset: li;}
.cont02 .inner .box03 ol li { position: relative; padding-left: 1.5em;}
.cont02 .inner .box03 ol li:not(:first-child) { margin-top: 60px;}
.cont02 .inner .box03 ol li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 8px; display: block; width: 40px; height: 40px; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center;}
.cont02 .inner .box03 ol li::after { content: ""; background: url("../images/passport/cont02_box03_arrow.png") 0 0; background-size: cover; width: 59px; height: 30px; position: absolute; bottom: -45px; left: 150px;}
.cont02 .inner .box03 ol li:last-of-type::after { content: none;}

.cont02 .inner .box04 { text-align: center; color: var(--color05);}
.cont02 .inner .box04::before { content: ""; background: url("../images/passport/cont02_reiko03.png") center center no-repeat; background-size: cover; width: 320px; height: 277px; position: absolute; bottom: 150px; left: 10px;}
.cont02 .inner .box04 p { font-size: 40px; line-height: 1.2em; margin-bottom: 40px;}
.cont02 .inner .box04 p:nth-last-of-type(1) { margin-bottom: 0;}
.cont02 .inner .box04 p span{ font-size: 29px; display: block;}
.cont02 .inner .box04 p:nth-last-of-type(1) { font-size: 16px; color: var(--color99); margin: 20px 0 0;}

.cont02 .inner .box05 { text-align: center;}
.cont02 .inner .box05 p { font-size: 40px; color: var(--color05); margin-bottom: 10px;}
.cont02 .inner .box05 p span { font-size: 29px; display: block;}
.cont02 .inner .box05 p:nth-last-of-type(1) { font-size: 20px; color: var(--color99); margin-bottom: 40px;}
.cont02 .inner .box05 ul { width: 100%; display: flex; justify-content: space-between;}
.cont02 .inner .box05 ul li {}
.cont02 .inner .box05 ul li a { width: 390px; display: inline-block; font-size: 25px; color: var(--color00); border: solid 3px var(--color05); padding: 5px 40px 5px 25px; border-radius: 40px; position: relative; text-align: left;}
.cont02 .inner .box05 ul li a::after { content: ""; background: url("../images/passport/cont02_box05_arrow.png") 0 0; background-size: cover; width: 16px; height: 24px; position: absolute; top: 0; bottom: 0; right: 20px; margin: auto 0;}
.cont02 .inner .box05 ul li:nth-of-type(1) a { background: var(--color01);}
.cont02 .inner .box05 ul li:nth-of-type(2) a { background: var(--color02);}




.cont03 { width: 100%; background: var(--color09) url("../images/passport/cont03_topbg.png") top center no-repeat; /*background-size: contain;*/ position: relative; z-index: 10;}
.cont03 .inner { margin: 0 auto; padding: 170px 0 50px; background: url("../images/passport/cont03_bg.png") 0 80px repeat-x; background-size: contain;}
.cont03 .inner .ttl { text-align: center;}
.cont03 .inner .ttl h2 { width: 1424px; margin: 0 auto 20px;}
.cont03 .inner .ttl p { font-size: 25px; line-height: 1.4em; color: var(--color00); margin-bottom: 100px;}

.cont03 .inner .move { margin: 0 auto 135px;}
.cont03 .inner .box { width: 1030px; margin: 0 auto 135px; background: var(--color00); border: 5px solid var(--color05); border-radius: 50px; padding: 100px 100px; position: relative; z-index: auto;}
.cont03 .inner .box::after { content: ""; position: absolute; top: 20px; left: 20px; bottom: -20px; right: -20px; background: var(--color00); border: 5px solid var(--color05); border-radius: 50px; z-index: -1;}
.cont03 .inner .box:nth-last-of-type(1) { margin-bottom: 0;}
.cont03 .inner .box h3 { font-family: "Dela Gothic One", sans-serif; font-size: 60px; font-weight: 400; color: var(--color05); background: var(--color01); padding: 10px 25px; border: 5px solid var(--color05); border-radius: 30px; display: inline-block; position: absolute; top: -56px; left: 100px; min-width: 350px; text-align: center;}
.cont03 .inner .box h3::after { content: ""; background: url("../images/passport/cont02_ttl.png") center bottom no-repeat; position: absolute; left: 0; right: 0; bottom: -28px; height: 35px;}

.cont03 .inner .box01 { font-size: 35px; color: var(--color05);}
.cont03 .inner .box01 ol { counter-reset: li;}
.cont03 .inner .box01 ol > li { position: relative; padding-left: 1.5em;}
.cont03 .inner .box01 ol > li:not(:first-child) { margin-top: 60px;}
.cont03 .inner .box01 ol > li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 8px; display: block; width: 40px; height: 40px; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center;}
.cont03 .inner .box01 ol > li:last-of-type::after { content: none;}
.cont03 .inner .box01 ol > li sub { font-size: 0.6em; vertical-align: baseline;}
.cont03 .inner .box01 ol > li ul {}
.cont03 .inner .box01 ol > li ul li { position: relative; padding-left: 1.5em; margin-top: 15px;}
.cont03 .inner .box01 ol > li ul li::before { content: "◎"; position: absolute; top: 0; left: 0;}
/*.cont03 .inner .box01 ol > li ul li span { display: block; font-size: 25px;}*/
.cont03 .inner .box01 ol > li p { display: block; font-size: 25px;}

.cont03 .inner .box02 { font-size: 35px; color: var(--color05);}
.cont03 .inner .box02 ol { counter-reset: li;}
.cont03 .inner .box02 ol > li { position: relative; padding-left: 1.5em;}
.cont03 .inner .box02 ol > li:not(:first-child) { margin-top: 60px;}
.cont03 .inner .box02 ol > li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 8px; display: block; width: 40px; height: 40px; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center;}
.cont03 .inner .box02 ol > li:last-of-type::after { content: none;}
.cont03 .inner .box02 ol > li p { font-size: 30px;}
.cont03 .inner .box02 ol > li ul { font-size: 30px;}
.cont03 .inner .box02 ol > li ul li { position: relative; padding-left: 1.5em;}
.cont03 .inner .box02 ol > li ul li::before { content: "◎"; position: absolute; top: 0; left: 0;}
.cont03 .inner .box02 > p { font-size: 18px; margin-top: 30px;}

.cont03 .inner .box03 { font-size: 35px; color: var(--color05);}
.cont03 .inner .box03 ol { counter-reset: li;}
.cont03 .inner .box03 ol li { position: relative; padding-left: 1.5em;}
.cont03 .inner .box03 ol li:not(:first-child) { margin-top: 60px;}
.cont03 .inner .box03 ol li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 8px; display: block; width: 40px; height: 40px; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center;}
.cont03 .inner .box03 ol li::after { content: ""; background: url("../images/passport/cont02_box03_arrow.png") 0 0; background-size: cover; width: 59px; height: 30px; position: absolute; bottom: -45px; left: 150px;}
.cont03 .inner .box03 ol li:last-of-type::after { content: none;}

.cont03 .inner .box04 { font-size: 30px; color: var(--color05);}
.cont03 .inner .box04 p { margin-bottom: 50px;}
.cont03 .inner .box04 p span { color: var(--color01);}
.cont03 .inner .box04 ul { display: flex; flex-direction: column; align-items: center;}
.cont03 .inner .box04 ul li { width: 450px;}
.cont03 .inner .box04 ul li:not(:first-child) { margin-top: 20px;}
.cont03 .inner .box04 ul li a { display: block; font-size: 25px; color: var(--color00); border: solid 3px var(--color05); padding: 5px 40px 5px 25px; border-radius: 40px; position: relative; text-align: left;}
.cont03 .inner .box04 ul li:nth-of-type(1) a { background: var(--color01);}
.cont03 .inner .box04 ul li:nth-of-type(2) a { background: var(--color06);}
.cont03 .inner .box04 ul li:nth-of-type(3) a { background: var(--color09);}
.cont03 .inner .box04 ul li a::after { content: ""; background: url("../images/passport/cont02_box05_arrow.png") 0 0; background-size: cover; width: 16px; height: 24px; position: absolute; top: 0; bottom: 0; right: 20px; margin: auto 0;}




footer { width: 100%; background: var(--color05) url("../images/passport/footer_topbg.png") top center no-repeat; /*background-size: contain;*/ position: relative; z-index: 10; padding-top: 550px;}



}


@media print, screen and (min-width: 768px) and ( max-width: 1679px) {



.cont01 { width: 100%; height: 55.357vw; background: var(--color01) /*url("../images/passport/cont01_bg.png") bottom center no-repeat*/; background-size: cover; align-content: flex-end; position: relative;}
.cont01::before { content: ""; width: 100%; height: 80.952vw; background: url("../images/passport/cont01_bg2.png") top center no-repeat; background-size: cover; position: absolute; top: 0; left: 0; z-index: 1; aspect-ratio: 1680/1300;}
.cont01 .inner { margin: 0 auto 0.595vw; position: relative; z-index: 50;}
.cont01 .inner .ttl { display: flex; flex-direction: column; align-items: center;}
.cont01 .inner .ttl h2 { font-size: 8.929vw; line-height: 1em; color: var(--color00); -webkit-text-stroke: 2px var(--color05); text-shadow: 3px 3px 0px var(--color05); margin-bottom: 0.298vw; position: relative;}
.cont01 .inner .ttl h2::after { content: ""; width: 16.19vw; height: 22.857vw; background: url("../images/passport/cont01_reiko.png") center center; background-size: cover; position: absolute; top: -11.905vw; right: -15.476vw;}
.cont01 .inner .ttl p { font-size: 3.214vw; line-height: 1em; color: var(--color00); margin-bottom: 2.976vw;}
.cont01 .inner .box { width: 61.31vw; margin: auto; background: var(--color00); border: 8px dotted var(--color05); border-radius: 1.786vw; padding: 2.381vw 0; text-align: center;}
.cont01 .inner .box p { font-size: 1.786vw; line-height: 3.571vw; color: var(--color05);}
.cont01 .inner .box p .txt01 { font-size: 2.976vw; color: var(--color01); padding: 0 0.298vw;}
.cont01 .inner .box p .txt02 { font-size: 2.976vw;}
.cont01 .inner .box p .txt03 { font-size: 3.988vw; color: var(--color03); display: inline-block; padding: 0 0.298vw 2.381vw; font-family: "Dela Gothic One", sans-serif; -webkit-text-stroke: 1px var(--color05); position: relative;}
.cont01 .inner .box p .txt03::before { content: ""; background: url("../images/passport/cont01_img.png") 0 0 no-repeat; background-size: cover; position: absolute; top: 0; left: -7.738vw; width: 6.131vw; height: 7.798vw;}
.cont01 .inner .box p .txt03::after { content: ""; background: url("../images/passport/cont01_box_underline.png") 0 0 no-repeat; background-size: cover; position: absolute; bottom: 0.476vw; left: 0; right: 0; height: 1.071vw;}




.cont02 { width: 100%; background: var(--color03) url("../images/passport/cont02_topbg.png") top center no-repeat; /*background-size: contain;*/ position: relative; z-index: auto;}
.cont02 .inner { margin: 0 auto; padding: 19.643vw 0 2.976vw; position: relative; z-index: 10;}
.cont02 .inner .move { margin: 0 auto 8.036vw;}
.cont02 .inner .box { width: 61.31vw; margin: 0 auto 8.036vw; background: var(--color00); border: 5px solid var(--color05); border-radius: 2.976vw; padding: 5.952vw 5.952vw; position: relative; z-index: auto;}
.cont02 .inner .box::after { content: ""; position: absolute; top: 1.19vw; left: 1.19vw; bottom: -1.19vw; right: -1.19vw; background: var(--color00); border: 5px solid var(--color05); border-radius: 2.976vw; z-index: -1;}
.cont02 .inner .box:nth-last-of-type(1) { margin-bottom: 0;}
.cont02 .inner .box h3 { width: auto; height: 7.143vw; position: absolute; top: -3.333vw; left: 5.952vw;}
.cont02 .inner .box h3 img { width: auto; height: 100%;}
.cont02 .inner .box01 { font-size: 2.083vw; color: var(--color05);}
.cont02 .inner .box01 ol { counter-reset: li;}
.cont02 .inner .box01 ol li { position: relative; padding-left: 1.5em;}
.cont02 .inner .box01 ol li:not(:first-child) { margin-top: 1.786vw;}
.cont02 .inner .box01 ol li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 0.476vw; display: block; width: 2.381vw; height: 2.381vw; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center;}
.cont02 .inner .box01 ol li span { background: var(--color03);}

.cont02 .inner .box02 { font-size: 2.083vw;}
.cont02 .inner .box02::before { content: ""; background: url("../images/passport/cont02_reiko01.png") center center no-repeat; background-size: cover; width: 16.131vw; height: 13.988vw; position: absolute; top: -2.976vw; right: 0;}
.cont02 .inner .box02 dl {}
.cont02 .inner .box02 dl dt { display: inline-block; color: var(--color00); padding: 0.595vw 2.381vw; border-radius: 0 2.381vw 2.381vw 0;}
.cont02 .inner .box02 dl dt span { color: var(--color03);}
.cont02 .inner .box02 dl dt:nth-of-type(1) { background: var(--color05);}
.cont02 .inner .box02 dl dt:nth-of-type(2) { background: var(--color02);}
.cont02 .inner .box02 dl dd { display: block; font-family: "Dela Gothic One", sans-serif; font-size: 3.274vw; color: var(--color00); -webkit-text-stroke: 2px var(--color05); margin: 0 auto 4.762vw;}
.cont02 .inner .box02 dl dd:nth-of-type(2) { margin-bottom: 0;}
.cont02 .inner .box02 dl dd span { font-size: 4.167vw; padding-bottom: 2.381vw; position: relative; color: var(--color01);}
.cont02 .inner .box02 dl dd span::after { content: ""; background: url("../images/passport/cont02_box02_underline.png") 0 0; background-size: cover; position: absolute; left: 0; right: 0; bottom: 1.19vw; height: 1.071vw;}

.cont02 .inner .box03 { font-size: 2.083vw; color: var(--color05);}
.cont02 .inner .box03::before { content: ""; background: url("../images/passport/cont02_reiko02.png") center center no-repeat; background-size: cover; width: 21.964vw; height: 16.369vw; position: absolute; top: 1.786vw; right: 2.381vw;}
.cont02 .inner .box03 ol { counter-reset: li;}
.cont02 .inner .box03 ol li { position: relative; padding-left: 1.5em;}
.cont02 .inner .box03 ol li:not(:first-child) { margin-top: 3.571vw;}
.cont02 .inner .box03 ol li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 0.476vw; display: block; width: 2.381vw; height: 2.381vw; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center;}
.cont02 .inner .box03 ol li::after { content: ""; background: url("../images/passport/cont02_box03_arrow.png") 0 0; background-size: cover; width: 3.512vw; height: 1.786vw; position: absolute; bottom: -2.679vw; left: 8.929vw;}
.cont02 .inner .box03 ol li:last-of-type::after { content: none;}

.cont02 .inner .box04 { text-align: center; color: var(--color05);}
.cont02 .inner .box04::before { content: ""; background: url("../images/passport/cont02_reiko03.png") center center no-repeat; background-size: cover; width: 19.048vw; height: 16.488vw; position: absolute; bottom: 8.929vw; left: 0.595vw;}
.cont02 .inner .box04 p { font-size: 2.381vw; line-height: 1.2em; margin-bottom: 2.381vw;}
.cont02 .inner .box04 p:nth-last-of-type(1) { margin-bottom: 0;}
.cont02 .inner .box04 p span{ font-size: 1.726vw; display: block;}
.cont02 .inner .box04 p:nth-last-of-type(1) { font-size: 0.952vw; color: var(--color99); margin: 1.19vw 0 0;}

.cont02 .inner .box05 { text-align: center;}
.cont02 .inner .box05 p { font-size: 2.381vw; color: var(--color05); margin-bottom: 0.595vw;}
.cont02 .inner .box05 p span { font-size: 1.726vw; display: block;}
.cont02 .inner .box05 p:nth-last-of-type(1) { font-size: 1.19vw; color: var(--color99); margin-bottom: 2.381vw;}
.cont02 .inner .box05 ul { width: 100%; display: flex; justify-content: space-between;}
.cont02 .inner .box05 ul li {}
.cont02 .inner .box05 ul li a { width: 23.214vw; display: inline-block; font-size: 1.488vw; color: var(--color00); border: solid 3px var(--color05); padding: 0.298vw 2.381vw 0.298vw 1.488vw; border-radius: 2.381vw; position: relative; text-align: left;}
.cont02 .inner .box05 ul li a::after { content: ""; background: url("../images/passport/cont02_box05_arrow.png") 0 0; background-size: cover; width: 0.952vw; height: 1.429vw; position: absolute; top: 0; bottom: 0; right: 1.19vw; margin: auto 0;}
.cont02 .inner .box05 ul li:nth-of-type(1) a { background: var(--color01);}
.cont02 .inner .box05 ul li:nth-of-type(2) a { background: var(--color02);}




.cont03 { width: 100%; background: var(--color09) url("../images/passport/cont03_topbg.png") top center no-repeat; /*background-size: contain;*/ position: relative; z-index: 10;}
.cont03 .inner { margin: 0 auto; padding: 10.119vw 0 2.976vw; background: url("../images/passport/cont03_bg.png") 0 80px repeat-x; background-size: contain;}
.cont03 .inner .ttl { text-align: center;}
.cont03 .inner .ttl h2 { width: 84.762vw; margin: 0 auto 1.19vw;}
.cont03 .inner .ttl p { font-size: 1.488vw; line-height: 1.4em; color: var(--color00); margin-bottom: 5.952vw;}

.cont03 .inner .move { margin: 0 auto 8.036vw;}
.cont03 .inner .box { width: 61.31vw; margin: 0 auto 8.036vw; background: var(--color00); border: 5px solid var(--color05); border-radius: 2.976vw; padding: 5.952vw 5.952vw; position: relative; z-index: auto;}
.cont03 .inner .box::after { content: ""; position: absolute; top: 1.19vw; left: 1.19vw; bottom: -1.19vw; right: -1.19vw; background: var(--color00); border: 5px solid var(--color05); border-radius: 2.976vw; z-index: -1;}
.cont03 .inner .box:nth-last-of-type(1) { margin-bottom: 0;}
.cont03 .inner .box h3 { font-family: "Dela Gothic One", sans-serif; font-size: 3.571vw; font-weight: 400; color: var(--color05); background: var(--color01); padding: 0.595vw 1.488vw; border: 5px solid var(--color05); border-radius: 1.786vw; display: inline-block; position: absolute; top: -3.333vw; left: 5.952vw; min-width: 20.833vw; text-align: center;}
.cont03 .inner .box h3::after { content: ""; background: url("../images/passport/cont02_ttl.png") center bottom no-repeat; position: absolute; left: 0; right: 0; bottom: -1.667vw; height: 2.083vw;}

.cont03 .inner .box01 { font-size: 2.083vw; color: var(--color05);}
.cont03 .inner .box01 ol { counter-reset: li;}
.cont03 .inner .box01 ol > li { position: relative; padding-left: 1.5em;}
.cont03 .inner .box01 ol > li:not(:first-child) { margin-top: 3.571vw;}
.cont03 .inner .box01 ol > li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 0.476vw; display: block; width: 2.381vw; height: 2.381vw; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center;}
.cont03 .inner .box01 ol > li:last-of-type::after { content: none;}
.cont03 .inner .box01 ol > li sub { font-size: 0.6em; vertical-align: baseline;}
.cont03 .inner .box01 ol > li ul {}
.cont03 .inner .box01 ol > li ul li { position: relative; padding-left: 1.5em; margin-top: 0.893vw;}
.cont03 .inner .box01 ol > li ul li::before { content: "◎"; position: absolute; top: 0; left: 0;}
/*.cont03 .inner .box01 ol > li ul li span { display: block; font-size: 1.488vw;}*/
.cont03 .inner .box01 ol > li p { display: block; font-size: 1.488vw;}

.cont03 .inner .box02 { font-size: 2.083vw; color: var(--color05);}
.cont03 .inner .box02 ol { counter-reset: li;}
.cont03 .inner .box02 ol > li { position: relative; padding-left: 1.5em;}
.cont03 .inner .box02 ol > li:not(:first-child) { margin-top: 3.571vw;}
.cont03 .inner .box02 ol > li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 0.476vw; display: block; width: 2.381vw; height: 2.381vw; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center;}
.cont03 .inner .box02 ol > li:last-of-type::after { content: none;}
.cont03 .inner .box02 ol > li p { font-size: 1.786vw;}
.cont03 .inner .box02 ol > li ul { font-size: 1.786vw;}
.cont03 .inner .box02 ol > li ul li { position: relative; padding-left: 1.5em;}
.cont03 .inner .box02 ol > li ul li::before { content: "◎"; position: absolute; top: 0; left: 0;}
.cont03 .inner .box02 > p { font-size: 1.071vw; margin-top: 1.786vw;}

.cont03 .inner .box03 { font-size: 2.083vw; color: var(--color05);}
.cont03 .inner .box03 ol { counter-reset: li;}
.cont03 .inner .box03 ol li { position: relative; padding-left: 1.5em;}
.cont03 .inner .box03 ol li:not(:first-child) { margin-top: 3.571vw;}
.cont03 .inner .box03 ol li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 0.476vw; display: block; width: 2.381vw; height: 2.381vw; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center;}
.cont03 .inner .box03 ol li::after { content: ""; background: url("../images/passport/cont02_box03_arrow.png") 0 0; background-size: cover; width: 3.512vw; height: 1.786vw; position: absolute; bottom: -2.679vw; left: 8.929vw;}
.cont03 .inner .box03 ol li:last-of-type::after { content: none;}

.cont03 .inner .box04 { font-size: 1.786vw; color: var(--color05);}
.cont03 .inner .box04 p { margin-bottom: 2.976vw;}
.cont03 .inner .box04 p span { color: var(--color01);}
.cont03 .inner .box04 ul { display: flex; flex-direction: column; align-items: center;}
.cont03 .inner .box04 ul li { width: 26.786vw;}
.cont03 .inner .box04 ul li:not(:first-child) { margin-top: 1.19vw;}
.cont03 .inner .box04 ul li a { display: block; font-size: 1.488vw; color: var(--color00); border: solid 3px var(--color05); padding: 0.298vw 2.381vw 0.298vw 1.488vw; border-radius: 2.381vw; position: relative; text-align: left;}
.cont03 .inner .box04 ul li:nth-of-type(1) a { background: var(--color01);}
.cont03 .inner .box04 ul li:nth-of-type(2) a { background: var(--color06);}
.cont03 .inner .box04 ul li:nth-of-type(3) a { background: var(--color09);}
.cont03 .inner .box04 ul li a::after { content: ""; background: url("../images/passport/cont02_box05_arrow.png") 0 0; background-size: cover; width: 0.952vw; height: 1.429vw; position: absolute; top: 0; bottom: 0; right: 1.19vw; margin: auto 0;}




footer { width: 100%; background: var(--color05) url("../images/passport/footer_topbg.png") top center no-repeat; /*background-size: contain;*/ position: relative; z-index: 10; padding-top: 32.738vw;}



}



/*sp*/
@media only screen and (max-width: 767px) {



.cont01 { width: 100%; height: auto; background: var(--color01) /*url("../images/passport/cont01_bg.png") bottom center no-repeat*/; background-size: cover; align-content: flex-end; position: relative;}
.cont01::before { content: ""; width: 100%; height: 96.875vw; background: url("../images/passport/cont01_bg2.png") top center no-repeat; background-size: cover; position: absolute; top: 0; left: 0; z-index: 1; aspect-ratio: 1680/1300;}
.cont01 .inner { margin: 110px auto 50px; position: relative; z-index: 50;}
.cont01 .inner .ttl { display: flex; flex-direction: column; align-items: center;}
.cont01 .inner .ttl h2 { font-size: 15vw; line-height: 1em; color: var(--color00); -webkit-text-stroke: 2px var(--color05); text-shadow: 3px 3px 0px var(--color05); margin-bottom: 0.781vw; position: relative;}
.cont01 .inner .ttl h2::after { content: ""; width: 27.187vw; height: 38.438vw; background: url("../images/passport/cont01_reiko.png") center center; background-size: cover; position: absolute; top: -18.75vw; right: -15.625vw; z-index: -1;}
.cont01 .inner .ttl p { font-size: 5.313vw; line-height: 1em; color: var(--color00); margin-bottom: 7.813vw;}
.cont01 .inner .box { width: 100%; margin: auto; background: var(--color00); border-bottom: 6px dotted var(--color05); border-top: 6px dotted var(--color05); padding: 4.688vw 0; text-align: center;}
.cont01 .inner .box p { font-size: 2.969vw; line-height: 6.25vw; color: var(--color05);}
.cont01 .inner .box p .txt01 { font-size: 4.375vw; color: var(--color01); padding: 0 0.781vw;}
.cont01 .inner .box p .txt02 { font-size: 4.375vw;}
.cont01 .inner .box p .txt03 { font-size: 6.563vw; color: var(--color03); display: inline-block; padding: 0 0.781vw 3.125vw; font-family: "Dela Gothic One", sans-serif; -webkit-text-stroke: 1px var(--color05); position: relative;}
.cont01 .inner .box p .txt03::before { content: ""; background: url("../images/passport/cont01_img.png") 0 0 no-repeat; background-size: cover; position: absolute; top: 1.563vw; left: -12.5vw; width: 10vw; height: 12.5vw;}
.cont01 .inner .box p .txt03::after { content: ""; background: url("../images/passport/cont01_box_underline.png") 0 0 no-repeat; background-size: cover; position: absolute; bottom: -0.781vw; left: 0; right: 0; height: 2.813vw;}




.cont02 { width: 100%; background: var(--color03) url("../images/passport/cont02_topbg_sp.png") top center no-repeat; background-size: contain; position: relative; z-index: auto;}
.cont02 .inner { margin: 0 auto; padding: 18.75vw 0 7.813vw; position: relative; z-index: 10;}
.cont02 .inner .move { margin: 0 auto 12.5vw;}
.cont02 .inner .box { width: 89.063vw; margin: 0 auto 70px; background: var(--color00); border: 3px solid var(--color05); border-radius: 6.25vw; padding: 8.438vw 3.125vw; position: relative; z-index: auto;}
.cont02 .inner .box::after { content: ""; position: absolute; top: 2.344vw; left: 2.344vw; bottom: -2.344vw; right: -2.344vw; background: var(--color00); border: 3px solid var(--color05); border-radius: 6.25vw; z-index: -1;}
.cont02 .inner .box:nth-last-of-type(1) { margin-bottom: 0;}
.cont02 .inner .box h3 { width: auto; height: 10.938vw; position: absolute; top: -6.25vw; left: -1.562vw;}
.cont02 .inner .box h3 img { width: auto; height: 100%;}
.cont02 .inner .box01 { font-size: 3.438vw; color: var(--color05);}
.cont02 .inner .box01 ol { counter-reset: li;}
.cont02 .inner .box01 ol li { position: relative; padding-left: 1.5em;}
.cont02 .inner .box01 ol li:not(:first-child) { margin-top: 4.688vw;}
.cont02 .inner .box01 ol li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 0.781vw; display: block; width: 4.688vw; height: 4.688vw; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.5; text-align: center;}
.cont02 .inner .box01 ol li span { background: var(--color03);}

.cont02 .inner .box02 { font-size: 3.438vw;}
.cont02 .inner .box02::before { content: ""; background: url("../images/passport/cont02_reiko01.png") center center no-repeat; background-size: cover; width: 23.125vw; height: 19.844vw; position: absolute; top: -3.125vw; right: 0;}
.cont02 .inner .box02 dl {}
.cont02 .inner .box02 dl dt { display: inline-block; color: var(--color00); padding: 1.563vw 3.125vw; border-radius: 0 6.25vw 6.25vw 0;}
.cont02 .inner .box02 dl dt span { color: var(--color03);}
.cont02 .inner .box02 dl dt:nth-of-type(1) { background: var(--color05);}
.cont02 .inner .box02 dl dt:nth-of-type(2) { background: var(--color02);}
.cont02 .inner .box02 dl dd { display: block; font-family: "Dela Gothic One", sans-serif; font-size: 5vw; color: var(--color00); -webkit-text-stroke: 1px var(--color05); margin: 0 auto 50px;}
.cont02 .inner .box02 dl dd:nth-of-type(2) { margin-bottom: 0;}
.cont02 .inner .box02 dl dd span { font-size: 7.031vw; padding-bottom: 6.25vw; position: relative; color: var(--color01);}
.cont02 .inner .box02 dl dd span::after { content: ""; background: url("../images/passport/cont02_box02_underline.png") 0 0; background-size: cover; position: absolute; left: 0; right: 0; bottom: 3.125vw; height: 2.813vw;}

.cont02 .inner .box03 { font-size: 3.438vw; color: var(--color05);}
.cont02 .inner .box03::before { content: ""; background: url("../images/passport/cont02_reiko02.png") center center no-repeat; background-size: cover; width: 37.031vw; height: 27.5vw; position: absolute; top: 6.25vw; right: 3.125vw;}
.cont02 .inner .box03 ol { counter-reset: li;}
.cont02 .inner .box03 ol li { position: relative; padding-left: 1.5em;}
.cont02 .inner .box03 ol li:not(:first-child) { margin-top: 7.813vw;}
.cont02 .inner .box03 ol li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 0.781vw; display: block; width: 4.688vw; height: 4.688vw; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center;}
.cont02 .inner .box03 ol li::after { content: ""; background: url("../images/passport/cont02_box03_arrow.png") 0 0; background-size: cover; width: 5.625vw; height: 2.813vw; position: absolute; bottom: -6.25vw; left: 14.063vw;}
.cont02 .inner .box03 ol li:last-of-type::after { content: none;}

.cont02 .inner .box04 { text-align: center; color: var(--color05); padding-bottom: 3.125vw;}
.cont02 .inner .box04::before { content: ""; background: url("../images/passport/cont02_reiko03.png") center center no-repeat; background-size: cover; width: 26.563vw; height: 22.813vw; position: absolute; bottom: 12.5vw; left: 0px;}
.cont02 .inner .box04 p { font-size: 4.063vw; line-height: 1.2em; margin-bottom: 1.563vw;}
.cont02 .inner .box04 p:nth-last-of-type(2) { }
.cont02 .inner .box04 p span{ font-size: 2.813vw; display: block;}
.cont02 .inner .box04 p:nth-last-of-type(1) { font-size: 2.5vw; color: var(--color99); margin: 6.25vw 0 0;}

.cont02 .inner .box05 { text-align: center; padding-bottom: 3.125vw;}
.cont02 .inner .box05 p { font-size: 4.063vw; color: var(--color05); margin-bottom: 1.563vw;}
.cont02 .inner .box05 p span { font-size: 2.813vw; display: block;}
.cont02 .inner .box05 p:nth-last-of-type(1) { font-size: 2.813vw; color: var(--color99); margin-bottom: 6.25vw;}
.cont02 .inner .box05 ul { width: 100%; display: flex; justify-content: center; flex-direction: column;}
.cont02 .inner .box05 ul li {}
.cont02 .inner .box05 ul li a { width: 58.594vw; display: inline-block; font-size: 3.125vw; color: var(--color00); border: solid 2px var(--color05); padding: 1.094vw 6.25vw 1.094vw 3.906vw; border-radius: 6.25vw; position: relative; text-align: left; margin-bottom: 1.563vw;}
.cont02 .inner .box05 ul li a::after { content: ""; background: url("../images/passport/cont02_box05_arrow.png") 0 0; background-size: cover; width: 2.5vw; height: 3.75vw; position: absolute; top: 0; bottom: 0; right: 3.125vw; margin: auto 0;}
.cont02 .inner .box05 ul li:nth-of-type(1) a { background: var(--color01);}
.cont02 .inner .box05 ul li:nth-of-type(2) a { background: var(--color02);}




.cont03 { width: 100%; background: var(--color09) url("../images/passport/cont03_topbg_sp.png") top center no-repeat; background-size: contain; position: relative; z-index: 10;}
.cont03 .inner { margin: 0 auto; padding: 7.813vw 0 7.813vw; background: url("../images/passport/cont03_bg.png") 0 12.5vw repeat-x; background-size: contain;}
.cont03 .inner .move { margin: 0 0 12.5vw;}
.cont03 .inner .ttl { text-align: left;}
.cont03 .inner .ttl h2 { width: 97.188vw; margin: 0 auto 3.125vw;}
.cont03 .inner .ttl p { font-size: 3.438vw; line-height: 1.6em; color: var(--color00); margin: 0 0 9.375vw 3.125vw; width: 60.625vw; position: relative;}
.cont03 .inner .ttl p::after { content: ""; background: url("../images/passport/cont04_ttl_img_sp.png") 0 0; background-size: cover; width: 35.938vw; height: 32.656vw; position: absolute; top: -6.25vw; right: -35.937vw;}

.cont03 .inner .box { width: 89.063vw; margin: 0 auto 10.938vw; background: var(--color00); border: 3px solid var(--color05); border-radius: 6.25vw; padding: 8.438vw 3.125vw 4.688vw; position: relative; z-index: auto;}
.cont03 .inner .box::after { content: ""; position: absolute; top: 2.344vw; left: 2.344vw; bottom: -2.344vw; right: -2.344vw; background: var(--color00); border: 3px solid var(--color05); border-radius: 6.25vw; z-index: -1;}
.cont03 .inner .box:nth-last-of-type(1) { margin-bottom: 0;}
.cont03 .inner .box h3 { font-family: "Dela Gothic One", sans-serif; font-size: 6.25vw; font-weight: 400; color: var(--color05); background: var(--color01); padding: 1.563vw 3.906vw; border: 3px solid var(--color05); border-radius: 3.125vw; display: inline-block; position: absolute; top: -6.25vw; left: -1.562vw; min-width: 34.375vw; text-align: center;}
.cont03 .inner .box h3::after { content: ""; background: url("../images/passport/cont02_ttl_sp.png") center bottom no-repeat; background-size: contain; position: absolute; left: 0; right: 0; bottom: -2.969vw; height: 3.594vw;}

.cont03 .inner .box01 { font-size: 3.438vw; color: var(--color05);}
.cont03 .inner .box01 ol { counter-reset: li;}
.cont03 .inner .box01 ol > li { position: relative; padding-left: 1.5em;}
.cont03 .inner .box01 ol > li:not(:first-child) { margin-top: 9.375vw;}
.cont03 .inner .box01 ol > li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 0.781vw; display: block; width: 4.688vw; height: 4.688vw; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center;}
.cont03 .inner .box01 ol > li:last-of-type::after { content: none;}
.cont03 .inner .box01 ol > li sub { font-size: 0.6em; vertical-align: baseline;}
.cont03 .inner .box01 ol > li ul {}
.cont03 .inner .box01 ol > li ul li { position: relative; padding-left: 1.5em; margin-top: 1.563vw;}
.cont03 .inner .box01 ol > li ul li::before { content: "◎"; position: absolute; top: 0; left: 0;}
/*.cont03 .inner .box01 ol > li ul li span { display: block; font-size: 3.906vw;}*/
.cont03 .inner .box01 ol > li p { display: block; font-size: 3.125vw;}

.cont03 .inner .box02 { font-size: 3.438vw; color: var(--color05);}
.cont03 .inner .box02 ol { counter-reset: li;}
.cont03 .inner .box02 ol > li { position: relative; padding-left: 1.5em;}
.cont03 .inner .box02 ol > li:not(:first-child) { margin-top: 1.563vw;}
.cont03 .inner .box02 ol > li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 0.781vw; display: block; width: 4.688vw; height: 4.688vw; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center;}
.cont03 .inner .box02 ol > li:last-of-type::after { content: none;}
.cont03 .inner .box02 ol > li p { font-size: 3.438vw;}
.cont03 .inner .box02 ol > li ul { font-size: 3.281vw;}
.cont03 .inner .box02 ol > li ul li { position: relative; padding-left: 1.5em;}
.cont03 .inner .box02 ol > li ul li::before { content: "◎"; position: absolute; top: 0; left: 0;}
.cont03 .inner .box02 > p { font-size: 3.438vw; margin-top: 3.125vw;}

.cont03 .inner .box03 { font-size: 3.438vw; color: var(--color05);}
.cont03 .inner .box03 ol { counter-reset: li;}
.cont03 .inner .box03 ol li { position: relative; padding-left: 1.5em;}
.cont03 .inner .box03 ol li:not(:first-child) { margin-top: 9.375vw;}
.cont03 .inner .box03 ol li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 0.781vw; display: block; width: 4.688vw; height: 4.688vw; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center;}
.cont03 .inner .box03 ol li::after { content: ""; background: url("../images/passport/cont02_box03_arrow.png") 0 0; background-size: cover; width: 5.625vw; height: 2.813vw; position: absolute; bottom: -7.031vw; left: 23.438vw;}
.cont03 .inner .box03 ol li:last-of-type::after { content: none;}

.cont03 .inner .box04 { font-size: 3.438vw; color: var(--color05);}
.cont03 .inner .box04 p { margin-bottom: 7.813vw;}
.cont03 .inner .box04 p span { color: var(--color01);}
.cont03 .inner .box04 ul { display: flex; flex-direction: column; align-items: center;}
.cont03 .inner .box04 ul li { width: 58.594vw;}
.cont03 .inner .box04 ul li:not(:first-child) { margin-top: 1.563vw;}
.cont03 .inner .box04 ul li a { display: block; font-size: 3.125vw; color: var(--color00); border: solid 2px var(--color05); padding: 1.094vw 6.25vw 1.094vw 3.906vw; border-radius: 6.25vw; position: relative; text-align: left;}
.cont03 .inner .box04 ul li:nth-of-type(1) a { background: var(--color01);}
.cont03 .inner .box04 ul li:nth-of-type(2) a { background: var(--color06);}
.cont03 .inner .box04 ul li:nth-of-type(3) a { background: var(--color09);}
.cont03 .inner .box04 ul li a::after { content: ""; background: url("../images/passport/cont02_box05_arrow.png") 0 0; background-size: cover; width: 2.5vw; height: 3.75vw; position: absolute; top: 0; bottom: 0; right: 3.125vw; margin: auto 0;}




footer { width: 100%; background: var(--color05) url("../images/passport/footer_topbg_sp.png") top center no-repeat; background-size: contain; position: relative; z-index: 10; padding-top: 46.875vw;}




}



@media screen and (width: 640px) {



.cont01 { width: 100%; height: auto; background: var(--color01) /*url("../images/passport/cont01_bg.png") bottom center no-repeat*/; background-size: cover; align-content: flex-end; position: relative;}
.cont01::before { content: ""; width: 100%; height: 620px; background: url("../images/passport/cont01_bg2.png") top center no-repeat; background-size: cover; position: absolute; top: 0; left: 0; z-index: 1; aspect-ratio: 1680/1300;}
.cont01 .inner { margin: 110px auto 50px; position: relative; z-index: 50;}
.cont01 .inner .ttl { display: flex; flex-direction: column; align-items: center;}
.cont01 .inner .ttl h2 { font-size: 96px; line-height: 1em; color: var(--color00); -webkit-text-stroke: 2px var(--color05); text-shadow: 3px 3px 0px var(--color05); margin-bottom: 5px; position: relative;}
.cont01 .inner .ttl h2::after { content: ""; width: 174px; height: 246px; background: url("../images/passport/cont01_reiko.png") center center; background-size: cover; position: absolute; top: -120px; right: -100px; z-index: -1;}
.cont01 .inner .ttl p { font-size: 34px; line-height: 1em; color: var(--color00); margin-bottom: 50px;}
.cont01 .inner .box { width: 100%; margin: auto; background: var(--color00); border-bottom: 6px dotted var(--color05); border-top: 6px dotted var(--color05); padding: 30px 0; text-align: center;}
.cont01 .inner .box p { font-size: 19px; line-height: 40px; color: var(--color05);}
.cont01 .inner .box p .txt01 { font-size: 28px; color: var(--color01); padding: 0 5px;}
.cont01 .inner .box p .txt02 { font-size: 28px;}
.cont01 .inner .box p .txt03 { font-size: 42px; color: var(--color03); display: inline-block; padding: 0 5px 20px; font-family: "Dela Gothic One", sans-serif; -webkit-text-stroke: 1px var(--color05); position: relative;}
.cont01 .inner .box p .txt03::before { content: ""; background: url("../images/passport/cont01_img.png") 0 0 no-repeat; background-size: cover; position: absolute; top: 10px; left: -80px; width: 64px; height: 80px;}
.cont01 .inner .box p .txt03::after { content: ""; background: url("../images/passport/cont01_box_underline.png") 0 0 no-repeat; background-size: cover; position: absolute; bottom: -5px; left: 0; right: 0; height: 18px;}




.cont02 { width: 100%; background: var(--color03) url("../images/passport/cont02_topbg_sp.png") top center no-repeat; background-size: contain; position: relative; z-index: auto;}
.cont02 .inner { margin: 0 auto; padding: 120px 0 50px; position: relative; z-index: 10;}
.cont02 .inner .move { margin: 0 auto 80px;}
.cont02 .inner .box { width: 570px; margin: 0 auto 70px; background: var(--color00); border: 3px solid var(--color05); border-radius: 40px; padding: 54px 20px; position: relative; z-index: auto;}
.cont02 .inner .box::after { content: ""; position: absolute; top: 15px; left: 15px; bottom: -15px; right: -15px; background: var(--color00); border: 3px solid var(--color05); border-radius: 40px; z-index: -1;}
.cont02 .inner .box:nth-last-of-type(1) { margin-bottom: 0;}
.cont02 .inner .box h3 { width: auto; height: 70px; position: absolute; top: -40px; left: -10px;}
.cont02 .inner .box h3 img { width: auto; height: 100%;}
.cont02 .inner .box01 { font-size: 22px; color: var(--color05);}
.cont02 .inner .box01 ol { counter-reset: li;}
.cont02 .inner .box01 ol li { position: relative; padding-left: 1.5em;}
.cont02 .inner .box01 ol li:not(:first-child) { margin-top: 30px;}
.cont02 .inner .box01 ol li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 5px; display: block; width: 30px; height: 30px; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.5; text-align: center;}
.cont02 .inner .box01 ol li span { background: var(--color03);}

.cont02 .inner .box02 { font-size: 22px;}
.cont02 .inner .box02::before { content: ""; background: url("../images/passport/cont02_reiko01.png") center center no-repeat; background-size: cover; width: 148px; height: 127px; position: absolute; top: -20px; right: 0;}
.cont02 .inner .box02 dl {}
.cont02 .inner .box02 dl dt { display: inline-block; color: var(--color00); padding: 10px 20px; border-radius: 0 40px 40px 0;}
.cont02 .inner .box02 dl dt span { color: var(--color03);}
.cont02 .inner .box02 dl dt:nth-of-type(1) { background: var(--color05);}
.cont02 .inner .box02 dl dt:nth-of-type(2) { background: var(--color02);}
.cont02 .inner .box02 dl dd { display: block; font-family: "Dela Gothic One", sans-serif; font-size: 32px; color: var(--color00); -webkit-text-stroke: 1px var(--color05); margin: 0 auto 50px;}
.cont02 .inner .box02 dl dd:nth-of-type(2) { margin-bottom: 0;}
.cont02 .inner .box02 dl dd span { font-size: 45px; padding-bottom: 40px; position: relative; color: var(--color01);}
.cont02 .inner .box02 dl dd span::after { content: ""; background: url("../images/passport/cont02_box02_underline.png") 0 0; background-size: cover; position: absolute; left: 0; right: 0; bottom: 20px; height: 18px;}

.cont02 .inner .box03 { font-size: 22px; color: var(--color05);}
.cont02 .inner .box03::before { content: ""; background: url("../images/passport/cont02_reiko02.png") center center no-repeat; background-size: cover; width: 237px; height: 176px; position: absolute; top: 40px; right: 20px;}
.cont02 .inner .box03 ol { counter-reset: li;}
.cont02 .inner .box03 ol li { position: relative; padding-left: 1.5em;}
.cont02 .inner .box03 ol li:not(:first-child) { margin-top: 50px;}
.cont02 .inner .box03 ol li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 5px; display: block; width: 30px; height: 30px; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center;}
.cont02 .inner .box03 ol li::after { content: ""; background: url("../images/passport/cont02_box03_arrow.png") 0 0; background-size: cover; width: 36px; height: 18px; position: absolute; bottom: -40px; left: 90px;}
.cont02 .inner .box03 ol li:last-of-type::after { content: none;}

.cont02 .inner .box04 { text-align: center; color: var(--color05); padding-bottom: 20px;}
.cont02 .inner .box04::before { content: ""; background: url("../images/passport/cont02_reiko03.png") center center no-repeat; background-size: cover; width: 170px; height: 146px; position: absolute; bottom: 80px; left: 0px;}
.cont02 .inner .box04 p { font-size: 26px; line-height: 1.2em; margin-bottom: 10px;}
.cont02 .inner .box04 p:nth-last-of-type(2) { }
.cont02 .inner .box04 p span{ font-size: 18px; display: block;}
.cont02 .inner .box04 p:nth-last-of-type(1) { font-size: 16px; color: var(--color99); margin: 40px 0 0;}

.cont02 .inner .box05 { text-align: center; padding-bottom: 20px;}
.cont02 .inner .box05 p { font-size: 26px; color: var(--color05); margin-bottom: 10px;}
.cont02 .inner .box05 p span { font-size: 18px; display: block;}
.cont02 .inner .box05 p:nth-last-of-type(1) { font-size: 18px; color: var(--color99); margin-bottom: 40px;}
.cont02 .inner .box05 ul { width: 100%; display: flex; justify-content: center; flex-direction: column;}
.cont02 .inner .box05 ul li {}
.cont02 .inner .box05 ul li a { width: 375px; display: inline-block; font-size: 20px; color: var(--color00); border: solid 2px var(--color05); padding: 7px 40px 7px 25px; border-radius: 40px; position: relative; text-align: left; margin-bottom: 10px;}
.cont02 .inner .box05 ul li a::after { content: ""; background: url("../images/passport/cont02_box05_arrow.png") 0 0; background-size: cover; width: 16px; height: 24px; position: absolute; top: 0; bottom: 0; right: 20px; margin: auto 0;}
.cont02 .inner .box05 ul li:nth-of-type(1) a { background: var(--color01);}
.cont02 .inner .box05 ul li:nth-of-type(2) a { background: var(--color02);}




.cont03 { width: 100%; background: var(--color09) url("../images/passport/cont03_topbg_sp.png") top center no-repeat; background-size: contain; position: relative; z-index: 10;}
.cont03 .inner { margin: 0 auto; padding: 50px 0 50px; background: url("../images/passport/cont03_bg.png") 0 80px repeat-x; background-size: contain;}
.cont03 .inner .move { margin: 0 auto 80px;}
.cont03 .inner .ttl { text-align: left;}
.cont03 .inner .ttl h2 { width: 622px; margin: 0 auto 20px;}
.cont03 .inner .ttl p { font-size: 22px; line-height: 1.6em; color: var(--color00); margin: 0 0 60px 20px; width: 388px; position: relative;}
.cont03 .inner .ttl p::after { content: ""; background: url("../images/passport/cont04_ttl_img_sp.png") 0 0; background-size: cover; width: 230px; height: 209px; position: absolute; top: -40px; right: -230px;}

.cont03 .inner .box { width: 570px; margin: 0 auto 70px; background: var(--color00); border: 3px solid var(--color05); border-radius: 40px; padding: 54px 20px 30px; position: relative; z-index: auto;}
.cont03 .inner .box::after { content: ""; position: absolute; top: 15px; left: 15px; bottom: -15px; right: -15px; background: var(--color00); border: 3px solid var(--color05); border-radius: 40px; z-index: -1;}
.cont03 .inner .box:nth-last-of-type(1) { margin-bottom: 0;}
.cont03 .inner .box h3 { font-family: "Dela Gothic One", sans-serif; font-size: 40px; font-weight: 400; color: var(--color05); background: var(--color01); padding: 10px 25px; border: 3px solid var(--color05); border-radius: 20px; display: inline-block; position: absolute; top: -40px; left: -10px; min-width: 220px; text-align: center;}
.cont03 .inner .box h3::after { content: ""; background: url("../images/passport/cont02_ttl_sp.png") center bottom no-repeat; background-size: contain; position: absolute; left: 0; right: 0; bottom: -19px; height: 23px;}

.cont03 .inner .box01 { font-size: 22px; color: var(--color05);}
.cont03 .inner .box01 ol { counter-reset: li;}
.cont03 .inner .box01 ol > li { position: relative; padding-left: 1.5em;}
.cont03 .inner .box01 ol > li:not(:first-child) { margin-top: 60px;}
.cont03 .inner .box01 ol > li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 5px; display: block; width: 30px; height: 30px; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center;}
.cont03 .inner .box01 ol > li:last-of-type::after { content: none;}
.cont03 .inner .box01 ol > li sub { font-size: 0.6em; vertical-align: baseline;}
.cont03 .inner .box01 ol > li ul {}
.cont03 .inner .box01 ol > li ul li { position: relative; padding-left: 1.5em; margin-top: 10px;}
.cont03 .inner .box01 ol > li ul li::before { content: "◎"; position: absolute; top: 0; left: 0;}
/*.cont03 .inner .box01 ol > li ul li span { display: block; font-size: 25px;}*/
.cont03 .inner .box01 ol > li p { display: block; font-size: 20px;}

.cont03 .inner .box02 { font-size: 22px; color: var(--color05);}
.cont03 .inner .box02 ol { counter-reset: li;}
.cont03 .inner .box02 ol > li { position: relative; padding-left: 1.5em;}
.cont03 .inner .box02 ol > li:not(:first-child) { margin-top: 10px;}
.cont03 .inner .box02 ol > li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 5px; display: block; width: 30px; height: 30px; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center;}
.cont03 .inner .box02 ol > li:last-of-type::after { content: none;}
.cont03 .inner .box02 ol > li p { font-size: 22px;}
.cont03 .inner .box02 ol > li ul { font-size: 21px;}
.cont03 .inner .box02 ol > li ul li { position: relative; padding-left: 1.5em;}
.cont03 .inner .box02 ol > li ul li::before { content: "◎"; position: absolute; top: 0; left: 0;}
.cont03 .inner .box02 > p { font-size: 22px; margin-top: 20px;}

.cont03 .inner .box03 { font-size: 22px; color: var(--color05);}
.cont03 .inner .box03 ol { counter-reset: li;}
.cont03 .inner .box03 ol li { position: relative; padding-left: 1.5em;}
.cont03 .inner .box03 ol li:not(:first-child) { margin-top: 60px;}
.cont03 .inner .box03 ol li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 5px; display: block; width: 30px; height: 30px; border-radius: 50%; background-color: var(--color05); font-size: 0.9em; color: #fff; line-height: 1.2; text-align: center;}
.cont03 .inner .box03 ol li::after { content: ""; background: url("../images/passport/cont02_box03_arrow.png") 0 0; background-size: cover; width: 36px; height: 18px; position: absolute; bottom: -45px; left: 150px;}
.cont03 .inner .box03 ol li:last-of-type::after { content: none;}

.cont03 .inner .box04 { font-size: 22px; color: var(--color05);}
.cont03 .inner .box04 p { margin-bottom: 50px;}
.cont03 .inner .box04 p span { color: var(--color01);}
.cont03 .inner .box04 ul { display: flex; flex-direction: column; align-items: center;}
.cont03 .inner .box04 ul li { width: 375px;}
.cont03 .inner .box04 ul li:not(:first-child) { margin-top: 10px;}
.cont03 .inner .box04 ul li a { display: block; font-size: 20px; color: var(--color00); border: solid 2px var(--color05); padding: 7px 40px 7px 25px; border-radius: 40px; position: relative; text-align: left;}
.cont03 .inner .box04 ul li:nth-of-type(1) a { background: var(--color01);}
.cont03 .inner .box04 ul li:nth-of-type(2) a { background: var(--color06);}
.cont03 .inner .box04 ul li:nth-of-type(3) a { background: var(--color09);}
.cont03 .inner .box04 ul li a::after { content: ""; background: url("../images/passport/cont02_box05_arrow.png") 0 0; background-size: cover; width: 16px; height: 24px; position: absolute; top: 0; bottom: 0; right: 20px; margin: auto 0;}




footer { width: 100%; background: var(--color05) url("../images/passport/footer_topbg_sp.png") top center no-repeat; background-size: contain; position: relative; z-index: 10; padding-top: 300px;}




}