@charset 'UTF-8';

/***************************************

レイアウト

***************************************/
body{
  margin: 0 auto;
  max-width: 540px;
}
article{
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body{
    font-size: 16px;
    line-height: 1.8;
  }
}
.yellow{
  background: linear-gradient(transparent 60%, #ffff66 60%);
  position: relative;
  z-index: 1;
}
.blue{
  color: #014496;
  font-weight: 600;
  font-size: 1.1em;
}
.space{
  padding-top: 12px;
  display: inline-block;
}
.check_point {
  font-size: 10px;
  text-align: right;
  vertical-align: super;
}
.small{
  font-size: 0.8em;
  line-height: 1.4;
}

/***************************************

FV

***************************************/
.fv__txt{
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 3.88vw;
}
.fv__txt span{
  color: #fff329;
  text-align: center;
}
.fv__industry img{
}

/***************************************

CTA

***************************************/
.cta {
  text-align: center;
  padding-top: 24px;
}
.cta_btn {
  animation: anime1 0.8s ease 0s infinite alternate;
    width: 96%;
    margin: -10px auto 0;
}
.cta_btn--2 {
    margin-top: -24px;
}
.cta_btn,.tel{
  filter: drop-shadow(0px 6px 6px rgba(182,182,182,0.6));
}
@keyframes anime1 {
  from {
    transform: scale(0.93,0.93);
  }
  to {
    transform: scale(1,1);
  }
}
.tel{
    width: 92%;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}
.cta__annot{
  font-size: 12px;
  padding-bottom: 12px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
.cta__annot{
  font-size: 16px;
  padding-bottom: 12px;
  font-weight: 600;
}
}

/***************************************

税理士法人だからできるフルサポート

***************************************/
.support{
  background-image: url(../img/support_bg.png);
  background-repeat: repeat;
  padding-bottom: 40px;
}
.support__txt{
  margin: 0 16px;
  background-color: #fff;
  margin-bottom: 12px;
  box-shadow: 0 6px 16px 0 rgb(170 170 186 / 24%);
  border-radius: 8px;
  padding: 6.2vw 6.2vw;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
.support__txt{
  padding: 32px;
}
}

/***************************************

ノウハウ

***************************************/
.know-how__box{
  background-image: url(../img/know-how.jpg);
  background-size: cover;
  background-position: center;
}
.know-how__ttl{
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 120px 30px 12px;
  line-height: 1.5;
}
.know-how span{
  color: #fcff0f;
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
.know-how__ttl{
  font-size: 1.5em;
}
}

/***************************************

どんな業種にも対応できます

***************************************/
.industry{
  background: #f2f2f2;
}
.industry__annot{
  font-size: 0.8em;
  color: #1c1c1c;
  margin: 0 auto;
  text-align: center;
  padding: 12px 20px;
}

/***************************************

４つのポイント

***************************************/
.point{
  background-color: #1bacdb;
  padding-bottom: 24px;
}
.point__box{
  padding: 0 16px;
}
.point__cont{
  background-color: #fff;
  margin-bottom: 12px;
  box-shadow: 0 6px 16px 0 rgb(170 170 186 / 24%);
  border-radius: 8px;
}
.point__img{
  border-radius: 8px;
}
.point__sub{
  color: #122f60;
  text-align: center;
  padding: 18px 0;
  font-size: 25px;
  line-height: 1.4;
}
.point__sub span{
  color: #f005dc2;
}
.point__txt{
  padding: 0vw 6.2vw 6.2vw;
}
.point__txt span{
  color: #fe5400;
  font-weight: 600;
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
.point__txt{
  padding: 0px 32px 16px;
}
}

/***************************************

確かな成功実績

***************************************/
.result{
  background-color: #f1fafe;
  padding-bottom: 24px;
}
.result__box{
  padding: 0 16px;
}
.result__cont{
  background-color: #fff;
  margin-bottom: 12px;
  box-shadow: 0 6px 16px 0 rgb(170 170 186 / 24%);
  border-radius: 8px;
}
.result__cont img{
  border-radius: 8px;
}
.result__txt{
  padding: 20px 32px;
  text-align: justify;
}

/***************************************

フッター

***************************************/
.footer{
  background-color: #f6f6f6;
  padding: 14px 0;
}
.footer__cont{
  display: flex;
  gap: 0px 12px;
  justify-content: center;
}
.footer__cont a{
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
