@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/*-----------------------------------------
-------------------------------------------
-------------------------------------------
-------------------------------------------

目次　※各々レスポンシブ対応あり

01 共通部分設定＆リセットCSS
02 ヘッダーの設定
03 コンテンツの設定
04 フッターの設定
05 TOPに戻る設定

-------------------------------------------
-------------------------------------------
-----------------------------------------*/

/*-----------------------------------------
01 共通部分設定＆リセットCSS
-------------------------------------------*/
body {
  padding: 0;
  margin: 0;
}

div.body {
  margin: auto;
  min-width: 1100px;
}

@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% - 40px);
  max-width: 900px;
  margin: auto;
  padding: 0;
  text-align: center;
}

.center2 {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: auto;
  padding: 0;
  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 a,
.body p,
.body h2,
.body h3,
.body h4,
.body span,
.body div,
.body button,
.body label,
.body li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-shadow: none;
  margin: auto;
  padding: 0;
  color: #333333;
}

.body ul,
.body li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.sp_2 {
  display: none !important;
}

@media screen and (max-width:768px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (max-width:500px) {
  .sp_2 {
    display: block !important;
  }
}

.fnt-main {
  font-family: 'Noto Sans JP', sans-serif;
}

:root {
  /* --orange01: #ff6629;
  --gray01: #505050;
  --green01:#56D1BF;
  --yellow01:#F9E819; */
  --black01: #333333;
  --black02: #3e3c3c;
  --pink01: #ffede7;
  --pink02: #f24554;
  --gray01: #808080;
  --gray02: #f2f2f2;
  --gray03: #acacac;
}

/*-----------------------------------------
01 共通部分設定＆リセットCSS　ここまで
-------------------------------------------*/


/*-----------------------------------------
02 ヘッダーの設定
-------------------------------------------*/
/*Grid*/

div.header_gridGrp {
  display: grid;
  max-width: 1300px;
  padding: 0 20px 0 30px;
  margin: 1em auto 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 20px;
  position: relative;
}

@media screen and (min-width:769px) {
  div.header_gridGrp {
    grid-template-rows: 100px repeat(2, auto);
  }
}

div.person {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  display: flex;
  justify-content: center;
}

div.person img {
  width: 72%;
}

div.midashi {
  grid-column: 2 / 5;
  grid-row: 1 / 2;
  text-align: left;
  width: 100%;
}

div.midashi p {
  font-size: 50px;
  font-weight: 700;
}

div.item_img.share {
  grid-column: 1 / 2;
  grid-row: 2 / 4;
  height: 100%;
}

div.item_img.companies {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

div.item_img.totr {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

div.item_img.user {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}

div.item_img.support {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
}

div.item_img.onta {
  grid-column: 4 / 5;
  grid-row: 2 / 4;
}

div.item_img.onta img {
  position: relative;
  bottom: -25px;
}



@media screen and (max-width:768px) {
  .headGrp div.wrap01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  div.header_gridGrp {
    grid-template-columns: repeat(2, 1fr);
    max-width: 500px;
    gap: 10px;
    padding: 30px 0 0;
  }

  div.person {
    display: none;
  }

  div.person img {
    width: 140%;
  }

  div.midashi {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    padding: 0 30% 2% 2%;
    position: relative;
  }

  div.midashi::after {
    content: "";
    background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20241004/top.png)no-repeat;
    background-size: contain;
    background-position: center bottom;
    display: block;
    width: 30%;
    height: 100%;
    position: absolute;
    bottom: -10px;
    right: 0;
  }

  div.midashi p {
    font-size: 34px;
    line-height: 1.35;
  }

  div.item_img.share {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
  }

  div.item_img.share img {
    height: 100%;
  }

  div.item_img.companies {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  div.item_img.user {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  div.item_img.totr {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
  }

  div.item_img.support {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
  }

  div.item_img.onta {
    grid-column: 2 / 3;
    grid-row: 4 / 6;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  div.item_img.onta img {
    width: 90%;
    bottom: -20px;
  }
}

@media screen and (max-width:500px) {
  div.midashi p {
    font-size: 6.5vw;
  }

  div.midashi {
    padding: 6.5vw 28vw 2vw 2vw;
  }

  div.midashi::after {
    width: 30vw;
  }
}

/*ピンク帯*/
.headGrp div.btnGrp {
  background: var(--pink01);
}

div.btnGrp {
  margin-top: 20px;
  padding: 20px 0;
}

div.btnGrp p.come {
  display: block;
  margin-top: 10px;
  text-align: center;
}

/*30日間無料トライアル*/
/*よくあるご質問ページはこちら*/
a.trialBtn,
a.questionBtn {
  display: block;
  max-width: 500px;
  margin: auto;
  padding: 0.65em 1.5em;
  border-radius: 100px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
}

a.trialBtn {
  background: var(--black02);
}

a.questionBtn {
  background: var(--pink02);
}

a.trialBtn::after,
a.questionBtn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: rotate(-45deg)translateY(-50%);
}

@media screen and (max-width:768px) {

  a.trialBtn,
  a.questionBtn {
    max-width: 400px;
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 0.75em 1.5em;
  }
}

@media screen and (max-width:500px) {

  a.trialBtn,
  a.questionBtn {
    font-size: 5vw;
  }
}

/*ボタンのホバー時アニメーション*/
div.btnGrp a.trialBtn,
div.btnGrp a.questionBtn {
  overflow: hidden;
  outline: none;
  transition: ease .2s;
}

div.btnGrp a.trialBtn::before,
div.btnGrp a.questionBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}

div.btnGrp a.trialBtn:hover::before,
div.btnGrp a.questionBtn:hover::before {
  animation: shine 1s;
}


@keyframes shine {
  100% {
    left: 125%;
  }
}

/*追従メニュー*/
section.headGrp div.wrap03 {
  width: 100%;
}

div.menu_Button {
  width: 100%;
  transition: all 0.3s ease-out 0s;
  background: #fff;
}

ul.menu_ul {
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1000px;
}

ul.menu_ul>p {
  display: none !important;
}

li.menu_li a {
  color: var(--black02);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 20px 30px;
  line-height: 1.35;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

li.menu_li a:hover {
  opacity: 1;
  color: var(--pink02);
}

li.menu_li a:hover:after {
  border-bottom: var(--pink02) 1px solid;
  border-left: var(--pink02) 1px solid;
}

li.menu_li a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: var(--black02) 1px solid;
  border-left: var(--black02) 1px solid;
}

div.menu_Button.fixed_menu_Button {
  position: fixed;
  top: -1px;
  transition: all 0.3s ease-out 0s;
  z-index: 999;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.15));
}

div.menu_Button.fixed_menu_Button li.menu_li a {
  padding: 15px 20px 25px;
}

@media screen and (min-width:769px) {
  section.headGrp div.wrap03 {
    position: relative;
    height: 150px;
  }

  div.menu_Button {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
  }

  li.menu_li a::after {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: rotate(-45deg)translateX(-50%);
  }
}

@media screen and (max-width:768px) {
  ul.menu_ul {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 500px;
    padding: 20px 0 40px;
  }

  li.menu_li {
    padding: 20px 20px 0;
  }

  li.menu_li a {
    font-size: 16px;
    padding: 15px;
    border: 1px solid var(--gray03);
  }

  li.menu_li a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: rotate(-45deg)translateY(-50%);
  }
}


