
/* 共通 */
html {
  background-color: #fff;
}

* {
    font-family: "Noto Serif JP",serif;
    font-size: 62.5%;
}


.inner {
    width: 1120px;
    margin: 0 auto;
}

.heading {
  text-align: center;
}

.bg-blue {
  background-color: #F1F6FC;
}

.accent {
  color: #F97A4A;
}

.gold {
  color: #D3BE6E;
}

.bold {
  font-weight: 600;
}

.txt-xl {
  font-size: 8.5rem;
}

.txt-l {
  font-size: 5rem;
}

.txt-m {
  font-size: 4.2rem;
}

.txt-small {
  font-size: 1.8rem;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/* ============
ヘッダー
============*/

header {
  position: absolute;
  top:0;
  left:40px;
  z-index: 5;
}
.header-logo {
  margin-top: 20px;
  width: 250px;
}

/* ============
cta
============*/

.cta {
  padding-top: 50px;
  padding-bottom: 80px;
  background: url(../images/cta-bg_blue.jpg) center center no-repeat;
  background-size: cover;
}

.cta-lead {
  margin-bottom: 30px;
  color: #000;
  font-size: 5rem;
  text-align: center;
}

.slash {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 5.5rem;
  color: #000; 
  transform: rotate(-10deg);
}

.cta-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.cta-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: calc(33.33% - 20px);
  padding: 40px 20px;
  background-color: #fff;
  box-shadow: 4px 4px 35px rgba(87, 86, 86, 0.25);
  border-radius: 20px;
}

.cta-container p {
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-family: 'Noto sans JP',sans-serif;
  font-weight: 600;
  text-align: center;
}

.cta-container .txt-small {
  font-size: 1.8rem;
  text-align: center;
  font-family: 'Noto Sans JP',sans-serif;
}

.cta-container a:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all .3s;
}

a.call-cta {
  position: relative;
  margin-bottom: 5px;
  font-size: 5rem;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 500;
  line-height: 0.9em;
  padding-left: 15px;
}

a.call-cta::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(../images/phone-icon.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
    transform: rotate(15deg);
}


/* ============
拠点
============*/

.base {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../images/base-bg_blue.png) top center no-repeat;
  background-size: cover;
}

.base .heading img {
  width: 50%;
  margin: 0 auto 50px;
}

.base-list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 45px;
}

.base-item {
  width: calc(33.33% - 45px);
  background-color: #fff;
}

.base-item-inner {
  padding: 25px;
}

.base-item-inner p {
  font-size: 1.8rem;
  font-family: 'Noto sans JP',sans-serif;
  font-weight: 400;
  line-height: 1.6;

}

.base-item-inner a {
  font-size: 1.8rem;
  font-family: 'Noto sans JP',sans-serif;
  font-weight: 400;
}

/* ============
プラン料金
============*/

