
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Open+Sans:ital,wght@0,700;1,700&display=swap');

/*-----------------------------------------
-------------------------------------------
-------------------------------------------
-------------------------------------------

目次　※各々レスポンシブ対応あり

01 共通部分設定＆リセットCSS
02 ヘッダーの設定
03 コンテンツの設定
04 フッターの設定

-------------------------------------------
-------------------------------------------
-----------------------------------------*/

/*-----------------------------------------
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% - 20px);
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width:768px) {
  .center {
    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 {
  text-shadow: none;
  margin: auto;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400;
  color: var(--black01);
  background: none;
  line-height: 1.35;
}
.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;
}
span.text{
  border: none;
}
:root {
  --black01:#32353a;
  --gray01:#e8e8e8;
  --blue01:#5b77fd;
  --blue02:#2d1e91;
  --blue03:#305cd6;
  --grade01:180deg, var(--blue01) 0%, var(--blue02) 100%;
  --grade02:90deg, var(--blue01) 0%, var(--blue02) 50%, var(--blue01) 100%;
  --yellow01:#fff292;
  --red01:#f4404e;
  --green01:#1eaa39;

  --free:#f7931e;
  --standard:#468cc8;
  --advanced:#6bbc1d;
}

/*-----------------------------------------
01 共通部分設定＆リセットCSS　ここまで
-------------------------------------------*/

/*-----------------------------------------
02 ヘッダーの設定
-------------------------------------------*/

section.headGrp{
  margin: 0;
  padding: 20px 0 0;
}

/*タブ切替-------------*/

div.tabGrp{
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap:0 20px;
  width: calc(100% - 20px);
  max-width: 900px;
  margin: auto auto 0;
}
div.tabGrp>div{
  display: block;
  width: 100%;
  text-align: center;
  margin: auto auto 5px;
}
div.tabGrp>div>a{
  display: block;
  padding: 12px 18px 10px;
  border-radius: 15px 15px 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
div.tabGrp>div>a:hover{
  opacity: 0.8;
}
div.tabGrp>div.select-tab{
  margin-bottom: 0;
}
div.tabGrp>div.select-tab>a{
  pointer-events: none;
  padding: 18px;
  font-size: 24px;
}
div.tabGrp>div.lineworks-tab a{
  background: var(--green01);
}
div.tabGrp>div.lineworksroger-tab a{
  background: var(--blue01);
}
@media screen and (max-width:768px) {
  div.tabGrp{
    gap: 0 5px;
  }
  div.tabGrp>div>a,
  div.tabGrp>div.select-tab>a{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
  }
}
@media screen and (max-width:500px) {
  div.tabGrp{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  div.tabGrp>div>a{
    border-radius: 100px;
  }
  div.tabGrp>div.select-tab>a{
    border-radius: 20px 20px 0 0;
  }
  div.tabGrp>div>a,
  div.tabGrp>div.select-tab>a{
    font-size: 6.5vw;
  }
}

/*タブ切替　ここまで-------------*/


/*追従メニュー----------------*/
div.menuGrp {
  width: 100%;
  height: 130px;
  position: relative;
  margin-bottom: 40px;
}

div.menu_Button {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1100px;
  transition: all 0.3s ease 0s;
  z-index: 999;
}

ul.menu_ul {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 10px 10px 10px 30px;
  border: 2px solid #fff;
  border-radius: 100px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
li.menu_li{
  display: flex;
  justify-content: center;
  align-items: center;
}
li.menu_li>a{
  display: inline-block;
  padding: 1em 1.5em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--black01);
}
li.menu_li>a span{
  display: block;
  background: var(--red01);
  padding: 5px;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  color:#fff;
}
li.menu_li:first-of-type>a{
padding-left: 3em;
}
/* li.menu_li.menu_offerBtn{
  padding-right: 20px;
} */
li.menu_li.menu_offerBtn>a{
  display: block;
  width: 100%;
  padding: 1em 1.5em;
  text-align: center;
  color: #fff;
  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;
}

li.menu_li>a:hover {
  color: var(--blue03);
  transform: scale(0.97);
}
li.menu_li.menu_offerBtn>a:hover{
  color: #fff;
  transform: scale(1);
  background-position: 110% 0;
}

div.menu_Button.fixed_menu_Button {
  position: fixed;
  top: 10px;
  left: 50%;
  max-width: 900px;  
}
div.menu_Button.fixed_menu_Button ul.menu_ul{
  padding: 8px;
}
div.menu_Button.fixed_menu_Button a {
  font-size: 16px;
  padding: 1em 0.75em;
}

div.menu_Button.fixed_menu_Button a span{
  font-size: 13px;
}
div.menu_Button.fixed_menu_Button li.menu_li:first-of-type>a{
  padding-left: 3em;
}
/*追従メニュー　ここまで----------------*/


/*ハンバーガーメニュー-----------------------------*/
#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 {
  display: grid;
  grid-template-columns: 1fr;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  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(--blue03);
  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: var(--blue03);
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 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: 9999;
  /*ボタンを最前面に*/
  bottom: 90px;
  right: -4px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: var(--blue03)!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: 998;
}
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: 999;
  background: #fff;
  padding: 3px;
  border-radius: 10px;
}
div.floating_banner img{
  border-radius: 7px;
}
div.floating_banner a:hover{
opacity: 0.8;
}
a.page_top{
  z-index: 999;
}
/*フローティング　ここまで------------*/






/*LPのタイトル周りとスマホ画像--------------*/
section.headGrp div.wrap01{
  display: block;
  padding: 40px 0 0;
  background: -webkit-linear-gradient(var(--grade01));
  background: -moz-linear-gradient(var(--grade01));
  background: linear-gradient(var(--grade01));
}
div.wrap01 div.header_grid{
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 20px;
  width: calc(100% - 30px);
  max-width: 1300px;
  overflow: hidden;
}