/*-----------------------------------------
02 ヘッダーの設定　ここまで
-------------------------------------------*/

/*-----------------------------------------
03 コンテンツの設定
-------------------------------------------*/


/*共通部分---------------*/
.mainGrp div.wrap {
  margin: 0 auto 40px;
  padding-top: 60px;
}

@media screen and (max-width:768px) {
  .mainGrp div.wrap {
    padding-top: 40px;
  }
}

/*共通タイトル*/
div.titleGrp,
div.titleGrp2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

div.titleGrp>img {
  max-width: 380px;
}

div.titleGrp>p,
div.titleGrp2>p {
  font-size: 26px;
  font-weight: 700;
  color: var(--pink02);
  margin: auto 0;
}

div.titleGrp2 {
  margin-top: -105px;
  margin-bottom: 0px;
}

div.titleGrp2>p {
  font-size: 33px;
}

@media screen and (max-width:768px) {

  div.titleGrp,
  div.titleGrp2 {
    flex-direction: column;
  }

  div.titleGrp2 {
    margin-top: -80px;
  }

  div.titleGrp2>p {
    font-size: 26px;
  }
}

/*共通部分ここまで---------------*/

/*選ばれる理由*/
.mainGrp div.wrap01 {
  padding-top: 0px;
}

div.grid {
  display: grid;
}

div.reasonGrp {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

div.reasonItem {
  display: flex;
  width: 100%;
  margin: 0;
}

div.reasonItem a {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  background: var(--pink02);
  border-radius: 20px 20px 25px 25px;
  padding: 25px 25px 0;
}

div.reasonItem a:hover {
  /* filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.25)); */
  transform: translateY(-5px);
  opacity: 0.8;
}

div.reasonItem p {
  color: #fff;
  font-size: 18px;
  text-align: left;
}

div.reasonItem:nth-of-type(2) p {
  font-size: 15px;
}

div.reasonItem p.reasonTitle {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

div.reasonItem p.reasonText {
  margin-bottom: 0.75em;
}

div.reasonItem img {
  margin: auto auto 10px;
  max-width: 250px;
}

@media screen and (max-width:768px) {
  div.reasonItem p.reasonTitle {
    font-size: 20px;
  }

}

@media screen and (max-width:500px) {
  div.reasonGrp {
    max-width: 300px;
  }
}

/*もっと詳しく*/
div.kochira {
  width: calc(100% + 50px);
  margin: 0 0 -1px -25px;
  background: var(--pink01);
  padding: 10px 15px 20px;
  border-radius: 0 0 20px 20px;
  position: relative;
}

div.kochira p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--pink02) !important;
}

