@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_border{
  background: linear-gradient(transparent 60%, #ffff66 60%);
  position: relative;
  z-index: 1;
}
.yellow{
  color: #fcff0f;
  font-weight: bold;
}
.blue{
  color: #014496;
  font-weight: 600;
  font-size: 1.1em;
}
.orange{
  color: #f8481f;
  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

***************************************/
.head{
  display: flex;
  justify-content: space-between;
}
h1{
  width: 240px;
  padding: 8px;
}
.head__btn{
  display: flex;
  justify-content: space-between;
}
.head__btn img{
  padding: 2px;
  width: 46px;
}
.fv__txt{
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 3.88vw;
}
.fv__txt span{
  color: #fff329;
  text-align: center;
}

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

CTA

***************************************/
.cta {
  text-align: center;
  background-color: #2056b9;
  padding-bottom: 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));
}
.cta__box{
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
}
.cta__box img{
  text-align: center;
  display: inline-block;
}
.cta__ico{
  width: 70%;
  padding: 10px 0 20px;
}
.cta__ico--2{
  padding: 0;
}
@keyframes anime1 {
  from {
    transform: scale(0.93,0.93);
  }
  to {
    transform: scale(1,1);
  }
}
.tel{
    width: 92%;
    display: block;
    margin: 0 auto;
    padding: 0 0 14px;
}
.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;
}
}

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

リスク

***************************************/
.risk{
  background-color: #40516f;
}
.risk__txt{
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 3.4vw;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
.risk__txt{
  font-size: 18px;
}
}

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

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

***************************************/
.support{
  background-color: #e4eff9;
}
.support__txt{
  background-color: #fff;
  box-shadow: 0 2px 16px 0 rgb(170 170 186 / 24%);
  padding: 4vw 6.2vw 6.2vw;
}
@media screen and (min-width: 768px) {
.support__txt{
  padding: 32px;
}
}

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

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

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

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

４つのポイント

***************************************/
.point{
  background-color: #e4eff9;
}
.point__cont{
  background-color: #fff;
  box-shadow: 0 6px 16px 0 rgb(170 170 186 / 24%);
  border-radius: 2px;
}
.point__sub{
  color: #122f60;
  text-align: center;
  padding: 6px 0 14px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
}
.point__sub span{
  color: #f005dc2;
}
.point__txt{
  padding: 0vw 6vw 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: #1b56bf;
  padding-bottom: 24px;
}
.result__box{
}
.result__cont{
  margin-bottom: 12px;
}
.result__txt{
  background-color: #fff;
  padding: 14px 22px;
  text-align: justify;
  border-radius: 8px;
  width: 90%;
  margin: 6px auto 20px;
  box-shadow: 0px 5px 16px 0 rgb(8 55 138 / 65%);
}

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

フッター

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

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

ポップアップ

***************************************/
.business-plan-modal {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 85%;
  z-index: 11;
  max-width: 540px;
}
.business-plan-modal:not(.show) {
  display: none;
}
.business-plan-modal-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #0009;
}
.business-plan-modal-cover:not(.show) {
  display: none;
}
.business-plan-modal-close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  color: white;
  background-color: #1f2937d1;
  border: none;
  border-radius: 9999px;
  height: 2.5rem;
  /* 40px */
  width: 2.5rem;
  /* 40px */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  /* 24px */
  font-weight: bold;
  z-index: 12;
  /* モーダル本体より手前に */
  line-height: 1;
}
.business-plan-modal-images {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .business-plan-modal-images {}
}

.business-plan-modal-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: none;
}
.business-plan-modal-images img.fade-in {
  display: block;
  animation: fadeIn 0.5s ease-in-out forwards;
  -moz-animation: fadeIn 0.5s ease-in-out forwards;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
}
.business-plan-modal-arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background-color: #1f2937d1;
  border: none;
  border-radius: 9999px;
  height: 2.5rem;
  /* 40px */
  width: 2.5rem;
  /* 40px */
  width: 3rem;
  /* 48px */
  height: 3rem;
  /* 48px */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  /* 24px */
  transition: all 0.3s;
  backdrop-filter: blur(4px);
}
.business-plan-modal-prev {
  left: -1.25rem;
}
.business-plan-modal-next {
  right: -1.25rem;
}



/******** Footer Fixed box ********/
.fixed-box {
  width: 100%;
  max-width: calc(var(--max-width) * 1px);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.fixed-box__btn {
  margin: 0 auto;
}
.cta-btn{
  display: flex;
  max-width: 540px;
  margin: 0 auto;
}
/******** / Footer Fixed box ********/

/* Footer section */
.sec-footer {
  padding: 5rem;
  background: #f6edda;
  font-size: 1.2rem;
  line-height: 1.6;
}
.sec-footer__title {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
/* / Footer section */