*{
    margin: 0;
    padding: 0;
    font-family: 'Noto+Sans+JP', sans-serif;
}

.btn {
    display: none;
}

ul {
  list-style: none;
}

span{
    color: #76cdff;
}

header{
    position: relative;
}

header nav{
    display: flex;
    justify-content: space-between;
}

.menu{
    display: flex;
    list-style: none;
    margin: 30px 0;
    flex-direction: row;
}

header a{
    margin-right: 60px;
    color: black;
    text-decoration: none;
}

a:hover{
    opacity: 0.7;
}

header img{
    width: 300px;
    margin-left: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.home{
    background-color: #76cdff;
    text-align: center;
    position: relative;
    padding: 68px 0 56px;
}

.home h1{
    color: white;
    font-size: 39px;
    margin-bottom: 40px;
}

.link-img{
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.link{
    font-weight: bold;
    color: black;
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    background-color: white;
    border: 4px solid #ffe955;
    border-radius: 3.25em;
    padding: 36px 40px 36px 20px;
}

.img-left{
    position: absolute;
    width: 140px;
    height: 300px;
    bottom: 20px;
    left: 200px;
}

.img-right{
    position: absolute;
    width: 230px;
    height: 300px;
    bottom: 20px;
    right: 200px;
}

.company{
    padding: 100px 0 120px;
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
}

.company h2{
    font-size: 34px;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}

.company h2:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #76cdff;
    border-radius: 2px;
}

.company p{
    margin-top: 1em;
    margin-left: 130px;
    margin-right: 130px;
}

.service{
    border: 5px solid #76cdff;
    border-radius: 0.9375em;
    padding: 48px 48px 64px;
    display: inline-block;
    margin: 72px 72px 0;
}

.service h3{
    font-size: 30px;
    display: inline-block;
}

.PC{
    width: 100%;
    display: inline-block;
    margin-top: 24px;
}

.SP{
    display: none;
}

.home1{
    background-color: #76cdff;
    text-align: center;
    padding: 80px 0 88px;
}

.home1 h2{
    color: white;
    font-size: 29px;
    margin-bottom: 40px;
}

.new-line{
    color: white;
}

.group{
    margin: 136px auto 100px;
    max-width: 70%;
    text-align: center;
}

.group h2{
    font-size: 34px;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}

.group h2:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #76cdff;
    border-radius: 2px;
}

.point0{
    display: flex;
    justify-content: space-around;
    margin-top: 72px;
    margin-bottom: 100px;
}

.point1{
    width: 25%;
    text-align: center;
}

.point1 img{
    width: 100%;
}

.point1 .thema{
    font-size: 18px;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}

.point1 .thema:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 80px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #76cdff;
    border-radius: 2px;
}

.contents{
    font-weight: bold;
    color: black;
    font-size: 30px;
    margin-top: 1em;
}

.contents_2{
    color: black;
    font-size: 15px;
    margin-top: 1em;
}

.flow-img{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 20px;
}

.step{
    padding-left: 20px;
    padding-right: 20px;
}

.step .thema{
    font-size: 18px;
    color: #76cdff;
}

.step img{
    width: 100%;
}

.arrow{
    position: relative;
    display: inline-block;
    padding-left: 10px;
  }

.arrow::before{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px grey;
    border-right: solid 2px grey;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 0;
    margin-top: -4px;
}

.reward{
    margin: 100px auto 150px;
    max-width: 80%;
    text-align: center;
}

.reward0{
    font-size: 34px;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}

.plan_list {
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  margin: 0 auto;
  padding-top: 20px;
}

.plan_list li {
  padding: 5px 0;
}

.reward0:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #76cdff;
    border-radius: 2px;
}

.reward1{
    background-color: #76cdff;
    border: 1px solid #76cdff;
    border-radius: 0.9375em;
    position: relative;
    padding: 20px 50px;
    margin: 0 auto;
    width: 500px;
}

.reward1 span{
    font-size: 50px;
    color: white;
}

.reward1 h2{
    font-size: 30px;
    color: white;
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
    display: inline-block;
}

.reward1 img{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 20px;
    right: 100px;
}

.reward1 p{
    color: white;
    display: block;
}

.question{
    text-align: center;
    margin: 200px auto 150px;
    max-width: 60%;
}

.question p{
    margin-left: 20px;
}

.question h2{
    font-size: 34px;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}

.question0{
    border-top: 4px solid #76cdff;
    border-bottom: 4px solid #76cdff;
}

.question h2:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #76cdff;
    border-radius: 2px;
}

.question2{
    display: flex;
    padding: 20px 20px;
    align-items: center;
}


.question2 h3{
    font-size: 26px;
    color: white;
    background-color: #76cdff;
    border-radius: 5px;
    display: inline-block;
    padding: 0 10px;
}

.question2 p{
    text-align: start;
}

.question3{
    display: flex;
    padding: 20px 20px;
    align-items: center;
}

.question3 h3{
    font-size: 26px;
    color: #76cdff;
    border: 2px solid #76cdff;
    border-radius: 5px;
    display: inline-block;
    padding: 0 10px;
}

.question3 p{
    font-size: 12px;
    text-align: start;
}

.footer{
    background-color: #76cdff;
    padding: 130px 300px 50px;
    text-align: center;
}

.footer img{
    padding-bottom: 70px;
}

.footer-menu{
    display: flex;
    justify-content: space-between;
}

.footer-menu a{
    color: white;
    text-decoration: none;
}

.footer p{
    display: none;
}
