@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*-----------------------------------------
-------------------------------------------
-------------------------------------------
-------------------------------------------

目次　※各々レスポンシブ対応あり

01 共通部分設定＆リセットCSS
02 ヘッダーの設定
03 コンテンツの設定
04 フッターの設定

-------------------------------------------
-------------------------------------------
-----------------------------------------*/

/*-----------------------------------------
01 共通部分設定＆リセットCSS
-------------------------------------------*/
body {
  padding: 0;
  margin: 0;
}

div.body {
  margin: auto;
  min-width: 1200px;
}

@media screen and (max-width:768px) {
  div.body {
    min-width: auto;
  }
}

div.body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.center {
  width: calc(100% - 20px);
  max-width: 1090px;
  margin: auto;
  text-align: center;
}
.center2 {
  width: calc(100% - 20px);
  max-width: 900px;
  margin: auto;
  text-align: center;
}

@media screen and (max-width:768px) {
  .center,
  .center2 {
    max-width: 500px;
  }
}

.body a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.body a:hover {
  opacity: 1;
}

.body img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.body p,
.body a,
.body h1,
.body h2,
.body h3,
.body h4,
.body li,
.body span,
.body div,
summary.summary,
summary.summary::before {
  text-shadow: none;
  margin: auto;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400;
  color: var(--black01);
  letter-spacing: 0.05em;
  line-height: 1.5;
  background: none;
}
.page_top{
  z-index: 999;
}

.body ul,
.body li {
  margin: 0;
  padding: 0;
}

.body li {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width:768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}


.fnt-main {
  font-family: 'Noto Sans JP', sans-serif;
}

:root {
  /* --black01: #32353a;
  --gray01: #b3b3b3;
  --gray02: #f9fafc;
  --blue01: #5b77fd;
  --blue02: #2d1e91;
  --blue03: #305cd6;
  --grade01: 180deg, var(--blue01) 0%, var(--blue02) 100%;
  --grade02: 90deg, var(--sky01) 0%, var(--sky02) 50%, var(--sky01) 100%;
  --yellow01: #fff292;
  --red01: #f4404e;
  --green01: #1eaa39;

  --sky01: #15acb5;
  --sky02: #006f91;

  --free: #f7931e;
  --standard: #468cc8;
  --advanced: #6bbc1d; */


  --beige01:#f5faf2;
  --green01:#267D00;
  --black01:#333333;
}

/*-----------------------------------------
01 共通部分設定＆リセットCSS　ここまで
-------------------------------------------*/

/*-----------------------------------------
02 ヘッダーの設定
-------------------------------------------*/


/*LPのタイトル周りとスマホ画像--------------*/