div.kochira::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 12px;
  height: 6px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--pink02);
}


/*2分でわかる動画*/
div.youtube-ratio iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

section.mainGrp div.wrap02 {
  margin-bottom: 130px;
}

@media screen and (max-width:768px) {
  section.mainGrp div.wrap02 {
    margin-bottom: 100px;
  }
}

/*タッチオンタイムについて------*/
section.mainGrp div.wrap03 {
  padding: 80px 0;
}

div.tabGrp {
  margin: 40px auto 0;
}

/* タブを構成するブロック */
div.tab-list {
  display: flex;
  max-width: 800px;
  margin-bottom: 30px;
}

div.tabBox {
  max-width: 800px;
}

div.tabBox.tabBox_top {
  margin: 70px auto 50px;
}

div.tabBox.tabBox_bottom {
  margin: 70px auto 0px;
}

div.tabArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

div.tabArea button.one_tab {
  display: block;
  padding: 0.25em 1em 0.35em;
  margin: auto;
  width: calc(calc(100% / 4) - 10px);
  border: 2px solid var(--pink02);
  border-radius: 100px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  color: var(--pink02);
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}

div.tabArea button.one_tab span.tab_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--pink02);
  font-weight: 700;
}

div.tabArea button.one_tab.select {
  background: var(--pink02);
}

div.tabArea button.one_tab.select span.tab_inner {
  color: #fff;
}

button.one_tab {
  display: block;
  padding: 0.25em 1em 0.35em;
  margin: auto;
  width: calc(calc(100% / 4) - 10px);
  border: 2px solid var(--pink02);
  border-radius: 100px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  color: var(--pink02);
  transition: all 0.3s ease-out 0s;
}

button.one_tab:hover {
  cursor: pointer;
  background: var(--pink01);
  letter-spacing: 0.1em;
}

button.one_tab.select {
  background: var(--pink02);
  color: #fff;
  position: relative;
  pointer-events: none;
  letter-spacing: 0.1em;
}

button.one_tab.select::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 13px;
  background: var(--pink02);

}

div.tabBox_top button.one_tab.select::after {
  bottom: -13px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

div.tabBox_bottom button.one_tab.select::after {
  top: -13px;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

button.one_tab.select:hover {
  letter-spacing: 0;
}

.tabBox .tabArea.bottom {
  align-items: flex-start;
}

@media screen and (max-width:768px) {
  div.tabBox.tabBox_top {
    margin: 50px auto 20px;
  }

  div.tabArea {
    flex-wrap: wrap;
    max-width: 500px;
  }

  div.tabArea button.one_tab {
    width: calc(calc(100% / 2) - 10px);
    margin-bottom: 30px;
  }
}

/* コンテンツを構成するブロック */
div.tab-main {
  display: none;
  transition: all 0.3s ease-out 0s;
}

.contents .tab-main {
  display: none;
  min-height: 280px;
  transition-duration: 0.3s;
}

.tab-main.is_show {
  display: block;
}

@media screen and (max-width:768px) {
  div.contents {
    max-width: 500px;
  }
}

/*タブ内のコンテンツ*/

/*01 機能紹介*/
div.tab-main-contents01 {
  max-width: 700px;
  margin-bottom: 30px;
  padding-top: 20px;
}

div.tab-main-contents01>p {
  font-size: 16px;
  font-weight: 700;
  color: var(--pink02);
  margin-bottom: 0.5em;
}

div.tab-main-contents01>p.come {
  font-weight: 400;
  font-size: 14px;
  color: var(--gray01);
}

@media screen and (max-width:768px) {
  div.tab-main-contents01 {
    padding-top: 0;
  }
}

/**/
div.tab-main-contents02 div.gridGrp {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

div.tab-main-contents02 div.grid-item {
  width: 100%;
  margin: 0 auto;
}

div.tab-main-contents02 div.grid-item a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  background: #fff;
  pointer-events: none;
}

div.tab-main-contents02 div.grid-item img {
  max-width: 100px;
}

div.tab-main-contents02 div.grid-item p.title {
  display: block;
  padding: 0.5em 0;
  color: var(--pink02);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

div.tab-main-contents02 div.grid-item ul {
  display: inline-block;
  padding: 0 10px;
}

div.tab-main-contents02 div.grid-item li {
  text-align: left;
  padding-left: 0.25em;
  margin-bottom: 0.5em;
  text-indent: -0.05em;
  font-size: 14px;
  position: relative;
  color: var(--black01);
}

div.tab-main-contents02 div.grid-item li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background: var(--pink02);
  position: absolute;
  top: 7px;
  left: -10px;
}

/*02 打刻方法*/
div.tab-main-contents02 {
  max-width: 1000px;
  margin-bottom: 0px;
}

div.tab-main-contents02>p {
  font-size: 16px;
  font-weight: 700;
  color: var(--pink02);
  margin-bottom: 0.5em;
}

div.tab-main-contents02>p.come {
  font-weight: 400;
  font-size: 14px;
  color: var(--gray01);
}

/**/
div.tab-main-contents03 {
  padding: 40px 0;
}

div.tab-main-contents03 div.label {
  background: var(--pink02);
  padding: 5px;
  text-align: center;
}

div.tab-main-contents03 div.label p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  text-align: center;
}

p.grid-item_price {
  display: block;
  margin: 0;
  padding: 0.5em 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--black01);
}

