@charset "UTF-8";
/* CSS Document */


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */

img {
	max-width: 100%;
	height: auto;
    pointer-events: none;
}

.anim {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.4s ease-out;
}

.anim.on {
	opacity: 1;
	transform: translateY(0);
}

#container {
    max-width: 750px;
    color: #232B70;
	padding: 4em 5% 6em;
    margin: 0 auto;
}


.detail #container {
	margin: 0 auto;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

#container h1 {
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    animation: ttl 0.5s ease-out 1s forwards;
    line-height: 1;
    letter-spacing: 0.02em;
    position: static;
    font-size: clamp(22px, 4vw, 32px);
    letter-spacing: 0.05em;
    margin-bottom: 1em;
    color: #232B70;
    border: none;
    padding: 0;
    font-weight: bold;
}

@keyframes ttl {
	0% { opacity: 0; transform: translateY(30px);}
	100% { opacity: 1; transform: translateY(0);}
}

#container .leadTxt {
	font-size: clamp(18px, 4vw, 24px);
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
    margin-bottom: 3em;
	
	opacity: 0;
	transform: translateY(30px);
	animation: ttl 0.5s ease-out 1.3s forwards;
}


#container .aboutApp {
	list-style: none;
	opacity: 0;
	transform: translateY(30px);
	animation: ttl 0.5s ease-out 1.6s forwards;
	display: block;
	margin-bottom: 10vw;
}

#container .aboutApp li {
	width: 100%;
	padding: 0 2em 1em;
	margin-bottom: 6em;
	position: relative;
}


#container .aboutApp li.about01::after {
	animation: mask 0.8s ease-out 2s forwards;
}

#container .aboutApp li.about01 .pic {
	animation: pic 1s ease-out 1.6s forwards;
}
	
#container .aboutApp li.about02.on::after {
	animation: mask 0.8s ease-out forwards;
}

#container .aboutApp li.about02.on .pic {
	animation: pic 1s ease-out forwards;
}


#container .aboutApp li::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    border: 1px solid #232B70;
    top: 15%;
    height: 85%;
    border-radius: 8px;
}
#container .aboutApp li::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 101%;
    height: 100%;
    background-color: #232B70;
    z-index: 5;
    top: 15%;
    height: 85%;
    border-radius: 8px;
}


@keyframes mask {
	0% { height: 100%;}
	100% { height: 0%;}
}


#container .aboutApp li .pic {
	max-width: 70%;
	margin: 0 auto 1.5em;
	position: relative;
	z-index: 10;
	opacity: 0;
}
@keyframes pic {
	0% { opacity: 0; transform: translateY(30px);}
	100% { opacity: 1; transform: translateY(0);}
}

#container .aboutApp li .num {
	text-align: center;
	font-weight: bold;
    font-size: 6vw;
	margin-bottom: 4vw;
}

#container .aboutApp li .num span {
    display: inline-block;
    padding: 0 2vw;
    border: #84BF21 solid 2px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    color: #84BF21;
}

#container .aboutApp li h3 {
    text-align: center;
    font-size: clamp(18px, 3vw, 28px);
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    margin-bottom: 1.2em;
    color: #232B70;
}

#container .aboutApp li p {
	letter-spacing: 0.05em;
}

#container .aboutApp li::before, #container .aboutApp li::after {
	    top: 43%;
	    height: 60%;
	}

#container .method {
    max-width: 72vw;
	margin: 0 auto 10vw;
}

#container .method a {
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 4.6vw;
    font-weight: bold;
    padding: 3vw;
    border-radius: 100px;
}

#container h2 {
	text-align: center;
    font-size: clamp(18px, 4vw, 24px);
    margin-bottom: 2em;
    font-weight: bold;
    padding-bottom: 0.8em;
}

#container .appBtn {
	display: flex;
	justify-content: center;
	list-style: none;
}

#container .appBtn li {
	margin: 0 2vw;
	height: 15vw;
}

#container .appBtn li img {
	height: 100%;
	width: auto;
}

.btn .main, .btn input[type="submit"].main, .btn input[type="button"].main {
    display: block;
    padding: 0.75em 1em;
    font-size: 16px;
    background: #232B70;
    color: #F8F8F2;
    border-radius: 1em;
    letter-spacing: 0.1em;
    width: 90%;
    font-weight: 400;
    margin: 0 auto 1em;
}

.noteBox_btn_top { 
    margin-bottom: 10px!;
}

#container .fc-logo {
    width: 90%;
    max-width: 450px;
    margin: 1em auto;
}

#container .noteBox {
    border: #232B70 solid 1px;
    padding: 1.5em;
    margin-bottom: 5em;
    border-radius: 8px;
    background: none;
}

#container .noteBox h5 {
	font-size: clamp(18px, 3vw, 24px);
	font-weight: bold;
    margin-bottom: 0.8em;
}

#container .noteBox p {
	font-size: clamp(15px, 2vw, 20px);
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 0.5em;
}

#container .noteBox .note {
	font-size: clamp(14px, 2vw, 16px);
	font-weight: normal;
	margin: 0 0 1em;
}

#container .noteBox .note .note_mb {
    margin-bottom: 25px;
}

.note_indent {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
}

#container .noteBox .note_desc {
    line-height: 1.6;
    font-weight: 500;
    font-size: 13px;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: .5em;
    margin-bottom: 1.5em;
    font-size: .9em;
}

#container .noteBox .btn {
    margin-bottom: 2em;
    a {
        width: 90%;
    }
}

#container .aboutApp.method_list {
    margin-bottom: 5vw;
}

#container .aboutApp.method_list li {
    width: 100%;
    padding: 0px 4vw;
    margin-bottom: 3em;
}

#container .aboutApp.method_list h4 {
    padding-left: 1em;
    text-indent: -1em;
}

.method_txt_only {
    margin-bottom: 1.5em;;
}

#container .aboutApp.method_list li::before {
    border: none;
}

#container .aboutApp.method_list li::after {
    display: none;
}

#container .aboutApp.method_list li .pic {
    animation: pic 1s ease-out 0.5s forwards;
    margin: 0 auto;
    line-height: 1;
}

#container .aboutApp.method_list li:last-child {
    margin-bottom: 0;
}

#container .copyright {
	text-align: center;
	font-size: 2.8vw;
}

