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

/* CSS Reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%; 
font-weight: 400;
}
html{
font-size: 16px;
color: #333;
}

/* youth-paletto CSS */

.contentwrapper{
width: 60%;
margin: 10px auto;
}

h2{
text-align: center;
font-weight: bold;
font-size: 24px;
margin: 20px auto;
}
h3{
font-weight: bold;
font-size: 18px;
}
.pc {
display: inherit;
}
.sp{
display: none;
}
.txcc{
font-size: 14px;
}
header img{
margin-left: 20px;
width: 160px;
}
/* mv */
.heroarea picture img{
width: 100%;
}

/* about */

.about {
width: 70%;
margin: 10px auto;
}
.about picture img{
width: 100%;
}

/* btn */

.btnarea{
background-color: #DEFFCA;
margin: 20px 0;
padding: 30px;
}
.btn-box {
background-color: #fff;
padding: 20px;
text-align: center;
border-radius: 10px;
border: 3px solid #50a55f;
}
.btn-box h2{
font-size: 24px;
margin: 0 auto 20px auto;
}
.btn-box h3{
font-size: 21px;
margin: 0 auto;
}
.btn-box img {
width: 300px;
margin: 5px auto 20px auto;
}

/* innav */
.innav{

}
.innav ul{
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-around;
}
.innav li{
width: 220px;
height: 60px;
font-weight: bold;
text-align: center;
border-radius: 50px;
}
.innav li a{
display: block;
padding: 5px;
border: 2px solid #f00;
color: #333;
text-decoration: none;
border-radius: 50px;
}
.innav li a:hover{
color: #333;
text-decoration: none;
}
.innav li a::after {
font-family: "Font Awesome 5 Free";
content: "\f358";
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
margin-left: 10px;
color: #f00;
}
.innav-under{
margin-top: -30px;
}
.innav-under ul{
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-around;
}
.innav-under li{
width: 220px;
height: 60px;
font-weight: bold;
text-align: center;
border-radius: 50px;
}
.innav-under li a{
display: block;
padding: 5px;
border: 2px solid #f00;
color: #333;
text-decoration: none;
border-radius: 50px;
}
.innav-under li a:hover{
color: #333;
text-decoration: none;
}
.innav-under li a::after {
font-family: "Font Awesome 5 Free";
content: "\f35b";
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
margin-left: 10px;
color: #f00;
}

/* newcareer */
.newcareer{
margin-bottom: 20px;
}
.worries{
display: flex;
flex-direction: row;
justify-content: space-between;
}
.worries-img{
width: 280px;
margin-right: 20px;
}
.worries-img img{
width: 100%;
}
.worries-in{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
height: 150px;
}

.item_worrie {
width:calc(100%/2);
}
.item_worrie::before{
font-family: "Font Awesome 5 Free";
content: "\f00c";
-webkit-font-smoothing: antialiased;
display: inline-block;
font-weight: 900;
line-height: 1;
margin-right: 10px;
}
.newcareer h3{
text-align: center;
text-decoration: underline;
}
.newcareer-box{
width: 700px;
margin: 10px auto;
line-height: 1.8em;
}

/* feature */
.features{
background-color: #FFF0E7;
padding: 20px;
}
.features h3{
font-size: 21px;
text-align: center;
margin: 20px auto;
color: #FC842B;
}
.features-box {
position: relative;
margin: 40px auto 20px auto;
padding: 0.5em 1em;
border: solid 3px #FC842B;
background-color: #fff;
}
.features-box .box-title {
position: absolute;
display: inline-block;
top: -52px;
left: -3px;
padding: 0 9px;
height: 30px;
line-height: 30px;
font-size: 21px;
background: #FC842B;
color: #ffffff;
font-weight: bold;
border-radius: 5px 5px 0 0;
}
.features-point{
margin: 10px;
}
.features-point h4{
margin: 20px 0;
font-size: 18px;
font-weight: bold;
}
.features-inflex{
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}
.features-inflex .img-box {
width: 400px;
}
.features-inflex .img-box img{
width: 100%;
}
.features-inflex p{
width: 500px;
line-height: 1.8em;
margin-right: 20px;
}

/* pointvice */
.point-cards{
display: flex;
flex-direction: row;
justify-content: space-around;
}
.point-card{
margin: 10px;
border-radius: 10px;
box-shadow: 4px 4px 4px grey;
background-color:#D3E6FF;
text-align: center;
width: 300px;
padding: 20px;
font-weight: bold;
font-size: 21px;
}
.point-no{
font-size: 32px;
color: #2633AA;
}
.pointarea p{
text-align: right;
margin-right: 10px;
}
.voicearea{
margin: 0 auto 10px auto;
width: 350px;
}
.voicearea img{
width: 100%;
}
.user-voice{
width: 85%;
margin: 0 auto;
}
.user-voice div{
margin: 10px 20px;
}
.users{
text-align: right;
margin-right: 5px;
}
.marker {
background: linear-gradient(transparent 60%, rgba(41,204,255,0.40) 40%);
}
/* flow */

