@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700;800;900&display=swap');


/*タブ切替-------------*/

div.tabGrp {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 0 20px;
  width: calc(100% - 20px);
  /* max-width: 1100px; */
  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: #1eaa39;
}

div.tabGrp>div.lineworksroger-tab a {
  background: #5b77fd;
}

div.tabGrp>div.koubai-tab a {
  background: #f1951c;
}

@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;
    font-size: 6vw !important;
  }

  /* 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.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;
}

.meter-banner-close {
  font-weight: bold;
  position: absolute;
  top: -6px;
  /* 閉じるボタンのトップからの設置位置 */
  right: -6px;
  /* 閉じるボタンの右端からの設置位置 */
  z-index: 99999;
  /* 他の要素より前面に表示 */
  padding: 4px 8px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

/*共通部分-----------------*/
body {
  padding: 0;
  margin: 0;
}

div.body {
  margin: auto;
  min-width: 1200px;
  padding-top: 20px;
}



@media screen and (max-width:768px) {
  div.body {
    padding-top: 20px;
    min-width: auto;
  }
}


div.body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'M PLUS 1p', sans-serif;
}

div.body a,
div.body li,
div.body span {
  transform: rotate(0.03deg);
}

.center {
  width: 98%;
  max-width: 1300px;
  margin: auto;
  text-align: center;
}

.center2 {
  width: 98%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.body a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #505050;
}

.body img,
.foot_02_div img {
  width: 100%;
  vertical-align: top;
}

.body h2 {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 45px;
  font-weight: 900;
  color: #595757;
  margin-bottom: 1em;
  text-shadow: none;
  padding-left: 0;
}

.body h3 {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #595757;
  text-shadow: none;
}

.body h4 {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #595757;
  margin: 0 auto;
  text-shadow: none;
}

.body span {
  font-family: 'M PLUS 1p', sans-serif;
  text-shadow: none;
}

.body p {
  margin: 0;
}

.body p,
.body ul li {
  color: #595757;
}

.in-bl {
  display: inline-block;
}

.fnt-red {
  color: #d60010;
}

.fnt-grn {
  color: #1eaa39 !important;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}


/*ヘッダー----------------------*/
.headGrp {
  background: #1eaa39;
}

.contents_01 {
  padding: 3% 0 5%;
}

.contents_01_h2 {
  margin: 20px auto 0 !important;
}

.contents_01 p {
  padding: 0;
}

.catch {
  font-size: 5rem;
}

.come {
  color: #d60010;
}

.contents_01_ul {
  list-style-type: none;
  font-weight: bold;
  font-size: 2.25rem;
  padding: 0;
  margin: 1.5rem 0 1rem;
}

.contents_01_ul li {
  position: relative;
  display: inline-block;
  margin-left: 2em;
}

.contents_01_ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.3em;
  width: 0.75em;
  height: 0.5em;
  border-left: 3px solid #1eaa39;
  border-bottom: 3px solid #1eaa39;
  transform: rotate(-45deg);
}



/*介護現場でみられるコミュニケーションの悩み-------------------*/
.contents_02 {
  /* background: #e6e6e6; */
  padding: 60px 0 30px;
}

.contents_02_h3 {
  background: #595757;
  color: #fff !important;
  border-radius: 100px;
  padding: 5px;
  width: 85%;
  margin: 0 auto 30px;
}

.contents_02_div {
  display: flex;
  justify-content: space-between;
}

.contents_02_item {
  width: 48%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.contents_02_item ul {
  text-align: left;
  font-size: 1.75rem;
  font-weight: bold;
  list-style: disc;
  margin-left: 4rem;
}

.contents_02_item ul li {
  line-height: 1.25;
  margin-bottom: 1em;
}




/*LINE WORKSならお仕事に必要な機能が一つのアプリに！---------------*/
.contents_03 {
  padding: 5% 0 3%;
}

.contents_03_div01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5%;
}

.contents_03_div01_item01 {
  width: 20%;
  text-align: right;
}

.contents_03_div01_item01 img {
  max-width: 120px;
}

.contents_03_div01_item02 {
  width: 78%;
  text-align: left;
}

.contents_03_div01_item02 h2 {
  font-size: 5rem;
  margin-bottom: 0;
}


.contents_03_div02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contents_03_div02_item01 {
  width: 35%;
}