.plan-title-wrapper {
  margin-bottom: 40px;
  padding-top: 150px;
  padding-bottom: 50px;
  background: url(../images/plan-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.plan h2 {
  margin-bottom: 20px;
  font-size: 6.5rem;
  color: #3B6181;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.plan-title-wrapper p {
  font-size: 1.8rem;
  font-family: 'Noto Sans JP',sans-serif;
  color: #333;
  line-height: 1.8;
  text-align: left;
}

.plan-title-wrapper p span {
  font-size: 1.8rem;
  font-family: 'Noto Sans JP',sans-serif;
}

.plan h3 {
  padding: 5px;
  background-color: #3B6181;
  font-size: 3rem;
  font-family: 'Noto sans JP',sans-serif;
  color: #fff;
  text-align: center;
}


.plan img {
  transform: scale(0.9);
}

.plan-plus-desc {
  margin-top: 20px;
  font-size: 1.8rem;
  font-family: 'Noto sans JP',sans-serif;
  text-align: center;
}
.plan-plus-note {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 1.8rem;
  font-family: 'Noto sans JP',sans-serif;
  text-align: center;
  line-height: 1.6;
}

.plan-plus-note b  {
  font-weight: 600;
  font-family: 'Noto sans JP',sans-serif;
  font-size: 2.2rem;
}

.plan-heading-small {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 30px;
  font-size: 3rem;
  background-color: #3B6181;
  color: #fff;
  border-radius: 50px;
}

/* ============
フロー
============*/

.flow {
  padding-top: 80px;
  padding-bottom: 80px;
}

.flow h2 {
  margin-bottom: 40px;
  color: #3B6181;;
  text-align: center;
  font-size: 6.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

/* ============
選ばれる理由
============*/

.reason {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/reason-bg.jpg) bottom center no-repeat;
  background-color: #fff;
  background-size: cover;
}
.reason h2 {
  margin-bottom: 60px;
  color: #3B6181;
  text-align: center;
  font-size: 6.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.reason-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 30px;
}

.reason-item {
  margin-bottom: 60px;
}

.reason-item img {
  display: block;
  margin-bottom: 20px;
}

.reason-item span {
  display: block;
  width: 35%;
  margin: 0 auto 16px;
  padding: 5px 25px;
  font-size: 1.8rem;
  font-family: 'Noto sans JP',sans-serif;
  color: #fff;
  background-color: #D3BE6E;
  border-radius: 50px;
  text-align: center;

}

.reason-item-title {
  margin-bottom: 28px;
  font-size: 3rem;
  font-family: 'Noto serif JP',serif;
  font-weight: 600;
  color: #3B6181;
  text-align: center;

}

.reason-item-desc {
  padding-left: 30px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-family: 'Noto sans JP',sans-serif;
  color: #3B6181;
  position: relative;
  line-height: 1.5;
  font-feature-settings: "palt";
}

.reason-item-desc::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 7px;
  border-left: 2px solid #3B6181;
  border-bottom: 2px solid #3B6181;
  top: 10px;
  left: 8px;
  transform: rotate(-45deg);
}

/* ============
お客様の声
============*/

.uservoice {
  padding-top: 80px;
  padding-bottom: 80px;
}

.uservoice .heading {
  width: 40%;
  margin: 0 auto 20px;
}

/* 画像 */
img {
  width: 100%;
  height: auto;
}

/* スライド全体 */
.swiper-slide {
  transition: transform 0.6s;
}

/* 左右のスライド */
.swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
  transform: scale(0.85);
}

.swiper-button-prev {
  left: 290px;
}

