@charset "UTF-8";

/* wrapper */
#wrapper {position: relative; background: #F7F6F0; }

/* mv */
#mv {text-align: center;}
#mv img {width: 100%; height: 100%; object-fit: cover; vertical-align: top;}

/* contents */
#contents {position: relative; padding-bottom: 80px; background: url(../img/lp/img_shape_bg.svg); background-size: cover; background-position: top center;}

.obj {position: absolute; z-index: 2;} 
.obj_01 {top: 118px; left: calc(50% + 20%)}
.obj_02 {top: 78px; right: calc(50% + 20%)}
.obj_03 {top: 464px; left: calc(50% + 20%)}
.obj_04 {top: 836px; right: calc(50% + 20%)}
.obj_05 {top: 1756px; left: calc(50% + 20%)}
.obj_06 {top: 1400px; right: calc(50% + 20%)}
.obj_07 {top: 2460px; left: calc(50% + 20%)}
.obj_08 {top: 2248px; right: calc(50% + 20%)}
.obj_09 {top: 3410px; left: calc(50% + 20%)}
.obj_10 {top: 3266px; right: calc(50% + 20%)}
.obj_11 {top: 3508px; left: calc(50% + 20%)}


section .inner {position: relative; z-index: 5;}
section .inner h2 {text-align: center;}

/* login */
#login {position: relative;}
#login .inner {text-align: center; padding-top: 125px;}