p.grid-item_price_betsu {
  display: block;
  margin: auto 0 0 auto;
  font-size: 18px;
  font-weight: 700;
  color: var(--pink02);
  text-align: right;
}

p.grid-item_text {
  margin: 0 0 auto;
}

div.tab-main-contents03 div.gridGrp {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 30px 20px;
}

div.tab-main-contents03 .box01 div.gridGrp {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

@media screen and (max-width:768px) {
  div.tab-main-contents03 {
    padding: 10px 0;
  }
}

@media screen and (max-width:500px) {
  div.tab-main-contents03 div.gridGrp {
    grid-template-columns: 1fr;
  }
}

/*独自開発タイムレコーダー / パソコン接続不要*/
div.tab-main-contents03 div.box01 div.gridGrp {
  padding: 20px 20px 60px;
}

div.tab-main-contents03 div.box01 .grid-setsumei p {
  display: block;
  margin-bottom: 0.5em;
}

div.tab-main-contents03 div.box01 p.title {
  display: block;
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width:768px) {
  div.tab-main-contents03 div.label p {
    font-size: 14px;
  }

  div.tab-main-contents03 div.box01 p.title {
    display: none;
  }
}

@media screen and (max-width:500px) {
  div.tab-main-contents03 div.box01 div.gridGrp {
    max-width: 344px;
  }

}

/*生体認証・ICカード認証 / パソコンにUSBで接続、Web打刻（パソコン、スマートフォン、フィーチャーフォン）*/
div.tab-main-contents03 div.box02 div.gridGrp div.grid-item,
div.tab-main-contents03 div.box03 div.gridGrp div.grid-item {
  display: flex;
  flex-direction: column;
  margin: 0;
}

div.tab-main-contents03 div.box02 div.gridGrp {
  padding: 20px 0px 60px;
}

div.tab-main-contents03 div.box03 div.gridGrp {
  padding: 20px 0px 0px;
}

@media screen and (max-width:500px) {

  div.tab-main-contents03 div.box02 div.gridGrp div.grid-item,
  div.tab-main-contents03 div.box03 div.gridGrp div.grid-item {
    max-width: 344px;
    margin: 0 auto !important;
  }
}

/* @media screen and (max-width:768px) {
  div.tab-main-contents03 div.box02 div.gridGrp div.grid-item img,
div.tab-main-contents03 div.box03 div.gridGrp div.grid-item img{
max-width: 300px;
}
} */
/*03 料金*/
div.tab-main-contents04 div.box01 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

div.tab-main-contents04 div.box01 div.item {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}

div.tab-main-contents04 div.box01 div.item-wide {
  grid-column: 1/4;
}

div.tab-main-contents04 div.box01 div.item p {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

div.tab-main-contents04 div.box01 div.item p.come {
  margin-top: 0.5em;
  font-size: 15px;
  font-weight: 400;
  color: var(--black01);
}

div.tab-main-contents04 div.box01 div.item p>span {
  color: var(--pink02);
  font-size: 24px;
  font-weight: 700;
  padding-left: 0.35em;
}

div.tab-main-contents04 div.box01 div.item p span.big {
  display: inline-block;
  color: var(--pink02);
  font-size: 34px;
  font-weight: 700;
}

@media screen and (max-width:768px) {
  div.tab-main-contents04 div.box01 {
    margin-top: 20px;
  }
}

/**/
div.tab-main-contents04 div.box02 {
  margin-top: 70px;
}

div.tab-main-contents04 div.box02 p.title {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

div.onta-comment {
  display: grid;
  grid-template-columns: auto 150px;
  justify-content: center;
  margin-top: 20px;
}

div.onta-comment div.comment {
  background: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  width: auto;
  position: relative;
  margin-right: 15px;
}

div.onta-comment div.comment::after {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  background: #fff;
  position: absolute;
}

div.onta-comment div.comment p {
  font-size: 22px;
  font-weight: 700;
  color: var(--pink02);
}

@media screen and (min-width:769px) {
  div.onta-comment div.comment::after {
    top: 50%;
    transform: translateY(-50%);
    right: -19px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}

@media screen and (max-width:768px) {
  div.tab-main-contents04 div.box02 {
    margin-top: 60px;
  }

  div.onta-comment {
    grid-template-columns: 1fr;
  }

  div.onta-comment div.comment p {
    font-size: 18px;
  }

  div.tab-main-contents04 div.box02 p.title {
    font-size: 28px;
  }

  div.onta-comment div.comment {
    margin: 0;
  }

  div.onta-comment div.comment::after {
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%)rotate(90deg);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }

  div.onta-comment div.onta {
    max-width: 200px;
  }
}

@media screen and (max-width:768px) {
  div.tab-main-contents04 div.box02 p.title {
    font-size: 6.5vw;
  }
}

/**/
div.tab-main-contents04 div.box03 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin: 40px 0 0;
}

div.tab-main-contents04 div.box03 div.item {
  background: #fff;
  padding: 25px 30px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
}

div.tab-main-contents04 div.box03 div.item p.midashi {
  display: block;
  margin-bottom: 0.35em;
  font-size: 22px;
  font-weight: 700;
  color: var(--pink02);
  text-align: center;
}

div.tab-main-contents04 div.box03 div.item p {
  text-align: left;
}

div.tab-main-contents04 div.box03 div.item img {
  max-width: 300px;
  margin: auto auto 20px;
}

/**/
div.tab-main-contents05 div.box01 {
  margin: 60px 0 0;
}

div.tab-main-contents05 div.box01 p.title {
  display: block;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 1.35em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid var(--gray01);
}

div.tableGrp div.gridGrp {
  display: grid;
}

:root {
  --table-border: 1px solid var(--gray03);
}

div.tableGrp01 div.gridGrp {
  background: #fff;
  grid-template-columns: auto auto;
  border: var(--table-border);
}

div.tableGrp01 div.gridGrp>div {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}

div.tableGrp01 div.gridGrp>div p {
  color: var(--black02);
}

div.tableGrp01 div.gridGrp div.category {
  border-right: var(--table-border);
  border-bottom: var(--table-border);
  background: var(--gray02);
}

div.tableGrp01 div.gridGrp div.category-about {
  border-bottom: var(--table-border);
}

div.tableGrp01 div.gridGrp div.category:nth-child(7),
div.tableGrp01 div.gridGrp div.category-about:last-of-type {
  border-bottom: none;
}

@media screen and (max-width:768px) {
  div.tab-main-contents05 div.box01 p.title {
    font-size: 16px;
  }

  div.tableGrp01 div.gridGrp {
    grid-template-columns: 1fr;
  }

  div.tableGrp01 div.gridGrp div.category {
    border-right: none;
  }

  div.tableGrp01 div.gridGrp div.category:nth-child(7) {
    border-bottom: var(--table-border);
  }
}

/*三角矢印*/
div.arrow {
  display: block;
  margin: 40px auto;
  background: var(--pink02);
  width: 40px;
  height: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/**/
div.tableGrp02 {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 20px;
}

div.tableGrp02 div.gridGrp {
  width: 100%;
  grid-template-columns: 260px repeat(3, 1fr);
  background: #fff;
  padding: 25px 35px;
  gap: 10px 20px;
  border-radius: 15px;
}

div.tableGrp02 div.gridGrp>div {
  display: block;
  width: 100%;
}

div.tableGrp02 div.gridGrp p {
  font-size: 17px;
  line-height: 1.5;
}

div.tableGrp02 div.gridGrp div.grid-title {
  grid-column: 1 / 5;
  grid-row: 1 / 2;
  padding: 0px 20px 0px 25px;
  position: relative;
}

div.tableGrp02 div.gridGrp div.grid-title::before {
  content: "";
  display: block;
  background: var(--pink02);
  width: 15px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

div.tableGrp02 div.gridGrp div.grid-title p {
  font-size: 24px;
  font-weight: 400;
}

div.tableGrp02 div.gridGrp div.grid-midashi {
  grid-column: 1 / 5;
}

div.tableGrp02 div.gridGrp div.grid-midashi p {
  color: var(--pink02);
  font-size: 20px;
  font-weight: 700;
}

div.tableGrp02 div.gridGrp div.grid-category {
  padding-left: 20px;
}

div.tableGrp02 div.gridGrp div.grid-all-result {
  grid-column: 1 / 5;
  padding-top: 10px;
  border-top: 1px solid var(--gray03);
}

div.tableGrp02 div.gridGrp div.grid-all-result p {
  display: block;
  width: 100%;
  text-align: end;
  font-size: 26px;
  font-weight: 700;
  color: var(--pink02);
}

div.tableGrp02 div.gridGrp div.grid-all-result p>span {
  font-size: 20px;
  color: var(--pink02);
}

@media screen and (max-width:768px) {
  div.tableGrp02 {
    grid-template-columns: 1fr;
  }

  div.tableGrp02 div.gridGrp {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 5px;
  }

  div.tableGrp02 div.gridGrp {
    grid-column: 1 / 2;
  }

  div.tableGrp02 div.gridGrp p {
    font-size: 15px;
  }

  div.tableGrp02 div.gridGrp div.grid-title,
  div.tableGrp02 div.gridGrp div.grid-midashi,
  div.tableGrp02 div.gridGrp div.grid-category,
  div.tableGrp02 div.gridGrp div.grid-all-result {
    grid-column: 1 / 4;
  }

  div.tableGrp02 div.gridGrp div.grid-number {
    grid-column: 1 / 2;
  }

  div.tableGrp02 div.gridGrp div.grid-about {
    grid-column: 2 / 3;
  }

  div.tableGrp02 div.gridGrp div.grid-about-result {
    grid-column: 3 / 4;
  }

  div.tableGrp02 div.gridGrp div.grid-midashi {
    background: var(--pink02);
  }

  div.tableGrp02 div.gridGrp div.grid-midashi p {
    text-align: center;
    color: #fff;
    font-size: 16px;
  }

  div.tableGrp02 div.gridGrp div.grid-category {
    background: var(--gray02);
    padding: 5px 10px;
  }

  div.tableGrp02 div.gridGrp div.grid-category p {
    font-size: 15px;
  }

  div.tableGrp02 div.gridGrp div.grid-number {
    padding-left: 10px;
  }

  div.circle {
    max-width: 225px;
  }

  div.circle.circle01 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  div.circle.circle02 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    margin-top: 30px;
  }
}

@media screen and (max-width:400px) {
  div.tableGrp02 div.gridGrp {
    grid-template-columns: repeat(2, 1fr);
  }

  div.tableGrp02 div.gridGrp div.grid-title,
  div.tableGrp02 div.gridGrp div.grid-midashi,
  div.tableGrp02 div.gridGrp div.grid-category,
  div.tableGrp02 div.gridGrp div.grid-all-result {
    grid-column: 1 / 3;
  }

  div.tableGrp02 div.gridGrp div.grid-number {
    grid-column: 1 / 2;
    text-align: center;
    padding-left: 0;
  }

  div.tableGrp02 div.gridGrp div.grid-about {
    grid-column: 1 / 2;
    padding-left: 10px;
  }

  div.tableGrp02 div.gridGrp div.grid-about-result {
    grid-column: 2 / 3;
    padding-left: 10px;
  }
}

/*4 導入の流れ*/
div.tab-main-contents06 {
  padding-top: 20px;
}

div.tab-main-contents06 div.box01 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 800px;
}

div.tab-main-contents06 div.box01 div.flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  height: 100%;
  margin: 0;
}

div.tab-main-contents06 div.box01 div.flow img {
  max-width: 160px;
}

div.tab-main-contents06 div.box01 div.flow p {
  margin: 0 auto 5px;
  font-size: 14px;
}

div.tab-main-contents06 div.box01 div.flow p.title {
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 5px 10px;
  border-radius: 100px;
  margin: 10px auto;
}

div.tab-main-contents06 div.box01 div.flow a {
  margin: 0 3px;
  color: var(--pink02);
  font-weight: 700;
  text-decoration: underline;
}

div.tab-main-contents06 div.box01 div.flow a:hover {
  opacity: 0.7;
}

div.tab-main-contents06 div.onta-comment {
  grid-template-columns: 150px auto;
}

div.tab-main-contents06 div.onta-comment div.comment::after {
  right: inherit;
  left: -19px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

div.tab-main-contents06 div.onta-comment div.comment p {
  font-size: 22px;
  font-weight: 700;
  color: var(--pink02);
}

@media screen and (max-width:768px) {
  div.tab-main-contents06 div.onta-comment {
    grid-template-columns: 1fr;
  }

  div.tab-main-contents06 div.onta-comment div.onta {
    padding-top: 20px;
    grid-row: 2 / 3;
  }

  div.tab-main-contents06 div.onta-comment div.comment {
    grid-row: 1 / 2;
  }

  div.tab-main-contents06 div.onta-comment div.comment::after {
    left: 50%;
    bottom: -19px;
    transform: translateX(-50%) rotate(-90deg);
  }
}

/**/
div.tab-main-contents06 div.textGrp {
  padding: 20px 0;
  max-width: 900px;
}

div.tab-main-contents06 div.textGrp p {
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

div.tab-main-contents06 div.textGrp p>span {
  color: var(--pink02);
  font-weight: 700;
}

div.tab-main-contents06 div.btnGrp {
  padding: 0;
}

/*よくあるご質問*/
section.mainGrp div.wrap04 {
  padding: 80px 0 60px;
}

div.questionGrp {
  margin: 70px 0 20px;
}

div.questionGrp div.gridGrp {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

div.grid-question-item {
  margin: 0;
  background: #fff;
  padding: 20px 25px;
  border-radius: 15px;
}

p.question-midashi {
  display: block;
  width: 100%;
  padding-left: 37px;
  text-indent: -2px;
  font-size: 18px;
  font-weight: 700;
  color: var(--pink02);
  margin-bottom: 0.5em;
}

p.question-midashi::before {
  content: "Q";
  font-size: 30px;
  font-weight: 700;
  color: var(--pink02);
  margin-left: -1em;
  margin-right: 10px;
}

p.answer-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-left: 37px;
  text-indent: 0px;
  margin-bottom: 15px;
}

p.answer-text a {
  color: var(--pink02);
  text-decoration: underline;
}

p.answer-text::before {
  content: "A";
  font-size: 30px;
  font-weight: 700;
  margin-left: -1em;
  margin-right: 10px;
}

div.grid-question-item a.btn {
  display: inline-block;
  color: var(--pink02);
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: 15px;
}

div.grid-question-item a.btn::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid var(--pink02);
  border-right: 1px solid var(--pink02);
  transform: rotate(-45deg)translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;

}

@media screen and (max-width:768px) {
  div.questionGrp div.gridGrp {
    max-width: 500px;
  }
}

/*万全のサポート体制*/
section.mainGrp div.wrap05 {
  margin: 140px auto 40px;
  padding: 80px 0;
}


section.mainGrp div.wrap05 div.box01 {
  padding: 40px 0 0;
}

section.mainGrp div.wrap05 div.box01 p {
  font-size: 20px;
}

section.mainGrp div.wrap05 div.box01 p.title {
  display: block;
  margin-bottom: 0.5em;
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width:768px) {
  section.mainGrp div.wrap05 {
    margin-bottom: 50px !important;
  }

  section.mainGrp div.wrap05 div.box01 p.title {
    font-size: 18px;
  }

  section.mainGrp div.wrap05 div.box01 p {
    font-size: 16px;
  }
}

/**/
section.mainGrp div.wrap05 div.box02 {
  padding: 40px 0 0;
}

section.mainGrp div.wrap05 div.box02 div.gridGrp {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

div.grid-support-item {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px 25px;
  background: #fff;
  text-align: center;
}

div.grid-support-item p {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.5em;
}

div.grid-support-item p.grid-support-title {
  font-size: 24px;
  color: var(--pink02);
}

div.grid-support-item ul {
  display: inline-block;
}

div.grid-support-item li {
  font-size: 15px;
  position: relative;
  padding-left: 14px;
  padding-bottom: 7px;
  text-align: left;
}

div.grid-support-item li::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20241004/check.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: -5px;
}

@media screen and (max-width:768px) {
  section.mainGrp div.wrap05 div.gridGrp {
    max-width: 500px;
  }
}


/*ピンク背景*/
section.mainGrp div.wrap03,
section.mainGrp div.wrap04,
section.mainGrp div.wrap05 {
  background: var(--pink01);
  position: relative;
  width: 100%;
  max-width: calc(100% - (50% - (1300px / 2)));
}

@media screen and (max-width:1300px) {

  section.mainGrp div.wrap03,
  section.mainGrp div.wrap04,
  section.mainGrp div.wrap05 {
    max-width: 100%;
  }
}

@media screen and (max-width:768px) {

  section.mainGrp div.wrap03,
  section.mainGrp div.wrap04,
  section.mainGrp div.wrap05 {
    padding: 60px 20px 60px;
  }
}


/*コンテンツの中央寄せ*/
div.box_contents {
  max-width: 1000px;
}

/*左寄せ*/
section.mainGrp div.wrap03,
section.mainGrp div.wrap05 {
  margin: 90px auto 100px 0;
  border-radius: 0 50px 50px 0;
}

section.mainGrp div.wrap03 div.box_contents,
section.mainGrp div.wrap05 div.box_contents {
  margin-right: 150px;
}

@media screen and (max-width:1300px) {

  section.mainGrp div.wrap03 div.box_contents,
  section.mainGrp div.wrap05 div.box_contents {
    margin-right: auto;
  }
}

/*右寄せ*/
section.mainGrp div.wrap04 {
  margin: 0px 0 80px auto;
  border-radius: 50px 0 0 50px;
}

section.mainGrp div.wrap04 div.box_contents {
  margin-left: 150px;
}

@media screen and (max-width:1300px) {
  section.mainGrp div.wrap04 div.box_contents {
    margin-left: auto;
  }
}







@media screen and (max-width:1080px) {}

@media screen and (max-width:768px) {}


/*-----------------------------------------
03 コンテンツの設定ここまで
-------------------------------------------*/

/*-----------------------------------------
04 フッターの設定
-------------------------------------------*/

section.footGrp {
  background: var(--gray02);
  padding: 70px 0 90px;
}

section.footGrp div.box_contents {
  display: inline-block;
  text-align: center;
}

section.footGrp div.box_contents li {
  font-size: 16px;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}

section.footGrp div.box_contents li::before {
  content: "・";
}

@media screen and (max-width:1080px) {}

@media screen and (max-width:768px) {}

/*-----------------------------------------
04 フッターの設定ここまで
-------------------------------------------*/



/*-----------------------------------------
05 TOPに戻るの設定
-------------------------------------------*/
/*TOPにもどる*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: -50px;
  background: #5dc993;
  opacity: 0.8;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  text-align: center;
}


/*-----------------------------------------
05 TOPに戻るの設定ここまで
-------------------------------------------*/

/*ハンバーガーメニュー-----------------------------*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 25%;
  height: 100vh;
  /*ナビの高さ*/
  background: #fff;
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 25%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 60px*2);
  max-width: 400px;
  max-width: max-content;
  padding-left: 0;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
  padding: 0 0 15px;
  /* border-bottom: 1px dotted var(--gray01); */
}