.headGrp div.wrap01{
  background:
  url(https://d11w49g8ylcixs.cloudfront.net/resource/20260624/bg-left-rakurakucloud.png)repeat-y left top / 260px fixed,
  url(https://d11w49g8ylcixs.cloudfront.net/resource/20260624/bg-right-rakurakucloud.png)repeat-y right top / 260px fixed,
  var(--beige01);
  padding: 0 0 20px;
}
.headGrp .wrap01 div.header_grid{
  display: grid;
  grid-template-columns: 1fr 850px;
  gap: 0px;
max-width: 1500px;
width: calc(100% - 30px);
margin: auto;
padding-left: 100px;
}
div.header_title{
  padding: 0 20px 20px;
  background: var(--beige01);
  border-radius: 0 0 10px 10px;
  margin: 0 auto;
}
div.header_title h1{
  background: #fff;
  display: inline-block;
  padding: 10px;
  width: 90%;
  max-width: 265px;
  border-radius: 0 0 30px 30px;
  margin: 0 auto auto 0;
}
div.header_title h2,
div.header_title h2>span.fnt-grn{
  font-weight: 700;
  line-height: 1.25;
}
div.header_title h2{
  font-size:43px!important;
  color: var(--black01);
  margin: 20px 0!important;
}
span.fnt-grn{
  color: var(--green01);
  font-weight: 700;
}
span.marker-yw{
  /* 古いブラウザ向けのフォールバック（グラデーション非対応時は単色背景） */
  background-color: #ffff66; 
  /* モダンブラウザ・プレフィックス付き対応 */
  background: -webkit-linear-gradient(transparent 75%, #FFDF5A 75%);
  background: linear-gradient(transparent 75%, #FFDF5A 75%);
  /* Safari / iOS / Chrome の複数行バグ対策（極めて重要） */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  /* 文字の折り返し位置で背景が途切れるのを防ぐ */
  display: inline;
  padding: 0 4px;
  font-weight: 700;
}
ul.header_title_list{
  padding: 0;
}
ul.header_title_list li{
  margin-bottom: 0.5em;
  padding-left: 25px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}
ul.header_title_list li:last-of-type{
  margin-bottom: 0;
}
ul.header_title_list li::before{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260624/icon-check.png)no-repeat center / contain;
  position: absolute;
  top: 3px;
  left: 0;
}

div.header_img{
  margin: auto;
padding: 20px 0;
}

@media screen and (max-width:1530px) {
.headGrp .wrap01 div.header_grid{
    grid-template-columns: 1fr 750px;  
}

div.header_title h1{
  max-width: 200px;
}
div.header_title h2{
  font-size: 40px!important;
}
}
@media screen and (max-width:1380px) {
div.header_title h2{
  font-size: 36px!important;
}
div.header_title h2 br{
  display: none;
}.headGrp .wrap01 div.header_grid{
  padding: 0;
}
}
@media screen and (max-width:768px) {
  .headGrp div.wrap01{
  background:
  url(https://d11w49g8ylcixs.cloudfront.net/resource/20260624/bg-left-rakurakucloud_sp.png)repeat-y left top / 100px fixed,
  url(https://d11w49g8ylcixs.cloudfront.net/resource/20260624/bg-right-rakurakucloud_sp.png)repeat-y right top / 100px fixed,
  var(--beige01);
  padding: 0 0 60px;
}
  .headGrp .wrap01 div.header_grid{
    grid-template-columns: 1fr;
    max-width: 500px;
  }
  div.header_title{
    margin: 20px auto;
    border-radius: 20px;
    text-align: center;
    padding: 0 30px 30px;
    border: 2px solid var(--green01);
  }
  div.header_title h1{
    margin: 0 auto auto;
  }
  div.header_title h2{
    text-align: left;
    font-size: 27px!important;
  }
  ul.header_title_list li{
    text-align: left;
  }
}

/*LPのタイトル周り*/


/*累計導入社数*/
div.share-grid{
  display: grid;
  grid-template-columns:1fr 520px;
  gap: 10px;
  padding: 20px 0;
  background: #fff;
}
div.share-grid>p{
  display: none;
}
div.share-text,
div.share-ul{
  width: 100%;
}
div.share-text h2,
div.share-text h2 span.fnt-grn,
div.share-text h2 span.fnt-grn strong{
  font-weight: 700!important;
}
div.share-text h2{
  text-align: left;
  font-size: 33px!important;
  letter-spacing: 0;
  line-height: 1.35;
  padding-left: 0!important;
}

div.share-text h2 span.fnt-grn strong{
  font-size: 160%;
  color: var(--green01);
  line-height: 1.25;
}
div.share-text h2 span.come{
  font-size: 16px;
  font-weight: 600;
  color: var(--green01);
}



div.share-ul{
grid-column: 1/3; 
}
div.share-ul ul{
  display: inline-block;
}
div.share-ul li{
  text-align: left;
  padding-left: 1.75em;
  text-indent: -1.75em;
  font-size: 14px;
  margin-bottom: 0.25em;
}
div.share-ul li>a{
  color: #0d7fdd!important;
  text-decoration: underline!important;
}

@media screen and (max-width:768px) {
  div.share-grid{
  grid-template-columns: 1fr;  
  gap: 15px;
  }
  div.share-text h2{
    text-align: center;
  }
  div.share-img img{
    max-width: 400px;
  }
div.share-ul{
  grid-column: 1/2;
}
}

@media screen and (max-width:420px) {
div.share-text h2{
  font-size: 7.9vw!important;
}
div.share-ul li{
  font-size: 10px;
}
}


/*LPのタイトル周りとスマホ画像　ここまで--------------*/
div.menuGrp{
  position: relative;
  min-height: 103px;
}
div.menu_Button{
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  width: 100%;
background: #fff;
border-top: 1px solid var(--green01);
border-bottom: 1px solid var(--green01);
z-index: 998;
}
div.menu_Button.fixed_menu_Button{
position: fixed;
}
ul.menu_ul{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  width: calc(100% - 30px);
  max-width: 900px;
  margin: auto;
  padding: 10px 0;
}
ul.menu_ul li{
  border-right: 1px solid var(--green01);
  padding: 0 10px;
}
ul.menu_ul li:last-of-type{
  border-right: none;
}

ul.menu_ul li a{
  display: block;
  padding: 1em 2em;
  font-size: 16px;
  font-weight: 600;
  color: var(--green01);
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  border-radius: 5px;
}
ul.menu_ul li a:hover{
  background: #eee;
}
div.menu_Button.fixed_menu_Button ul.menu_ul li a{
  padding: 0.5em 1.5em;
  font-size: 15px;
}

/*追従メニュー----------------*/


/*追従メニュー　ここまで----------------*/


/*ハンバーガーメニュー-----------------------------*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 99;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 25%;
  height: 100%;
  /*ナビの高さ*/
  background: var(--beige01);
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 99;
  width: 25%;
  height: 100%;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  display: grid;
  grid-template-columns: 1fr;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 99;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
  max-width: fit-content;
  padding-left: 0;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
  padding: 0 0 10px;
}

#g-nav li a {
  color: var(--green01);
  text-decoration: none;
  padding: 0.65em 1.25em;
  display: block;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  vertical-align: baseline;
}

#g-nav li.menu_offerBtn,
#g-nav li.menu_LW-Btn,
#g-nav li.menu_LWR-Btn {
  padding-top: 10px;
}

#g-nav li.menu_offerBtn a {
      background: -webkit-linear-gradient(var(--grade02));
    background: -moz-linear-gradient(var(--grade02));
    background: linear-gradient(var(--grade02));
        background-size: 200% 100%;
  color: #fff !important;
  border-radius: 100px;
}

#g-nav li.menu_LW-Btn a {
  background: var(--green01);
  color: #fff !important;
  border-radius: 100px;
}