#login .box {max-width: 600px; width: 100%; margin: 14px auto 0; border: 1px solid #d4cfcb; border-radius: 2px; background: #fff; padding: 16px 26px;}
.login-container { background-color: #ffffff; padding: 40px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); width: 100%; max-width: 650px; box-sizing: border-box; }
.login-title { font-size: 20px; font-weight: bold; margin-bottom: 24px; text-align: center; color: #333333; }
.login-form { display: flex; align-items: flex-end; gap: 8px; }
.form-group { display: flex; align-items: center;}
.form-label { display: block; font-size: 12px; font-weight: bold; margin-bottom: 0px; color: #555555; padding-right: 8px;}
.input-group-number { display: flex; align-items: center; gap: 4px; padding-right: 8px;}
.input-group-number input { flex: 1; text-align: center;}
.input-group-number #ref-number-1, #ref-number-2 {width: 88px;}
.pass-group #password {width: 108px;}
.input-group-number input { flex: 1; text-align: center;}
.input-group-number span { width: 10px; height: 3px; background: #f2a500;}
input[type="number"], input[type="password"] { width: 100%; padding: 10px 12px; font-size: 14px; border: 1px solid #f2a500; border-radius: 4px; background: #f9d588; box-sizing: border-box; outline: none; transition: border-color 0.2s; height: 34px; text-align: left;}
input[type="number"]:focus, input[type="password"]:focus { border-color: #f56d00; }
.login-button { width: 100%; padding: 8px 12px; font-size: 12px; font-weight: bold; color: #ffffff; background-color: #f56d00; border: none; border-radius: 4px; cursor: pointer; transition: background-color 0.2s; box-sizing: border-box; }
.login-button:hover { background-color: #0052a3; }


/* flow */
#flow {position: relative; margin-top: 80px;}
#flow .inner h2 img {width: 282px;}
#flow .inner .box {text-align: center; max-width: 700px; width: 100%; margin: auto; border: 8px solid #f8d27f; background: #fff; border-radius: 10px; padding: 40px 22px 20px; margin-top: 10px;}
#flow .inner ul {display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between;}
#flow .inner ul li {position: relative; width: 31.5%;}
#flow .inner ul li figure {width: 100%; height: 140px;}
#flow .inner ul li:nth-child(n+2)::before {content: ''; display: block; background: url('../img/lp/img_flow_arw.png'); background-size: contain; position: absolute; width: 32px; height: 20px; top: 60px; left: -22px; margin: auto;}
#flow .inner ul li figure img {width: 100%; height: 100%; object-fit: contain;}
#flow .inner ul li:nth-child(2) figure img {width: 80%; height: 100%; object-fit: contain;}
#flow .inner ul li dl {margin-top: 24px;}
#flow .inner ul li dt {font-size: 20px; font-weight: bold; color: #fff; padding: 16px; background: #f56d00; border-radius: 40px; line-height: 1; padding: 12px 16px;}
#flow .inner ul li dd {margin-top: 10px;}
#flow .inner .note {text-align: center; margin-top: 40px; text-indent: -1em; padding-left: 1em;}
#flow .inner .note:before {content: '※';}
#flow .link-btn {display: block; max-width: 610px; width: 100%; margin: 174px auto 0;}


/* qa */
#qa {position: relative; margin-top: 80px;}
#qa .inner h2 img {width: 282px;}
#qa .inner {text-align: center; max-width: 700px; width: 100%; margin: auto;}

#qa ul {max-width: 618px; margin: 10px auto 0;}
#qa ul li:nth-child(n+2) {margin-top: 28px;}
#qa .accordion .accordion-header { background-color: #f56d00; border-radius: 3px; color: #fff; font-size: 23px; font-weight: bold; padding: 10px 24px 16px; text-align: center; line-height: 1.6; position: relative; z-index: +1; cursor: pointer; transition-duration: 0.2s; }
#qa .accordion .accordion-header:hover { opacity: .8; }

#qa .accordion .accordion-header dl {text-align: center;}
#qa .accordion .accordion-header dt {position: relative; display: inline-block; line-height: 1; padding: 0 4px 6px;}
#qa .accordion .accordion-header dt::after {content: ""; display: inline-block; position: absolute; left: 0; bottom: -2px; width: 100%; height: 2px; border-radius: 2px; background: #fff;}
#qa .accordion .accordion-header dd {margin-top:16px;}
#qa .accordion .accordion-header .i-box {position: absolute; top: 0; right: 24px; bottom: 0; margin: auto; width: 0; height: 0; border-style: solid; border-right: 13px solid transparent; border-left: 13px solid transparent; border-top: 22px solid #f2a500; border-bottom: 0; box-sizing: border-box; -webkit-transform: rotate(0deg); transform: rotate(0deg); transform-origin: center center; transition-duration: 0.2s; }
#qa .accordion .accordion-header.open .i-box { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }

#qa .accordion .accordion-inner { display: none; padding: 20px 26px; border-left: 3px solid #f2a500; border-right: 3px solid #f2a500; border-bottom: 3px solid #f2a500; box-sizing: border-box; background: #fff;}
#qa .accordion .accordion-inner p.txt-a-ac { font-size: 17px; text-align: left; margin: 0; }



/* syutai */
#syutai {position: relative; background: #f7f6f0; padding: 106px 0; text-align: center;}
#syutai::before {content: ''; position: absolute; top: 0; left: 0; box-sizing: border-box; border-right: 262px solid transparent; border-top: 160px solid #f56d00;}
#syutai::after {content: ''; position: absolute; bottom: 0; right: 0; box-sizing: border-box; border-left: 148px solid transparent; border-bottom: 90px solid #f56d00;}
#syutai .inner h2 img {width: 282px;}
#syutai ul {max-width: 700px; width: 100%; margin: auto; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; -webkit-justify-content: center; justify-content: center; -webkit-align-content: flex-start; align-content: flex-start; gap: 25px 25px; margin-top: 10px;}
#syutai ul li {max-width: 208px; width: 100%;}

/* contents-btm */
#contents-btm {position: relative; background: #fff; z-index: 3;}

/* browser */
#browser {position: relative; padding-top: 80px;}
#browser .inner h2 img {width: 282px;}
#browser .box {position: relative; max-width: 700px; width: 100%; margin: auto;  margin-top: 10px; padding: 50px 72px; border: 1px solid #000;}
#browser .box .d-flex {display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-content: flex-start; align-content: flex-start; gap: 25px 25px;}
#browser .box h3 {display: inline-block; position: absolute; top: -18px; left: 0; right: 0; background: #fff; margin: auto; text-align: center; width: fit-content; padding: 0px 12px; font-size: 20px;}
#browser .box .d-flex .line {border-right: 1px solid #8d8d8d;}
#browser .box .in-box dl:nth-child(n+2) {margin-top: 30px;}
#browser .box .in-box dl dt {font-size: 20px; font-weight: bold;}
#browser .box .in-box dl dd {margin-top: 4px;}
#browser .dot {list-style: disc; font-size: 17px;}
#browser .dot li {text-indent: -0.5em; padding-left: 0.5em;}
#browser .dot li:before {
  content: '・';
}
#browser .note {font-size: 14px; margin-top: 4px;}
#browser .note li {text-indent: -1em; padding-left: 1em;}
#browser .note li:before {
  content: '※';
}
#browser ul li {position: relative;}
#browser p {text-align: center; margin-top: 8px;}

#btm-note {padding: 80px 0 40px;}
#btm-note p {max-width: 700px; width: 100%; margin: 0 auto; background: #fdf3dc; border: 8px; padding: 16px 40px; font-size: 16px; text-align: center;}

@media (min-width: 768px) {
	a[href^="tel:"] {pointer-events: none;}
}


@media (max-width: 767px) {

/* wrapper */
#wrapper {position: relative;}

.obj {display: none;} 

/* contents */
#contents {position: relative; padding: 20px 8% 30px; margin-top: 0; background: url(../img/lp/img_shape_bg_sp.svg); background-size: cover; background-position: top center;}
#contents::before {content: ''; position: absolute; background: url(../img/lp/img_cnt_bg_sp.png); background-size: cover; background-position: top center; background-repeat: no-repeat; width: 100%; height: 100%; left: 0; top: 240px; right: 0; margin: auto; z-index: 1;}

/* login */
#login .inner {text-align: center; padding-top: 25px;}
.form-group { display: block;}
.form-label { display: block; font-size: 12px; font-weight: bold; margin-bottom: 0px; color: #555555; padding-right: 0px; white-space: nowrap;}
.input-group-number {padding-top: 8px; padding-right: 0;}
.input-group-number #ref-number-1, #ref-number-2 {width: 100%;}
.pass-group #password {width: 100%;}

.login-container { max-width: 90%; padding: 24px; }
.login-form { flex-wrap: wrap;}
.form-group.ref-group { width: 100%; flex: none; }
.form-group.pass-group { width: calc(100% - 110px); flex: none; }
.form-group.btn-group { width: 98px; flex: none; }


/* flow */
#flow {margin-top: 80px;}
#flow .inner h2 img {width: 184px;}
#flow .inner ul {width: 90%; margin: auto; flex-wrap: wrap;}
#flow .inner ul li {position: relative; width: 100%;}
#flow .inner ul li:nth-child(n+2) {margin-top: 60px;}
#flow .inner ul li:nth-child(n+2)::before {content: ''; display: block; background: url('../img/lp/img_flow_arw.png'); background-size: contain; position: absolute; width: 32px; height: 20px; top: -40px; left: 0; right: 0; margin: auto; transform: rotate(90deg);}

#flow .link-btn {display: block; max-width: 610px; width: 100%; margin: 64px auto 0;}


/* flow */
#qa {margin-top: 56px;}
#qa .inner h2 img {width: 184px;}
#qa ul li:nth-child(n+2) {margin-top: 14px;}
#qa .accordion .accordion-header { background-color: #f56d00; border-radius: 3px; color: #fff; font-size: 14px; font-weight: bold; padding: 6px 24px 12px; text-align: center; line-height: 1.6; position: relative; z-index: +1; cursor: pointer; transition-duration: 0.2s; }
#qa .accordion .accordion-header dd {margin-top:8px;}
#qa .accordion .accordion-header .i-box {position: absolute; top: 0; right: 16px; bottom: 0; margin: auto; width: 0; height: 0; border-style: solid; border-right: 8px solid transparent; border-left: 8px solid transparent; border-top: 12px solid #f2a500; border-bottom: 0; box-sizing: border-box; -webkit-transform: rotate(0deg); transform: rotate(0deg); transform-origin: center center; transition-duration: 0.2s; }
#qa .accordion .accordion-inner { display: none; padding: 12px 26px; border-left: 3px solid #f2a500; border-right: 3px solid #f2a500; border-bottom: 3px solid #f2a500; box-sizing: border-box; }
#qa .accordion .accordion-inner p.txt-a-ac { font-size: 13px; text-align: left; margin: 0; }


/* contents-btm */
#contents-btm {position: relative; background: #fff; z-index: 3;}

/* syutai */
#syutai {position: relative; background: #f7f6f0; padding: 30px 0;}
#syutai::before {content: ''; position: absolute; top: 0; left: 0; box-sizing: border-box; border-right: 98px solid transparent; border-top: 60px solid #f56d00;}
#syutai::after {content: ''; position: absolute; bottom: 0; right: 0; box-sizing: border-box; border-left: 50px solid transparent; border-bottom: 30px solid #f56d00;}
#syutai .inner {padding: 0 4%;}
#syutai .inner h2 img {width: 184px;}
#syutai ul {max-width: 700px; width: 100%; margin: auto; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; -webkit-justify-content: center; justify-content: center; -webkit-align-content: flex-start; align-content: flex-start; gap: 15px 15px; margin-top: 10px;}
#syutai ul li {max-width: 28%; width: 100%;}


/* browser */
#browser {padding-top: 80px;}
#browser .inner {padding: 0 6%;}
#browser .inner h2 img {width: 282px;}
#browser .box {position: relative; max-width: 700px; width: 100%; margin: auto;  margin-top: 10px; padding: 32px 16px; border: 1px solid #000;}
#browser .box .d-flex {display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-content: flex-start; align-content: flex-start; gap: 25px 25px;}
#browser .box h3 {display: inline-block; position: absolute; top: -12px; left: 0; right: 0; background: #fff; margin: auto; text-align: center; width: fit-content; padding: 0px 12px; font-size: 14px;}
#browser .box .d-flex .line {border-right: 1px solid #8d8d8d;}
#browser .box .in-box dl:nth-child(n+2) {margin-top: 30px;}
#browser .box .in-box dl dt {font-size: 14px; font-weight: bold;}
#browser .box .in-box dl dd {margin-top: 4px;}
#browser .dot {list-style: disc; font-size: 12px;}
#browser .dot li {text-indent: -0.5em; padding-left: 0.5em;}
#browser .dot li:before {content: '・';}
#browser .note {font-size: 12px; margin-top: 4px;}
#browser .note li {text-indent: -1em; padding-left: 1em;}
#browser .note li:before {content: '※';}
#browser ul li {position: relative;}
#browser p {font-size: 10px; text-align: center; margin-top: 8px;}

#btm-note {padding: 26px 6% 40px;}
#btm-note p {max-width: 700px; width: 100%; margin: 0 auto; background: #fdf3dc; border: 8px; padding: 16px 40px; font-size: 10px; text-align: center;}


}