#g-nav li:last-of-type {
  padding: 0;
}

#g-nav li a {
  background: #fff;
  border: 1px solid var(--gray03);
  color: var(--black02) !important;
  text-decoration: none;
  padding: 0.85em 2.25em 0.85em 0.75em;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  position: relative;
}

#g-nav li a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: var(--black02) 1px solid;
  border-left: var(--black02) 1px solid;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(-45deg) translateY(-50%);
}

#g-nav li a:hover {
  opacity: 0.75;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  bottom: 90px;
  right: -4px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: var(--pink02) !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: 15px;
    font-weight: 700;
    text-align: left;
  }

  #g-nav li a span {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
  }

  .openbtn {
    width: 60px;
    height: 55px;
    bottom: 120px;
  }

  .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%;
  }

}

/*ハンバーガーメニューここまで---------------*/









/*SS________EC-CUBE対策リセット*/
#fil {
  margin: 0 auto;
}

main.l-container {
  width: 100%;
}

.c-main {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#contentInner {
  width: auto;
  padding-bottom: 0;
}

#wide_main_contents {
  width: 100%;
}

.c-breadcrumb {
  width: 1200px;
  margin: auto;
}

@media (max-width: 1230px) {
  main.l-container {
    width: 123rem;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }

  .l-container {
    width: 120rem;
  }

  #contentInner {
    width: 1200px;
    padding-bottom: 0;
  }

  #wide_main_contents {
    width: 1200px
  }
}