#g-nav li.menu_LWR-Btn a {
  background: var(--blue03);
  color: #fff !important;
  border-radius: 100px;
}



#g-nav li a i {
  vertical-align: baseline;
  color: #fff !important;
  margin-right: 7px;
}

#g-nav li a:hover {
  opacity: 0.75;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 999;
  /*ボタンを最前面に*/
  bottom: 90px;
  right: -4px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: var(--green01) !important;
  border: 3px solid #fff;
  border-radius: 3px 0 0 3px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 17px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 17px;
}

.openbtn span:nth-of-type(2) {
  top: 30px;
}

.openbtn span:nth-of-type(3) {
  top: 43px;
}

.openbtn.active span:nth-of-type(1) {
  top: 26px;
  left: 22px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 38px;
  left: 22px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}

@media (max-width: 768px) {
  #g-nav li a {
    font-size: 20px;
  }

  .openbtn {
    width: 60px;
    height: 55px;
    bottom: 80px;
  }

  .openbtn span {
    left: 15px;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 25px;
  }

  .openbtn span:nth-of-type(3) {
    top: 35px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 17px;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 17px;
  }

  #g-nav {
    width: 100%;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    width: 100%;
  }

}

/*ハンバーガーメニューここまで---------------*/



/*フローティング------------*/
div.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(199, 199, 199, 0.6);
  display: block;
  width: 100%;
  z-index: 99;
}

div.float_flex {
  display: flex;
}

div.float_item {
  max-width: 550px;
  width: 90%;
  padding: 15px 0;
  margin: auto;
}

div.float_item a {
  display: block;
  width: 100%;
  padding: 0.75em 2em 0.75em 1em;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  border-radius: 100px;
  background: -webkit-linear-gradient(var(--grade02));
  background: -moz-linear-gradient(var(--grade02));
  background: linear-gradient(var(--grade02));
  background-size: 200% 100%;
  position: relative;
}

div.float_item a:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%) rotate(-45deg);
}

div.float_item a:hover {
  background-position: 110% 0;
}

div.float_item a:hover::after {
  border-bottom: 2px solid var(--orange01);
  border-right: 2px solid var(--orange01);
}

div.float_item a:hover::before {
  background: var(--orange01);
}

div.float_item a:hover::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}


@media screen and (max-width:500px) {
  div.float_item a {
    font-size: 5vw;
    padding: 0.65em 3em 0.65em 1em;
  }

  div.float_item a::before {
    right: 7px;
  }

  div.float_item a::after {
    right: 18px;
  }
}