.flow{
background-color: #D2FFEC;
padding-bottom: 10px;
}
.flow img{
width: 100%;
}

.flow-box {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 40px;
}

.flow-inbox {
padding-left: 0;
}

.flow-inbox > li {
list-style-type: none;
border: 2px solid #4D9BC1;
padding: 20px;
border-radius: 20px;
background-color: #fff;
box-shadow: 4px 4px 4px gray;
}

.flow-inbox > li:not(:last-child) {
margin-bottom: 40px;
position: relative;
}

.flow-inbox > li:not(:last-child)::after {
content: '';
position: absolute;
border: 20px solid transparent;
width: 0;
height: 0;
bottom: -53px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
border-top-color: #4D9BC1;
}

.flow-inbox > li dl dt {
font-size: 1.3em;
font-weight: bold;
border-bottom: 2pt dashed #ccc;
padding-bottom: 0.5em;
margin-bottom: 10px;
}

.flow-inbox > li .icon-flow {
color: #4D9BC1;
margin-right: 0.5em;
}

.flow-inbox > li dl dd {
margin: 0;
}
.flowinflex{
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}
.flowinimg{
width: 200px;
}
.flowinimg img{
	width: 100%;
}
.flowintx{
width: 620px;
}
.flowinaddf{
width: 60%;
margin: 10px auto;
text-align: center;
}
.flowinaddf p{
line-height: 1.8em;
}
.inflowbtn-box h3{
font-size: 21px;
margin: 0 auto;
}
.inflowbtn-box img {
width: 300px;
margin: 5px auto 20px auto;
}
.flowinsection{
margin: 10px 0;
border-top: 2pt dashed #ccc;
}
.flowinsection h3{
margin: 10px 0;
font-size: 18px;
}

/* faq */
.faqarea{
padding: 10px;
background-color: #FFFBF1;
}

.accordion{
margin: 0 auto 20px auto;
}
.faq_answerbox{
margin: 10px 20px;
}
.accordion_title::before {
content: "Q";
margin-right: 10px;
color: #f00;
}
.faq_answer_title::before {
content: "A";
margin-right: 10px;
color: #00f;
}
.faq_answerbox .faq_answer_title{
font-weight: bold;
margin-bottom: 20px;
}
.faq_answerbox .answer_text{
margin-left: 20px;
}
.faq_answerbox .answer_text ul{
margin-left: 10px;
margin-bottom: 20px;
}
.emessage{
display: flex;
flex-direction: row;
justify-content: space-between;
margin: 40px 30px 20px 30px;
border: 2px solid #C80000;
border-radius: 10px;
background-color: #fff;
padding: 10px;
}
.em_txt{
display: flex;
align-items: center;
margin:0 10px 0 20px;
}

/* footer */
footer{
width: 60%;
margin: 10px auto;
text-align: center;
}
footer ul{
list-style: none;
}
.copyright{
text-align: center;
font-size: 12px;
margin: 10px auto 20px auto;
}

/* float-btn */
.bottom-fixed-button {
position: fixed;
bottom: 100px;
right: 10px;
width: 220px;
text-align: center;
z-index: 100;
background-color: #fff;
border-radius: 5px;
font-weight: bold;
color: #666666;
}
.bottom-fixed-button p{
margin-top: 10px;
}
.bfbtn{
width: 200px;
height: 60px;
margin: 5px 10px 10px 10px;
}
.bottom-fixed-button img {
width:100%;
}

.bottom-fixed-button img:hover {
opacity: 0.8;
}

