@charset "utf-8";
/* CSS Document */
body { position: relative; }
.box{
  display:flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
main { background-color: rgba(255,255,255,0) !important; z-index: 5; position: relative; }


/*========= ページネーションCSS ===============*/

.pagination {
  position:fixed;
  right:12px;
  top: 50%;
    transform: translateY(-50%);
  font-size:1em;
  z-index: 100;
  list-style: none;
  margin-top: 60px;
  opacity: 1;
}

.pagination a {
  display:block;
  height:16px;
  margin-bottom:1px;
  color:#fff;
  position:relative;
  padding:2px;
}

.pagination a.active:after {
  box-shadow:inset 0 0 0 5px;
}

/*現在地表示のテキストの設定*/
.pagination a .hover-text {
  position:absolute;
  right:15px;
  top:0;
  opacity:0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px;
}

.pagination a:hover .hover-text {
  opacity: 1;
}

.pagination a:after {
  -webkit-transition:box-shadow 0.5s ease;
  transition:box-shadow 0.5s ease;
  width:10px;
  height:10px;
  display: block;
  border:1px solid;
  border-radius:50%;
  content:"";
  position: absolute;
  margin:auto;
  top:0;
  right:3px;
  bottom:0;
}

.pagination a .hover-text{
    display: none;
}

.pagination li { display: none !important; }
.in_section03 .pagination li:nth-child(3),
.in_section03 .pagination li:nth-child(4),
.in_section04 .pagination li:nth-child(3),
.in_section04 .pagination li:nth-child(4),
.in_section06 .pagination li:nth-child(6),
.in_section06 .pagination li:nth-child(7),
.in_section06 .pagination li:nth-child(8),
.in_section07 .pagination li:nth-child(6),
.in_section07 .pagination li:nth-child(7),
.in_section07 .pagination li:nth-child(8),
.in_section08 .pagination li:nth-child(6),
.in_section08 .pagination li:nth-child(7),
.in_section08 .pagination li:nth-child(8),
.in_section10 .pagination li:nth-child(10),
.in_section10 .pagination li:nth-child(11),
.in_section10 .pagination li:nth-child(12),
.in_section10 .pagination li:nth-child(13),
.in_section11 .pagination li:nth-child(10),
.in_section11 .pagination li:nth-child(11),
.in_section11 .pagination li:nth-child(12),
.in_section11 .pagination li:nth-child(13),
.in_section12 .pagination li:nth-child(10),
.in_section12 .pagination li:nth-child(11),
.in_section12 .pagination li:nth-child(12),
.in_section12 .pagination li:nth-child(13),
.in_section13 .pagination li:nth-child(10),
.in_section13 .pagination li:nth-child(11),
.in_section13 .pagination li:nth-child(12),
.in_section13 .pagination li:nth-child(13),
.in_section17 .pagination li:nth-child(17),
.in_section17 .pagination li:nth-child(18),
.in_section18 .pagination li:nth-child(17),
.in_section18 .pagination li:nth-child(18) { display: inherit !important; }

.in_section03 .pagination a, .in_section04 .pagination a { color: #235283; }

.in_section06 .pagination a, .in_section07 .pagination a, .in_section08 .pagination a { color: #147f95; }

.in_section10 .pagination a, .in_section11 .pagination a, .in_section12 .pagination a, .in_section13 .pagination a { color: #167e6e; }

.in_section17 .pagination a, .in_section18 .pagination a { color: #5f307a; }

@media all and (max-width: 736px) {
.page-top-area { padding: 0; position: relative; height: 0; }
.page-top {
    position: absolute;
    bottom: -40px;
    right: 20px;
} }

.bg_area { 
width: 100%;
max-width: 1600px;
height: 100%;
background-image: url("../img/guide/cbg_w_pc.png");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
display: block;
position: relative; }
.ct_area {
position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
	display: flex;
	flex-flow: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.sc_bg { display: none; }

@media all and (min-width:737px){
main { width: 100vw; overflow-x: hidden; }
.bg_area { background: none; }
.section01 .bg_area { height: calc(100% + 160px); }
.section01.h_change .bg_area { height: calc(100vh + 90px); }
.guide_scrl { bottom: 160px !important; z-index: 10; }
.ct_area { 
padding-top: 90px; }
.section01 .ct_area { padding-top: 32px; }
.sc_bg {
width: 110vw !important;
height: 70vh !important;
padding-bottom: 500px;
top: 50%; 
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%); margin-top: -90px; display: block; position: absolute; z-index: 1; }
.sc_bg img { width: 105%; margin: 0 auto; }

.section01 .ct_area { z-index: 2 !important; }
.section01 .sc_bg { z-index: 1 !important; }

.section02 .ct_area { z-index: 4 !important; }
.section02 .sc_bg { z-index: 3 !important; }

.section03 .ct_area { z-index: 6 !important; }
.section03 .sc_bg { z-index: 5 !important; }

.section04 .ct_area { z-index: 8 !important; }
.section04 .sc_bg { z-index: 7 !important; }

.section05 .ct_area { z-index: 10 !important; }
.section05 .sc_bg { z-index: 9 !important; }
}

@media all and (min-width:900px){
.ct_area { 
padding-top: 74px; }
.sc_bg {
width: 110vw !important;
height: 100vh !important;
margin-top: -80px;
padding-bottom: 0;}
.sc_bg img { width: 110%; margin: 0 auto; }
}

@media all and (min-width:1080px){
.ct_area { 
padding-top: 74px; }
.sc_bg {
width: 110vw !important;
height: 70vh !important;
margin-top: -200px;
padding-bottom: 0;}
.sc_bg img { width: 100%; margin: 0 auto; }
}

@media all and (min-width:1280px){
.ct_area { 
padding-top: 84px; }
.sc_bg {
width: 105vw !important;
height: 65vh !important;
margin-top: -210px;
padding-bottom: 0;}
.sc_bg img { width: 100%; margin: 0 auto; }
}

@media all and (min-width:1480px){
.ct_area { 
padding-top: 74px; }
.sc_bg {
margin-top: -240px;}
}
@media all and (min-width:1600px){
.ct_area { 
padding-top: 90px; }
.sc_bg {
width: 95vw !important;
height: 90vh !important;
margin-top: -160px;
padding-bottom: 500px;}
.sc_bg img { width: 94%; margin: 0 auto; }
}


/* 固定背景画像 */
body:after { content: ""; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 1; background-position: center bottom;  background-repeat: no-repeat; background-size: cover; }

body.in_section01:after,
body.in_section02:after,
body.in_section03:after,
body.in_section04:after,
body.in_section19:after {
background-image: url("../img/guide/bg01_pc.png");
background-color: #a0d4ee; }

body.in_section05:after,
body.in_section06:after,
body.in_section07:after,
body.in_section08:after {
background-image: url("../img/guide/bg02_pc.png");
background-color: #a0e2ee; }

body.in_section09:after,
body.in_section10:after,
body.in_section11:after,
body.in_section12:after,
body.in_section13:after {
background-image: url("../img/guide/bg03_pc.png");
background-color: #a0eee2; }

body.in_section14:after,
body.in_section15:after {
background-image: url("../img/guide/bg04_pc.png");
background-color: #c9c5ec; }

body.in_section16:after,
body.in_section17:after,
body.in_section18:after {
background-image: url("../img/guide/bg05_pc.png");
background-color: #e8cce4; }

@media all and (max-width: 736px) { 
body:after { 
background-size: 100% auto;
background-position: center bottom, center top 192px; }

body.in_section01:after,
body.in_section02:after,
body.in_section03:after,
body.in_section04:after,
body.in_section19:after {
background-image: url("../img/guide/bg01_sp_b.png"), url("../img/guide/bg01_sp_u.png"); }

body.in_section05:after,
body.in_section06:after,
body.in_section07:after,
body.in_section08:after {
background-image: url("../img/guide/bg02_sp_b.png"), url("../img/guide/bg02_sp_u.png"); }

body.in_section09:after,
body.in_section10:after,
body.in_section11:after,
body.in_section12:after,
body.in_section13:after {
background-image: url("../img/guide/bg03_sp_b.png"), url("../img/guide/bg03_sp_u.png"); }

body.in_section14:after,
body.in_section15:after {
background-image: url("../img/guide/bg04_sp_b.png"), url("../img/guide/bg04_sp_u.png"); }

body.in_section16:after,
body.in_section17:after,
body.in_section18:after {
background-image: url("../img/guide/bg05_sp_b.png"), url("../img/guide/bg05_sp_u.png"); }
}
@media all and (max-width: 640px) {
.bg_area { background-size: auto 78%; background-position: center top 180px; } }
@media all and (max-width: 480px) {
.bg_area { background-size: auto 74%; background-position: center top 180px; } }

/* section01 */
.section01 { position: relative; top: -252px; z-index: 1; background-position: center bottom; }
.section01.h_change { top: -74px; }


@media all and (min-width: 737px) {
.bg_area { top: -74px; height: calc(100% + 1px); }
.section01 { padding-top: 252px; }
.section01.h_change { padding-top: 74px; }
.section01 .bg_area { top: 0; }
}

@media all and (max-width: 736px) {
.section01, .section01.h_change { top: -177px; }
.bg_area { 
padding-top: 192px;
background-image: url("../img/guide/cbg_w_sp.png");
background-size: 100% auto; background-position: center top 232px; }
.ct_area { padding-top: 192px; }
#box2 .bg_area { background-image: url("../img/guide/cbg_01_sp.png"); }
#box5 .bg_area { background-image: url("../img/guide/cbg_02_sp.png"); }
#box9 .bg_area { background-image: url("../img/guide/cbg_03_sp.png"); }
#box14 .bg_area { background-image: url("../img/guide/cbg_04_sp.png"); }
#box16 .bg_area { background-image: url("../img/guide/cbg_05_sp.png"); }
}


@media all and (max-width: 560px) {
.section01, .section01.h_change { top: -146px; }
.bg_area { background-size: 110% auto; padding-top: 161px; background-position: center top 201px; }
.ct_area { padding-top: 161px; }
body:after { background-position: center bottom, center top 161px; }}
@media all and (max-width: 480px) {
.section01, .section01.h_change { top: -139px; }
.section01 .guide_fc { margin-top: 50px; }
.bg_area { background-size: 142% 74%; padding-top: 151px; background-position: center top 171px; }
.ct_area { padding-top: 151px; }
body:after { background-position: center bottom, center top 151px; }}


.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}.fade.active {
	opacity: 1;
	transform: translateY(0);
}



@media all and (min-width: 737px) {
.section01 .ct_area { padding-top: 100px; }}

/* テキスト指定 */
.guide_img { text-align: center; margin-top: 30px; }
.guide_img img { width: 80%; max-width: 480px; }
.guide_ttl01 { font-size: 26px; font-weight: 700; color: #fff; line-height: 1.3; display: inline-block; padding: 6px 16px; border-radius: 6px; background-color: #235283; width: 320px; margin: -8px auto 44px; }
.guide_ttl01.guide_ttl01_ss { margin-bottom: 10px !important; }
.guide_ttl01 span { font-size: 16px; font-weight: 400; }
.ct_area p { line-height: 1.5; font-weight: 700; font-size: 37px; color: #47515a; }
.ct_area p.guide_txt_v1 { color: #fff; font-size: 40px; letter-spacing: 2px; }
.ct_area p.guide_txt_v2 { color: #fff; font-size: 26px; font-weight: 500; letter-spacing: 1px; }
.guide_ttl02 { font-size: 20px; color: #fff; padding: 20px 30px; }
.guide_ttl02 { background-color: #167e6e; }
.in_section16 .guide_ttl02,.in_section17 .guide_ttl02,.in_section18 .guide_ttl02,.in_section19 .guide_ttl02 { background-color: #5f307a; }

.section06 .guide_ttl01,
.section07 .guide_ttl01,
.section08 .guide_ttl01 { background-color: #147f95; }

.section10 .guide_ttl01,
.section11 .guide_ttl01,
.section12 .guide_ttl01,
.section13 .guide_ttl01 { background-color: #167e6e; }

.section15 .guide_ttl01 { background-color: #3d3788; }

.section17 .guide_ttl01,
.section18 .guide_ttl01 { background-color: #5f307a; }

.guide_check { list-style: none; margin-top: 24px; }
.guide_check.guide_check_s { padding-left: 30px; padding-right: 30px; max-width: 800px; margin-top: 0; }
.guide_check li { text-align: left; line-height: 1.3; font-weight: 700; font-size: 30px; color: #47515a; padding-left: 30px; background-image: url("../img/guide/check.png"); background-position: left top 4px; background-size: 24px 24px; background-repeat: no-repeat; margin-top: 10px; }
.guide_m_in { padding-right: 120px; background-image: url("../img/guide/05_3.png"); background-position: right center; background-repeat: no-repeat; background-size: auto 100%; }
.guide_m_in .guide_check { padding-bottom: 30px; }
.guide_m_in .guide_check li { font-size: 20px; padding-left: 28px; background-size: 20px 20px; background-position: left bottom 4px; }
.guide_check.guide_check_s li { margin-top: 10px; }

.guide_img_btn { margin-top: 30px; text-align: center; }
.guide_img_btn img { width: 50%; }

.guide_scrl { width: 12px; height: auto; position: absolute; right: 20px; bottom: 20px; }

.guide_img.guide_img_L img { width: 90% !important; max-width: 540px !important;}
@media all and (max-width: 1580px) {
.ct_area p { font-size: 35px; }
.guide_check li { font-size: 28px; }
.guide_img.guide_img_L img { max-width: 440px !important; }
}

@media all and (max-width: 1400px) {
.guide_ttl01 { font-size: 24px; }
.ct_area p { font-size: 32px; }
.ct_area p.guide_txt_v1 { font-size: 38px; }
.ct_area p.guide_txt_v2 { font-size: 24px; }
.guide_check li { font-size: 27px; }
.guide_img.guide_img_L img { max-width: 440px !important; }
.guide_check { margin-top: 10px; padding-bottom: 16px; }
.guide_img_btn { margin-top: 20px; }
}

@media all and (max-width: 1280px) {
.ct_area p { font-size: 30px; }
.ct_area p.guide_img.guide_img_L { margin-top: 20px; }
.ct_area p.guide_txt_v1 { font-size: 35px; }
.ct_area p.guide_txt_v2 { font-size: 21px; }
.guide_check { padding-bottom: 12px; }
.guide_check li { font-size: 25px; line-height: 1.2; }
.guide_img.guide_img_L img { max-width: 350px !important; }
.guide_img.guide_img_ss { margin-top: 12px; }
.guide_img_btn { margin-top: 10px; }
}
@media all and (max-width: 736px) {
.guide_ttl01 { font-size: 20px; margin: 0 auto 40px; max-width: 260px; }
.guide_ttl01 span { font-size: 12px; }
.guide_img { text-align: center; margin-top: 30px; }
.guide_img img { width: 75%; max-width: 440px; }
.guide_txt_img img { width: 90%; max-width: 330px; line-height: 1.0; margin: 0 auto; }
.ct_area { justify-content: flex-start; }
#box19 .ct_area { justify-content: center; }
.ct_area p { font-size: 27px; }
.guide_check li { font-size: 25px; margin-top: 5px; }
.guide_fc { margin-top: 30px; }
.guide_fc0 { padding: 30px 0 20px; }
.v_area { flex-flow: row-reverse; flex-wrap: wrap; justify-content: center; }

.ct_area p.guide_txt_v1 span,
.ct_area p.guide_txt_v2 span { white-space: pre; writing-mode: vertical-rl; display: block; text-align: left; padding-top: 40px !important; line-height: 1.8; vertical-align: top; height: 100%; }
.guide_check.guide_check_s { max-width: 540px; }
.guide_check.guide_check_s li { margin-top: 20px; }
.guide_fc_l { margin-top: 72px; }
#box19 .guide_fc_l { margin-top: 0px; }
}
@media all and (max-width: 560px) {
.guide_ttl01 { margin-bottom: 24px; }
.guide_ttl01.guide_ttl01_ss { margin-bottom: 14px; }
.guide_check { margin-top: 14px; }
.guide_img.guide_img_ss { margin-top: 18px; }
.ct_area p { line-height: 1.4; font-size: 26px; }
.guide_check li { font-size: 24px; }
.guide_img_btn img { width: 60%; }
.section18 .guide_img_btn { margin-top: 16px; }
.guide_m_in { padding-right: 25%; background-size: auto 100%; }
.guide_m_in .guide_check { padding-bottom: 20px; }
.guide_m_in .guide_check li { font-size: 18px; padding-left: 24px; background-size: 18px 18px; background-position: left bottom 2px; }
.guide_check.guide_check_s { margin-top: 0; }
.guide_check.guide_check_s li { font-size: 20px; padding-left: 22px; background-size: 16px 16px; margin-top: 16px; }

.guide_scrl { width: 8px; }
.section01 .guide_img { width: 90%; margin-top: 16px; }
}
@media all and (max-width: 420px) {
.ct_area p { line-height: 1.35; font-size: 22px; }
.guide_txt_img img { width: auto; max-width: 340px; height: calc(100% - 188px); line-height: 1.0; margin: 0 auto; }
.guide_img { margin-top: 20px; }
.guide_img img {  width: 70%; max-width: 350px; }
.section01 .ct_area p.guide_img.guide_img_L { margin-top: 0; }
.section01 .guide_img { width: 70%; }
.section06 .guide_img { width: 80%; }
.guide_check li { font-size: 20px; background-size: 18px 18px; }
.guide_check.guide_check_s { padding: 0 24px 0 14px; margin-top: -4px; }
.guide_check.guide_check_s li { margin-top: 6px; font-size: 16px; }
.guide_img_btn img { width: 50%; }
.guide_m_in { padding-right: 22%; background-size: auto 96%; }
.guide_m_in .guide_check { padding-bottom: 14px; }
.guide_m_in .guide_check li { font-size: 16px; padding-left: 22px; background-size: 16px 16px; }
}


/* モーダル */
.guide_modal_content { padding: 30px; }
.guide_modal_content p { text-align: left; color: #47515a !important; font-weight: 700 !important; line-height: 1.8; font-size: 16px !important; }
.guide_modal_content p.txt_cc { text-align: center; }
.remodal-cancel.guide_btn { background-color: rgba(255,255,255,0) !important; padding: 0 !important; min-width: 100px !important; width: 100px !important; margin-bottom: 30px !important; }
.remodal { margin-bottom: 0 !important; padding: 0 !important; }

.guide_modal_img01 { width: 80%; max-width: 340px; height: auto; margin-top: 30px; }


@media all and (max-width: 560px) {
.guide_modal_content { padding: 20px; }
.in_section10 .remodal-cancel.guide_btn,
.in_section18 .remodal-cancel.guide_btn { margin-bottom: 20px !important; }
.guide_modal_img01 { margin-top: 20px; }
.guide_ttl02 { font-size: 16px; padding: 10px 20px; }
.guide_modal_content p { font-size: 15px !important; line-height: 1.7; }
}
@media all and (max-width: 420px) {
.guide_modal_img01 { width: 60% !important; }}

.guide_btn { 
opacity: 1.0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease; }
.guide_btn:hover {
opacity: 0.7; }

#footer2 { position: relative; z-index: 10; }
#footer { position: relative; z-index: 10; }
@media all and (min-width: 737px) {
#footer { top: -82px; margin-bottom: -82px; }
}


/* ローディング */
.js_curtain {
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.js_curtain_loading {
    width: 5rem;
    height: 5rem;
}




.bg_area { opacity: 0.3;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;}



.onV {
    animation-name: fadeIn1s;
    animation-delay: 0.3s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(0);
    opacity: 0;
}
@keyframes fadeIn1s {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.sc_bg{
      -webkit-transition: all 0.8s;
      -moz-transition: all 0.8s;
      -ms-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s;
	  opacity: 0;
}
.section01 .bg_area, .section01 .sc_bg { opacity: 1; }
.onV .sc_bg{
	  opacity: 1;
}
.noV .sc_bg{
	  opacity: 0;
}

.remodal_new { padding: 30px !important; }
@media (max-width: 736px){.remodal_new { padding: 20px !important; }}
@media (max-width: 480px){.remodal_new { padding: 11px !important; }}
@media (min-width: 737px){.tks_pd01 { padding-bottom: 70px; }}
@media (max-width: 736px){.tks_pd01 { padding-bottom: 30px; }}