/*タブ切り替え--------------------*/

/* 全体を囲むdiv（親要素）*/
div.tab-wrap {
  --tab-color: #fff;
  /*タブの色*/
  --active-tab-color: var(--pink02);
  /*選択したタブの色*/

  display: flex;
  /*タブを横並びにする*/
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 10px;
  /*タブ間に余白*/
  margin: 70px auto 50px;
}

/*タブ(label)のスタイル*/
label.tab-label {
  color: var(--pink02);
  font-size: 18px;
  font-weight: 700;
  background-color: var(--tab-color);
  border: 2px solid var(--pink02);
  border-radius: 100px;
  width: 100%;
  max-width: 190px;
  text-align: center;
  padding: 0.25em 1em 0.35em;
  margin: 0;
  cursor: pointer;
  order: -1;
  /*タブを上段に表示する*/
  transition: all 0.3s ease-out 0s;
}

label.tab-label:hover {
  background: var(--pink01);
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  label.tab-label {
    max-width: 48%;
  }
}

/* タブのコンテンツ部分*/
div.tab-content {
  width: 100%;
  display: none;
}

/*選択されていることがわかるように、選択されているタブの色を変える*/
input.tab-switch:checked+label.tab-label {
  background-color: var(--active-tab-color);
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  pointer-events: none;
}