div.floating_banner {
  position: fixed;
  right: 10px;
  bottom: 110px;
  width: 180px;
  height: 180px;
  z-index: 99;
  background: #fff;
  padding: 3px;
  border-radius: 10px;
}

div.floating_banner img {
  border-radius: 7px;
}

div.floating_banner a:hover {
  opacity: 0.8;
}

/*フローティング　ここまで------------*/









/*-----------------------------------------
02 ヘッダーの設定　ここまで
-------------------------------------------*/

/*-----------------------------------------
03 コンテンツの設定
-------------------------------------------*/
/*共通部分----------*/
.mainGrp div.wrap {
  padding: 0;
  position: relative;
}
.mainGrp div.wrap .center{
  padding: 60px 18px;
  position: relative;
  z-index: 99;
}
.mainGrp div.wrap:nth-of-type(odd),
.mainGrp div.wrap:nth-of-type(odd) .center{
  background:var(--beige01);
}
.mainGrp div.wrap:nth-of-type(even),
.mainGrp div.wrap:nth-of-type(even) .center{
  background:#fff;
}
.mainGrp div.wrap::before,
.mainGrp div.wrap::after{
  content: "";
  display: block;
  width: 260px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mainGrp div.wrap::before{
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260624/bg-left-rakurakucloud.png)repeat-y left top / 260px fixed;
  left: 0;
}
.mainGrp div.wrap::after{
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260624/bg-right-rakurakucloud.png)repeat-y right top / 260px fixed;
  right: 0;
}
.mainGrp div.wrap:nth-of-type(odd)::before,
.mainGrp div.wrap:nth-of-type(odd)::after{
  opacity: 0.2;
}
@media screen and (max-width:768px) {
  .mainGrp div.wrap::before{
  background:url(https://d11w49g8ylcixs.cloudfront.net/resource/20260624/bg-left-rakurakucloud_sp.png)repeat-y left top / 100px fixed
}
.mainGrp div.wrap::after{
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260624/bg-right-rakurakucloud_sp.png)repeat-y right top / 100px fixed;
}
}
/*吹き出しの見出し*/
h3.title_h3{
  display: block;
  max-width: 500px;
  font-size: 26px;
  font-weight: 700;
  color: var(--green01);
  padding: 0.85em;
  border-radius: 200px;
  border: 2px solid var(--green01);
  background: #fff;
  position: relative;
  margin-bottom: 30px;
}
h3.title_h3:after{
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid var(--green01);
  border-left: 2px solid var(--green01);
  background: #fff;
  position: absolute;
  bottom: -9.5px;
  left: 50%;
  transform: translateX(-50%)rotate(-45deg);
}
@media screen and (max-width:768px) {
  h3.title_h3{
    font-size: 22px;
        padding: 0.65em;
  }
}
/*下線付き見出し*/
h4.title_h4{
  display: block;
  padding: 0 0.5em 0.75em;
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
h4.title_h4::after{
  content: "";
  display: block;
  width: 85px;
  height: 3px;
  background: var(--green01);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:768px) {
  h4.title_h4{
    font-size: 18px;
  }

}
/*説明文*/
div.about-text{
  padding: 0;
}
div.about-text p{
font-size: 17px;
font-weight: 500;
}
div.about-box{
  margin: 20px auto 0;
  padding: 30px;
  border-radius: 15px;
  background: #fff;
}
div.about-comment{
  text-align: center;
  padding: 15px 0;
}
div.about-comment p{
  font-size: 16px;
  font-weight: 500;
}


@media screen and (max-width:768px) {
  div.about-text p,
  div.about-comment p{
    text-align: left;
    font-size: 15px;
  }
}
/*注釈*/
div.come-list{
  width: 100%;
  text-align: left;
  padding-top: 40px;
}
div.come-list li{
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

/*特徴・機能紹介-------------------*/
.mainGrp div.wrap01 div.center{
padding-top: 100px;
}
@media screen and (max-width:768px) {
  .mainGrp div.wrap01 div.center{
    padding-top: 60px;
  }
.mainGrp div.wrap01 div.about-box img{
  max-width: 309px;
}
}
/*さらに、債権管理の手間・ミスも大幅削減！-----------*/
div.about-flow{
  display: grid;
  grid-template-columns: 1fr 1fr 2.5fr 1fr 1fr;
  gap: 10px;
  padding: 40px 0 0;
}

div.about-flow-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--beige01);
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  margin: 0;
}
div.about-flow-box p{
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
div.about-flow-box img{
  max-width: 100px;
}

div.about-flow-box.wide{
  flex-direction: row;
}
div.about-flow-box.wide p{
  text-align: left;
}

div.about-flow-arrow{
  width: 100%;
  padding: 0 10px 35px;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260624/arrow-right.png)no-repeat right bottom / 200px;
}
div.about-flow-arrow p{
  font-size: 18px;
  font-weight: 700;
  color: var(--green01);
}
@media screen and (max-width:768px) {
  div.about-flow{
    grid-template-columns: 1fr;
            max-width: 400px;
  }
  div.about-flow-arrow{
    width: fit-content;
        padding: 30px 10px;
        background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260624/arrow-bottom.png) no-repeat center bottom / 20px;
        display: inline-block;
  }
  div.about-flow-arrow p{
    display: inline-block;
    padding: 5px;
    background: #fff;
  }
  div.about-flow-box p{
    font-size: 15px;
  }

}
@media screen and (max-width:420px) {
  div.about-flow-box p{
    font-size: 14px;
  }
}
/*経理部だけで簡単に導入できる--------------*/
div.about-system{
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  gap: 20px;
  padding: 40px 0 0;
  max-width: 500px;
}