.swiper-button-next {
  right: 290px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev {
    position: absolute;
    background-color: transparent;
    background-image: url(../images/slide_left.svg);
    left: calc((100% - 780px) / 2);
    transform: translate(-50%, -50%);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px!important;
    height: 60px!important;
    top: 50%;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
.swiper-button-next {
  position: absolute;
  background-color: transparent;
  background-image: url(../images/slide_right.svg);
  left: calc((100% - 780px) / 2);
  transform: translate(-50%, -50%);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px!important;
  height: 60px!important;
  top: 50%;
  border: 0;
  font-size: 0;
  cursor: pointer;
}

.swiper-button-prev, .swiper-rtl  {
  left: 22%!important;
}

.swiper-button-next {
  right: 18%!important;
}

/* ============
税理士紹介
============*/

.accounter {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #EBF4F9;
  position: relative;
}



.accounter h2 img  {
  width: 80%;
  margin: 0 auto 40px;
}

.accountant-lead {
  color: #3B6181;
  font-size: 1.8rem;
  font-family: 'Noto sans JP',sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}

.accountant_info {
  position: relative;
  background-color: #fff;
  padding: 20px;
  margin-top: -20px;
  width: 85%;
  margin-left: 35px;
  min-height: 290px;
}

.accountant_name {
  font-weight: 500;
  font-size: 2rem;
  font-family: 'Noto sans jp',sans-serif;
  color: #333;
} 

.accountant_description {
  margin-top: 20px;
}

.accountant_description p, p.accountant_position  {
  color: #333;
  font-size: 1.6rem;
  font-family: 'Noto sans JP',sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.accounterSwiper {
  margin-top: 40px;
}

/* swiper */


.accounterSwiper .swiper-wrapper {
  width:calc(33.33% - 40px);
}

.swiper-horizontal {
  overflow: hidden;
}

.accountant-button-prev,.accountant-button-next {
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.accountant-button-prev {
  top:50%;
  left: 120px;
  
}

.accountant-button-next {
  top: 50%;
  right: 120px;
  transform: rotate(-180deg);

}

/* ============
お悩み
============*/

.problem {
  padding-top: 80px;
  padding-bottom: 80px;
}

.problem p {
  font-size: 1.8rem;
  font-family: 'Noto sans JP',sans-serif;
  text-align: center;
  line-height: 1.8;
  
}

.problem-list {
  margin-top: 40px;
}

/* ============
サービス
============*/

.service-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}

.service-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.service-title {
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 2.4rem;
  color: #3B6181;
  border-left: 4px solid #D3BE6E;
}

.service-info ul {
  padding-left: 40px;
  margin-bottom: 20px;
}

.service-info ul li {
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: 'Noto Sans Jp',sans-serif;
  list-style: disc;
  color: #333;
}

/* ============
キャンペーン詳細
============*/

.campaign-info {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.campaign-title {
  width: 80%;
  margin: 0 auto;
 
}

.campaign-info p {
  font-size: 2rem;
  text-align: center;
  line-height: 1.8;
  font-family: 'Noto Sans JP,sans-serif';
}

.campaign-inner-cta {
  margin-top: 20px;
  padding-top: 20px;
  background:url(../images/campaign-inner-bg.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.campaign-inner-cta .cta-lead {
  margin-bottom: 0;
  font-size: 3rem;
  color: #fff;
  font-family: 'Noto serif JP',serif;
}

.campaign-inner-cta .cta-lead .slash {
  color: #fff;
}

.campaign-inner-cta .cta-wrapper {
  transform: scale(0.8);
}

/* ============
faq 
============*/
.faq {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color:#F1F6FC;
}

.faq h2 {
  margin-bottom: 20px;
  font-size: 6.5rem;
  text-align: center;
  color: #3B6181;
}

.faq .mod-faq {
  background: #fff;
  border-radius: 25px;
  padding: 3% 0;
}
.faq .mod-faq + .mod-faq {
  margin-top: 1vw;
}
.faq .mod-faq .title {
  display: flex;
  align-items: center;
  gap: 2%;
  position: relative;
  padding: 0 80px 0 30px;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
}
.faq .mod-faq .title:before {
  content: "Q";
  font-size: 3rem;
  line-height: 1;
  color: #3B6181;
  font-weight: 500;
  border-radius: 100%;
  padding-top: 6px;
  font-family: 'Noto Sans JP', sans-serif;

  text-align: center;

}
.faq .mod-faq .title span {
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.faq .mod-faq .title i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  aspect-ratio: 1;
  width: 21px;
  display: block;
}
.faq .mod-faq .title i:before, .faq .mod-faq .title i:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 21px;
  height: 3px;
  margin: auto;
  background: #000;
  transition: 0.5s ease;
}
.faq .mod-faq .title i:before {
  transform: rotate(90deg);
}
.faq .mod-faq .title i:after {
  transform: rotate(180deg);
}
.faq .mod-faq .title.on i:before, .faq .mod-faq .title.on i:after {
  transform: rotate(0);
}
.faq .mod-faq .detail {
  display: flex;
  gap: 2%;
  padding: 0 80px 0 30px;
  position: relative;
}

.faq .mod-faq .detail dd {
  font-size: 1.8rem;
  font-family: 'Noto Sans JP',sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin: 0;
  margin-top: 14px;
}

.faq .mod-faq .title i:before {
  transform: rotate(90deg);
}

.mv{
  position: relative;
}
.link-area {
    position: absolute;
    display: block;
    z-index: 2;
}
.link-area.mv1{
      left: 0%;
      right: 0%;
      bottom: 5%;
      width: 45%;
      height: 28%;
      margin: auto;
}
.link-area.mv2{
      left: 9%;
      bottom: 14%;
      width: 35%;
      height: 30%;
      margin: auto;
}
.link-area.mv3{
      left: 8%;
      bottom: 7%;
      width: 39%;
      height: 26%;
      margin: auto;
}
.link-area.mv4{
      left: 8%;
      bottom: 4%;
      width: 37%;
      height: 30%;
      margin: auto;
}

/* ============
レスポンシブ 
============*/

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

  /* ============
共通
============ */

.pc-only {
  display: none!important;
}

.sp-only {
  display: block;
}

.inner {
  width: auto;
  padding-left:15px;
  padding-right: 15px;
}

.txt-xl {
  font-size: 5.5rem;
}

.txt-l {
  font-size: 2.5rem;
} 

.txt-m {
  font-size: 3rem;
}

/* ============
ヘッダー
============*/

header{
  left:10px;
}

.header-logo {
  margin-top: 20px;
  margin-left: 0;
  width: 140px;
}

/* ============
cta
============ */
.cta {
  padding-top: 30px;
  padding-bottom: 50px;
}
.slash {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 2rem;
}

.cta-lead {
  font-size: 2rem;
}

.cta-wrapper {
  flex-direction: column;
}

.cta-container {
  width: 100%;
  padding: 20px;
  gap: 10px;
}

/* .cta-call {
  scale: 1;
} */

.cta-container .txt-small{
  font-size: 1.6rem;
  margin-top: -10px;
}

/* ============
base
============ */

.base {
  background: url(../images/base-bg-sp_blue.jpg) top right no-repeat;
  background-size: cover;
}

.base .heading img {
  width: 100%;
}

.base-item {
  width: 100%;
}

/* ============
plan
============ */

.plan {
  padding-bottom: 40px;
}

.plan-title-wrapper {
  background:none;
  padding-bottom: 0;
  padding-top: 50px;
}


.plan h2 {
  margin-left: 0;
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
}


.plan-title-wrapper p {
  margin-left: 0;
  text-align: left;
}

.plan h3 {
  font-size: 2rem;
}


.plan-plus-desc {
  margin-bottom: 10px;
  font-feature-settings: "palt";
}

.plan-plus-note {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
}

.plan-plus-note b {
  font-size: 1.8rem;
}

.plan-heading-small {
  width: 100%;
  padding:8px 10px;
  font-size: 2.5rem;
  letter-spacing: 0;
}


/* ============
flow
============ */


.flow h2 {
  font-size: 4rem;
  line-height: 1.2;
}

/* ============
reason
============ */
.reason h2 {
  font-size: 4rem;
  line-height: 1.2;
}

.reason-list {
  flex-direction: column;
}

.reason-item {
  margin-bottom: 10px;
}

.reason-item img {
  margin-bottom: 16px;
}

.reason-item span {
  width: 40%;
}

/* ============
uservoice
============ */
.uservoice {
  padding-top: 40px;
  padding-bottom: 40px;
}
.uservoice .heading {
  width: 80%;
  margin: 0 auto 20px;
}
/* ============
税理士紹介
============ */

.accounter h2 img {
  width: 100%;
  margin-bottom: 20px;
}

.accountant_info {
  height: 100vw;
  width: 70vw;
  margin-left: 10px;
}

.accountant-button-prev {
  left: 0;
}

.accountant-button-next {
  right: 0;
}

/* ============
お悩み
============ */
.problem-title_img {
  margin-bottom: 20px;
}

.problem-list {
  margin-top: 20px;
}

.problem p {
  text-align: left;
}

/* ============
サービス
============ */
.service-wrapper {
  flex-direction: column;
}

/* ============
キャンペーン
============ */
.campaign-info .inner {
  padding-left: 5px;
  padding-right: 5px;
}

.campaign-inner {
  padding: 20px 10px;
}

.campaign-title {
  margin-bottom: 20px;
}

.campaign-info p {
  font-size: 1.8rem;
  text-align: center;
}

.campaign-inner-cta .cta-wrapper {
  transform: scale(0.9);
}

.campaign-info .cta-container p {
  text-align: center;
  margin-bottom: 0;
}

.campaign-info .cta-container {
  padding: 10px;
}
.campaign-inner-cta {
  padding-top: 20px;
}

/* ============
faq
============ */

.faq h2 {
  font-size: 4rem;
}

.faq .mod-faq {
  border-radius: 10px;
}

.faq .mod-faq .title {
  gap: 5%;
  padding: 0 38px 0 20px;
} 

.faq .mod-faq .title span {
  font-size: 1.6rem;
}

.faq .mod-faq .title:before {
  font-size: 2rem;
  padding-top: 0;
  
}

.faq .mod-faq .title i {
  width: 15px;
  right: 15px;
}

.faq .mod-faq .title i:before, .faq .mod-faq .title i:after {
  width: 15px;
  height: 2px;
}

.faq .mod-faq + .mod-faq {
margin-top: 20px;
}

.faq .mod-faq .detail {
padding: 0 20px;
font-size: 1.4rem;
}

.faq .mod-faq .detail dd{
font-size:1.4rem;
}

.faq .mod-faq .detail::before {
display: none;
}

.link-area.mv1{
  bottom: 5%;
  width: 95%;
  height: 26%;
}
.link-area.mv2{
      left: 18%;
      bottom: 40%;
      width: 63%;
      height: 21%;
      margin: auto;
}
.link-area.mv3{
      left: 15%;
      bottom: 6%;
      width: 71%;
      height: 20%;
      margin: auto;
}
.link-area.mv4{
      left: 9%;
      bottom: 12%;
      width: 55%;
      height: 43%;
      margin: auto;
}


}

