@charset "UTF-8";
/****************************************************
共通部分
****************************************************/
html{
box-sizing:border-box;
font-family: 'Noto Sans JP', sans-serif;
/* font-feature-settings: "palt"; */
}
*,*::before,*::after{box-sizing:inherit;}

img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
a{
  text-decoration: none;
  transition: 0.5s;
}
a:hover{
  opacity: 0.8;
}
.inner{
  max-width: 930px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
.flex{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px){
.inner{
  max-width: 360px;
  padding-left: 15px;
  padding-right: 15px;
}
.sp-none{
  display: none !important;
}
.flex-sp{
  display: flex;
  justify-content: space-between;
}
}


@media screen and (min-width:769px){
.pc-none{
  display: none !important;
}
.flex-pc{
  display: flex;
  justify-content: space-between;
}
}


/****************************************************
header
****************************************************/
header{
  height: 68px;
  background-color: #F5F5F5;
}
header .header__logo{
  width: 281px;
  padding: 15px 0 0 90px;
  display: block;
}
@media screen and (max-width:768px){
header {
  /* display: none; */
  height: 58px;
}
header .header__logo {
  width: 200px;
  padding: 12px 0 0 30px;
  display: block;
}
}



/****************************************************
mv
****************************************************/
.mv{
  padding: 53px 0 62px;
}
h1{
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 35px;
  color: #8B8B8B;
  position: relative;
}
h1::after{
  content: "";
  width: 116px;
  height: 1px;
  border-bottom: 1px solid #8B8B8B;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
}
.mv__about{
  margin: 44px auto 60px;
  border-radius: 10px;
  border: #DEDEDE 2px solid;
  padding: 30px 26px;
}
.mv__about h2{
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 26px;
}
.mv__about p{
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 26px;
  margin-top: 1em;
  font-weight: 300;
}
.btn{
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border-radius: 25px;
  background-color: #FF7F00;
  line-height: 49px;
  display: block;
  width: 315px;
  margin: 0 auto;
  box-shadow: 0 2px 4px #00000084;
}
@media screen and (max-width:768px){
.mv {
  padding: 30px 0 37px;
}
h1 {
  font-size: 16px;
  line-height: 24px;
}
h1::after {
  content: "";
  width: 79px;
}
.mv__about {
  margin: 24px auto 37px;
  padding: 18px;
}
.mv__about h2 {
  font-size: 14px;
  line-height: 20px;
}
.mv__about p {
  font-size: 14px;
  line-height: 20px;
}
.btn {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 25px;
  background-color: #FF7F00;
  line-height: 44px;
  display: block;
  width: 273px;
  margin: 0 auto;
}
}

/****************************************************
rank
****************************************************/
.rank.one{
  background-color: #608DFF;
}
.rank.two{
  background-color: #4EB251;
}
.rank.three{
  background-color: #CF6C9C;
}
.rank.four{
  background-color: #E17838;
}
.rank{
  padding: 14px 0 55px;
}
.rank__title{
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
}
.rank__img{
  display: block;
  width: 324px;
  margin: 17px auto 0;
}
.rank__box{
  padding: 16px 26px 20px;
  margin: 16px auto 0;
  border-radius: 10px;
  background-color: #FFF;
}
.rank__box h3{
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 25px;
  color: #8B8B8B;
  position: relative;
}
.rank__box h3::after{
  content: "";
  width: 116px;
  height: 1px;
  border-bottom: 1px solid #8B8B8B;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
}
.rank__text{
  padding-top: 1.5em;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 26px;

}
@media screen and (max-width:768px){
.rank {
  padding: 14px 0 25px;
}
.rank__title {
  font-size: 19px;
}
.rank__img {
  width: 100%;
}
.rank__box h3 {
  font-size: 14px;
  line-height: 20px;
}
.rank__box h3::after {
  content: "";
  width: 119px;
}
.rank__box {
  padding: 20px 25px;
}
.rank__text {
  padding-top: 1.4em;
  font-size: 14px;
  line-height: 20px;
}
}



/****************************************************
search
****************************************************/
.search{
  padding: 60px 0;
}
.search .flex{
  margin-top: 60px;
  flex-wrap: wrap;
  width: 872px;
  justify-content: space-between;
}
.search__list{
  display: flex;
  flex-wrap: wrap;
  width: 49%;
  justify-content: space-between;
}
.search__list .search__item{
  list-style: none;
  width: 48%;
  margin-bottom: 19px;
}
.search .btn{
  margin-top: 28px;
}
@media screen and (max-width:768px){
.search {
  padding: 40px 0 46px;
}
.search .btn {
  margin-top: 0;
}
.search .flex {
  margin-top: 41px;
  flex-wrap: wrap;
  width: 323px;
  justify-content: space-between;
}
.search__list {
  width: 100%;
}
.search__list:last-child {
  margin-bottom: 30px;
}
.search__list .search__item {
  width: 47%;
}
}



/****************************************************
about
****************************************************/
.about{
  padding: 60px 0 84px;
  background-color: #65AADD;
}
.about h2{
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 35px;
  color: #FFF;
  position: relative;
}
.about h2::after{
  content: "";
  width: 116px;
  height: 1px;
  border-bottom: 1px solid #FFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
}
.about__title{
  color: #FFF500;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 60px;
  margin-top: 30px;
}
.about__textBox{
  margin: 30px auto 0;
  border-radius: 10px;
  border: #DEDEDE 2px solid;
  padding: 30px 26px 10px;
  background-color: #FFF;
}
.about__textBox .about__text{
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 1.5em;
}
@media screen and (max-width:768px){
.about {
  padding: 30px 0 50px;
}
.about h2 {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 24px;
  color: #FFF;
  position: relative;
}
.about h2::after {
  content: "";
  width: 64px;
}
.about__title {
  font-size: 16px;
  line-height: 32px;
  margin-top: 21px;
}
.about__textBox {
  margin: 30px auto 0;
  border-radius: 10px;
  border: #DEDEDE 2px solid;
  padding: 37px 20px 24px;
  background-color: #FFF;
  max-width: 283px;
}
.about__textBox .about__text{
  font-size: 14px;
  line-height: 26px;
}
}


/****************************************************
strong
****************************************************/
.strong{
  padding: 70px 0 70px;
}
.strong h2{
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 35px;
  color: #8B8B8B;
  position: relative;
}
.strong h2::after{
  content: "";
  width: 116px;
  height: 1px;
  border-bottom: 1px solid #8B8B8B;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
}
.strong__list{
  margin: 40px auto 0;
  width: 552px;
  padding-left: 40px;
}
.strong__list .strong__item{
  font-size: 18px;
  list-style: none;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 30px;
  position: relative;
  margin-bottom: 40px;
}
.strong__list .strong__item::before{
  position: absolute;
  content: "";
  margin: auto;
  background: url(../images/check-square.png);
  background-size: 100%;
  width: 27.5px;
  height: 26.05px;
  left: -40px;
  top: 4px;
}
.strong .flex-pc{
  margin-top: 30px;
}
.strong__box{
  width: 33.33%;
  position: relative;
}
.strong__box::after{
  content: "";
  background: url(../images/arrow-right.png);
  width: 3.62vw;
  height: 3.529vw;
  display: block;
  background-size: 100%;
  right: -2vw;
  position: absolute;
  top: 10vw;
}
.strong__box:last-child:after{
  content: none;
}
.strong__box img{
  width: 78.62%;
  margin: 0 auto;
  display: block;
}

.strong__box .strong__box-text{
font-size: 18px;
list-style: none;
letter-spacing: 0.05em;
font-weight: 500;
text-align: center;
line-height: 30px;
margin-top: 30px;
}
@media screen and (min-width:930px){

.strong__box::after{
top: 93px;
width: 31.5px;
height: 30.71px;
right: -18.6px;
}
}
@media screen and (max-width:768px){
.strong {
  padding: 37px 0 46px;
}
.strong h2 {
  font-size: 16px;
  line-height: 24px;
}
.strong__list{
  margin: 40px auto 0;
  width: 100%;
  padding-left: 40px;
}
.strong__list .strong__item {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 26px;
}
.strong__list .strong__item::before {
  position: absolute;
  content: "";
  margin: auto;
  background: url(../images/check-square-sp.png);
  background-size: 100%;
  width: 20.12px;
  height: 19.06px;
  left: -30px;
  top: 2px;
}
.strong .inner {
  max-width: 328px;
  padding-left: 15px;
  padding-right: 15px;
}
.strong .flex-pc {
  margin-top: 45px;
}
.strong__box {
  width: 78%;
  margin: 0 auto;
}
.strong__box::after{
  content: "";
  background: url(../images/arrow-bottom.png);
  background-size: 100%;
  width: 31.5px;
  height: 30.71px;
  left: 0;
  right: 0;
  margin: auto;
  top: initial;
  bottom: -63px;
}
.strong__box img {
  width: 100%;
}
.strong__box .strong__box-text {
  font-size: 14px;
  margin-top: 35px;
  margin-bottom: 106px;
}
.strong__box:last-child .strong__box-text {
  margin-bottom: 0;
}
}


/****************************************************
try
****************************************************/
.try{
  padding: 70px 0 100px;
}
.try h2{
  font-size: 50px;
  list-style: none;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  line-height: 72px;
  color: #65AADD;
  position: relative;
}
.try h2::after{
  content: "";
  width: 116px;
  height: 1px;
  border-bottom: 1px solid #65AADD;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
}
.try__title{
  color: #65AADD;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 60px;
  margin-top: 30px;
}
.try__box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 5px;
}
.try__box li{
  width: 46.1%;
  list-style: none;
  background-color: #FF6B5C;
  border-radius: 43px;
  margin-top: 55px;
}
.try__box li:nth-child(4),
.try__box li:nth-child(3){
  background-color: #F08200;
}
.try__box li a{
  line-height: 86px;
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width:768px){
.try {
  padding: 50px 0 30px;
}
.try h2 {
  font-size: 34px;
  line-height: 49px;
}
.try h2::after {
  content: "";
  width: 80px;
  bottom: -5px;
}
.try__box {
  padding: 12px 0 0;
}
.try__title {
  font-size: 16px;
  line-height: 40px;
  margin-top: 25px;
}
.try__box li {
  width: 100%;
  margin: 25px auto 0;
  max-width: 237px;
}
.try__box li a {
  line-height: 59px;
  font-size: 16px;
}
}




/****************************************************
footer
****************************************************/
footer{
  padding: 30px 0 0;
}
footer .inner .flex{
  width: 47%;
}
footer .footer__left{
  line-height: 22px;
  font-size: 14px;
  padding-top: 10px;
}
footer .footer__left span{
  font-weight: bold;
}
footer .flex img{
  width: 140px;
  display: block;
}
footer .footer__text{
  font-size: 12px;
  color: #FFF;
  line-height: 56px;
  background-color: #7C7C7C;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width:768px){
footer {
  padding: 20px 0 0;
}
footer .inner .flex {
  width: 100%;
  max-width: 281px;
  margin-left: auto;
  margin-right: auto;
}
footer .flex img {
  width: 96px;
  display: block;
}
footer .footer__left {
  line-height: 14px;
  font-size: 9px;
  padding-top: 7px;
}
footer .footer__text {
  font-size: 8px;
  color: #FFF;
  line-height: 38px;
  background-color: #7C7C7C;
  margin-top: 20px;
  text-align: center;
}
}




/****************************************************
mv
****************************************************/

@media screen and (max-width:768px){

}