div.about-system-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  margin: 0;
}
div.about-system-box p{
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
div.about-system-box img{
  max-width: 100px;
}

div.about-system-box.meisai{
  background: var(--green01);
}
div.about-system-box.meisai img{
  max-width: 170px;
}
div.about-system-plus{
width: 100%;
margin: 0;
background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260624/plus.png)no-repeat center / contain;
}

@media screen and (max-width:768px) {
  div.about-system{
    grid-template-columns: 1fr;
    max-width: 250px;
  }
  div.about-system-plus{
    height: 30px;
  }
}

@media screen and (max-width:420px) {
  div.about-flow-box.wide{
    flex-direction: column;
  }
}
/*「楽楽明細」であらゆる帳票を自動で発行！-------------------*/

div.about-label{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
      padding: 30px 0 0;
}
div.about-label-box{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  background: var(--beige01);
  width:calc(calc(100% / 3) - 15px);
  margin:0 15px 15px 0;
  max-width: 200px;
  border-radius: 10px;
}
div.about-label-box p{
  color: var(--green01);
font-size: 18px;
font-weight: 700;  
}
div.about-label-text{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 15px 15px 0;
}

@media screen and (max-width:768px) {
  div.about-label{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  div.about-label-box{
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

@media screen and (max-width:380px) {
div.about-label{
    grid-template-columns: 1fr;
  }
  div.about-label-text{
    width: 100%;
    text-align: center;
  }
}
/*「楽楽明細」が選ばれる理由------*/
div.about-reason {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; /* 縦横の隙間を20pxに固定 */
  max-width: 1000px;
}

/* 1段目（1〜4個目の要素）：4等分 */
div.about-reason-box:nth-child(-n+4) {
  /* 隙間3つ分（15px × 3 = 45px）を引いて、4で割る */
  width: calc((100% - 45px) / 4); 
}

/* 2段目（5〜7個目の要素）：3等分 */
div.about-reason-box:nth-child(n+5) {
  /* 隙間2つ分（15px × 2 = 30px）を引いて、3で割る */
  width: calc((100% - 30px) / 3); 
}

/* 共通スタイル */
div.about-reason-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box; /* paddingによるサイズ崩れ防止（必須） */
}

div.about-reason-box p{
  font-size: 16px;
  font-weight: 700;
  color: var(--green01);
  display: block;
}
div.about-reason-box img{
  max-width: 130px;
  margin-top: 20px;
}


@media screen and (max-width:768px) {
  div.about-reason{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }
  div.about-reason-box,
  div.about-reason-box:nth-child(-n+4),
  div.about-reason-box:nth-child(n+5){
    width: 100%;
  }
  div.about-reason-box p{
    font-size: 14px;
  }
}

@media screen and (max-width:550px) {
  div.about-reason{
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 350px;
  }
  div.about-reason-box p{
    font-size: 18px;
  }
}
@media screen and (max-width:420px) {
  div.about-reason-box{
    padding:15px;
  }
  div.about-reason-box p{
    font-size: 4.5vw;
  }
  div.about-reason-box img{
    margin-top: 10px;
  }
}
/*「楽楽明細」の主な機能----------------*/
div.about-function{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
  max-width: 1000px;
}
div.about-function-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: var(--beige01);
  padding: 25px 30px 30px;
  border-radius: 10px;
  box-sizing: border-box;
}
div.about-function-box img{
  max-width: 100px;
  margin: 0;
}
div.about-function-box p{
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  margin: 0 0 auto;
}
div.about-function-box p.midashi{
font-size: 18px;
font-weight: 700;
color: var(--green01);
margin:0 0 15px;
text-align: center;
}

@media screen and (max-width:768px) {
  div.about-function{
    grid-template-columns: 1fr;
    gap: 15px;
  }
  div.about-function-box{
    width: 100%;
  }
  div.about-function-box p{
    font-size: 14px;
  }
}

@media screen and (max-width:550px) {
  div.about-function{
    max-width: 350px;
  }
  div.about-function-box p{
    font-size: 14px;
  }
}
@media screen and (max-width:420px) {
  div.about-function-box{
    padding:15px;
  }
  div.about-function-box p{
    font-size: 13px;
  }
  div.about-function-box p.midashi{
    font-size: 16px;
  }
}
/*その他の便利な機能----------------*/
div.about-useful{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
}
div.about-useful-box{
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}
div.about-useful-box>p{
  display: none;
}
div.about-useful-box a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  margin: 0;
  padding: 25px 35px 25px 35px;
  width: 100%;
  position: relative;
  border: 2px solid #fff;
}
div.about-useful-box a:hover{
  border: 2px solid var(--green01);
}
div.about-useful-box a:after{
content: "";
display: block;
width: 8px;
height: 8px;
border-bottom: 2px solid var(--green01);
border-right: 2px solid var(--green01);
transform: translateY(-50%)rotate(-45deg);
position: absolute;
top: 50%;
right: 25px;
}
div.about-useful-box a img{
  max-width: 70px;
  margin-right: 15px;
}
div.about-useful-box a p{
  text-align: left;
  margin: auto auto auto 0;
  font-size: 16px;
  font-weight: 500;
}