/* modal */
.linemodal{
display: none;
}
.btn-box_md {
background-color: #fff;
padding: 20px;
text-align: center;
border-radius: 10px;
border: 3px solid #50a55f;
}
.btn-box_md .rtx{
font-size: 21px;
font-weight: bold;
margin-bottom: 20px;
}
.btn-box_md .linetx{
font-size: 16px;
font-weight: bold;
margin-bottom: 5px;
}
.btn-box_md .btn-img img {
width: 300px;
margin: 5px auto 20px auto;
}
.btn-box_md p{
	
}
@media screen and (max-width: 700px) {
html {
font-size: 62.5%;
}
body{
font-size: 1.6rem;
color: #333;
}
.contentwrapper{
width: 94%;
margin: 10px auto;
}
h2{
text-align: center;
font-weight: bold;
font-size: 2.1rem;
margin: 20px auto;
}
h3{
font-weight: bold;
font-size: 1.8rem;
}
.pc{
display: none;
}
.sp{
display: inherit;
}
.txcc{
font-size: 1.4rem;
}
header img{
margin-left: 10px;
width: 100px;
}
/* about */

.about {
width: 96%;
margin: 10px auto;
}

/* btn */
.btn-box {
background-color: #fff;
padding: 20px;
text-align: center;
border-radius: 10px;
border: 3px solid #50a55f;
}
.btn-box h2{
font-size: 1.6rem;
margin: 0 auto 20px auto;
}
.btn-box img {
width: 100%;
margin: 5px auto 20px auto;
}

/* innav */
.innav ul{
list-style: none;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.innav li{
width: 90%;
font-size: 1.6rem;
text-align: center;
border-radius: 50px;
margin: 2px auto;
}
.innav-under ul{
list-style: none;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.innav-under li{
width: 90%;
font-size: 1.6rem;
text-align: center;
border-radius: 50px;
margin: 2px auto;
}

/* newcareer */
.worries{
display: flex;
flex-direction: row;
justify-content: space-around;
}
.worries-img{
width: 25%;
margin-right: 10px;
}
.worries-in{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
height: 200px;
font-size: 1.6rem;
line-height: 1.8em;
}

.item_worrie {
width:100%;
}
.newcareer-box{
width: 90%;
margin: 10px auto;
line-height: 1.8em;
}
.newcareer-box P{
font-size: 1.6rem;
line-height: 1.8em;
}

/* features */
.features h3{
font-size: 1.6rem;
}
.features-box .box-title {
font-size: 1.6rem;
}
.features-point h4{
margin-bottom: 20px;
font-size: 1.8rem;
font-weight: bold;
}
.features-inflex{
display: flex;
flex-direction: column;
justify-content: space-between;
}
.features-inflex .img-box {
width: 100%;
}
.features-inflex .img-box img{
width: 100%;
}
.features-inflex p{
width: 100%;
font-size: 1.6rem;
line-height: 1.8em;
margin-right: 0;
}

/* pointvice */
.point-cards{
display: flex;
flex-direction: column;
justify-content: space-around;
}
.point-card{
margin: 10px auto;
border-radius: 10px;
box-shadow: 4px 4px 4px grey;
background-color:#D3E6FF;
text-align: center;
width: 90%;
padding: 10px;
font-weight: bold;
font-size: 1.8rem;
}
.point-no{
font-size: 2.4rem;
color: #2633AA;
}

/* flow */
.flowinflex{
display: flex;
flex-direction: column;
justify-content: space-around;
}
.flowinimg{
width: 40%;
margin: 10px auto;
}
.flowinimg img{
width: 100%;
}
.flowintx{
width: 100%;
margin: 10px auto
}
.flowinaddf{
width: 80%;
margin: 10px auto;
text-align: center;
}
.flowinaddf p{
font-size: 1.6rem;
line-height: 1.8em;
}
	
.emessage{
display: flex;
flex-direction: column;
justify-content: space-around;
margin: 40px 0 20px 0;
border: 2px solid #C80000;
border-radius: 10px;
background-color: #fff;
padding: 10px;
}
.em_txt{
display: flex;
align-items: center;
margin:10px 10px 10px 10px;
}

/* float-btn */
.bottom-fixed-button {
position: fixed;
bottom: 0px;
right: 0px;
width: 100%;
z-index: 100;
background-color: rgba(255,255,255,0.5);
border-radius: 5px;

}
.bfbtn{
width: 280px;
height: 60px;
margin: 5px auto;
background-color: #fff;

}
.bottom-fixed-button .bfbtn img {
width:100%;
}

/* modal */
.btn-box_md {
background-color: #fff;
padding: 20px;
text-align: center;
border-radius: 10px;
border: 3px solid #50a55f;
}
.btn-box_md .rtx{
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 20px;
}
.btn-box_md .linetx{
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 5px;
}
.btn-box_md .btn-img img {
width: 100%;
margin: 5px auto 20px auto;
}

.btn-box_md .mtc{
text-align: left;
}
.is-hidden {
visibility: hidden;
opacity: 0;
}
}
@media screen and (max-width: 400px) {
body{
font-size: 1.4rem;
color: #333;
}
.inflowbtn-box h3{
font-size: 1.8rem;
margin: 0 auto;
}
.inflowbtn-box img {
width: 250px;
margin: 5px auto 20px auto;
}
.worries-img{
width: 20%;
margin-right: 10px;
}
.features-box .box-title {
font-size: 1.4rem;
}
.features-point h4{
margin-bottom: 20px;
font-size: 1.6rem;
font-weight: bold;
}
}