.contents_03_div02_item02 {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contents_03_div02_item02 div {
  width: 23%;
  margin-bottom: 20px;
}

.contents_03_div02_item02 div:nth-of-type(n+5) {
  margin-bottom: 0;
}

.contents_03_div02_item02 div img {
  max-width: 100px;
  margin-bottom: 10px;
}

.contents_03_div02_item02 p {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 1vw;
  font-weight: 700;
}

/*LINE WORKSの特徴-------------------*/

.kugiri,
.kugiri2 {
  background: linear-gradient(#fff, #f4f4f4);
  height: 80px;
  width: 100%;
}

.kugiri2 {
  background: linear-gradient(#f4f4f4, #fff);
}

.contents_04 {
  padding: 5% 0;
}

.contents_04_div {
  display: flex;
  justify-content: space-between;
}

.contents_04_div_item {
  width: 23%;
  /* IE8以下とAndroid4.3以下用フォールバック */
  width: -webkit-calc(23% - 20px);
  width: calc(23% - 20px);
}

.contents_04_div_item img {
  max-width: 230px;
}

.contents_04_div_item h3 {
  margin: 1em 0 0.25em;
}

.contents_04_div_item ul {
  list-style: disc;
  margin-left: 2rem;
}

.contents_04_div_item ul li {
  text-align: justify;
  line-height: 1.25;
  margin-top: 1.5rem;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.25;
}

/*LINEとつながる唯一のチャットサービス----------------*/
.contents_05 {
  text-align: center;
  margin: auto;
}

.contents_05 h2 {
  margin-bottom: 0;
}

.contents_05 h4 {
  margin-bottom: 2em;
}



/*LNE WORKSとLINEの違い-------------------*/
.contents_06 {
  padding: 5% 0;
}

/*ご利用料金-------------------*/
.contents_07 {
  padding: 0% 0 5%;
}

.contents_07_text {
  text-align: left;
  padding-top: 10px;
}

.contents_07_text span {
  color: #b21f27;
  font-weight: bold;
}

.contents_07_text a {
  color: #1eaa39;
  text-decoration: underline;
}

.contents_07_text a:hover {
  opacity: 0.5;
}

.contents_07_text>ul {
  list-style: disc;
  margin: 10px auto;
  padding-left: 1em;
}

/*フッター-----------------*/
.foot_01 {
  padding: 0% 0 3%;
}

.foot_01_div {
  margin-bottom: 8%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.foot_01_div_2 {
  margin-bottom: 5%;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}

.foot_01_div_2>div {
  width: calc(80% - 20px);
}

.foot_01_div_2>div img {
  max-width: 850px;
  margin: auto;
}

.foot_01_div_2 p {
  font-size: 1.5rem;
  margin-top: 1em;
}

.foot_01_div_2 div:first-of-type p {
  text-align: center;
}

.foot_01_div_2 div:last-of-type div {
  display: inline-block;
  text-align: center;
}

.foot_01_div_2 div:last-of-type p {
  text-align: center;
  padding-left: 1em;
  text-indent: -1em;
}

.foot_01_div_item01 {
  width: 45%;
  text-align: justify;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 2.15rem;
  font-weight: 700;
}

.foot_01_div_item02 {
  width: 30%;
}

.foot_01_btn img {
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.foot_01_btn:hover {
  opacity: 0.8;
}

/*お問い合わせ--------------------*/

.foot_02 {
  background: #e6e6e6;
  padding: 5% 0 7%;
}

.foot_02 h4 {
  font-size: 20px;
  margin-bottom: 1.5em;
  padding: 10px;
  border-radius: 100px;
  color: #fff;
  background: #595757;
}

.foot_02_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot_02_div div {
  width: 48%;
}

@media (max-width: 768px) {

  /*------------------------------------------- */
  .center,
  .center2 {
    width: calc(100% - 10px);
    max-width: 500px;
  }

  .center img,
  .center2 img {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .body h2 {
    font-size: 30px;
    background: none;
    line-height: 1.5;
  }

  .catch {
    font-size: 11vw;
  }

  .contents_01 p {
    padding: 10px 0;
    width: 90%;
    margin: auto;
  }

  .contents_01_ul {
    font-size: 5vw;
  }

  .contents_02 {
    padding: 30px 0;
  }

  .contents_02_h3 {
    font-size: 5vw !important;
    width: 100%;
    border-radius: 0;
    line-height: 1.5;
  }

  .contents_02_h3 span {
    color: #fff !important;
    box-shadow: none;
    letter-spacing: 0.1em;
  }

  .contents_02_div {
    flex-direction: column;
  }

  .contents_02_item {
    width: 90%;
    margin: 0 auto 30px;
  }

  .contents_02_item:last-of-type {
    flex-direction: row-reverse;
  }

  .contents_02_item ul {
    font-size: 4vw;
    margin-left: 3rem;
  }

  .contents_02_item br {
    display: none;
  }



  .contents_03_div01 {
    flex-direction: column;
    margin-bottom: 10%;
  }

  .contents_03_div01_item02 {
    width: 95%;
    text-align: center;
  }

  .contents_03_div01_item02 h2,
  .contents_04 h2 {
    font-size: 6.5vw !important;
    line-height: 1.5;
  }

  .contents_03_div01_item02 h2 br {
    display: none;
  }


  .contents_03_div02 {
    flex-direction: column;
  }

  .contents_03_div02_item01 {
    width: 50%;
  }

  .contents_03_div02_item02 {
    width: 90%;
    margin-top: 10%;
  }

  .contents_03_div02_item02 p {
    font-size: 3.5vw;
  }



  .contents_04 {
    padding: 10% 0 0;
  }

  .contents_04_div {
    flex-direction: column;
    align-items: center;
  }

  .contents_04_div_item {
    width: 95%;
    margin-bottom: 20%;
  }

  .contents_04_div_item img {
    max-width: 300px;
    margin: auto;
  }

  .contents_04_div_item h3 {
    margin: 0.5em 0 0;
    background: none;
    font-size: 7vw;
    padding: 0.5em 0;
  }

  .contents_04_div_item h4 {
    background: none;
    font-size: 5vw;
  }

  .contents_04_div_item ul {
    margin-left: 3rem;
    margin-right: 2rem;
  }

  .contents_04_div_item ul li {
    margin-top: 0.5em;
    margin-bottom: 0px;
    font-size: 4vw;
  }

  .contents_04_div_item br {
    display: none;
  }

  .contents_05 h2 {
    font-size: 30px;
    line-height: 1.5;
    padding: 0 1em !important;
  }

  .contents_05 h4 {
    font-size: 24px;
    background: none;
    margin-bottom: 8%;
    padding: 0 20px;
  }


  .contents_06 {
    padding: 30px 0;
  }

  .contents_06 h2 {
    margin-bottom: 1em;
  }


  .contents_07_text {
    padding: 10px;
  }

  .contents_07_text li {
    font-size: 16px;
  }


  .foot_01_div {
    flex-direction: column;
  }

  .foot_01_div_item01 {
    width: 90%;
    font-size: 5vw;
    margin-bottom: 8%;
  }

  .foot_01_div_item02 {
    width: 75%;
  }

  /*.foot_01_btn img{
  width: 95%;
  margin: 2% auto 2%;
}*/

  .foot_01_attention p {
    font-size: 2.5vw;
  }


  .foot_02 {
    padding: 20px 0;
  }

  .foot_02 h4 {
    font-size: 20px;
    border-radius: 0;
  }

  .foot_02_div {
    flex-direction: column;
  }

  .foot_02_div div {
    width: 90%;
    margin-bottom: 20px;
  }

  .foot_01_div_2 {
    flex-direction: column;
    align-items: center;
  }

  .foot_01_div_2>div {
    width: 95%;
    margin-top: 30px;
  }

  .foot_01_div_2 p {
    margin-top: 0.5em;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}



@media (max-width: 500px) {

  .contents_05 h2,
  .contents_06 h2,
  .body h2 {
    font-size: 6vw;
  }

  .contents_05 h4 {
    font-size: 5vw;
  }
}


/*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
  }
}

/*20230515追加--------------安田*/
a.lineworks_shopBtn {
  font-family: 'M PLUS 1p', sans-serif;
  text-shadow: none;
  display: block;
  width: 95%;
  max-width: 850px;
  margin: 30px auto;
  padding: 0.5em;
  border-radius: 100px;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #1eaa39 !important;
  background: #f3ea12;
  position: relative;
}

a.lineworks_shopBtn::before,
a.lineworks_shopBtn::after {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

a.lineworks_shopBtn::before {
  background: #1eaa39;
  right: 5%;
}

a.lineworks_shopBtn::after {
  background: #f3ea12;
  right: calc(5% + 8px);
}

@media (max-width: 768px) {
  a.lineworks_shopBtn {
    font-size: 6vw;
    margin-bottom: 0;
  }
}



span.logo img {
  width: 22rem;
  padding: 0.1em 0.25em;
}

div.body h2 {
  padding: 0;
}

@media (max-width: 768px) {
  span.logo img {
    width: 50vw;
    padding: 0em 0.25em;
    margin: 0;
    display: inline-block;
    position: relative;
    top: -0.25em;
  }

}


/*202511　ヘッダー＆一部更新　*/
div.header-grid {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 0 20px;
}

div.header-grid-item01 {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}

div.header-grid-item02 {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  padding-top: 15px;
}

div.header-label {
  background: #f3ea12;
  border-radius: 200px;
  padding: 10px;
  width: 90%;
  margin: auto auto 0 auto;
}

div.header-label p {
  text-align: center;
  font-family: 'M PLUS 1p', sans-serif;
  text-shadow: none;
  font-size: 36px;
  font-weight: 700;
  color: #000;
  line-height: 1.35;
}

div.header-grid-item01 h1 {
  font-family: 'M PLUS 1p', sans-serif;
  text-shadow: none;
  font-weight: 700;
  font-size: 55px;
  text-align: left;
  color: #fff;
  margin: 0.25em auto auto auto;
}

div.header-grid-item01 h1 img {
  margin-left: 0;
}

@media (max-width: 1350px) {
  div.header-grid-item01 h1 {
    font-size: 50px;
  }
}


@media (max-width: 768px) {
  .headGrp article.center {
    max-width: 500px;
  }

  div.header-grid {
    padding: 20px 10px 0;
    grid-template-columns: 1fr;
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251106/header_flag.png) no-repeat 83% top / 150px;
  }

  div.header-grid-item01 {
    padding-top: 75px;
    padding-bottom: 10px;
  }

  div.header-grid-item02 {
    padding-top: 0;
  }

  div.header-label {
    width: 240px;
    margin: auto auto auto 0;
  }

  div.header-label p {
    font-size: 26px;
  }

  div.header-grid-item01 h1 {
    font-size: 40px;
  }

}

@media (max-width: 500px) {
  div.header-grid {
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251106/header_flag.png) no-repeat 95% top / 40%;
  }

  div.header-grid-item01 {
    padding-top: 25vw;
  }

  div.header-grid-item01 h1 {
    font-size: 7.5vw;
  }

  div.header-label {
    width: 50%;
    padding: 2vw;
  }

  div.header-label p {
    font-size: 5vw;
  }
}

/*こんなお悩みありませんか？*/
div.worriesGrp {
  background: #e6e6e6;
  padding: 0;
  border-radius: 15px;
  position: relative;
}

div.worriesGrp::after {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background: #e6e6e6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}

div.worriesGrp h3 {
  background: #505050;
  color: #fff;
  font-size: 30px;
  padding: 15px;
  border-radius: 15px 15px 0 0;
  margin: 0;
}

div.worries_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 20px;
}

div.worries_grid>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

div.worries_grid>div img {
  max-width: 220px;
}

div.worries_grid>div ul {
  padding-left: 1em;
}

div.worries_grid>div li {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  padding-bottom: 0.35em;
}


@media (max-width: 768px) {
  div.worriesGrp {
    max-width: 500px;
  }

  div.worries_grid {
    grid-template-columns: 1fr;
  }

  div.worriesGrp h3 {
    font-size: 24px;
  }

  div.worries_grid>div {
    width: 90%;
    margin: auto;
    flex-direction: column;
  }

  div.worries_grid>div img {
    width: 100%;
    max-width: 200px;
  }

  div.worries_grid>div li {
    font-size: 16px;
  }
}


/*解決できます!*/
div.solutionGrp {
  padding: 40px 0 20px;
}

div.solutionGrp h2 {
  display: inline-block;
  font-size: 36px;
  position: relative;
  padding: 0 1.15em;
}

div.solutionGrp h2::before,
div.solutionGrp h2::after {
  content: "";
  display: block;
  width: 9px;
  height: 80%;
  border-left: 3px solid #1eaa39;
  border-right: 3px solid #1eaa39;
  position: absolute;
  bottom: 5px;

}

div.solutionGrp h2::before {
  left: 0;
  transform: rotate(-15deg);
}

div.solutionGrp h2::after {
  right: 0;
  transform: rotate(15deg);
}

div.solution_midashi p {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

div.solution_midashi p>span {
  color: #1eaa39;
  font-size: 150%;
  font-weight: 900;
  padding: 0 10px;
  line-height: 2;
  background: radial-gradient(circle at calc(100% - 7px) calc(100% - 7px), #ee2 7px, transparent 7px),
    radial-gradient(circle at 7px calc(100% - 7px), #ee2 7px, transparent 7px),
    linear-gradient(to bottom, #fff calc(100% - 14px), transparent calc(100% - 14px)),
    linear-gradient(to right, transparent 7px, #ee2 7px, #ee2 calc(100% - 7px), transparent calc(100% - 7px));
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}



@media (max-width: 768px) {
  div.solutionGrp h2 {
    font-size: 28px;
  }

  div.solution_midashi p {
    width: 90%;
    margin: auto;
  }

  div.solution_midashi p,
  div.solution_midashi p>span {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  div.solutionGrp h2 {
    font-size: 5.75vw;
  }

  div.solutionGrp h2::before {
    left: 4vw;
  }

  div.solutionGrp h2::after {
    right: 4vw;
  }
}

/*選ばれる理由*/
article.reason {
  background: #e0f0e8;
  padding: 50px 10px;
}

div.reason_grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15px;
}

div.reason_grid h3 {
  font-size: 36px;
  font-weight: 900;
}

div.reason_grid ul {
  padding-left: 1em;
  list-style-type: disc;
}

div.reason_grid li {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  padding-bottom: 0.5em;
}

div.reason_grid li:last-of-type {
  padding-bottom: 0;
}


@media (max-width: 768px) {
  div.reason_grid {
    grid-template-columns: 1fr;
  }

  div.reason_grid h3 {
    font-size: 28px;
    margin: 0 auto;
  }

  div.reason_grid ul {
    margin-top: 0;
    margin-left: 0.5em;
  }

  div.reason_grid li {
    font-size: 18px;
  }
}


@media (max-width: 500px) {
  div.reason_grid h3 {
    font-size: 7vw;
  }
}

/*機能*/
.contents_04 {
  padding: 40px 0;
}

.contents_04 h2 {
  margin-bottom: 0.25em;
}

.contents_04 div.jirei {
  max-width: 1200px;
  margin: auto;
}

.contents_05 {
  padding-top: 30px;
  background: #F2F2F2;
}

.contents_07 {
  padding-bottom: 30px;
}

/*紹介動画*/
.contents_08 {
  margin-bottom: 100px;
}

.contents_08 h2 {
  margin-bottom: 0.5em;
}

div.video_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

div.video_grid a {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

div.video_grid a img {
  border-radius: 5px;
  transition: all 0.6s ease 0s;
  width: 100%;
}

div.video_grid a:hover {}

div.video_grid a:hover img {
  transform: scale(1.07);
  filter: brightness(0.8);
}

div.video_grid a::after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251114/arrow.png)no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* 
div.video_grid iframe {
  width: 420px;
  height: 236px;
} */

ul.contents_08_list {
  max-width: 768px;
  margin: auto auto 40px;
}

ul.contents_08_list li {
  text-align: left;
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}

ul.contents_08_list li::before {
  content: "※";
}


ul.contents_08_list {
  max-width: 768px;
  margin: auto auto 40px;
}

ul.contents_08_list li {
  text-align: left;
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}

ul.contents_08_list li::before {
  content: "※";
}

@media (max-width: 768px) {
  div.video_grid {
    width: 85%;
    margin: auto;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  div.video_grid iframe {
    width: 100%;
    height: 250px;
  }

  .contents_08 {
    margin-bottom: 60px;
  }

  .contents_08 h3.title_h3 {
    font-size: 28px;
  }

  ul.contents_08_list {
    max-width: 425px;
  }

}

@media (max-width: 500px) {
  .contents_08 {
    margin-top: 60px;
    margin-bottom: 0;
  }

  div.video_grid {
    width: 95%;
  }

  div.video_grid iframe {
    width: 100%;
    height: fit-content;
  }

  .contents_08 h3.title_h3 {
    font-size: 5vw;
  }

  ul.contents_08_list {
    width: 95%;
  }

  ul.contents_08_list li {
    font-size: 14px;
  }

}

div.bottom-floating_banner p {
  text-align: center;
}

/*お申し込みはこちらから*/
@media (min-width: 769px) {
  div.bottom-floating_banner {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(204, 204, 204, 0.8);
    padding: 20px 10px 10px;
    z-index: 99;
  }


  div.bottom-floating_banner a {
    max-width: 500px;
    font-size: 26px;
  }
}

div.bottom-floating_banner {
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
}

div.bottom-floating_banner a {
  display: block;
  width: 100%;
  padding: 0.5em 0.75em;
  margin: 0 auto 0.2em;
  border-radius: 100px;
  background: #1eaa39;
  color: #fff;
  font-weight: 900;
  transition: all 0.3s ease 0s;
  line-height: 1;
  font-family: 'M PLUS 1p', sans-serif;
}

div.bottom-floating_banner a:hover {
  background: #0e7525;
}

@media (max-width: 768px) {
  div.bottom-floating_banner {
    max-width: 500px;
    margin: auto auto 30px;
    padding: 0 10px;
  }

  div.bottom-floating_banner a {
    font-size: 30px;
  }

  div.bottom-floating_banner p {
    font-size: 14px;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}

@media (max-width: 768px) {
  div.bottom-floating_banner a {
    font-size: 6vw;
  }
}