/*ポップアップ表示*/
div.black-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6); /* 半透明の黒 */
  z-index: 998; 
}
div.about-useful-popup {
  display: none;
}

.about-useful-popup.is-active {
  display: grid; 
  grid-template-columns: 100px 1fr;
  gap: 20px;
  padding: 35px;
  background: #fff;
  border-radius: 15px;
  width: calc(100% - 110px);
  max-width: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
}
.about-useful-popup.is-active:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260624/plus-small-wh.png) no-repeat center / contain;
    position: absolute;
    top: -30px;
    right: 20px;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    pointer-events: auto;
}
.about-useful-popup.is-active img{
  width: 100%;
  height: auto;
}
.about-useful-popup.is-active p{
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.05em;
      font-family: 'Noto Sans JP', sans-serif !important;
      font-weight: 500;
      line-height: 1.5;
}
.about-useful-popup.is-active p.title{
  margin: 0 auto 15px 0;
  font-size: 22px;
  font-weight: 600;
}
.about-useful-popup.is-active p.come{
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (max-width:768px) {
  div.about-useful{
  grid-template-columns: 1fr;
  max-width: 350px;
}
.about-useful-popup.is-active {
  grid-template-columns: 70px 1fr;
  max-width: 400px;
}
.about-useful-popup.is-active p.title{
  font-size: 20px;
}
.about-useful-popup.is-active p{
  font-size: 14px;
}
}

@media screen and (max-width:420px) {
div.about-useful-box a{
      flex-direction: column;
}
div.about-useful-box a img{
margin: auto auto 10px;  
}
div.about-useful-box a p{
  text-align: center;
  margin: auto;
}
.about-useful-popup.is-active {
  grid-template-columns: 1fr;
}
.about-useful-popup.is-active img{
  max-width: 70px;
  margin: auto;
}
.about-useful-popup.is-active p.title{
text-align: center;
font-size: 18px;
}
}
/*料金プラン-------------------*/

div.about-pricing-plans{
  display: grid;
    grid-template-columns: 1fr 40px 1fr;
    gap: 20px;
    padding: 40px 0 0;
    max-width: 750px;
}
div.about-pricing-plans-box{
  display: block;
  width: 100%;
  background: var(--beige01);
  padding: 30px 20px;
  border-radius: 10px;
  margin: 0;
}
div.about-pricing-plans-box p.midashi{
  color: var(--green01);
  font-size: 18px;
  font-weight: 700;
}
div.about-pricing-plans-box p.pricing{
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
}
div.about-pricing-plans-box p.pricing span{
  font-size: 130%;
  font-weight: 700;
  color: var(--black01);
}

div.about-pricing-plans-box p.pricing span.before-tax{
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-align: right;
}

@media screen and (max-width:768px) {
  div.about-pricing-plans{
    grid-template-columns: 1fr;
    max-width: 250px;
  }

}

@media screen and (max-width:420px) {
  div.about-flow-box.wide{
    flex-direction: column;
  }
}

/*よくある質問-------------------*/
/* デフォルトの矢印を消す（任意） */
summary {
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none; /* Safari用 */
}
div.answer {
  overflow: hidden;
  /* padding・marginはここでは設定しない */	
}


/*外装*/
details.details{
  background: #fff;
  padding: 5px;
  border-radius: 15px;
  margin-bottom: 20px;
}
summary.summary{
  display: block;
  cursor: pointer;
  padding: 20px 60px 20px 60px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  position: relative;
}
summary.summary::before{
  content: "Q";
  font-size:30px;
  font-weight: 700;
  position: absolute;
  top: 16px;
  left: 20px;
  color: var(--green01);
  line-height: 1;
}
summary.summary::after{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260624/plus-small.png)no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}
.details[open] summary.summary::after {
  /* 上下中央を維持したまま、45度（または90度）回転させる */
  transform: translateY(-50%) rotate(45deg); 
}
div.answerInner {
  display: block;
  padding: 20px 20px 20px 50px;
  border-radius: 10px;
  margin: 0 15px 15px;
  background: var(--beige01);
  text-align: left;
  position: relative;
}
div.answerInner::before{
    content: "A";
  font-size:30px;
  font-weight: 700;
  position: absolute;
  top: 16px;
  left: 20px;
  color: var(--green01);
  line-height: 1;
}