/*LPのタイトル周り*/
div.header_title{
  padding: 0 0 60px;
}
div.header_title>h1{
  margin-bottom: 20px;
}
div.header_title>h1>p{
  font-size: 36px;
  font-weight: 700;
  color: #fff!important;
  margin-bottom: 20px;
}
div.header_title>h1>span{
  display: inline-block;
  line-height: 1;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  color: var(--yellow01);
  position: relative;
}
div.header_title>h1>span::before,
div.header_title>h1>span::after{
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  background: var(--yellow01);
  position: absolute;
  bottom: 0px;
}
div.header_title>h1>span::before{
  left: 10px;
  transform: rotate(-15deg);
}
div.header_title>h1>span::after{
  right: 10px;
  transform: rotate(15deg);
}
div.header_fukidashi{
  display: grid;
  grid-template-columns: repeat(3,auto);
  gap: 15px;
}
div.fukidashi{
  display: block;
  width: 100%;
  padding: 18px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}
div.fukidashi::after{
  content: "";
  display: block;
  width: 18px;
  height: 13px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -13px;
  left: 20px;
}
div.fukidashi>p,
div.fukidashi>p>span{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
div.fukidashi>p{
  color: #fff;
}
div.fukidashi>p>span{
  color: var(--yellow01);
}

@media screen and (max-width:768px) {
  div.header_title>h1>p {
    font-size: 34px;
  }
}
@media screen and (max-width:500px) {
  div.header_title>h1>p {
    font-size: 7vw;
  }
}
/*スマホ画像*/
div.header_img{
  margin: auto auto 0;
}

@media screen and (max-width:768px) {
  div.wrap01 div.header_grid{
    grid-template-columns: 1fr;
    max-width: 500px;
  }
  div.header_title{
  padding-bottom: 30px;
  }
  div.header_fukidashi{
    grid-template-columns: 1fr;
    gap: 25px;
  }
  div.header_fukidashi br{
    display: none;
  }
  div.fukidashi::after{
    display: none;
  }
  div.fukidashi>p{
    font-size: 22px;
  }
}

@media screen and (max-width:500px) {
  section.headGrp div.wrap01{
    padding-top: 25px;
  }
  div.wrap01 div.header_grid{
    gap: 10px;
  }
  div.header_title{
    padding-bottom: 0px;
  }
  div.header_fukidashi{
    gap: 15px;
  }
  div.fukidashi{
    padding: 3vw 5vw;
  }
  div.fukidashi>p{
    font-size: 4.5vw;
  }
  div.fukidashi>p>span{
    font-size: 4.75vw;
  }
  div.header_img{
    width: 80%;
  }
}
/*LPのタイトル周りとスマホ画像　ここまで--------------*/


/*-----------------------------------------
02 ヘッダーの設定　ここまで
-------------------------------------------*/

/*-----------------------------------------
03 コンテンツの設定
-------------------------------------------*/
/*共通部分----------*/
/*見出し*/
h3.title_h3{
  display: inline-block;
  padding: 0 20px 0 30px;
  margin: 0 auto 1em;
  color: var(--black01);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

h3.title_h3.fukidashi{
position: relative;
}
h3.title_h3.fukidashi::before,
h3.title_h3.fukidashi::after{
  content: "";
  display: block;
  width: 7px;
  height: 90%;
  border-left: 2px solid var(--blue03);
  border-right: 2px solid var(--blue03);
  position: absolute;
  bottom: 0;
}
h3.title_h3.fukidashi::before{
  left: 0;
  transform: rotate(-20deg);
}
h3.title_h3.fukidashi::after{
  right: 0;
  transform: rotate(20deg);
}

@media screen and (max-width:768px) {
  h3.title_h3.fukidashi::before,
h3.title_h3.fukidashi::after{
  height: 50px;
}
}
@media screen and (max-width:500px) {
  h3.title_h3{
    font-size: 5.75vw;
  }
}
h3.title_h3.title_h3_border_top{
  padding-top: 40px!important;
  margin-top: 30px;
  border-top: 1px solid #cccccc;
}


/*資料請求・お申込みボタン*/
div.offerBtn{
  display: block;
  padding: 20px 0;
  margin: auto;
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: 600px;
}
div.offerBtn a{
  display: block;
  width: 100%;
  padding: 1em 2em 1em 1em;
  text-align: center;
  color: #fff;
  font-size: 26px;
  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.offerBtn a:hover{
  background-position: 110% 0;
}
div.offerBtn a:after{
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%)rotate(-45deg);
}

@media screen and (max-width:768px) {
  div.offerBtn{
    max-width: 500px;
  }
  div.offerBtn a{
    font-size: 24px;
  }
}

@media screen and (max-width:500px) {
  
  div.offerBtn a{
    font-size: 4.5vw;
  }
  div.offerBtn a:after{
    width: 2.5vw;
    height: 2.5vw;
    right: 6vw;
  }
}




/*介護現場の情報共有をさらにスムーズに！-------------*/
.mainGrp div.wrap01{
  padding: 60px 0;
}

.mainGrp div.wrap01 h3.title_h3{
color: var(--blue03);
}
div.youtubeGrp{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
/*YouTube動画*/
div.youtubeGrp div.box{
  width: 100%;
  margin: auto auto 0;
}
h4.youtube_title{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
h4.youtube_title img{
  max-width: 350px;
  padding: 0 7px;
  
}
div.youtubeGrp div.box_video {
  width: 100%;
  /* max-width: 900px; */
  aspect-ratio: 16 / 9;
}
div.youtubeGrp div.box_video iframe {
  width: 100%;
  height: 100%;
}


@media screen and (max-width:768px) {
  .mainGrp div.wrap01{
    padding: 60px 0 30px;
  }
  div.youtubeGrp{
    grid-template-columns: 1fr;
    gap: 35px;
  }
  h4.youtube_title{
    font-size: 22px;
  }
  h4.youtube_title img {
  max-width: 310px;
  margin: auto;
  }
  h4.youtube_title br{
    display: none;
  }
}

@media screen and (max-width:500px) {
  h4.youtube_title{
    font-size: 20px;
  }
  h4.youtube_title img {
  max-width: 280px;
  }
}
@media screen and (max-width:400px) {
  h4.youtube_title{
    font-size: 18px;
  }
}




/*こんなお悩みはありませんか？----------------*/
/*背景*/
.mainGrp div.wrap02{
  padding: 60px 0 80px;
  margin-top: 0px;
  background: var(--gray01);
  position: relative;
}
.mainGrp div.wrap02::before,
.mainGrp div.wrap02::after{
  content: "";
  display: block;
  transform: translateX(-50%);
}
/*三角マーク*/
.mainGrp div.wrap02::before{
  
  width: 40px;
  height: 20px;
  background: var(--gray01);
  clip-path: polygon(0 0, 100% 0 ,50% 100%);
  position: absolute;
  bottom: -18px;
  left: 50%;
}
/*女の人*/
.mainGrp div.wrap02::after{
  width: 185px;
  height: 180px;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20250217/human_01.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: calc(50% - 550px);
}
/*タイトル*/
.mainGrp div.wrap02 h3.title_h3{
  color: var(--black01);
}
/*吹き出し部分*/
div.nayamiGrp{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
  max-width: 800px;
}
div.nayamiGrp div.box{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
div.nayamiGrp div.box p{
font-size: 18px;
}
div.nayamiGrp div.box:after{
  content: "";
  display: block;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20250217/nayami.png)no-repeat;
  background-size: contain;
  width: 30px;
  height: 33px;
  position: absolute;
}

div.nayamiGrp div.box:nth-of-type(1):after{
  top: 50%;
  left: -27px;
  transform: rotate(90deg);
}
div.nayamiGrp div.box:nth-of-type(2):after{
  top: 40%;
  right: -27px;
  transform: rotate(-90deg);
}
div.nayamiGrp div.box:nth-of-type(3):after{
  bottom: -20px;
  left: 40%;
  transform: scale(-1,1);
}
div.nayamiGrp div.box:nth-of-type(4):after{
  bottom: -20px;
  left: 50%;
}

div.nayamiGrp div.box p>span{
  background: -webkit-linear-gradient(transparent 75%, var(--yellow01) 0%);
  background: -moz-linear-gradient(transparent 75%, var(--yellow01) 0%);
  background: linear-gradient(transparent 75%, var(--yellow01) 0%);
  display: inline;
  padding: 0 3px 0;
  font-size: 18px;
}


@media screen and (max-width:768px) {
  .mainGrp div.wrap02{
    padding: 60px 0 190px;
  }
  .mainGrp div.wrap02::after{
    bottom: 8px;
    left: 47%;
  }
  div.nayamiGrp{
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 430px;
    padding: 0 30px;
  }
  
  div.nayamiGrp div.box:nth-of-type(3):after{
    top: 50%;
  left: -27px;
  transform: rotate(90deg);
  }
  div.nayamiGrp div.box:nth-of-type(4):after{
    top: 40%;
    left: inherit;
    right: -27px;
    transform: rotate(-90deg);
  }
  div.nayamiGrp div.box p,
  div.nayamiGrp div.box p>span{
    font-size: 16px;
  }
  
}

@media screen and (max-width:420px) {
  div.nayamiGrp div.box p{
    text-align: justify;
  }
  div.nayamiGrp div.box p,
  div.nayamiGrp div.box p>span{
    font-size: 14px;
  }
  div.nayamiGrp div.box p br{
    display: none;
  }
}


/*LINEWORKラジャーがそのお悩みを解決します！-----------*/
.mainGrp div.wrap03{
padding: 60px 0 100px;
}
.mainGrp div.wrap03 h3.title_h3{
  padding:0 30px 0 40px;
}
.mainGrp div.wrap03 h3.title_h3>img{
  max-width: 330px;
  padding: 0 5px;
}
div.pointGrp{
  max-width: 1000px;
  margin: auto;
}
div.point_box{
  display: flex;
  border-top: 1px solid var(--gray01);
  padding: 40px 0 0;
}
div.point_box:nth-of-type(odd){
  flex-direction: row-reverse;
}
div.point_box:nth-of-type(even){
  flex-direction: row;
}
div.point_box_text{
  padding-bottom: 40px;
}
div.point_box_text>p{
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.1em;
}
div.point_box_title{
  display: flex;
  margin-bottom: 20px;
}
div.point_box_title>div.label{
  display: block;
  width: 120px;
  padding: 20px;
  margin:auto 15px auto 0;
  border: 2px solid var(--blue03);
}
div.point_box_title>div.label>p{
  color: var(--blue03);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
div.point_box_title>h4.title_h4,
div.point_box_title>h4.title_h4>span{
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
div.point_box_title>h4.title_h4.small,
div.point_box_title>h4.title_h4.small>span{
  font-size: 22px;
}
div.point_box_title>h4.title_h4{
  width: calc(100% - 135px);
  margin: auto auto auto 0;
}
div.point_box_title>h4.title_h4>span{
  color: var(--blue03);
}
span.red{
  text-align: left!important;
  color: var(--red01)!important;
  font-size: 14px!important;
}
div.point_box_text>p>span.red.indent{
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

div.point_box_illust{
  margin: auto auto 0;
  padding-bottom: 20px;
}
div.point_box:nth-of-type(4) div.point_box_illust{
  margin: auto;
}
div.point_box:nth-of-type(5) div.point_box_illust{
  margin: auto;
}

@media screen and (max-width:768px) {
  div.pointGrp{
    padding: 0 10px;
    max-width: 475px;
  }
  div.point_box{
    flex-direction: column!important;
  }
  div.point_box_title>div.label{
    width: 110px;
  }
  div.point_box_title>div.label>p{
    font-size: 22px;
  }
  div.point_box_title>h4.title_h4,
  div.point_box_title>h4.title_h4>span{
    font-size: 22px;
  }
  div.point_box_title>h4.title_h4.small,
  div.point_box_title>h4.title_h4.small>span{
    font-size: 19px;
  }
  div.point_box_text>p{
    text-align: justify;
    font-size: 16px;
    letter-spacing: 0.07em;
  }
  
}

@media screen and (max-width:500px) {
  .mainGrp div.wrap03 h3.title_h3>img{
    max-width: 56vw;
  }
  .mainGrp div.wrap03 h3.title_h3{
    font-size: 4.75vw;
  }
  .mainGrp div.wrap03 h3.title_h3 br{display: none;}
  div.pointGrp br{
    display: none;
  }
  div.point_box{
    border: none;
    padding-top: 20px;
  }
  div.point_box_title{
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  div.point_box_title>div.label{
    width: 100%;
    padding: 8px;
    margin: 0 auto 0;
  }
  div.point_box_title>div.label>p{
    font-size: 4.5vw;
  }
  div.point_box_title>h4.title_h4,
  div.point_box_title>h4.title_h4.small{
    width: 100%;
    padding: 0 5px;
    margin: 15px 0 0;
  }
  div.point_box_title>h4.title_h4,
  div.point_box_title>h4.title_h4>span,
  div.point_box_title>h4.title_h4.small,
  div.point_box_title>h4.title_h4.small>span{
    font-size: 18px;
    line-height: 1.5;
  }
  div.point_box_text{
    padding-bottom: 20px;
  }
  div.point_box_text>p{
    display: block;
    padding: 0 5px;
    font-size: 14px;
  }
}



/*介護現場における活用シーン*/
.mainGrp div.wrap04{
  padding: 60px 0;
  position: relative;
}
/*グラデーション帯*/
.mainGrp div.wrap04::before{
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  background: -webkit-linear-gradient(var(--grade01));
  background: -moz-linear-gradient(var(--grade01));
  background: linear-gradient(var(--grade01));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.mainGrp div.wrap04 div.center{
  position: relative;
  z-index: 10;
}

/*タイトル*/
.mainGrp div.wrap04 h3.title_h3{
  color: #fff;
}
/*白枠*/
div.sceneGrp{
  background: #fff;
  padding: 30px 20px 60px;
  border-radius: 30px;
  filter: drop-shadow(5px 5px 15px rgba(0,0,0,0.1));
}
div.scene_box_01{
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 40px;
  max-width: 1000px;
  margin-bottom: 60px;
}
div.scene_box_01>div{
  display: block;
  width: 100%;
  margin: auto;
}
div.scene_box_01_list ul{
  padding-top: 40px;
}
div.scene_box_01_list ul li{
text-align: left;
font-size: 22px;
font-weight: 700;
padding:0 0 0.35em 1.35em;
position: relative;
}
div.scene_box_01_list ul li::before{
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  border-bottom: 3px solid var(--blue03);
  border-right: 3px solid var(--blue03);
  position: absolute;
  top: 14px;
  left: 0;
  transform: translateY(-50%)rotate(45deg);
}

@media screen and (max-width:768px) {
  div.sceneGrp{
    padding: 20px 20px 40px;
  }
  div.scene_box_01{
    grid-template-columns: 1fr;
    max-width: 400px;
    gap: 25px;
    margin-bottom: 30px;
  }
  div.scene_box_01_list ul{
    padding-top: 0;
    padding-left: 10px;
  }
  div.scene_box_01_list ul li{
    font-size: 18px;
  }
  div.scene_box_01_list ul li::before{
    width: 6px;
    height: 10px;
  }
}

@media screen and (max-width:450px) {
  div.scene_box_01{
    margin-bottom: 20px;
  }
  div.scene_box_01_list ul li{
    font-size: 4vw;
    padding: 0 0 0.35em 1em;
  }
  div.scene_box_01_list ul li::before{
    width: 4px;
    height: 8px;
    border-bottom: 2px solid var(--blue03);
    border-right: 2px solid var(--blue03);
  }
}
/**/
div.scene_box_02{
  max-width: 1000px;
}
div.scene_box_02_sarani{
  border-bottom: 3px solid var(--gray01);
  margin-bottom: 40px;
}
div.scene_box_02_sarani p{
  display: inline-block;
  padding: 0 25px 10px 30px;
  margin: auto;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  color: var(--blue03);
  background: #fff;
  position: relative;
  top: 10px;
}
div.scene_box_02_sarani p::before,
div.scene_box_02_sarani p::after{
  content: "";
  display: block;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20250217/sarani.png)no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 25px;
}
div.scene_box_02_sarani p::before{
  left: -20px;
}
div.scene_box_02_sarani p::after{
  right: -20px;
  transform: scale(-1,1);
}
div.scene_box_02_osusume{
  margin-bottom: 40px;
}
div.scene_box_02_osusume>p{
  font-size: 24px;
  font-weight: 700;
}
div.scene_box_02_osusume>p>span{
  font-size: 30px;
  font-weight: 700;
  color: var(--blue03);
}
div.scene_box_02_illust{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
div.scene_box_02_illust>div{
  display: block;
  width: 100%;
  position: relative;
}
div.scene_box_02_illust>div>img{
  width: 175px;
  height: 175px;
  position: absolute;
  bottom: 0;
}
div.scene_box_02_text{
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background: var(--gray01);
}
div.scene_box_02_illust>div:nth-of-type(1) div.scene_box_02_text{
  padding: 30px 30px 30px 185px;
}
div.scene_box_02_illust>div:nth-of-type(1)>img{
left: -10px;
}
div.scene_box_02_illust>div:nth-of-type(2) div.scene_box_02_text{
  padding: 30px 185px 30px 50px;
}
div.scene_box_02_illust>div:nth-of-type(2)>img{
  right: 10px;
  }
div.scene_box_02_text p{
  font-size: 20px;
  text-align: left;
}


@media screen and (max-width:768px) {
  div.scene_box_02{
    max-width: 400px;
  }
  div.scene_box_02_osusume>p,
  div.scene_box_02_osusume>p>span{
    font-size: 22px;
  }
  div.scene_box_02_illust{
    grid-template-columns: 1fr;
  }
  div.scene_box_02_illust>div>img{
    width: 130px;
    height: 130px;
  }
  div.scene_box_02_illust>div:nth-of-type(1) div.scene_box_02_text {
    padding: 30px 30px 30px 140px;
  }
  div.scene_box_02_illust>div:nth-of-type(2) div.scene_box_02_text {
    padding: 30px 140px 30px 30px;
  }
  div.scene_box_02_text p{
    font-size: 16px;
  }
}


@media screen and (max-width:450px) {
  div.scene_box_02_sarani p{
    font-size: 24px;
    padding: 0 15px 10px 20px;
  }
  div.scene_box_02_sarani p::before,
  div.scene_box_02_sarani p::after{
    width: 20px;
    height: 20px;
  }
  div.scene_box_02_osusume{
    margin-bottom: 10px;
  }
  div.scene_box_02_osusume>p, div.scene_box_02_osusume>p>span{
    font-size: 5vw;
  }
  div.scene_box_02_illust>div{
    margin-top: 160px;
  }
  
  div.scene_box_02_illust>div>img{
    width: 160px;
    height: 160px;
  }
  div.scene_box_02_illust>div:nth-of-type(1) div.scene_box_02_text,
  div.scene_box_02_illust>div:nth-of-type(2) div.scene_box_02_text{
    padding: 20px 25px;
  }
  div.scene_box_02_illust>div:nth-of-type(1)>img{
    left: 50%;
    top: -160px;
    transform: translateX(-50%);
  }
  div.scene_box_02_illust>div:nth-of-type(2)>img{
    left: 50%;
    top: -160px;
    right: inherit;
    transform: translateX(-50%);
  }
  
  
}


/**/
h4.midashi_h4{
  margin-top: 40px;
}
h4.midashi_h4>span{
  display: inline;
  background: -webkit-linear-gradient(transparent calc(100% - 2px), var(--blue03) 0%);
  background: -moz-linear-gradient(transparent calc(100% - 2px), var(--blue03) 0%);
  background: linear-gradient(transparent calc(100% - 2px), var(--blue03) 0%);
  padding: 0 3px 0;
  font-size: 26px;
  font-weight: 700;
  color: var(--blue03);
  line-height: 1.75;
}

@media screen and (max-width:768px) {
  h4.midashi_h4>span{
    font-size: 20px;
  }
  h4.midashi_h4>span>br{
    display: none;
  }
}
@media screen and (max-width:500px) {
  .mainGrp div.wrap04 h3.title_h3{
    font-size: 7vw;
  }
}
@media screen and (max-width:450px) {
  h4.midashi_h4>span{
    font-size: 18px;
  }
}


/*利用イメージ--------------*/
.mainGrp div.wrap05{
  padding: 60px 0 100px;
  position: relative;
}
div.sampleGrp{
  background: #e9eff8;
  border: 4px dotted var(--blue03);
  border-radius: 30px;
  padding: 40px 20px 0;
}
div.sample_box{
  display: flex;
  flex-direction: column;
  max-width: 900px;
  text-align: left;
  padding-bottom: 10px;
}
div.sample_box_fukidashi{
  display: inline-block;
  max-width: 900px;
  margin: 30px auto 0 20px;
  padding: 15px 20px;
  border-radius: 10px;
  background: var(--green01);
  position: relative;
}
div.sample_box_fukidashi::after{
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background: var(--green01);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: -13px;
  left: 15%;
}
div.sample_box_fukidashi p{
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  overflow-wrap:break-word;
  word-break: break-all;
}
div.sample_box_fukidashi p span{
  font-size: 22px;
  font-weight: 700;
}
div.sample_box_fukidashi p span.yellow{
  color: var(--yellow01);
}
div.sample_box_fukidashi p span.small{
  color: #fff;
  display: block;
  font-size: 16px;
}
p.sample_label{
  position: relative;
  bottom: -25px;
  display: inline-block;
  padding: 10px 20px;
  margin: auto;
  border-radius: 100px;
  background: var(--blue03);
  color: #fff;
  line-height: 1.25;
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width:768px) {
  div.sample_box{
    max-width: 350px;
    flex-direction: column-reverse;
  }
  div.sample_box_fukidashi{
    margin: 0 auto 30px;
  }
  div.sample_box_fukidashi::after{
    top: inherit;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%)rotate(180deg);
  }
  div.sample_box_fukidashi p,
  div.sample_box_fukidashi p>span.yellow{
    font-size: 20px;
  }
  p.sample_label{
    padding: 10px 40px;
    bottom: -35px;
  }
}
@media screen and (max-width:500px) {
  .mainGrp div.wrap05 h3.title_h3{
    font-size: 7vw;
  }
  div.sample_box_fukidashi p,
  div.sample_box_fukidashi p>span.yellow{
    font-size: 18px;
  }
  div.sample_box_fukidashi p span.small{
    font-size: 14px;
  }
}
@media screen and (max-width:450px) {
  p.sample_label{
    font-size: 5vw;
    padding: 15px 0;
    display: block;
  }
}


/*選べる二つの会話方式--------------*/
.mainGrp div.wrap06{
  padding: 60px 0;
  position: relative;
}
div.kaiwaGrp{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: start;
  max-width: 900px;
}
div.kaiwa_box{
  margin: 0 auto auto;
  padding: 20px;
}
p.kaiwa_box_title{
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}
div.kaiwa_box_img{
  border: 1px solid var(--gray01);
}
div.kaiwa_box_list{
  padding: 20px 10px 10px;
}
div.kaiwa_box_list li{
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}
div.kaiwa_box_list li::before{
  content: "・";
}
div.kaiwa_box_text{
  padding: 0 10px;
}
div.kaiwa_box_text p{
  font-size: 16px;
  text-align: justify;
}
div.kaiwa_box_text p>span{
  display: block;
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width:768px) {
  div.kaiwaGrp{
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width:500px) {
  .mainGrp div.wrap06{
    padding-bottom: 20px;
  }
  .mainGrp div.wrap06 h3.title_h3{
    font-size: 6.5vw;
    padding: 0 10px;
    margin-bottom: 0;
  }
  div.kaiwa_box{
    padding: 20px 10px;
  }
  p.kaiwa_box_title{
    font-size: 5vw;
  }
  div.kaiwa_box_list{
    padding: 15px 0 10px;
  }
  div.kaiwa_box_list li{
    font-size: 16px;
  }
  div.kaiwa_box_text p{
    font-size: 14px;
  }
}

/*９つの機能紹介--------------*/
div.splide{
  
}
button.splide__arrow{
  background: #93b4e0;
  width: 50px;
  height: 50px;
}
button.splide__arrow--prev{
  left: -40px;
}
button.splide__arrow--next{
  right: -40px;
}
button.splide__arrow:disabled,
button.splide__arrow:disabled{
  display: none!important;
}
button.splide__arrow svg {
    height: 30px;
    width: 30px;
}


div.intro-box{
  padding: 20px;
}
div.intro-box div{
  text-align: left;}
  div.intro-box div p{
    letter-spacing: 0.1em;
  }
div.intro-box-img{
  background-color: #f9fafc;
    border: 1px solid #e6e8eb;
  border-radius: 8px;
  display: flex;
  flex-shrink: 1;
}
div.intro-box-numbers{
  margin: 20px 0 5px;
}
div.intro-box-title{
  margin-bottom: 10px;
}

div.intro-box-numbers p,
div.intro-box-title p{
  font-weight: 700;
  font-size: 20px;
}


@media screen and (max-width:768px) {
  div.intro-box-numbers p,
div.intro-box-title p{
  font-size: 16px;
}
div.intro-box-text p{
  font-size: 14px;
}
button.splide__arrow{
  background: #93b4e0;
  width: 30px;
  height: 30px;
}
button.splide__arrow svg{
  width: 20px;
  height: 20px;
}
}
@media screen and (max-width:500px) {
  
  div.intro-box{
    width: 90%;
  }
  div.intro-box div.intro-box-img{
    text-align: center!important;
  }
div.intro-box-img img{
  width: 80%;
  margin: auto;
}
button.splide__arrow svg{
  width: 13px;
  height: 13px;
}
button.splide__arrow--next{
  right: 0px;
}
button.splide__arrow--prev {
    left: 0px;
}

button.splide__arrow{
  background: #93b4e0;
  width: 25px;
  height: 25px;
}
button.splide__arrow svg{
  width: 15px;
  height: 15px;
}
}

/*その他機能--------------*/
.mainGrp div.wrap07{
  padding: 0px 0 100px;
  position: relative;
}
div.sonotaGrp{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 15px;
  max-width: 1080px;
}
div.sonota_box{
  display: block;
  width: 100%;
  margin: 0 auto;
  border: 1px solid var(--gray01);
  padding: 20px;
}
p.sonota_box_title{
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--blue03);
}
p.sonota_box_text{
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width:768px) {
  div.sonotaGrp{
    grid-template-columns: repeat(2,1fr);
    max-width: 400px;
  }
}
@media screen and (max-width:400px) {
  div.sonotaGrp{
    grid-template-columns: repeat(1,1fr);
    max-width: 250px;
  }
}

/*料金プラン---------------*/
.mainGrp div.wrap08{
  padding: 60px 0px;
  background: #e9eff8;
}

@media screen and (min-width:769px) {
div.planGrp{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  max-width: 1100px;
}
}
div.plan_box{
  display: block;
  width: 100%;
  background: #fff;
  padding: 0;
  margin: 0;
  border-radius: 20px;
}
div.plan_box p{
  text-align: center;
}
div.plan_box_midashi{
  display: block;
  width: 100%;
  padding: 18px;
  margin: 0 0 20px;
  background: red;
  border-radius: 20px 20px 0 0;
}
div.plan_box_midashi p{
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}

div.plan_box_title p,
div.plan_box_title p span,
div.plan_box_fee p,
div.plan_box_fee p span{
  font-weight: 700;
  line-height: 1;
}

div.plan_box_title{
  margin-bottom: 15px;
}
div.plan_box_title p{
  font-size: 26px;
  color: #616161;
}
div.plan_box_title p>span{
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
div.plan_box_fee{
  margin-bottom: 10px;
}
div.plan_box_fee p{
  font-size: 30px;
}
div.plan_box_fee p span{
  font-size: 55px;
  font-family: "Open Sans", serif!important;
  font-optical-sizing: auto!important;
  font-weight: 700!important;
  font-style: normal!important;
  font-variation-settings:"wdth" 100!important;
}

div.plan_box_fee_text{
  margin-bottom: 20px;
  opacity: 0.6;
}
div.plan_box_fee_text p{
  font-size: 14px;
}
div.plan_box_spec{
  padding: 10px 25px 20px;
}
div.plan_box_spec li{
display: flex;
padding-bottom: 10px;
}
div.plan_box_spec li img{
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding: 5px;
}
div.plan_box_spec li p{
  font-size: 15px;
  text-align: left;
  margin: auto auto auto 0;
}
div.plan_box_spec li p>span{
  display: block;
  font-size: 13px;
  opacity: 0.6;
  padding-left: 1em;
  text-indent: -1em;
}
p.plan_box_spec_title{
  display: block;
  margin: 10px 0 20px;
  text-align: left;
  position: relative;
  line-height: 1.5;
}
p.plan_box_spec_title::after{
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  border-bottom: 2px dotted var(--black01);
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 5;
}
p.plan_box_spec_title span{
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 10;
}
div.come{
  display: block;
  text-align: center;
  grid-column: 1/4;
}
/**/
div.plan_box.free div.plan_box_midashi{
  background: var(--free);
}
div.plan_box.free div.plan_box_title p>span,
div.plan_box.free div.plan_box_fee p,
div.plan_box.free div.plan_box_fee p span{
  color: var(--free);
}

div.plan_box.standard div.plan_box_midashi{
  background: var(--standard);
}
div.plan_box.standard div.plan_box_title p>span,
div.plan_box.standard div.plan_box_fee p,
div.plan_box.standard div.plan_box_fee p span{
  color: var(--standard);
}

div.plan_box.advanced div.plan_box_midashi{
  background: var(--advanced);
}
div.plan_box.advanced div.plan_box_title p>span,
div.plan_box.advanced div.plan_box_fee p,
div.plan_box.advanced div.plan_box_fee p span{
  color: var(--advanced);
}


@media screen and (max-width:768px) {
  div.planGrp{
  max-width: 375px;
  padding: 0 10px;
  }
  div.plan_box{
    margin-bottom: 20px;
  }
  div.plan_box_spec{
    padding: 10px 15px 15px;
  }
  div.plan_box_spec li p{
    font-size: 14px;
  }
  p.plan_box_spec_title{
    margin: 7px 0 15px;
  }
  p.plan_box_spec_title span{
    font-size: 16px;
  }
  p.plan_box_spec_title::after{
    width: calc(100% - 20px);
  }
  div.come{
    text-align: justify;
  }
  div.come p{
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
  }
}

@media screen and (max-width:500px) {
  div.plan_box_midashi p{
    font-size: 4.85vw;
  }
}
/*よくある質問-------------------*/
.mainGrp div.wrap09{
  padding: 80px 0 120px;
}

.mainGrp div.wrap09 summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  border-top: 1px solid var(--gray01);
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/*アイコン*/
span.summary_inner{
  position: relative;
}
span.summary_inner::after,
span.summary_inner::before{
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: var(--gray01);
  position: absolute;
  top: 38px;
  right: 15px;
  transition: all 0.3s ease 0s;
}
span.summary_inner::after{
  transform: rotate(90deg);
}
/* アコーディオンが開いた時のスタイル */
details[open] span.summary_inner::before {
  transform: rotate(45deg);
}
details[open] span.summary_inner::after {
  transform: rotate(135deg);
}


span.summary_inner,
div.content_inner>p{
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* width: calc(100% - 35px); */
  margin: 0 auto auto 0;
  font-weight: bold;
  color: #002255;
}
span.summary_inner span.head,
div.content_inner span.head{
  display: block;
  width: 25px;
  margin: 0 10px auto 0;
  font-weight: 700;
  color: var(--blue03);
  text-align: center;
}
span.summary_inner span.text,
div.content_inner span.text{
  display: block;
  text-align: left;
  /* width: calc(100% - 35px); */
  margin: 0 auto auto 0;
  overflow-wrap:break-word;
  word-break: break-all;
}
span.summary_inner span.head{
  font-size: 20px;
}
div.content_inner span.head{
  font-size: 20px;
}
span.summary_inner{
  padding: 25px 45px 25px 15px;
}
span.summary_inner span.text{
  font-weight: 700;
  font-size: 20px;
}
div.content_inner span.text{
  font-size: 18px;
  font-weight: 400;
}
div.content_inner span.text>a{
  color: var(--blue03);
  text-decoration: underline;
  pointer-events: all;
}
/* is-openedクラスが付与されたときのスタイル */
details.is-opened .icon {
  transform: rotate(180deg);
}

/* --------アコーディオンの中身のスタイル-------- */
details div.content {
  overflow: hidden;
  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}

details div.content_inner {
  padding:0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  pointer-events: none;
}
details div.content_inner p{
  text-align: left;
  padding: 0px 45px 30px 15px;
}

div.question_box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  
  border-bottom: 1px solid var(--gray01);
}

div.question_box details {
  margin: 0;
}

div.question_box details:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .mainGrp div.wrap09{
    padding-bottom: 80px;
  }
  div.question_box {
    width: calc(100% - 20px);
  }
  details div.content_inner p{
    padding-bottom: 30px;
  }
  span.summary_inner span.head,
  span.summary_inner span.text{
    font-size: 18px;
  }
  div.content_inner span.head,
  div.content_inner span.text{
    font-size: 14px;
  }
}




/*スクロール量に応じたアニメーション*/
/*ふわっとフェードイン*/
.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(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}


/*ヘッダーのスマホ画像：下からフェードイン*/
.fadeIn-down-header{
  opacity: 0;
}
.fadeIn-down-header.is-active {
  animation: fadeIn-down-header 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
@keyframes fadeIn-down-header {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}



/*スマート発話・終話を搭載*/
div.wrap10{
  margin-bottom: 80px;
}
div.wrap10 div.center{
  max-width: 1100px;
}
div.label-title{
  display: block;
  margin: auto auto 10px;
}
div.label-title p{
  display: inline-block;
  color: var(--blue03);
  border-radius: 3px;
  border: 1px solid var(--blue03);
  padding: 7px 20px;
  line-height: 1;
}
div.wrap10 h3.title_h3{
  margin-bottom: 0.5em;
}
div.label-text{
  margin: auto auto 40px;
}
div.label-text p{
  
  text-align: center;
}
div.label-text p span{
  color: var(--blue03);
}
div.smartGrp{
display: flex;
justify-content: space-between;
}
div.smart-box{
  display: flex;
  flex-direction: column;
  width: calc(calc(100% / 3) - 20px);
  padding: 30px;
  margin: 0;
  background-color: #F9FAFC;
  border: 1px solid #DBDEE1;
  border-radius: 8px;
}
h4.smart-title{
  font-weight: 700;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}
div.smart-img{
  margin-top: 0;
}
div.smart-come p{
  font-size: 14px;
  color: #95999C;
}

@media screen and (max-width:768px) {
  div.wrap10 div.center{
    
  max-width: 500px;
  }
  div.smartGrp{
    flex-wrap: wrap;
    
  width: 100%;
  margin: auto;
  }
  div.smart-box{
  width: 100%;
  margin-bottom: 20px;
  }
}
/*発話方法*/
div.wrap11{
  margin-bottom: 80px;
}
div.wrap11 h3.title_h3{
  margin-bottom: 0.5em;
}
div.wrap11 div.center{
  max-width: 1100px;
}
div.table-grid{
  display: grid;
  grid-template-columns: auto 0.9fr 1fr 1fr 1fr;
}
div.table-grid>div{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
border-top: 1px solid #DBDEE1;
border-left: 1px solid #DBDEE1;
padding: 20px 15px;
}
div.table-grid>div p{
  font-weight: 700;
}
div.table-grid>div p span{
  display: block;
  color: #95999C;
  font-size: 13px;
  margin-top: 5px;
}
div.table-grid>div img{
  width: 130px;
}
div.table-item-title-none{
  grid-column: 1/3;
  background:#DEE4FF;
  border-top: none!important;
  border-left: none!important;
}
div.table-item-title{
  background:#DEE4FF;
  border-top: none!important;
}
div.table-item-category{
  background: #F9FAFC;
}
div.table-item-category.category01{
  grid-column: 1/3;
  border-left: none!important;
}
div.table-item-category.category02{
  grid-column: 1/2;
  grid-row: 3/6;
  border-left: none!important;
}
div.table-item-category.category03{
  grid-column: 2/3;
  grid-row: 3/4;
}
div.table-item-category.category04{
  grid-column: 2/3;
  grid-row: 4/5;
}
div.table-item-category.category05{
  grid-column: 2/3;
  grid-row: 5/6;
}

div.container{
  overflow-x: auto;
  white-space: nowrap;
  border:1px solid  #DBDEE1;
}
span.scroll-hint-icon{
    background: rgba(0, 0, 0, .7);
    padding: 20px 10px 10px 10px;
}
div.scroll-hint-text{
  color: #fff!important;
}

div.table-come{
  text-align: left;
  margin: 20px auto 0;
}
div.table-come p{
  font-size: 14px;

padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width:768px) {
  
  div.table-grid{
border:none;
}
  div.wrap11 div.center{
    max-width: 500px;
  }
}



/*商品一覧*/
div.productsGrp{
  padding: 0 0 60px;
}
div.products-grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
}
div.c-items5Col__item{
  width: 100%;
  margin: 0!important;
}
div.c-items5Col__item a{
  display: block;
  height: 100%;
  border: 1px solid #DBDEE1;
  position: relative;
  padding: 15px 15px 50px;
  border-radius: 8px;
}
figure.c-items5Col__figure{
border: none;
width: 100%;
height: auto;
}
figure.c-items5Col__figure img{
width: 100%;
max-width:180px;
max-height: fit-content;
height: auto;
border: none;
}
div.c-items5Col__item a::after{
  content: "商品を見る";
  display: block;
  width: calc(100% - 40px);
  font-size: 14px;
  padding: 4px;
  color: #fff!important;
  background: var(--blue03);
  border-radius: 3px;
  position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}
div.c-items5Col__item a:hover{
  transform: translateY(-5px);
  opacity: 0.7;
}

@media screen and (max-width:768px) {
  div.products-grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}
}


/*-----------------------------------------
03 コンテンツの設定ここまで
-------------------------------------------*/

/*-----------------------------------------
04 フッターの設定
-------------------------------------------*/

@media screen and (max-width:1080px) {}

@media screen and (max-width:768px) {}

/*-----------------------------------------
04 フッターの設定ここまで
-------------------------------------------*/


  
/*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.come_swipe{
  margin-bottom: 10px;
}
div.come_swipe p{
  font-size: 16px;
  color: #8f8f8f;
  text-align: center;
}