input.tab-switch:checked+label.tab-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 13px;
  background: var(--pink02);
}

/* 選択されているタブのコンテンツを表示させる */
input.tab-switch:checked+label.tab-label+div.tab-content {
  display: block;
}

/* input（ラジオボタン）は仕組みだけ利用するため非表示 */
input.tab-switch {
  display: none;
}

/*上に戻る*/
div.bottom-btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
}

div.bottom-btn a {
  display: block;
  color: var(--pink02);
  font-size: 20px;
  font-weight: 700;
  background-color: var(--tab-color);
  border-radius: 5px;
  width: 100%;
  text-align: center;
  padding: 0.5em 1.5em 0.5em 0.5em;
  margin: 0;
  cursor: pointer;
  order: -1;
  /*タブを上段に表示する*/
  transition: all 0.3s ease-out 0s;
  position: relative;
}

div.bottom-btn a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px var(--pink02) solid;
  border-left: 2px var(--pink02) solid;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
}

div.bottom-btn a:hover {
  color: #fff;
  background: var(--pink02);
}

div.bottom-btn a:hover:after {
  border-top: 2px #fff solid;
  border-left: 2px #fff solid;
}




/*20250731追加*/
div.btn-text {
  display: block;
  padding-top: 10px;
  text-align: center;
}

div.btn-text a {
  font-size: 17px;
  font-weight: 700;
  color: #1f7dd1;
  text-decoration: underline;
}