div.answerInner p{
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
div.answerInner p.midashi{
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--green01);
}
div.answerInner p.come{
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}
div.answerInner p.come::before{
  content: "※";
}


@media screen and (max-width:768px) {
  summary.summary,
  div.answerInner p.midashi{
    font-size: 16px;
  }
  div.answerInner p{
    font-size: 14px;
  }
  div.answerInner p.come{
  font-size: 13px;  
  }
}

/*資料請求・お問い合わせはこちら--------------*/
div.InquiryBtn{
      max-width: 600px;
    margin: 80px auto 40px;
}
div.InquiryBtn a{
      display: block;
    padding: 25px 40px 25px 25px;
    background: var(--green01);
    border-radius: 100px;
    position: relative;
    color: #fff !important;
    font-size: 22px;
    font-weight: 500;
}
div.InquiryBtn a::after{
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%)rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 30px;
}

div.InquiryBtn a:hover{
  background: #5bc206;;
}



/*スクロール量に応じたアニメーション--------------------*/
/*ふわっとフェードイン*/
.fadeIn {
  opacity: 0;
}

.fadeIn.is-active {
  animation: fadeIn 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*ポップアップのフェードイン*/
.popup {
  opacity: 0;
}

.popup.is-active {
  animation: popup 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

@keyframes popup {
  0% {
    opacity: 0;
    transform: scale(0.97);
    filter: blur(6px);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
  }
}


/*下からフェードイン*/
.fadeIn-down {
  opacity: 0;
}

.fadeIn-down.is-active {
  animation: fadeIn-down 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

@keyframes fadeIn-down {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}



/*ヘッダーのスマホ画像：下からフェードイン*/
.fadeIn-down-header {
  opacity: 0;
}

.fadeIn-down-header.is-active {
  animation: fadeIn-down-header 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

@keyframes fadeIn-down-header {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}





/*-----------------------------------------
03 コンテンツの設定ここまで
-------------------------------------------*/

/*-----------------------------------------
04 フッターの設定
-------------------------------------------*/

@media screen and (max-width:1080px) {}

@media screen and (max-width:768px) {}

/*-----------------------------------------
04 フッターの設定ここまで
-------------------------------------------*/



