.edition-flexbox{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    gap: 30px;
    width: 100%;
}
.edition-box {
    border: solid 1px rgb(175, 175, 175);
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 20px;
    text-align: center;
}
.edition-box dl {
    width: 100%;
    margin: 0;
}
.ed-img img {
    width: 100%;
}
.ed-img {
    margin: 0 auto;
    
}
.edition-box dt {
    color: white;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 0.5rem;
}
.community-dt {
    background: #A9B9DE;
}
.enterprise-dt {
    background: #6cb6bc;
}
.ed-txt {
    text-align: left;
    margin: 10px 0;
}
.m-manual_message{
    margin: -20px 0 30px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fffedc;
    color: #777;
    padding: 10px 20px;
    font-size: 15px;
}

.m-manual_message + .m-manual_message{
    margin-top: -25px;
}

@media screen and (max-width: 900px) {
  .edition-flexbox {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }
}



/* カーソルを重ねる要素 */
.tooltip {
  position: relative; /* ツールチップの位置の基準に */
  cursor: pointer; /* カーソルを当てたときにポインターに */
}
  .contributor-tooltip {
        img {
        pointer-events: none;
        }
    }
/* ツールチップのテキスト */
.tooltip-text {
  opacity: 0; /* はじめは隠し
ておく */
  visibility: hidden; /* はじめは隠しておく */
  position: absolute; /* 絶対配置 */
  left: 50%; /* 親に対して中央配置 */
  transform: translateX(-50%); /* 親に対して中央配置 */
  bottom: -50px; /* 親要素下からの位置 */
  display: inline-block;
  padding: 5px; /* 余白 */
  white-space: nowrap; /* テキストを折り返さない */
  font-size: 0.8rem; /* フォントサイズ */
  line-height: 1.3; /* 行間 */
  background: #333; /* 背景色 */
  color: #fff; /* 文字色 */
  border-radius: 3px; /* 角丸 */
  transition: 0.3s ease-in; /* アニメーション */
}

/* ホバー時にツールチップの非表示を解除 */
.tooltip:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}

.tooltip-text:before {
	content: '';
	position: absolute;
	top: -13px;
	left: 50%;
	margin-left: -7px;
	border: 7px solid transparent;
	border-bottom: 7px solid #333;
}


.m-form .form_body .name {
  .row.is_wide dd {
    flex: 1;
    width: 100%;
  }

  @media screen and (max-width:767px) {
    display: block;
    .row.is_wide{
      p{
        width: 100%;
        &:last-of-type{
          width: auto;
          flex: 1;
          text-align: right;
          margin-left: 0!important;
        }
      }
      dd {
        input{
          width: 59.87vw;
        }
      }
    }
  }
}

.s-blog_detail {
  img {
    max-width: 100%;
  }
  .header_meta:has(.category) {
    align-items: center;

    .category {
      display: block;

      margin-left: 13px;

      padding: 0 10px;

      border: 1px solid #000;

      border-radius: 3px;

      font-size: 11px;

      text-align: center;

      &::before {
        display: none;
      }

      &.is_010 {
        border-color: #0a4fe6;
        color: #0a4fe6;
      }

      &.is_020 {
        border-color: #f80;
        color: #f80;
      }

      &.is_030 {
        border-color: #07ab17;
        color: #07ab17;
      }
    }
  }
}

/* 取材記事 */

.s-blog_footer_nav {
  margin-top: 70px !important;
}

.blog-article_notes_fig {
  display: block;
  margin: 0.5em 0 70px 52px;

  margin: auto;
}

.blog-article_notes_fig img {
  width: 270px;
  text-align: center;
}

.blog-article_notes_fig figcaption {
}

.blog-article-caption span::before {
  content: '▲';
  display: inline-block;

  margin-right: 0.5em;
}

.blog-article-caption {
  max-width: 458px;

  margin-top: 20px;

  color: #666;

  font-size: 12px;

  line-height: 1.6;
}

.blog-article_notes {
  margin-bottom: 2em;
  line-height: 2;
}

.blog-article_notes_fig {
  width: 270px;
}

/* MySQL表 */
.blog-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  th,
  td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
  }
  th {
    background-color: #9d9d9d;
    font-weight: bold;
    color: white;
    text-align: center;
  }
  tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  td:first-child {
    background-color: #9d9d9d;
    font-weight: bold;
    color: white;
    text-align: center;
  }
  .table-highlight {
    color: #fb4646;
    font-weight: bold;

  }
}
@media (max-width: 768px) {
  table {
    font-size: 14px;
  }
  th,
  td {
    padding: 6px;
  }
}
@media screen and (max-width: 1040px) {
  .blog-article_notes_fig {
    width: auto;
    margin: 0 0 6.67vw;

    float: none;

    text-align: center;
  }

  .blog-article_notes_fig img {
    width: auto;

    max-width: 100%;

    height: auto;
  }
}


.books_main_body {
  .books-flex-wrap {
    margin: 0 auto;
  }
  .nowrap {
    white-space: nowrap;
  }
    width: 75%;
    margin: auto;
    .flex {
        width: 72%;
        display: flex;
        align-items: center;
    }
    h1 {
      text-align: center;
      font-size: 24px;
      margin: 65px auto 30px auto;
      font-weight: bold;
      line-height: 2rem;
     }   
    .books-flex {
      width: 100%;
      justify-content: center;
        margin: 0 auto 68px auto;
    }
}
.l-contents .books-smpl-dl {
    background: #eff8ff;
}
.books-cover {
     img {
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.35);
        width: auto;
        height: 292px;
        margin-right:80px;
    }
}
.books-sub-img  {
    margin-top: 20px;
    text-align: center;
    margin: 60px;
    img {
    width: 70%;
}
}

.SD-readers { 
  .books-info {
    width: 90%;
  }
  .books-flex-wrap {
    width: min-content;
  }
  .books-flex{
  justify-content: inherit;
  
  }
  .books-purchase-links {
    display: flex;
}
}
.books-purchase {
  a {
    margin-top: 18px;
    margin-right: 8px;
    width: 100%;
    min-width: 150px;
    display: inline-block;
    color: #ffffff; /* 白文字 */
    font-size: 14px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px; /* ボタンの角を丸める */
    border: none;
    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    }
    .books-amazon {
    background-color: #F99404;
}
    .books-rakuten {
    background-color: #BF0000; /* オレンジ系の背景色 */
    }
    .readers-sample-DL {
      background: #111;
      margin-right: auto;
      margin-left: auto;
    }
}
.books-purchase-links {
    display: flex;
    width: 100%;
}
.books-purchase-links a:nth-child(2) {
  margin-right: 0;
}

.books-purchase-links a:hover,
.readers-sample-DL:hover {
    transform: translateY(-3px);
    text-decoration: none;
  }

.books-content {
width: 78%;
margin: auto;
p {
    font-size: 16px;
    margin-bottom: 20px;
    
}
}
.toc-button.books-btn {
    width: 100%;
    margin-top: 3em;
}
.books-btn {
    display: inline-block;
    width: 70%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    text-align: center;
    transition: color 150ms ease-out, background 150ms ease-out;
    margin-top: 1em;
}

.books-purchase {
    margin-top: 2em;
}
.books-btn:hover {
    background: #111;
    color: #fff;
    text-decoration: none;
}
.books-dl {
    text-align: center;
}


/* --------------------目次モーダル --------------------*/
.books-toc-wrap-section {
    margin: auto;
}
.books-toc-wrap {
    width: 80%;
    margin:20px auto;
    h2{
        text-align: center;
        padding: 20px;
    }
}
.books-toc {
    justify-content: space-between;
    margin: auto;
  }

  .books-column h3 {
    margin-bottom: 0.5em;
  }
  .books-column ul {
    list-style: none;
    padding-left: 0;
    line-height: 1.6;
  }
  .books-toc-btn {
    padding: 8px 40px;
    width: 100%;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 50px;
  }
  .books-button:hover {
    opacity: 0.8;
  }
  /* モーダル関連のスタイル */
  .books-modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.5); /* 背景を半透明に */
    display: none; /* 初期は非表示 */
    z-index: 9999;
  }
  .books-modalContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    max-height: 90vh; /* 画面に収まるように高さを制限 */
  }
  .books-closeButton {
    float: right;
    font-size: 18px;
    cursor: pointer;
  }
  .books-closeButton:hover {
    color: #f00;
  }
  .books-modalContent h2 {
    margin-top: 0;
  }
  .books-modalContent h3 {
    margin-top: 1.2em;
    margin-bottom: 0.4em;
  }
  .books-modalContent ul {
    list-style: disc;
    padding-left: 1.5em;
    margin-top: 0;
    margin-bottom: 1em;
  }

/* モーダルの目次を2カラムに分ける */
    .books-modalContentColumns {
      display: flex;
      gap: 2rem;
    }
    .books-modalContentColumn {
      flex: 1;
    }

    /* 正誤表 */
    .books-table {
      margin-top: 30px;
      border-collapse: collapse;
      border: 1px solid #ccc;
      min-width: 600px;            /* 必要に応じて最小幅を設定 */
      width: 100%;
      th, td {
        border: 1px solid #ccc;
        padding: 8px;
      }
      th {
        background-color: #f0f0f0;
      }
      td {
        flex: 1;
      }
      .books-table-color {
        color: #df0000;
      }
      .tr-wide {
          width: 4rem;
      }
    }
  
@media (max-width: 768px) {
    .books_main_body {
        .flex {
        flex-direction: column;
        padding: 15px;
        width: 100%;
        }
        .books-flex {
        text-align: center;
        }
        .nowrap {
          white-space: inherit;
        }
    }
    .books-toc-wrap-section {
      .books-bnr01 {
        width: 80%;
      }
  }
  .SD-readers {
    .books-flex-wrap {
      width: 100%;
   
    }
  }
    .books-modalContentColumns {
      flex-direction: column; /* モーダル縦並び */
    }   
    .books-table-wrap {
      width: 100%;
      overflow-x: auto; /*正誤表 横方向のスクロールを有効化 */
    }
    .books-info {
        font-size: 16px;
        margin: 32px auto 0 auto;
        text-align: left;
        display: inline-block;
    }
    .books-purchase {
        text-align: center;
        .books-purchase-links {
          flex-direction: column;
          a {
            width: 80%;
            margin-left: auto;
            margin-right: auto;
            +:nth-child(2) {
              margin-right: auto;
            }
          }
        }
        .readers-sample-DL {
          width: 80%;
        }
    }
    
    .books1-content p {
        text-align: left;
    }
    .books-cover {
      img {
         margin-right:0px;
     }
 }
    .book-cover, .content {
        flex: 0 0 100%;
        
    }
    .books-sub-img  {
        margin: 40px 0;
        img {
        width: 80%;
    }
    }
}

@media screen and (max-width: 767px){
     .l-contents .content_breadcrumbs {
         top: 8px;
         height: fit-content;
     }

     .l-contents .content_breadcrumbs + .l-main{
          margin-top: 72px;
     }
}

.c-btn.o-inblock {
  display: inline-block;
  width: auto;
  min-height: initial;
  padding: 10px 20px;
  &:before,
  &:after {
    display: none;
  }
  @media screen and (max-width: 1025px) {
    width: auto;
    padding: 14px 20px;
  }
  @media screen and (max-width: 767px) {
    width: 58.4vw;
    
  }
}
[class^='s-top_'] .top_sct_more a,
[class*=' s-top_'] .top_sct_more a {
  
  height: initial;
  line-height: initial;
}

.s-top_news .more {
  @media screen and (max-width: 1025px) {
    line-height: 1.6;
  }
  @media screen and (max-width: 767px) {
    text-align: center;
  }
}


.s-cases_detail .cases_detail_footer .interviewee .row{
    align-items: center;
}

.s-cases_detail .cases_detail_footer .interviewee .row dt{
    width: 85px;
    text-align-last: justify;
    text-align: justify;
    text-justify: inter-character;

}
.s-cases_detail .cases_detail_footer .interviewee .row dt>span{
    display: block;
    letter-spacing: -0.1em;
}
@media screen and (max-width: 767px){
    .s-cases_detail .cases_detail_footer .interviewee .row dt {
        width: 18.94vw;
    }
}
 /*--------- figcaptionを写真のセンターに表示-------- */
 .article_notes_fig {
  text-align: center;
 }
 /*--------- 画像に枠線をつける-------- */
 .article_notes_fig_img_border {
  border: solid 1px #dedede;
 }


@charset "utf-8";

.l-main.customers_voice .main_header .header_inner{
    margin-bottom: 40px;
}
.customers_voice figure {
    margin-bottom: 60px;
}
.customers_voice figure figcaption{
    text-align: center;
    font-size: 12px;
}
.customers_voice .banner_img{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
}
.customers_voice .banner_img>div{
    width: 30%;
    margin: 0 auto 30px;
}
.customers_voice .banner_img img{
    max-width: 100%;
    height: auto;
}
.customers_voice .catch{
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #111;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 1.6;
}

.voice_wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px 16px;
}
.customers_voice .voice{
    width: 49%;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    flex: initial;
    background-color: #f6f6f6;
}

.customers_voice .voice_left{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
    margin-right: 25px;
}
.customers_voice .voice_left .voice_icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 20px;
}
.customers_voice .voice_left .voice_icon>img{
    max-width: 100%;
    height: auto;
}
.customers_voice .voice_left .voice_prof{
    text-align: center;
    line-height: 1.8;
}
.customers_voice .voice_left .voice_prof>.voice_prof_employeesize{
    font-size: 12px;
}
.customers_voice .voice_right{
    width: 60%;
}
.customers_voice .voice_right>a{
    text-decoration: none;
    color: inherit;
}
.customers_voice .voice_right .voice_right_inner{
    padding: 20px;
    position: relative;
    background-color: #fff;
}
.customers_voice .voice_right .voice_right_inner::before{
    position: absolute;
    top: 30px;
    left: -25px;

    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 30px solid #ffffff;
    border-left: 0;
      
}
.customers_voice .voice_right h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
}

@media screen and (max-width: 1040px){
    .customers_voice .banner_img{
        width: 85%;
        margin: 0 auto;
    }
    .voice_wrapper{
        gap: 48px;
    }
    .customers_voice .voice{
        width: 100%;
    }
    .customers_voice .voice_left{
        width: 30%;
        margin-top: 40px;
    }
    .customers_voice .voice_right{
        width: 70%;
    }
}
@media screen and (max-width: 767px){
    .customers_voice .catch{
        padding-bottom: 6.67vw;
        margin-bottom: 9.34vw;
        font-size: 4vw;
        margin-top: 56px;
    }
    .customers_voice .voice{
        flex-direction: column-reverse;
    }
    .customers_voice .voice_left{
        width: 100%;
        margin-top: 0;
    }
    .customers_voice .voice_right{
        width: 100%;
        margin-bottom: 30px;
    }
    .customers_voice .voice_right .voice_right_inner::before{
        top: auto;
        bottom: -30px;
        left: 50px;
        border-style: solid;
        border-right: 22px solid transparent;
        border-left: 22px solid transparent;
        border-top: 30px solid #ffffff;
        border-bottom: 0;
        
    }
    .customers_voice .voice_right h3{
        font-size: 3.5vw;
        margin-bottom: 16px;
    }
    .customers_voice .voice_left .voice_prof>.voice_prof_name{
        font-size: 3.2vw;
    }
    .customers_voice .voice_left .voice_prof>.voice_prof_employeesize{
        font-size: 2.8vw;
    }
    .star{
        margin-bottom: 16px;
    }
}



/* 星マーク */
.star{
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    color: #EEE400;
    display: block;
    text-align: center;

    margin-bottom: 8px;
  }
  .star:before{
    font-weight: 900;
  }
  .star:after{
    font-weight: 400;
  }
  
  .star[data-rate="0.0"]:before{ content: ""; }
  .star[data-rate="0.5"]:before{ content: "\f5c0"; }
  .star[data-rate="1.0"]:before{ content: "\f005"; }
  .star[data-rate="1.5"]:before{ content: "\f005\f5c0"; }
  .star[data-rate="2.0"]:before{ content: "\f005\f005"; }
  .star[data-rate="2.5"]:before{ content: "\f005\f005\f5c0"; }
  .star[data-rate="3.0"]:before{ content: "\f005\f005\f005"; }
  .star[data-rate="3.5"]:before{ content: "\f005\f005\f005\f5c0"; }
  .star[data-rate="4.0"]:before{ content: "\f005\f005\f005\f005"; }
  .star[data-rate="4.5"]:before{ content: "\f005\f005\f005\f005\f5c0"; }
  .star[data-rate="5.0"]:before{ content: "\f005\f005\f005\f005\f005"; }
  
  .star[data-rate="0.0"]:after{ content: "\f005\f005\f005\f005\f005"; }
  .star[data-rate="0.5"]:after{ content: "\f005\f005\f005\f005"; }
  .star[data-rate="1.0"]:after{ content: "\f005\f005\f005\f005"; }
  .star[data-rate="1.5"]:after{ content: "\f005\f005\f005"; }
  .star[data-rate="2.0"]:after{ content: "\f005\f005\f005"; }
  .star[data-rate="2.5"]:after{ content: "\f005\f005"; }
  .star[data-rate="3.0"]:after{ content: "\f005\f005"; }
  .star[data-rate="3.5"]:after{ content: "\f005"; }
  .star[data-rate="4.0"]:after{ content: "\f005"; }
  .star[data-rate="4.5"]:after{ content: ""; }
  .star[data-rate="5.0"]:after{ content: ""; }

  @media screen and (max-width: 767px){
    .star{
        margin-bottom: 16px;
    }
}
  


.festa_main {
    position: relative;
    justify-content: center;
    align-items: center;

    section {
        padding: 120px 0;
        .festa_h2-color {
            color:#0592E9;
        }
        .festa_h2 {
            color:white;
        }
     
        h2 {
            font-size: 48px;
            line-height: 1;
            margin-bottom: 40px;
           
            span {
                display: block;
                font-size: 24px;
                margin-top: 20px;
                text-align: center;
            }
        }
    }
}

.festa_mv-content {
    display: flex;
    justify-content: center;
    height: 880px;

    img {
        max-width: 100%;
        width: 50%;
        height: auto;
        margin: auto;
        align-items: center;
    }
}

.festa_bg-container {
    background-image: url(/pleasanter/assets/images/lp/100festa/festa_bg.jpeg);
    background-size: cover;
}


#festa_about {
    width: 100%;
    background: white;
    display: flex;
    justify-content: center;
    .festa_about-container {
        width: 38%;
        min-width: 590px;
        .festa_about-iflame {
            margin-top: 40px;
            width: 100%;
            height: auto;
            aspect-ratio: 16 / 9;
        }
    }

    h3 {
        font-size: 48px;
        padding-bottom: 40px;
    }

    p {
        line-height: 2em;
    }
}
/* セミナーアーカイブ用のSCSS */
:root {
    --primary-color: #ffffff;
    --primary-light: rgba(46, 139, 87, 0.1);
    --hover-light-coler: rgba(255, 255, 255, 0.6);
    --text-dark: #222222;
    --text-medium: #555;
    --text-light: #777;
    --background-color: #fff;
    --background-gradient: linear-gradient(0deg, #25b1e8, #bfe3f4)
    --border-radius: 8px;
    --transition-speed: 0.3s;
    --box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

/* Base styles */
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
}

/* Container */
.festa-archive_container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 1.5rem;
    // background-color: var(--background-color);
    background-image: linear-gradient(0deg, #bfe3f4, #25b1e8);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

/* Title styles */
.festa-archive_title {
    font-size: 1.5rem;
    color: white;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.festa-archive_title::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background-color: var(--primary-color);
    margin: 1rem auto;
}

/* Day title */
.festa-archive_day-title {
    font-size: 1.8rem;
    color: var(--text-dark);
    margin: 2rem 0 1.5rem;
    padding-left: 1rem;
    border-left: 5px solid var(--primary-color);
}

/* Contents container */
.festa-archive_contents {
    display: grid;
    grid-template-columns: repeat(1fr);
    gap: 1rem;
}

@media (max-width: 768px) {
    .festa-archive_contents {
        grid-template-columns: 1fr;
    }
}

/* Item card */
.festa-archive_item {
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
    animation: fadeIn 0.5s ease forwards;
}

.festa-archive_item:hover {
    background-color: var(--hover-light-coler);
}

/* Content container */
.festa-archive_content {
    padding: 0;
}

/* Seminar link */
.festa-archive_seminar-link {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 1rem;
    background-color: var(--background-color);
    transition: background-color var(--transition-speed) ease;
    height: 100%;
    position: relative;
}

.festa-archive_seminar-link:hover {
    background-color: var(--hover-light-blue);
    text-decoration: none;
}

/* 下線のアニメーションを削除 */
.festa-archive_seminar-link::before,
.festa-archive_seminar-link::after {
    content: none !important;
}

/* Seminar title */
.festa-archive_seminar-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.3rem;
    color: var(--text-dark);
}

/* Seminar subtitle */
.festa-archive_seminar-subtitle {
    font-size: 0.95rem;
    color: var(--text-light);
    margin: 0;
    line-height: 1.5;
}

/* Animation for items */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Generate delays for each item */
.festa-archive_item:nth-child(n) {
    animation-delay: calc(0.05s * var(--n));
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    .festa-archive_item {
        animation: none;
    }
    
    .festa-archive_seminar-link {
        transition: none;
    }
}

  
#festa_timetable {
    .schedule-container {
        max-width: 900px;
        margin: 0 auto;
        padding: 20px 0;
      }
      
      .schedule-header {
        text-align: center;
        color: white;
        margin-bottom: 20px;
      }
      
      .schedule-header h1 {
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 5px;
      }
      
      .large-date {
        font-size: 36px;
        font-weight: bold;
        margin: 0 5px;
      }
      
      .day {
        font-size: 20px;
      }
      
      .note {
        font-size: 14px;
        margin-top: 5px;
      }
      
      .schedule-item {
        display: flex;
        background-color: white;
        border-radius: 10px;
        margin-bottom: 10px;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }
      
      .schedule-item.highlight {
        background-color: #fffde7;
      }
      
      .time {
        width: 80px;
        padding: 15px;
        font-weight: bold;
        color: #0066cc;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .content {
        flex: 1;
        display: flex;
        padding: 15px 15px 15px 0;
      }
      
      .company {
        width: 180px;
        padding-right: 15px;
      }
      
      .company a {
        color: #0066cc;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
      }
      
      .company a:hover {
        text-decoration: none;
      }
      
      .description {
        flex: 1;
      }
      
      .title {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 5px;
      }
      
      .text {
        font-size: 13px;
        color: #555;
      }
      
      .tags {
        width: 140px;
        text-align: right;
        color: #0088d1;
        font-size: 12px;
        padding-left: 15px;
      }
      
      @media (max-width: 768px) {
        .content {
          flex-direction: column;
        }
        
        .company {
          width: 100%;
          margin-bottom: 10px;
        }
        
        .description {
          width: 100%;
          margin-bottom: 10px;
        }
        
        .tags {
          width: 100%;
          text-align: left;
          padding-left: 0;
        }
      }

    .festa_timetable-container {
        text-align: center;
        img {
            width: 50%;
            margin-bottom: 40px;
        }
    }
}
#festa_overview {
    .festa_overview-container {
    text-align: center;
        .overview-ul-container {
            max-width: 500px;
            margin: 20px auto;
            ul {
                list-style: none;
                padding: 0;
                margin: 0;
                font-size: 15px;
                li {
                    display: flex;
                    justify-content: space-between;
                    padding: 10px 0;
                    border-bottom: 1px solid #ddd;
                    p {
                        font-size: 18px;
                        font-weight: bold;
                    }
                    p.ul-item {
                        font-size: 16px;
                        font-weight: normal;
                    }
                }
                li:last-child{
                    border-bottom: none;
                }
            }
        }
        .overview-ps {
            text-align: left;
            margin-top: 44px;
            >p {
                text-align: center;
            }
            h3 {
                color: #0b92e8;
                text-align: center;
                font-size: 24px;
                padding-bottom: 1rem;
                color: ;
            }
            .overview-ul {
                margin-top: 20px;
            }
        }
    }
}

#festa_apply {
    padding-top: 0;
    .festa_apply-container {
        
        h2 {
            text-align: center;
            font-size: 34px;
            color: #353535;;
        }
        .apply-form-container {
            max-width: 590px!important;
            margin: 0 auto!important;
        }
    }

}
@media (max-width: 768px) {
    .festa_main {
            section {
            padding: 60px 30px;
            h2 {
                font-size: 30px;
                line-height: 1;
                margin-bottom: 40px;
                span {
                    font-size: 16px;
                    margin-top: 10px;
                }
            }
        }
    }
    #festa_mv {
        padding: 0 30px;
        .festa_mv-content {
            height: 100vh;
            img {
                width: 90%;
            }
        }
    }
    #festa_about {
        width: 100%;
        background: white;
        display: flex;
        justify-content: center;
        .festa_about-container {
            width: 90%;
            min-width: 300px;
            .festa_about-iflame {
               
            }
        }
    
        h3 {
            font-size: 28px;
            padding-bottom: 34px;
        }
    
        p {
            line-height: 2em;
        }
    }

    #festa_timetable {
    
        .festa_timetable-container {
            text-align: center;
            img {
                width: 100%;
                margin-bottom: 30px;
            }
        }
    }
    #festa_overview {
        .festa_overview-container {
            .overview-ul-container {
                ul {
                        li {
                            padding: 10px 0;
                            p {
                                font-size: 16px;
                            }
                            p.ul-item {
                                font-size: 14px;
                            }
                        }
                    }
                }
                .overview-ps {
                    >p {
                        text-align: left;
                    }
                    .overview-ul {
                        margin-top: 20px;
                    }
                    h3 {
                        font-size: 16px;
                    }
                }
            }
        }
    }
        #festa_apply {
            .festa_apply-container {
                h2 {
                    font-size: 28px;
                    color: #353535;;
                }
                .apply-form-container {
                    width: 100%;
                    min-width: inherit;
                    margin: 0 auto;
                }
            }
        
        }

    }
 



.thanks_lounge {
    width: 100%;
    text-align: center;
    margin: auto;
}
.thanks_lounge img {
    width: 65%;
    margin: 35px auto 35px auto;
}
 .lounge-form-div {
    width: 60%;
  }
@media screen and (max-width: 767px) {
    .lounge-form-div {
        width: 75%;
}
    .thanks_lounge img {
        width: 75%;
    }
    }
@media screen and (max-width: 500px) {
    .lounge-form-div {
        width: 90%;
}
    .thanks_lounge img {
        width: 90%;
    }
    }

.l-header .navi{
    padding-left: 30px;
}
.l-header .navi .nav{
    font-size: 0.95em;
}




@media screen and (max-width: 1040px){
    .l-header {
        height: 16vw;
        background: rgba(255, 255, 255, .8);
    }
    .l-header .header_inner {
        display: display;
        padding: 7.34vw 0 0;
    }
    .l-header .logo img {
        width: 23.2vw;
        height: auto;
        opacity: .45;
    }
    .l-header .nav_trigger {
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        display: block;
    }
    .l-header .nav_trigger button {
        position: relative;
        overflow: hidden;
        width: 14.67vw;
        height: 16vw;
        border: 0;
        cursor: pointer;
    }
    .l-header .nav_trigger span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5.34vw;
        height: 0.27vw;
        margin: -0.26vw 0 0 -2.66vw;
        background: #111;
        transition: transform 150ms ease-out, margin 150ms ease-out, width 150ms ease-out, background 150ms ease-out;
    }
    .l-header.o-is_navi_open .nav_trigger span {
        background: #fff;
    }
    .l-header .nav_trigger span:nth-child(1) {
        transform: translateY(-2.66vw);
    }
    .l-header .nav_trigger span:nth-child(2) {
        transform: translateY(0);
    }
    .l-header .nav_trigger span:nth-child(3) {
        transform: translateY(2.67vw);
    }
    .l-header.o-is_navi_open .nav_trigger span:nth-child(1) {
        width: 8vw;
        margin: -0.26vw 0 0 -4vw;
        transform: rotate(45deg);
    }
    .l-header.o-is_navi_open .nav_trigger span:nth-child(2) {
        width: 0;
    }
    .l-header.o-is_navi_open .nav_trigger span:nth-child(3) {
     width: 8vw;
     margin: -0.26vw 0 0 -4vw;
     transform: rotate(-45deg);
 }
 
    .l-header .navi_stage {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        overflow: auto;
        width: 100vw;
        height: 0;
        padding: 0 4.67vw;
        background: rgba(1, 1, 1, .95);
        opacity: 0;
        transition: opacity 300ms ease-out, height 1ms ease-out 310ms;
    }
    .l-header.o-is_navi_open .navi_stage {
        height: 100vh;
        opacity: 1;
        transition: opacity 300ms ease-out, height 0ms ease-out;
    }
    .l-header .navi_stage .sp_logo {
        display: block;
        padding-top: 16vw;
        filter: url(data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter);
     filter: invert(1);
    }
    .l-header .navi_stage .sp_logo img {
        width: 32.8vw;
    }
    .l-header .navi {
        -ms-flex: 1;
        flex: 1;
        padding: 14vw 0 0;
    }
    .l-header .navi .parent {
        display: block;
    }
    .l-header .navi .nav {
        height: auto;
        padding-top: 0;
    }
    .l-header .navi .nav.sp_item {
       display: block;
    }
    .l-header .navi button, .l-header .navi a {
        color: #fff;
        font-size: 3.74vw;
    }
    .l-header .navi .nav + .nav {
        margin-top: 7.07vw;
        margin-left: 0;
        line-height: 1.6;
    }
    .l-header .navi .nav + .nav:before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.6)*0.5em);
        content: '';
    }
    .l-header .navi .nav + .nav:after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.6)*0.5em);
        content: '';
    }
    .l-header .navi button{
        padding-right: 5.34vw;
        background: url(../pleasanter/assets/images/shared/ico_navi_w_dw.svg) no-repeat 100% 50%;
        background-size: 4vw 2.67vw;
        cursor: pointer;
    }
    .l-header .navi .nav.is_open button {
        background-image: url(../pleasanter/assets/images/shared/ico_navi_w_up.svg);
    }
    .l-header .navi .subnav {
        position: static;
        overflow: hidden;
        min-width: 0;
        height: 0;
        max-height: none;
        opacity: 1;
        transform: none;
        transition: none;
    }
    .l-header .navi .nav.is_open .subnav {
        height: auto;
    }
    .l-header .navi .subnav ul {
        padding: 1.34vw 4vw 5.34vw;
        border: none;
        background: none;
    }
    .l-header .navi .subnav li {
        margin-top: 4.41vw;
    }
    .l-header .navi .subnav li a {
        padding: 0;
        color: #fff;
        font-size: 3.2vw;
    }
    .l-header .navi .subnav li a:before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.6)*0.5em);
        content: '';
    }
    .l-header .navi .subnav li a:after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.6)*0.5em);
        content: '';
    }
 
    .l-header .btns {
        margin-top: 13.34vw;
        margin-bottom: 16vw;
    }
    .l-header .btns ul {
        display: block;
    }
    .l-header .btns li {
        width: 42.14vw;
    }
    .l-header .btns li + li {
        margin-top: 5.34vw;
        margin-left: 0;
    }
    .l-header .btns li.contact .c-btn {
        border-color: #fff;
        background: #111;
        color: #fff;
    }
    .c-btn.o-min {
        min-height: 9.34vw;
        padding: 2.8vw 0;
        font-size: 3.2vw;
    }
    .l-header .btns li.download .c-btn {
        background: #fff;
        color: #111;
    }
 
 
 
 }

/* stylelint-disable no-duplicate-selectors */
:root {
  --top-marker-color: #dbedff;

  .s-top_news {
    .list {
      padding: 24px 0;
      li + li {
        margin-top: 10px;
      }
    }
    li {
      align-items: flex-start;
    }
    .text {
      display: flex;
      flex: 1;
      flex-wrap: wrap;
    }
    .category {
      display: block;
      width: 80px;
      margin-right: 13px;
      border: 1px solid #000;
      border-radius: 3px;
      font-size: 11px;
      text-align: center;
      &.is_010 {
        border-color: #0a4fe6;
        color: #0a4fe6;
      }
      &.is_020 {
        border-color: #f80;
        color: #f80;
      }
      &.is_030 {
        border-color: #07ab17;
        color: #07ab17;
      }
    }
  }

  .s-top_introduced .unit {
    background: none;
    background-size: 0;
  }
  .blog_link_new_icon:after {
    content: 'NEW!!';
    margin-left: 6px;
    color: #c00;
    font-size: 80%;
  }
  .blog_link_pickup_icon:after {
    content: 'PICKUP!!';
    margin-left: 6px;
    color: #c00;
    font-size: 80%;
  }

  /* 20230912 追加記述 */
  html,
  body {
    width: 100%;
    margin: 0 auto;
  }
  body {
    /* max-width: 1100px; */
    min-width: auto;
    font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
      'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }

  .s-top_mv .mv_inner .logo {
    display: inline-block;
  }

  .s-top_introduced img {
    max-width: 100%;
    height: auto;
  }

  .s-top_trial .list {
    position: relative;
    z-index: 1;
  }
  .s-top_trial .fig {
    z-index: 0;
  }
  .s-top_reason .reason_body .hdg {
    overflow-wrap: normal;
  }

  /* 202408追加 */
  .s-top_mv {
    .mv_fig {
      width: auto;
      height: 38vw;
      max-height: 400px;

      img {
        height: 100%;
      }
    }
  }
  .mv-inner-side {
    position: inherit;
  }
  .s-top_mv .mv_inner {
    z-index: 1;
    height: 38vw;
    max-height: 400px;
    padding-top: 34px;
    text-align: center;
  }
  .mv_inner-box {
    position: absolute;
    bottom: 0;
    text-align: center;
    .flex-box {
      align-items: center;
      margin-bottom: 32px;
      text-align: left;
    }
  }
  .wrap {
    width: auto !important;
    .cases-scroll {
      margin: 32px 0 72px;
      .wrap {
        h2 {
          margin-bottom: 32px;
          text-align: center;
        }
      }
    }
  }

  .top-badge-wrap {
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
    .banner00 {
      margin-right: 31px;
    }
  }

  .top-purpose-btn {
  }

  .top-marker {
    display: inline-block;
    background: linear-gradient(transparent 60%, var(--top-marker-color) 30%);
  }
  h1.logo {
    width: 135px;
    height: auto;
  }
  .s-top_mv {
    .mv_inner {
      .download {
        width: 22em;
        margin: 18px auto 0;
        font-weight: 500;
        p {
          margin-bottom: 4px;
        }
      }
    }
  }

  .mv-top-txt {
    margin: 1vw auto 0;

    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.6em;
    text-align: left;
    text-shadow: 0 0 6px rgb(255, 255, 255);
  }
  @media screen and (max-width: 1025px) {
    .s-top_mv {
      .mv_inner {
        .mv_inner-box {
          bottom: -30px;
          .mv-top-txt {
            font-size: 1.125rem;
            white-space: nowrap;
          }

          .download {
            width: 20em;
            margin: 1.5vw auto 0;
          }
        }
      }
      .top-badge-wrap {
        margin-top: 48px;
      }
    }
  }

  @media screen and (max-width: 767px) {
    /* 20250425追加 */
    .s-top_news {
      li {
        display: grid;
        flex-wrap: wrap;
        align-items: center;
      }
      .date {
        grid-row: 1;
        grid-column: 1;
        margin-right: 0;
      }
      .text {
        grid-row: 1 / 3;
        grid-column: 2 / 3;
        margin-left: 1em;
        display: inline-block;
        flex: auto;
        width: 100%;
        
      }
      .category {
        grid-row: 2;
        grid-column: 1;
        width: 12vw;
        font-size: 1.8vw;
        margin: auto;
      }
      .blog_link_new_icon:after,.blog_link_pickup_icon::after {
        display: none;
      }
    }




    /* 更新後削除 */
    li:not(:has(.text)) {
      .date {
        width: 100%;
      }
    }
    .s-top_mv {
      .mv_fig {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 54vw;

        img {
          width: 140vw;
          height: auto;
          object-fit: cover;
        }
      }
    }

    .s-top_mv .mv_inner {
    }
    .s-top_mv .mv_inner .logo {
      margin: auto auto 26px;
    }
    h1.logo {
      width: 30vw;
    }
    .mv-top-txt {
      margin: 0 0 6vw;
      font-size: 3.2vw;
      text-align: center;
    }
    .mv_inner-box {
      top: 44vw;
      left: 50%;
      transform: translateX(-50%);
      .flex-box {
        flex-direction: column-reverse;
        margin-bottom: 0;
      }
    }
    .s-top_mv .mv_inner .download {
      width: 58.4vw !important;
      margin-top: 20px;
      margin-left: 0;
    }
    .top-p {
      order: 2;
      margin: 9.34vw 0;
    }
    .top-badge-wrap {
      flex-direction: column;
      order: 2;
      margin: 0;
      .txt {
        margin-top: 35px;
      }
    }

    .top-badge-wrap {
      justify-content: space-between;
      margin-top: 35px;
      .banner00 {
        margin-bottom: 20px;
      }
    }
    .banner00:nth-of-type(2) {
      margin-right: 0;
    }

    .top-badge-wrap {
      .top-mv-badge {
        margin: 98vw auto 0;
      }
    }

    .top-badge-wrap > .top-mv-badge img {
      height: 25vw !important;
    }
    .mv_inner > .mv-inner-side {
      width: 100%;
      margin: 0 auto;
      text-align: center;
    }
    .mv-inner-side > .download {
      margin: 0 auto;
    }
    .top-purpose-btn {
      position: static;
      width: 58.4vw;
    }
  }
}


.knowledge-blogs {
    .knowledge-blogs_h1 {
        margin: auto;
        max-width: 50rem;
        img {
            width: 100%;
        }
    }
    .w-small {
        max-width: 50rem !important;
        ul {
            padding: 1rem;
        }
    } 
    .knowledge-blogs_title {
      li {
        white-space: nowrap; /* 折り返さない */
        overflow: hidden;    /* はみ出た部分を隠す */
        text-overflow: ellipsis; /* 省略記号を表示 */
        padding-top: 0.5em;
      }
    }
    
}

.banner00 {
  .manual-side-bnr {
    max-width: 236px;
    a {
      img {
            border: solid 0.75px #00000052!important;
      }
    }
  }
}

:root {
  --cerulean-color:#106DBE;
}
.manualTop-nav_container {
  max-width: 1000px;
  margin: 40px auto;
   p {
      padding: 0!important;

   }

.nav-buttons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  padding: 15px;
  list-style-type: none;
  h2 {
      margin: inherit!important;
      line-height: 30px;
  }
}

a.nav-button {
  position: relative;
  display: block;
  background-color: #ffffff;
  border: 1px solid var(--cerulean-color);
  border-radius: 0.5rem;
  padding: 0.8rem;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: 0.3s;

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--cerulean-color);
    transition: left 0.4s ease;
    z-index: 0;
  }

  &:hover::before {
    left: 0;
  }
  &:hover {
    .nav-button-title,
    .nav-button-description {
      position: relative;
      z-index: 10;
      color: #ffffff;
      
    }
  }
}

.nav-button-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--cerulean-color);
}

.nav-button-description {
  color: #6b7280;
  font-size: 0.875rem;
}

.nav-button-arrow {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #e5e7eb;
  background: var(--cerulean-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s;
}

.nav-button:hover .nav-button-arrow {
  border-color: #d1d5db;
}

.arrow-icon {
  width: 1rem;
  height: 1rem;
  color: white;
}
}



article.box_unit:has(a[href="/partner/know-"].unit_link) {
  display: none;
}

.m-partner_search {
  border: 1px solid #aaa;
  border-radius: 5px;
  margin-bottom: 40px;
  overflow: hidden;
  .search_inner {
    border: 10px solid #eee;
    padding: 20px;
    .row{
      display: grid;
      gap: 40px;
      grid-template-columns: 1fr 1fr;
    }
  }
  .keyword,
  .area {
    display: flex;
    align-items: center;
    padding: 10px 0 20px;
    .form {
      flex: 1;
      padding-left: 20px;
    }
    .c-input {
      width: 100%;
      &.o-outline_blk:not(:focus) {
        border: 1px solid #ccc;
      }
    }
    .c-select {
      select:not(:focus) {
        border: 1px solid #ccc;
      }
    }
  }
  .unit {
    .search_label {
      background: #eee;
      padding: 10px 20px;
      border-radius: 5px;
      margin-bottom: 15px;
    }
    + .unit {
      margin-top: 20px;
    }
    .form {
      padding: 10px;
    }
  }
  .c-checkbox_group {
    li {
      width: 25%;
    }
  }
  .form_footer {
    padding: 50px 0 0;
    .c-btn {
      font-size: 15px;
    }
  }
  @media screen and (max-width:767px) {
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    .search_inner {
      border: 5px solid #eee;
      padding: 10px;
      .row{
        display: block;
      }
    }
    .keyword,
    .area {
      padding: 0 0 20px;
      display: block;
      .keyword_label,
      .area_label{
        background: #eee;
        padding: 5px 10px;
        border-radius: 5px;
        margin-bottom: 5px;
      }
      .form {
        flex: 1;
        padding: 10px;
      }
      .c-input {
        width: 100%;
        &.o-outline_blk:not(:focus) {
          border: 1px solid #ccc;
        }
      }
      .c-select {
        select:not(:focus) {
          border: 1px solid #ccc;
        }
      }
    }
    .unit {
      .search_label {
        padding: 5px 10px;
        border-radius: 5px;
        margin-bottom: 5px;
      }
      + .unit {
        margin-top: 10px;
      }
      .form {
        padding: 10px;
      }
    }
    .c-checkbox_group {
      display: flex;
      li {
        width: 50%;
      }
    }
    .form_footer {
      padding: 20px 0 0;
    }
  }
}

.m-partner_sort {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
  p {
    &:after {
      content: "：";
    }
  }
  ul {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  a {
    &:hover {
      text-decoration: underline;
    }
    &.is_active {
      color: #333;
      white-space: nowrap;
      &:before {
        margin-left: -0.5em;
        content: "【 ";
      }
      &:after {
        margin-right: -0.5em;
        content: " 】";
      }
    }
  }
}

@media screen and (max-width: 767px) {
  .partner .m-boxlist .box_unit {
    padding: 5.34vw;
    margin-top: 2.67vw;
  }
  .partner .m-boxlist .partner_awards img {
    width: 6.74vw;
  }
  .partner .m-boxlist .unit_logo,
      /* .partner .m-boxlist .unit_keywords, */ 
      .partner .m-boxlist .unit_link .btn,
      .partner.m-boxlist .unit_link .btn {
    display: none;
  }
  .partner .m-boxlist .partner_type {
    margin: -5.33vw -5.33vw 5vw;
  }
  .partner .m-boxlist .unit_keywords.is_2col {
    margin-bottom: -4.66vw;
  }
  .partner .m-boxlist .unit_keywords.is_2col li {
    padding: 1.94vw;
    margin-bottom: 1.67vw;
    font-size: 2.2vw;
  }
}


.partner_services{
  display: inline-flex;
  li{
    &:not(:first-child){
      &:before{
        padding: 0 5px;
        content: '/';
      }
    }
  }
}


:root {
    --lp2405-font-color: #695D61;
    --lp2405-btn-bg-color: #fbe04b;
   --lp2405-h2-bg-color: #656565;
    --lp2405-accent-color: #366899;
    --lp2405-accent-font-color: white;
    --lp2405-font-family: "Noto Sans JP", sans-serif;
    --lp2405-num-font-family: "DM Sans", sans-serif;
    --lp2405-span-color: #fbe04b;
    --lp2405-background-color: #fbf7ee;
    --lp2405-accent2-color: #5599c4;
    --lp2405-accent2-shadow-color: #205c83;

}

#lp2405 {
font-family: var(--lp2405-font-family);
color: var(--lp2405-font-color);
padding-top: 100px;
overflow-x: hidden;
margin: 0;

}

#lp2405 html {
overflow: auto;
}
.lp2405 h3 {
margin: 0;
}
.lp2405_wrap-w1000 {
max-width: 1000px;
margin: 0 auto;
}
.lp2405_wrap-w800 {
max-width: 800px;
margin: 0 auto;
}

.flex-box {
display: flex;
}
#lp2405 h2 ,#lp2405 h3 {
text-align: center;
}
#lp2405 figure {
margin: 0;
}
/* サイドメニュー */
#lp2405 aside.sidemenu {
    display: flex;
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    justify-content: center;
    flex-direction: column;
    z-index: 1000;
}

#lp2405 aside.sidemenu>a.inquiry {
    background-color: #fff;
    color: #111;
    margin-bottom: 8px;
}
#lp2405 aside.sidemenu>a.download {
    background-color: var(--lp2405-btn-bg-color);
    color: var(--lp2405-font-color);
}
#lp2405 aside.sidemenu>a:hover {
    opacity: 0.7;
    transition: all 0.5s;
}
#lp2405 aside.sidemenu>a {
    display: block;
    padding: 24px 8px;
    height: 218px;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0px 3px 10px -1px #777777;
    writing-mode: vertical-rl;
    text-decoration: none;
}
.lp2405_ditail-btn {
    text-align: center;
    font-size: 12px;
    display: inline-block;
    color: var(--lp2405-font-color);
    border: solid 1px var(--lp2405-font-color);
    padding: 1em 6em;
    margin: 15px auto;
    transition: .3s;
}
.lp2405_ditail-btn:hover {
    background: var(--lp2405-accent2-color);
    color: var(--lp2405-accent-font-color);
    text-decoration: none;
    border-color: var(--lp2405-accent2-color);
}

/*--------- header-------- */
#lp2405_header {
background: white;
width: 100%;
z-index: 90;
position: fixed; /* ウィンドウを基準に画面に固定 */
right: 0;
left: 0;
top: 0;

}
.lp2405-header {
justify-content: space-between;
height: 100px;
background: white;
padding-left: 2em;
padding-right: 2em;
align-items: center;
max-width: 1000px;
margin: 0 auto;
}
.lp2405-header a {
display: inline-block;
}
.lp2405-header-logo {
width: 214px;
}
.lp2405_contact-btn {
position: relative;
border:2px solid var(--lp2405-btn-bg-color);
background: var(--lp2405-btn-bg-color);
color: var(--lp2405-font-color
); 
border: none;
padding: 12px 90px 12px 55px; 
font-size: 22px;
border-radius: 40px;
font-weight: bold;
cursor: pointer;
transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.lp2405_contact-btn:hover {
opacity: 0.7;
text-decoration: none;
}
.lp2405_contact-btn p::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 64px;
width: 14px;
height: 14px;
margin: auto;
border-top: 4px solid var(--lp2405-h2-bg-color);
border-right: 4px solid var(--lp2405-h2-bg-color);
transform: rotate(45deg);
box-sizing: border-box;
z-index: 100;

}
/*--------- mv -------- */
#lp2405_mv {
background-image: url(/pleasanter/assets/images/lp/202405-partner-lp/lp202405_bg.png);
background-size: cover;
padding-bottom: 100px;
position: relative;
}

.lp2405_mv-box {
position: relative;
top: 111px;
}
.lp2405_mv-title-bg {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    height: 222px;
    width: 100vw;
    right: 43vw;
    z-index: 9;
    top: 143px;
}
.lp2405_mv-txt-box {
width: 100%;
text-align: left;
font-size: 15px;
z-index: 10;
position: relative;
margin-top: 28px;
white-space: nowrap;
}
.lp2405_mv-txt-box h1 {
margin: 0;
display: inline-block;
text-align: left;
line-height: 2em;
font-size: 30px;
padding: 20px 7px;
}
.lp2405_mv-img-box img {
width: 130%;
position: relative;
right: 30%;
z-index: 8;
}
.lp2405_h1-underline {
font-size: 34px;
background: linear-gradient(transparent 70%, #fbe04b 70%);
}
.lp2405_mv-txt-box span {
font-size: 34px;
}
.lp2405_mv-box1 {

vertical-align: top;
}
.lp2405_mv-box2 {
align-items: flex-end;
justify-content: space-between;
position: relative;
top: -60px;

}       
.lp2405-mv-logo {
width: 209px;
margin-top: 9px;
}
.lp2405_mv-btn-container {
background: var(--lp2405-accent-color);
width: 50%;
color: var(--lp2405-accent-font-color);
z-index: 20;
}

.lp2405_mv-btn-container-border {
margin: 13px;
padding: 31px 15px;
border: 3px solid var(--lp2405-accent-font-color);
text-align: center;
}
.lp2405_mv-btn-container-p {
font-size: 24px;
font-weight: bold;
padding-top: 7px;
}
.lp2405_mv-box2 .lp2405_contact-btn {
margin-top: 26px;
} 
.lp2405_mv-box2-circle {
width: 149px;
height: 149px;
border-radius: 50%;
background: var(--lp2405-accent-color);
color: var(--lp2405-accent-font-color);
font-size: 22px;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.lp2405_mv-box2-circle p {
line-height: 1.6em;
}
.lp2405_span-color {
color: var(--lp2405-span-color);
}
.lp2405_mv-circle-span-large {
font-size: 30px;
}
.lp2405_mv-circle-span-large2 {
font-size: 42px;

}
.lp2405_mv-box2-num {
line-height: 1.8em;
}
.lp2405_mv-circle-container .flex-box{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr;
gap: 7px;

}
/*--------- section2 -------- */
#lp2405_section2 {
background: var(--lp2405-background-color);
padding-top: 88px;
padding-bottom: 88px;
width: 100%;
height: auto;
overflow: hidden;
}
/* パートナー推移グラフ */
.lp2405_chart-container {
        width: 350px;
        height: 350px;
        margin: auto;
    }

#lp2405_section2 .lp2405_ditail-btn-box {
font-weight: bold;
text-align: center;
margin: 40px;
}
#lp2405_section2 .lp2405_ditail-btn {
    font-size: 18px;
}

.lp2405_sec2-title-box p:first-child {
    white-space: nowrap;
}
.lp2405_num {
font-family: var(--lp2405-num-font-family);
} 
.lp2405_num-large {
font-size: 55px;
}
.lp2405_sec2-treat-p {
padding: 3px 19px;
margin-bottom: 0.2rem;
box-shadow: 4px 4px 0 var(--lp2405-accent2-color);
background-color: var(--lp2405-accent-color);;
color: var(--lp2405-accent-font-color);
font-weight: bold;
font-size: 50px;
text-align: center;
white-space: nowrap;
}
.lp2405_sec2-title-box {
font-size: 38px;
font-weight: bold;
text-align: center;
}
.lp2405_section2-img {
z-index: 1;
height: auto;
position: relative;
left: 20px;
top: 28px;
box-sizing:border-box;
}
.lp2405_section2-img img {
width: 150%;
height: auto;
}
.lp2405_sec2-title2 {
margin-top: 38px;
}
.lp2405_sec2-title-small {
font-size: 34px;
}

.lp2405_sec2-container2 {
padding-top: 23px;
background: white;
text-align: center;
padding-bottom: 50px;
}
.lp2405_sec2-title1 h3{
background: var(--lp2405-accent2-color);
color: var(--lp2405-accent-font-color);
font-size: 40px;
font-weight: bold;
padding: 8px;
padding-left: 27px;
margin-bottom: 32px;
}
.lp2405_sec2-title1 {
position: relative;
left: -27px;
}
.lp2405_sec2-title1::before {
position: absolute;
display: block;
content: "";
background: var(--lp2405-accent2-shadow-color);
height: calc(38px / 2);
width: 38px;
clip-path: polygon(50% 0, 100% 100%, 0 100%);
left: 1px;
top: calc(100% - 3px);
transform: rotate(45deg);
}
.lp2405_span-band {
color: var(--lp2405-accent-font-color);
background: var(--lp2405-accent-color);
padding: 15px 8px 8px 8px;
}
.lp2405_span-band span {
font-size: 40px;
}
.lp2405_sec2-container2-p {
font-size: 28px;
font-weight: bold;
}
.lp2405_award-box {
    margin-top: 19px;
}
.lp2405_award-frame {
position: relative;
display: inline-block;
margin: 18px;
}
.lp2405_award-frame img {
width: 262px;
height: auto;
}
.lp2405_award-p {
width: 100%;
text-align: center;
position: absolute;
top:58%;
left:50%;
transform: translate(-50%,-50%);
padding:0;
margin:0;
font-size: 14px;
}
.lp2405_award-p span {
font-size: 18px;
font-weight: bold;
}
.lp2405_sec2-box2 {
padding-top: 59px;
}
.lp2405_sec2-box2 figure {
margin: 0;
font-size: 10px;
}
.lp2405_sec2-box2 figure span {
font-weight: bold;
font-size: 14px;
}
.lp2405_sec2-box2-textbox {
text-align-last: left;
padding-right: 12px;
}
.lp2405_sec2-box2-textbox p:nth-child(2) {
line-height: 1.8em;
padding-top: 15px;
font-size: 16px;
} 
.lp2405_sec2-container3 {
margin-top: 40px;
}
.lp2405_sec2-container3 h3 {
background: var(--lp2405-h2-bg-color);
color: var(--lp2405-accent-font-color);
font-size: 28px;
padding: 10px;
}
.lp2405_sec2-container3-img-box {
background: white;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
place-items: center;
padding: 10px;
}
.lp2405_sec2-container3-img-box img {
width: 75%;
} 
/*--------- section3 -------- */
#lp2405_section3 {
padding-top: 48px;
padding-bottom: 88px;
position: relative;
overflow: hidden;
}
#lp2405_section3 .lp2405_span-color {
font-weight: bold ;
}
.lp2405_section3-bg-square1, .lp2405_section3-bg-square2, .lp2405_section3-bg-square3 {
content: "";
position: absolute;
display: inline-block;
background: var(--lp2405-background-color);
width: 583px;
height: 583px;
transform: rotate( -45deg );
z-index: 1;
}
.lp2405_section3-bg-square1 {
top: 7%;
right: 18vw;
}
.lp2405_section3-bg-square2 {
top: 31%;
left: 10vw;
}
.lp2405_section3-bg-square3 {
top: 60%;
right: 7vw;
}

.lp2405_section3-wrap-w1000 {
position: relative;
z-index: 40;
}
#lp2405 h2 {
background: var(--lp2405-h2-bg-color);
color: var(--lp2405-accent-font-color);
padding: 15px 70px;
font-size: 32px;
letter-spacing: 0.1em;
}
.lp2405_section3-h2-box {
position: relative;
}
.lp2405_section3-h2::before, .lp2405_section3-h2::after{
content: "";
position: absolute;
display: inline-block;
width: 60px;
height: 60px;
background: var(--lp2405-accent2-color);
}
.lp2405_section3-h2::before{
width: 60px;
height: 60px;
background: var(--lp2405-accent2-color);
left: -18px;
top: -14px;
z-index: 20;
}
.lp2405_section3-h2::after{
width: 41px;
height: 41px;
background: var(--lp2405-accent-font-color);
left: 13px;
top: 13px;
z-index: 10;
}
.lp2405_section3-case-container {
margin-top: 48px;
}
.lp2405_sec3-case {
display: table;
align-items: center;
font-size: 24px;
text-align: center;
line-height: 51px;
font-weight: bold;
}
.lp2405_sec3-case-p1 {
background: var(--lp2405-h2-bg-color);
color: var(--lp2405-accent-font-color);
height: 2em;
width: auto;
display: table-cell;
vertical-align: middle;
padding: 0 52px;
}
.lp2405_sec3-case-p2 {
background: var(--lp2405-accent-font-color);;
color: var(--lp2405-h2-bg-color);
text-align: left;
height: 2em;
line-height: 1.6em;
display: table-cell;
vertical-align: middle;
padding: 0 32px;
width: 65vw;

}
.lp2405_sec3-case-convo {
background: var(--lp2405-accent2-color);
color: var(--lp2405-accent-font-color);
font-size: 20px;
}
.lp2405_sec3-case-convo .lp2405_wrap-w800 {
position: relative;
}
.lp2405_sec3-case-convo-explain {
padding-top: 32px;
padding-bottom: 32px;
line-height: 1.6em;
}
.lp2405_sec3-case-convo-explain-2 {
    width: 75%;
}
.lp2405_sec3-case-convo-area {
background: white;
padding-top: 22px;
padding-bottom: 42px;
padding: 22px 66px 42px 66px;
margin-bottom: 49px;
position: relative;

}
.lp2405_sec3-case-convo-area::after {
content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-right: 66px solid transparent;
border-left: 66px solid transparent;
border-top: 50px solid white;
border-bottom: 0;
top: 95%;
left: 0;
right: 0;
margin: 0 auto;
}
.lp2405_sec3-case-convo-area figure {
text-align: center;
}
.lp2405_sec3-case-convo-dialogue {
background: var(--lp2405-accent-color);
padding: 8px 18px;
border-radius: 12px;
position: relative;
}
.lp2405_sec3-case-convo-dialogue-first::before{
content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 26px solid var(--lp2405-accent-color);
border-left: 0;
right: 98%;
top: calc(50% - 9px);
}
.lp2405_sec3-case-convo-area figcaption {
color: var(--lp2405-h2-bg-color);
font-size: 16px;
}
.lp2405_sec3-case-convo-area .flex-box {
align-items: center;
}
.lp2405_sec3-case-convo-area img {
width: 50%;
}
.lp2405_sec3-case-convo-area .flex-box:nth-of-type(2n) {
flex-direction: row-reverse;
margin-right: 6px;
margin-top: 26px;
margin: 26px 6px 26px 0;
}
.lp2405_sec3-case-convo-dialogue-second::after{
content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 26px solid var(--lp2405-accent-color);
border-right: 0;
top: calc(50% - 9px);
left: 98%;
}
.lp2405_sec3-case-convo-explain-2 {
font-size: 24px;
font-weight: bold;
text-align: left;
}
.lp2405_sec3-illust img{
width: 116px;
position: absolute;
right: 0;
bottom: 0;
}
/*--------- section4 -------- */
#lp2405_section4 {
background-image: url(/pleasanter/assets/images/lp/202405-partner-lp/lp202405_bg.png);
padding-bottom: 90px;
}
.lp2405_section3-h2-box {
margin-bottom: 49px;
}
.lp2405_section4-box {
position: relative;
}
.lp2405_section4-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr;
column-gap: 18px;
}
.lp2405_section4-icon-box {
border: solid 3px var(--lp2405-accent2-color);
background-color: #fff;
position: relative;
height: auto;
aspect-ratio: 8 / 5;
text-align: center;
justify-content: center;
}
.lp2405_section4-box:before {
position: absolute;
width: 55px;
height: 55px;
background: var(--lp2405-accent2-color);
font-size: 40px;
line-height: 55px;
text-align: center;
color: var(--lp2405-background-color);
top: -17px;
left: -7px;
z-index: 20;
}
.lp2405_section4-box:nth-child(1)::before {
content: "1";
}
.lp2405_section4-box:nth-child(2)::before {
content: "2";
}
.lp2405_section4-box:nth-child(3)::before {
content: "3";
}

.lp2405_section4-icon-box img {
width: 40%;

position: absolute;
top: 50%;                  
left: 50%;                 
transform: translateY(-50%) translateX(-50%);  

}
.lp2405_section4-h {
background: var(--lp2405-accent-color);
color: var(--lp2405-accent-font-color);
display: inline-block;
padding: 8px 36px;
font-size: 20px;
font-weight: bold;
text-align: center;
}
.lp2405_section4-h-box {
text-align: center;
position: relative;
top: -20px;
}
.lp2405_section4-p {
padding: 1px 20px 20px 20px;
font-size: 18px;
line-height: 1.8em;
}

/*--------- section5 -------- */
#lp2405_section5 {
padding-bottom: 101px;
}
.lp2405_section5-pc-img {
width: 100%;
}
.lp2405_section5-sp-img {
    display: none;
}
#lp2405_section5 .lp2405_section3-h2-box {
margin-top: 88px;
}
.lp2405_section5-p {
font-size: 20px;
padding-top: 29px;
line-height: 1.7em;
}
/*--------- section6 -------- */ 
#lp2405_section6 {
background-color: var(--lp2405-background-color);
padding-bottom: 87px;
}
#lp2405_section6 article {
text-align: center;
}
.lp2405_section6-card-wrapper {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr;
}
#lp2405_section6 img {
height: auto;
width: 100%;
}
.lp2405-card-p-box p {
padding:15px;
font-size: 14px;
height: 11em;
text-align: left;
}

.lp2405-card-img-box {
padding: 15px 15px 10px 15px;
background-color: #fff;

}
.lp2405-partner-img {
object-fit: cover;
}
.lp2405-partner-lpgo-img {
max-width: 100%;
text-align: center;
display: block;
margin: auto;
height: auto;
object-fit: contain;
box-sizing: border-box;
}


.lp2405-card-img-box h5 {
    height: 61px;
    object-fit: contain;
    justify-content: center;
    align-items: center;

    }

/*--------- section7 -------- */  
#lp2405_section7 p {
margin-bottom: 68px;
font-size: 20px;
}
#lp2405_section7 {
margin-bottom: 103px;
padding-top: 102px;
}
.lp2405_sec7-h3-box {
position: relative;
margin: 0 auto;
text-align: center;
justify-content: center;


}
.lp2405_sec7-h3-box h3 {
padding: 10px 54px;
display: inline-block;
font-size: 24px;

}
.lp2405_sec7-h3-box::before,.lp2405_sec7-h3-box::after {
content: "";
width: 20px;
height: 100%;
position: absolute;
}
.lp2405_sec7-h3-box::before {
border-left: solid 2px #888;
border-top: solid 2px #888;
border-bottom: solid 2px #888;
top: 0;
left: 0;
}
.lp2405_sec7-h3-box::after {
border-right: solid 2px #888;
border-top: solid 2px #888;
border-bottom: solid 2px #888;
top: 0;
right: 0;
}
.lp2405_section7-table {
border-collapse: collapse;
font-size: 20px; 
margin-top: 51px;
}

.lp2405_section7-table th, .lp2405_section7-table td{
border: 1px solid #C4C4C4;
border-collapse: collapse;
}
.lp2405_section7-table td {
padding: 20px 32px;
}
.lp2405_section7-table th {
width: 25%;
}
.lp2405_section7-table-row th:first-child {
border: none;
}
.lp2405_section7-table-row {
color: var(--lp2405-accent-font-color);


}
.lp2405_section7-table-row th {
padding: 15px 48px;
}
.lp2405_section7-table-row th:nth-child(2){
background-color: var(--lp2405-accent-color);
}
.lp2405_section7-table-row th:nth-child(3) {
background-color: var(--lp2405-accent2-color);
}
.lp2405_section7-table-columns:nth-child(even) th{
background-color: var(--lp2405-background-color);
}
.lp2405_section7-table-columns:nth-child(odd) th {
background-color: #fffdf7;

}
.lp2405_section7-table-columns:nth-child(3) td {
text-align: center;
}
.lp2405_section7-table-columns th {
padding: 47px;
width: 8em;
font-weight: 400;
text-align: left;
}
.lp2405_section7-table td span{
color: var(--lp2405-accent-color);
background: linear-gradient(transparent 70% , var(--lp2405-span-color) 70%);
font-weight: bold;
}


/*--------- section8 -------- */  
#lp2405_section8 {
padding-bottom: 190px;
background-image: url(/pleasanter/assets/images/lp/202405-partner-lp/lp202405_bg.png);


}
#lp2405_section8 ol {
width: 100%;
list-style: none;
padding: 0;
display: grid;
grid-template-columns:1fr 1fr 1fr;
grid-template-rows: 1fr;
column-gap: 38px;
margin-top: 127px;
}

.lp2405_section8-li-flexbox {
height: 224px;
display:flex;
flex-flow: column;
justify-content:space-between;
}
.lp2405_section8-li-box {
border: solid 1px var(--lp2405-font-color);
background-color: #fff;
position: relative;
height: auto;
text-align: center;
justify-content: center;
padding:  69px 54px 38px 54px;

}

.lp2405_section8-li-box-after::after {
content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-top: 13px solid transparent;
border-bottom: 13px solid transparent;
border-left: 27px solid #555555;
border-right: 0;
top: 0;
right: -34px;
bottom: 0;
margin: auto 0;
}

.lp2405_section8-li-num span::before {
content: "STEP";
font-size: 12px;
position: relative;
bottom: -25%;
letter-spacing: 0.12em;
font-family: var(--lp2405-font-family);
}
.lp2405_section8-li-num span {
font-family: var(--lp2405-num-font-family);
font-size: 44px;
position: relative;
bottom: 50%;
text-align: center;

}
.lp2405_section8-li img {
width: 100%;
}
.lp2405_section8-li-num {
width: 93px;
height: 93px;
color: var(--lp2405-accent-font-color);
border-radius: 50%;
background: var(--lp2405-accent2-color);
text-align: center;
font-weight: bold;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -50%);

}
.lp2405_section8-li-img-box {
width: 80%;
padding-bottom: 0px;
height: auto;
margin: 0 auto;
align-items: flex-start;
}

.lp2405_section8-li-box-p {

font-size: 24px;
color: var(--lp2405-accent-color);
line-height: 1.5em;
font-weight: bold;
}
.lp2405_section8-li-p {
font-size: 18px;
line-height: 170%;
padding: 15px 3px 0px 3px;
}

/*--------- section9 -------- */  
#lp2405_section9 {
top: -92px;
position: relative;

}
.lp2405_sec9-num {

width: 165px;
height: 67px;
display: inline-block;
font-size: 34px;
font-weight: bold;
padding: 0 18px 0 4px;
color: var(--lp2405-accent-font-color);
background: var(--lp2405-accent2-color);
border-bottom: solid 6px var(--lp2405-accent-font-color);
position: relative;
background-clip: padding-box;
}
.lp2405_sec9-num::after {
content: "";
width: 165px;
border: 2px solid var(--lp2405-accent2-color);
position: absolute;
bottom: -10px;
right: 0;

}
.lp2405_sec9-num p {
position: relative;
white-space: nowrap;
top:3px;
}
.lp2405_sec9-num span {
font-size: 49px;
font-family: var(--lp2405-num-font-family);
}

.lp2405_sec9-text {
width: 50%;
}
.lp2405_sec9-text2 {
padding: 0;
margin-right: 0;
}

.lp2405_sec9-text1, .lp2405_sec9-text3 {
margin-left: 7.8%;

}
.lp2405_sec9-text h4 {
font-size: 28px;
margin: 16px 0 32px 0;
white-space: nowrap;
}
.lp2405_sec9-text-p {
font-size: 16px;
width: 80%;
line-height: 1.7em;
}
.lp2405_sec9-wrap1 {
position: relative;
z-index: 20;
}
.lp2405_sec9-content-container img {
width: 100%;
}
.lp2405_sec9-content-container {
max-width: 1000px;
position: relative;
z-index: 20;
}
.lp2405_sec9-content-container2,  .lp2405_sec9-content-container4{
flex-direction: row-reverse;
position: absolute;
top: 40px;
}
.lp2405_sec9-content-container3 {
position: absolute;
top: 40px;
}

.lp2405_sec9-bg {
background: white;
height: 356px;
width: 60%;
position: absolute;
z-index: 1;
top: 139px;
}
.lp2405_sec9-bg2, .lp2405_sec9-bg3, .lp2405_sec9-bg4 {
position: absolute;
top: 71px;
}
.lp2405_sec9-bg2, .lp2405_sec9-bg4 {
right: -10px;
}
.lp2405_sec9-bg3 {
top: 71px;
}
.lp2405_sec9-wrap {
background: var(--lp2405-background-color);
padding-bottom: 88px;
}
.lp2405_sec9-wrap2 , .lp2405_sec9-wrap3, .lp2405_sec9-wrap4 {
padding-bottom: 56px;
position: relative;

}
.lp2405_sec9-bg-image {
height: 492px;
width: 100%;
top: 0;
right: 0;

}
.lp2405_sec9-bg-image img {

object-fit: cover;
width: 100%;
height: 100%;
}

/*--------- section10 -------- */ 

#lp2405_section10 {
padding-bottom: 23px;
padding-top: calc(88px - 92px);
margin-top: 0;
}
.lp2405_section10-accordion-container {
max-width: 800px;
margin: 0 auto;
}

.lp2405_section10-accordion-container details {

border-radius: 4px;
margin-bottom: 20px;
}

.lp2405_section10-accordion-summary {
border-left:  solid 10px var(--lp2405-accent-color);
display: block;
position: relative;
font-weight: bold;
font-size: 20px;
padding: 29px 50px;
cursor: pointer;
background-color: var(--lp2405-background-color);
color: var(--lp2405-font-color);
}
.lp2405_section10-accordion-summary::after {
content: "+";
font-size: 35px; /* 記号のサイズ */
position: absolute;
font-weight: 200;
right: 30px;
top: 50%;
transform: translateY(-50%);
color: #a09a8b;
}
.lp2405_section10-accordion-ditails[open] .lp2405_section10-accordion-summary::after{
content: "−";
color: #a09a8b;
}
.lp2405_section10-accordion-content {
padding: 10px 15px;

}
.lp2405_section10-accordion-content p {
font-size: 18px;
padding: 30px 46px;
line-height: 1.6em;
}
.lp2405_section10-accordion-ditails[open] .lp2405_section10-accordion-summary {
background-color: var(--lp2405-background-color);


}

/*--------- section11 -------- */ 
#lp2405_section11 {
background-image: url(/pleasanter/assets/images/lp/202405-partner-lp/lp202405_bg.png);
padding-bottom: 38px;
margin-top: 23px;
}
#lp2405_section11 .satori__custom_form_325b0faaf90f3379 {
width: 80%;
box-shadow: 2px 7px 4px -6px rgba(0, 0, 0, 0.3);
margin: 0 auto;
background: white;
padding: 33px 80px;
}


/* --------footer ----------*/
#lp2405 footer {
padding-top: 18px;
padding-bottom: 12px;
}
#lp2405 footer:not(.content_footer){
background-color: var(--lp2405-accent2-color)
} 
#lp2405 footer .flex-box {
align-items: center;
}

#lp2405 footer .lp2405_footer-logo img{
width: 35%;
}
#lp2405 footer p{
font-weight: bold;
color: #fff;
text-align: right;
text-wrap: nowrap;
}
#lp2405 footer .footer_link>ul{
list-style: none;
margin-top: 48px;
font-size: 12px;
}
#lp2405 footer .footer_link ul {
display: flex;
margin: 20px auto 0 auto;
width: 80%;
justify-content: space-between;

}
#lp2405 footer .footer_link ul li {
padding: 0;

}
#lp2405 footer .footer_link>ul a{
color: #fff;
}
#lp2405 footer small{
display: block;
padding: 32px 0 0;
font-size: 10px;
text-align: center;
line-height: 1.6;
color: #fff;
}



/* ----------レスポンシブ ----------*/
@media screen and (max-width: 1000px){
.lp2405_lb-span{
    display: inline-block;
    }
.lp2405_wrap-w1000 {
    max-width: 767px;
    margin: 0 auto;
    }
.lp2405_wrap-w800 {
    max-width: 600px;
    margin: 0 auto;
    }
    .lp2405_mv-box {
        top: 32px;
    }
    .lp2405_mv-img-box  {
        text-align: center;
    }
    .lp2405_mv-img-box img {
        width: 90%;
        right: 0;
        z-index: 10;
    }
    .lp2405_mv-title-bg {
        width: 200vw;
        right: 0;
        top: 85px;
    }
    .lp2405_mv-txt-box {
        margin-left: 0;
        right: 0;
        text-align: center;
        top: 20px;
    }
    .lp2405_mv-txt-box h1 {
        text-align: center;
    }
    .lp2405_mv-box .lp2405_mv-box1 {
        flex-direction: column;
    }
    .lp2405_mv-box .lp2405_mv-box2 {
        flex-direction: column;
        width: 100%;
        flex-direction: column-reverse;
    }
    .lp2405_mv-box .lp2405_mv-box2 .lp2405_contact-btn {
        width: 75%;
        
    }
    .lp2405_mv-circle-container {
        margin: 0 auto;
        z-index: 11;
    }
    .lp2405_mv-btn-container {
        width: 90%;
        margin: 0 auto;
        margin-top: 21px;
    }
    /*--------- sec2 -------- */
    .lp2405_sec2-container {
        flex-direction: column;
    }
    .lp2405_section2-img {
        padding-top: 20px;
        padding-bottom: 20px;
        left: -16px;
        }
        .lp2405_section2-img img {
        width: 65%;
        }
        .lp2405_sec2-treat-p {
        display: inline-block;
        font-size: 38px;
        white-space: normal;
        }
        .lp2405_sec2-title-box {
            font-size: 32px;
            }
        .lp2405_num-large {
            font-size: 42px;
            }      
        .lp2405_sec2-title2 {
            margin-top: 23px;
            }
        .lp2405_sec2-title-small {
        font-size: 28px;
        }
        .lp2405_sec2-container2-p {
            font-size: 24px;
            }
        .lp2405_sec2-box2 figure img{
            margin-top: 23px;
            }
        /*--------- sec9 -------- */
        .lp2405_sec9-bg1 {
            top: 240px;
        }

}


@media screen and (max-width: 768px){
    .lp2405_ditail-btn {
        font-size: 12px;
        padding: 0.6em 4em;
    }
    
    /* サイドメニュー */
    #lp2405 aside.sidemenu {
        display: none;
    }
        .lp2405_wrap-w1000 {
            max-width: calc(100vw - 30px);
            margin: 0 auto;
            }
        .lp2405_wrap-w800 {
            max-width: calc(100vw - 60px);
            margin: 0 auto;
            }
            #lp2405 {
                padding-top: 56px;
            }
        #lp2405 h2 {
            padding: 5px 20px;
            letter-spacing: 0.1em;
            font-size: 22px;
            overflow: visible;
            }
            .lp2405_section3-h2::before, .lp2405_section3-h2::after{
            content: "";
            position: absolute;
            display: inline-block;
            width: 21px;
            height: 21px;
            background: var(--lp2405-accent2-color);
            }
            .lp2405_section3-h2::before{
            background: var(--lp2405-accent2-color);
            left: -8px;
            top: -6px;
            z-index: 20;
            }
            .lp2405_section3-h2::after{
            width: 14px;
            height: 14px;
            background: var(--lp2405-accent-font-color);
            left: 4px;
            top: 4px;
            z-index: 10;
            }
    /*--------- header-------- */
        .lp2405-header {
            height: 56px;
        }
        .lp2405-header-logo {
            width: 120px;;
            }
        
        .lp2405_contact-btn {
            padding: 7px 40px 7px 20px;
            width: 100%;
            font-size: 14px;
            }
    /*--------- mv -------- */
    #lp2405_mv {
        padding-bottom: 0px;
    }
        .lp2405_mv-txt-box h1 {
            text-align: center;
            font-size: 24px;
        }
        .lp2405_h1-underline, .lp2405_mv-txt-box span{
            font-size: 24px;
            }
        .lp2405_mv-box .lp2405_mv-box1 {
            flex-direction: column;
        }
        .lp2405_mv-box .lp2405_mv-box2 {
            flex-direction: column;
            width: 100%;
            flex-direction: column-reverse;
        }
        .lp2405_mv-box .lp2405_mv-box2 .lp2405_contact-btn {
            width: 75%;
            padding: 7px 42px 7px 22px;
        }
        .lp2405_mv-circle-container {
            margin: 0 auto;
        }
        .lp2405_mv-btn-container {
            width: 90%;
            margin: 0 auto;
            margin-top: 21px;
        }
    
        .lp2405_contact-btn p::after {
            right: 25px;
            width: 10px;
            height: 10px;
            border-top: 2px solid var(--lp2405-h2-bg-color);
            border-right: 2px solid var(--lp2405-h2-bg-color);
            }

        .lp2405_mv-box2-circle {
            width: 104px;
            height: 104px;
            font-size: 16px;
            }
            .lp2405_span-color {
            color: var(--lp2405-span-color);
            }
            .lp2405_mv-circle-span-large {
            font-size: 25px;
            }
            .lp2405_mv-circle-span-large2 {
            font-size: 31px;
            
            }
            .lp2405_mv-box2-num {
            line-height: 1.4em;
            }
            .lp2405_mv-circle-container .flex-box{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-template-rows: 1fr;
            gap: 7px;
            }

        /* --------sec2--------*/
        .lp2405_sec2-container {
            flex-direction: column;
        }
        .lp2405_section2-img {
            top: 8px;
            }
        
            .lp2405_sec2-treat-p {
            padding: 3px 19px;
            display: inline-block;
            margin-bottom: 0.2rem;
            font-weight: bold;
            font-size: 34px;
            white-space: normal;
            }
            .lp2405_sec2-title-box {
                font-size: 26px;
                font-weight: bold;
                }
            .lp2405_num-large {
                font-size: 39px;
                }      
            .lp2405_sec2-title2 {
                margin-top: 23px;
                }
            .lp2405_sec2-title-small {
            font-size: 28px;
            }
            .lp2405_sec2-container2 {
            padding-top: 23px;
            padding-bottom: 50px;
            }
            .lp2405_sec2-title1 h3{
            font-size: 24px;
            padding: 8px;
            padding-left: 27px;
            margin-bottom: 32px;
            }
            .lp2405_sec2-title1 {
            position: relative;
            left: -13px;
            }
            .lp2405_sec2-title1::before {
            height: calc(17px / 2);
            width: 17px;
            left: 0px;
            top: calc(100% - 1px);
            }
            .lp2405_span-band {
            padding: 15px 8px 8px 8px;
            }
            .lp2405_span-band span {
            font-size: 30px;
            }
            .lp2405_sec2-container2-p {
            font-size: 18px;
            }
            .lp2405_sec2-box2 {
            padding-top: 20px;
            flex-direction: column;
            }
            #lp2405_section2 .lp2405_ditail-btn-box {
                margin: 5px 0 22px 0;

                }
            #lp2405_section2 .lp2405_ditail-btn {
                font-size: 12px;
                }
            .lp2405_sec2-container2 .lp2405_ditail-btn-box {
                margin-top: 120px;
            }
            .lp2405_sec2-container3 h3 {
                font-size: 20px;
                padding: 10px;
                }
            .lp2405_sec2-container3-img-box {
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr;
            gap: 10px;
            padding: 10px;
            }
            .lp2405_sec2-container3-img-box img {
                width: 60%;
                } 
            .lp2405_award-p {
                width: 100%;
                text-align: center;
                position: absolute;
                top:58%;
                left:50%;
                transform: translate(-50%,-50%);
                padding:0;
                margin:0;
                font-size: 10px;
                }
                .lp2405_award-p span {
                font-size: 14px;
                font-weight: bold;
                }
                .lp2405_award-frame {
                margin: 9px;
                }
                .lp2405_award-frame img {
                width: 80%;
             
                }

 /*--------- sec3 -------- */
        /* footer */
        #lp2405  footer{
            padding: 64px 0 32px;
        }
        #lp2405  footer .logo_wrap{
            flex-direction:  column-reverse;
        }
        #lp2405  footer p{
            text-align: center;
        }
        #lp2405  footer .logo_wrap .logo{
            margin-top: 40px;
        }


        .lp2405_section3-case-container {
        margin-top: 40px;
        }
        .lp2405_sec3-case {
        font-size: 20px;
        display: table;
        
        }
        .lp2405_sec3-case-p1 {
        height: 4em;
        width: 25vw;
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px;
    
        }
        .lp2405_sec3-case-p2 {
        height: 4em;
        width: 65vw;
        line-height: 1.6em;
        display: table-cell;
        vertical-align: middle;
        padding: 0 13px;
        }
        .lp2405_sec3-case-convo {
        font-size: 16px;
        }
        .lp2405_sec3-case-convo .lp2405_wrap-w800 {
        position: relative;
        }
        .lp2405_sec3-case-convo-explain {
        font-size: 16px;
        }
        .lp2405_sec3-case-convo-explain-2 {
        font-size: 14px;
        }
        .lp2405_sec3-case-convo-area .flex-box {

        }
        .lp2405_sec3-case-convo-area {
        padding: 13px 27px;
        }
 
    /*--------- sec4 -------- */
        .lp2405_section4-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        row-gap: 60px;
        }
        .lp2405_section4-icon-box {
        width: 60%;
        height: auto;
        aspect-ratio: 8 / 5;
        text-align: center;
        justify-content: center;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        }
        .lp2405_section4-h {
        background: var(--lp2405-accent-color);
        color: var(--lp2405-accent-font-color);
        display: inline-block;
        padding: 11px 47px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        
        }
        .lp2405_section4-h {
        padding: 6px 27px;

        }
        .lp2405_section4-h-box {
        text-align: center;
        position: relative;
        top: -12%
        }
        .lp2405_section4-box:before {
     
        width: 55px;
        height: 55px;
        font-size: 40px;
        line-height: 55px;
        top: 0%;
        left: 20%;
        transform: translate(-50%, -50%);
        }
        .lp2405_section4-p {
            position: relative;
            padding: 0px 40px 0px 40px;
            font-size: 16px;
            line-height: 1.8em;
            top: -20px;
            }
   /*--------- sec5 -------- */
   #lp2405_section5 {
    padding-bottom: 48px;
    }
        .lp2405_section5-p {
            font-size: 16px;
            }
    #lp2405_section5 .lp2405_section3-h2-box {
        margin-top: 48px;
        }

    /*--------- sec6 -------- */
 
    #lp2405_section6 {
        background: white;
        padding-bottom: 48px;
    }
    #lp2405_section6 article {
        width: 100%;
        margin: 0 auto;
        }
        .lp2405_section6-card-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        row-gap: 28px;
        }
        #lp2405_section6 img {
        width: 100%;
        }
        .lp2405-card-p-box p{
        
        font-size: 12px;
        height: 8em;
        }
        .lp2405-card-img-box {
        
        }
        .lp2405-card-img-box a {
        display: table;
        }
        .lp2405-partner-img {
        width: 45vw;
        object-fit: cover;
        }
        .lp2405-partner-lpgo-img {
        text-align: center;
        width: 100%;
        }
        .lp2405-card-img-box h5 {
        display: table-cell; 
        vertical-align: middle;
        
        }
    /*--------- sec7 -------- */
        #lp2405_section7 {
        margin-bottom: 48px;
        padding-top: 0px;
        }
        #lp2405_section7 p {
        margin-bottom: 32px;
        font-size: 14px;
        }
        .lp2405_sec7-h3-box h3 {
        padding: 10px 54px;
        display: inline-block;
        font-size: 17px;
    }
    .lp2405_section7-table {
        border-collapse: collapse;
        border: 1px solid #C4C4C4;
        font-size: 14px; 
        margin-top: 51px;
        }
      
        .lp2405_section7-table td {
        border-collapse: collapse;
        padding: 15px;
        width: 50%;
        height: 100%;
        display: inline-block;
        border-top: none;
        border-bottom: none;
        
        }

       .lp2405_section7-none {
        display: none;
       }
       .lp2405_section7-table-row {
        display: flex;
        width: 100%;
       }
        .lp2405_section7-table-row th {
        padding: 8px;
        width: 50%;
        }
    
        .lp2405_section7-table-columns th {
        padding: 10px;
        width: 100%;
        display: block;
        font-weight: 400;
        text-align: center;
        }
        .lp2405_section7-table-columns th:first-child {
        display: block;
        width: 100%;
        }
        /*--------- sec8 -------- */
        #lp2405_section8 {
            background-image: none;
        }
        #lp2405_section8 ol {
            list-style: none;
            padding: 0;
            display: grid;
            grid-template-columns:1fr;
            grid-template-rows: 1fr 1fr 1fr;
            row-gap: 79px;
            margin-top: 81px;
            }
        .lp2405_section8-li-flexbox {
            flex-flow: row-reverse;
            height: auto;
        }
        .lp2405_section8-li-box-p {
            font-size: 20px;
            color: var(--lp2405-accent-color);
            line-height: 1.5em;
            font-weight: bold;
            text-align: left;
            margin: auto;
            }
            .lp2405_section8-li-p {
            font-size: 16px;
            line-height: 1.7em;
            padding: 15px 3px 0px 3px;
            }
          
            .lp2405_section8-li-box-after::after {
                display: none;
                }
            .lp2405_section8-li-img-box {
            width: 90px;
            padding-bottom: 0px;
            height: auto;
            align-items: middle;
            margin-right: 0;
            margin-left: 10px;
            }

            .lp2405_section8-li-box {
           
            text-align: center;
            justify-content: center;
            padding:  18px 18px 18px 20%;
            
            }
            .lp2405_section8-li span::before {
                font-size: 10px;
                bottom: -20%;
                letter-spacing: 0.12em;
                }
            .lp2405_section8-li span {
                font-size: 24px;
                position: relative;
                bottom: 33%;
                text-align: center;
                
                }
            .lp2405_section8-li-num {
                width: 60px;
                height: 60px;

                position: absolute;
                top: 0;
                left: 10%;
                transform: translate(-50%, -50%);
                
                }
            /*--------- sec9 -------- */
            .lp2405_sec9-wrap2 , .lp2405_sec9-wrap3, .lp2405_sec9-wrap4 {
                padding-bottom: 0px;
                }
            #lp2405_section9 {
                overflow-x: hidden;
            padding-top: 10px;
            margin-bottom: -300px;
            }
            .lp2405_sec9-text {
                width: 100%;
                }
                .lp2405_sec9-text2 {
                padding: 0;
                margin-right: 0;
                }
                
                .lp2405_sec9-text1, .lp2405_sec9-text3 {
                margin-left: 0;
                
                }
                .lp2405_sec9-text h4 {
                font-size: 20px;
                margin: 16px 0 23px 0;
                }
                .lp2405_sec9-text-p {
                font-size: 16px;
                width: 100%;
                line-height: 1.7em;
                }
                .lp2405_sec9-wrap1 {
                position: relative;
                padding-bottom: 300px;
                z-index: 20;
                }
            .lp2405_sec9-content-container img {
                width: 80%;
                position: relative;
                left: -20%;
                top: 18px;
                }
                .lp2405_sec9-content-container {
                padding: 5%;
                z-index: 30;
                top: ;
                flex-direction: column;
                }
                .lp2405_sec9-content-container2,  .lp2405_sec9-content-container4{
                flex-direction: row-reverse;
                position: absolute;
                
                }
                .lp2405_sec9-content-container2, .lp2405_sec9-content-container3, .lp2405_sec9-content-container4 {
                top:-300px;
                }
              
                .lp2405_sec9-content-container2:nth-child(2), .lp2405_sec9-content-container4:nth-child(2) {
                    text-align: right;
                }
                .lp2405_sec9-text2 h4, .lp2405_sec9-text-p, .lp2405_sec9-text4 h4, .lp2405_sec9-text-p{
                text-align: left;
                }
                .lp2405_sec9-num {
                width: 130px;
                height: 40px;
                display: inline-block;
                font-size: 26px;
                
                padding-top: 6px;
                
                }
                .lp2405_sec9-num::after {
                content: "";
                width: 130px;
                border: 2px solid var(--lp2405-accent2-color);
                position: absolute;
                bottom: -10px;
                right: 0;
                
                }
                .lp2405_sec9-num p {
                position: relative;
                top:-13px;
                }
                .lp2405_sec9-num span {
                font-size: 37px;
                }
                    
            .lp2405_sec9-bg {
                width: 100%;
                }
                .lp2405_sec9-bg1 {
                    top: 139px;
                }
                .lp2405_sec9-bg2, .lp2405_sec9-bg3, .lp2405_sec9-bg4 {
                position: relative;
                top: -500px;
                z-index: 20;
                
                }
                .lp2405_sec9-bg2, .lp2405_sec9-bg4 {
                right: 0px;
                }
                .lp2405_sec9-bg-image {
                    overflow: hidden;
                position: relative;
                height: 492px;
                width: 90%;
                height: 237px;
                z-index: 25;
                top: 40px;
                right: 10%;
                }
                .lp2405_sec9-bg-image2, .lp2405_sec9-bg-image4 {
                right: -20%;
               
                }
               
                
                /*--------- sec10 -------- */
                #lp2405_section10 {
                    padding-top: 53px;
                    position: relative;
                    background: white;
                    z-index: 30;
                }
                .lp2405_section10-accordion-summary {
                    
                    font-size: 18px;
                    padding: 18px 15% 18px 18px;
                    cursor: pointer;
                    background-color: var(--lp2405-background-color);
                    color: var(--lp2405-font-color);
                    }
                    
                .lp2405_section10-accordion-content {
                    padding: 10px 15px;
                    
                    }
                    .lp2405_section10-accordion-content p {
                    font-size: 16px;
                    padding: 18px 15px;
                    line-height: 1.6em;
                    }
                    .lp2405_section10-accordion-ditails[open] .lp2405_section10-accordion-summary {
                    background-color: var(--lp2405-background-color);
                    
                    
                    }
                    /*--------- sec11 -------- */
                
                    #lp2405_section11 .satori__custom_form_325b0faaf90f3379 {
                        width: 100%;
                        box-shadow: 2px 7px 4px -6px rgba(0, 0, 0, 0.3);
                        margin: 0 auto;
                        background: white;
                        padding: 18px 5px;
                        }
                        
        /*--------- footer -------- */
        #lp2405  footer .flex-box {
            flex-direction: column-reverse;
        }

        #lp2405 footer {
            padding: 28px;
            }
            #lp2405 footer:not(.content_footer){
            background-color: var(--lp2405-accent2-color)
            } 
            #lp2405 footer .flex-box {
            align-items: center;
            text-align: center;
            }
            
            #lp2405 footer .lp2405_footer-logo img{
            width: 35%;
            }
            #lp2405 footer p{
            text-align: center;
            margin: 29px 0;
            }
            #lp2405 footer .footer_link>ul{
            margin-top: 29px;
            font-size: 14px;
            flex-direction: column;
            text-align: center;
            }
            #lp2405 footer .footer_link ul {
            margin: 29px auto 0 auto;

            }
            #lp2405 footer .footer_link ul li {
                margin-bottom: 8px;
            }



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

    /*--------- header-------- */
    .lp2405_contact-btn {
        padding: 7px 42px 7px 22px;
        width: 100%;
        font-size: 14px;
       }
    .lp2405_mv-box .lp2405_mv-box2 .lp2405_contact-btn {
        width: 100%;
    }
    /*--------- mv -------- */ 

    .lp2405_mv-box {
        top: 0px;
    }
    .lp2405_mv-title-bg {
        top: calc(85px - 32px);
        height: 131px;
    }
    .lp2405_mv-txt-box h1 {
        text-align: center;
        font-size: 18px;
    }
    .lp2405_h1-underline, .lp2405_mv-txt-box span{
        font-size: 20px;
    }
    .lp2405_mv-txt-box span {
        
        }
    .lp2405_mv-circle-container {
        width: 90%;
    }
    .lp2405_mv-btn-container-p {
        font-size: 22px;
  
        padding-top: 7px;
        }
        .lp2405_mv-box2 .lp2405_contact-btn {
        margin-top: 13px;
        } 
  
 /*--------- sec2 -------- */ 
 /* パートナー推移グラフ */
.lp2405_chart-container {
    width: 300px;
    height: 300px;
    margin: auto;
}

        .lp2405_sec2-treat-p {
        padding: 3px 19px;
        display: inline-block;
        margin-bottom: 0.2rem;
        font-weight: bold;
        font-size: 26px;
        }
        .lp2405_sec2-title-box {
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            }
        .lp2405_num-large {
            font-size: 39px;
            }      
        .lp2405_sec2-title2 {
            margin-top: 23px;
            }
        .lp2405_sec2-title-small {
        font-size: 20px;
        }
    /*--------- sec4 -------- */
    .lp2405_section4-h-box {
        top: 0%
        }
        .lp2405_section4-p {
        position: relative;
        padding: 0px 20px 20px 20px;
        font-size: 18px;
        line-height: 1.8em;
        top: 20px;
        }
    /*--------- sec5 -------- */
    .lp2405_section5-sp-img {
        width: 100%;
        display: block;
        }
        .lp2405_section5-pc-img {
        display: none;
        }

}

@charset "utf-8";

* {
    box-sizing: border-box;
    margin: 0;
}

html:has(.partner_lp){
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
}

body.partner_lp{
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans JP', Noto Sans Japanese, 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'ＭＳ Ｐゴシック', MS PGothic, Sans-Serif;
    
    position: relative;
}
body.partner_lp img{
    max-width: 100%;
    height: auto;
}
body.partner_lp a,
.l-contents.partners_merit a,
.l-contents.partners_voice a,
.l-contents.partners_solution a,
.l-contents.partner a{
    text-decoration: none;
}
/* .partner_lp header{
    padding: 0 20px;
} */
.partner_lp section{
    width: 100%;
    margin:0 auto 40px;
}
.partner_lp main,
.partner_lp header,
.partner_lp footer{
    width: 100%;
    margin: 0 auto;
    /* overflow-x: hidden; */
}
.partner_lp .lp_wrap{
    /* max-width: 1000px; */
    width: 100%;
    position: relative;
    z-index: 1000;
}
.partner_lp .lp_wrap.border_topleft{
    padding: 60px;
}
.partner_lp .lp_wrap.border_topleft::before{
    display: block;
    content: "";
    width: 300px;
    height: 100px;
    border-image: linear-gradient(to bottom right, #08465f, transparent 50%) 1;
    
    border-top: solid 10px;
    border-left: solid 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
}
.partner_lp .lp_wrap.border_topleft::after{
    display: block;
    content: "";
    width: 300px;
    height: 100px;
    border-image: linear-gradient(to top left, #08465f, transparent 50%) 1;

    border-right: solid 10px;
    border-bottom: solid 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1000;
}
.partner_lp .lp_wrap.border_topright{
    padding: 60px;
}
.partner_lp .lp_wrap.border_topright::before{
    display: block;
    content: "";
    width: 300px;
    height: 100px;
    border-image: linear-gradient(to bottom left, #08465f, transparent 50%) 1;
    
    border-top: solid 10px;
    border-right: solid 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1000;
}
.partner_lp .lp_wrap.border_topright::after{
    display: block;
    content: "";
    width: 300px;
    height: 100px;
    border-image: linear-gradient(to top right, #08465f, transparent 50%) 1;

    border-left: solid 10px;
    border-bottom: solid 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1000;
}

.partner_lp .lp_wrap.w1000{
    max-width: 1000px;
    margin: 0 auto;
}

.partner_lp h2{
    font-size: 30px;
    margin: 0 0 26px;
    text-align: center;
}
.partner_lp h2 + p{
    text-align: center;
}
.partner_lp h3{
    font-size: 24px;
    margin: 48px 0 24px;
}
.partner_lp h4{
    font-size: 16px;
}
.partner_lp h5{
    font-size: 14px;
}
.partner_lp p{
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 14px;
}
.partner_lp ul{
    padding: 0;
    list-style: none;
}
.partner_lp .flex,
.l-contents.partners_merit .flex,
.l-contents.partners_voice .flex,
.l-contents.partners_solution .flex,
.l-contents.partner .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.partner_lp .sp_item{
    display: none;
}
.partner_lp .pc_item{
    display: block;
}
main.partner_lp{
    width: 100%;
    margin: 0 auto;
}
.partner_lp section.bgc_blue{
    background-color: #50c2d21a;
    padding: 60px 0 ;
}
.partner_lp .mb0{
    margin-bottom: 0;
}

/* header */
.partner_lp header{
    margin-bottom: 40px;
    border-top: #08465f 10px solid;
}
.partner_lp .header_inner{
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
}
.partner_lp small{
    font-size: 12px;
    display: block;
    text-align: right;
}
.partner_lp .logo{
    width: 300px;
}
.partner_lp .header_inner .sns_icon{
    /* justify-content: flex-end; */
    margin: 0;
    margin-top: 8px;
    margin-left: auto;
}

/* kv */
.partner_lp .kv{
    width: 100%;
    height: 650px;
    background-image: url(/pleasanter/assets/images/lp/partner/lp_partner_kv.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.partner_lp .kv_inner{
    max-width: 1000px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.partner_lp .kv_inner h1{
    font-size: 32px;
    padding: 8px;
    background-color: rgba(256,256,256, 0.7);
    width: fit-content;
    text-shadow: 2px 2px 3px #fff;
    
}
.partner_lp .kv_inner p{
    padding: 10px;
    background-color: rgba(256,256,256, 0.7);
    width: fit-content;
    text-shadow: 2px 2px 3px #fff;
    line-height: 2;
    font-size: 18px;
    margin-top: 24px;
}
.partner_lp .kv_inner .hayato{
    width: 20%;
    height: auto;
    margin-left: auto;
    margin-top: 80px;
}
.partner_lp .kv_inner .hayato>figcaption{
    text-align: center;
    text-shadow: 2px 2px 3px gray;
    color: #fff;
}

/* top_section */
.partner_lp .top_section_header{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.partner_lp hr{
    margin-top: 40px;
}
.partner_lp .award_review_area{
    max-width: 1000px;
    width: fit-content;
    margin: 8px auto 32px;
    padding: 0 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.partner_lp .award_review_area>div{
    width: 17%;
    margin-top: 16px;
    margin-left: 32px;
}
.partner_lp .award_review_area>div:first-of-type{
    margin-left: 0;
}
.partner_lp .award_review_area>div>img{
    display: block;
    margin: 0 auto;
}
.partner_lp .award_review_area.itreview>div{
    width: 30%;
    margin-top: 16px;
}

/* strength */
.partner_lp section.strength{
    background-image: url(/pleasanter/assets/images/lp/partner/lp_partner_bg1.png);
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: bottom left;
    
    padding: 60px 0 80px;
    margin-bottom: 0;
}
.partner_lp section.strength ul{
    line-height: 1.6;
}
.partner_lp section.strength li{
    margin-bottom: 36px;

    font-size: 14px;
    width: fit-content;
    max-width: 600px;
    background-color: rgba(256,256,256, 0.9);
    padding: 20px;
    box-shadow: 2px 2px 3px gray;
}
.partner_lp section.strength li:nth-of-type(2n){
    margin-left: auto;
}
.partner_lp section.strength li>span{
    font-size: 20px;
    border-bottom: #fcc800 solid 5px;

}


/* business_model */
.partner_lp .business_model_list{
    flex-wrap: wrap;
    align-items: flex-start;
}
.partner_lp .business_model .list_item{
    color: #000;
    width: 48%;
    background-color: #fff;
    
    margin-bottom: 20px;
    box-shadow: 2px 2px 3px gray;
}
.partner_lp .business_model .list_item_midashi{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;

    background-color: #f0ebe0;
    padding: 20px;
}
.partner_lp .business_model .list_item_midashi>h4{
    font-size: 14px;
    margin: 10px 0;
}
.partner_lp .business_model .list_item_img{
    width: 40%;
    height: 90px;
    position: relative;
}
.partner_lp .business_model .list_item_img>img{
    display: block;
    margin: auto;
    max-width: 90px;
    max-height: 90px;
    filter: sepia(0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.partner_lp .business_model .list_item_content{
    width: 100%;
    padding: 20px;
}
.partner_lp .business_model .list_item_content>p{
    font-size: 12px;
}


/* jirei */
.partner_lp .jirei{
    background-image: url(/pleasanter/assets/images/lp/partner/lp_partner_bg2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 35% auto;

    margin: 0;
    padding-bottom: 80px;
}
.partner_lp .jirei_list{
    flex-wrap: wrap;
    align-items: flex-start;
}
.partner_lp .jirei .list_item{
    width: 32%;
    background-color: #fff;
    margin-bottom: 20px;
    /* padding: 20px; */
    position: relative;
    transition: all 0.5s;
    box-shadow: 3px 3px 10px gray;
}
.partner_lp .jirei .list_item:hover{
    box-shadow: 6px 6px 12px gray;
    
    transform: translate(-2px, -4px);
}
.partner_lp .jirei .list_item>a{
    color: inherit;
    transition: all 0.5s;
}
.partner_lp .jirei .list_item>a::before{
    content: "View more→";
    padding: 8px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: -8px;
    right: -8px;
    border: solid 1px #111;
}

.partner_lp .jirei .list_item>a:hover::before{
    background-color: #fff;
    color: #000;
    transition: all 0.5s;
}
.partner_lp .jirei .list_item h4{
    width: 100%;
    padding: 10px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.partner_lp .jirei .list_item_img{
    background-color: #fff;
    width: 100%;
    height: 88px;
    padding: 8px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner_lp .jirei .list_item_img>img{
    width: 100%;
    max-height: 48px;
}
.partner_lp .jirei .list_item .list_item_content{
    padding: 20px;
    min-height: 140px;
}

/* seido */
.partner_lp table,
.partner_lp td,
.partner_lp th{
    border: none;
    color: #000;
    font-size: 16px;
}
.partner_lp table{
    width: 100%;
    border-spacing: 10px;
    table-layout: fixed;
    max-width: 1000px;
}

.partner_lp table td,
.partner_lp table th{
    padding: 20px;
    background-color: #fff;
    box-shadow: 2px 2px 3px lightgray;
}
.partner_lp table .blank{
    width: 20%;
    visibility: hidden;
}
.partner_lp table .th_inte{
    background-color: #fff3f5;
    width: 40%;
}
.partner_lp table .th_sales{
    background-color: #e8edf3;
    width: 40%;
}
.partner_lp table td{
    text-align: center;
    background-color: #fff;
}

.partner_lp table td>span {
    border-bottom: #ffa202 solid 2px;
    color: #ffa202;
    font-weight: 600;
    margin-top: -10px;
}
.partner_lp .flow_wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.partner_lp .flow_item{
    width: 30%;
}
.partner_lp .flow_item>h4{
    margin: 16px 0 8px;
}
.partner_lp .flow_item_img{
    width: 100%;
    height: 180px;
    background-color: transparent;
}
.partner_lp .flow_item_img>img{
    display: block;
    margin: 0 auto;
}

/* merit */
.partner_lp section.merit {
    background-image: url(/pleasanter/assets/images/lp/partner/lp_partner_bg3.png);
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: bottom left;

    margin: 0;
    padding-bottom: 60px;
}
.partner_lp section.merit dl{
    margin-bottom: 40px;
    width: 100%;
}
.partner_lp section.merit dl>dt{
    font-size: 18px;
    font-weight: bold;
    background-color: #fcca00;
    padding: 16px;
    max-width: 430px;
    width: 100%;
    margin-bottom: -8px;
    position: relative;
    box-shadow: 2px 2px 3px gray;
    line-height: 1.6;
}
.partner_lp section.merit dl>dt>span{
    font-size: 24px;
    border-bottom: #fff solid 5px;
}
.partner_lp section.merit dl>dd{
    max-width: 800px;
    margin-left: auto;
    line-height: 1.6;
    background-color: rgba(256,256,256, 0.9);
    padding: 24px 16px 16px;
    box-shadow: 2px 2px 3px gray;
    font-size: 14px;
}

/* qanda */
/* .partner_lp section.qanda{
    background-image: url(../images/gradient1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 60px 0 80px;
} */
.partner_lp section.qanda .qanda_sec{
    position: relative;
    margin: 16px;
}
.partner_lp section.qanda .toggle{
    display: none;
}
.partner_lp section.qanda .label{
    display: block;
    width: fit-content;
    font-size: 18px;
    padding: 8px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}
.partner_lp section.qanda .label::after{
    display: block;
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 20px;
	right: -10px;
	transform: rotate(135deg);
}
.partner_lp section.qanda .qanda_answer{
    height: 0;
    margin-top: 16px;
    margin-left: 8px;
    overflow: hidden;
}
.partner_lp section.qanda .toggle:checked + .label + .qanda_answer{
    height: auto;
    transition: all 0.3s;
}
.partner_lp section.qanda .toggle:checked + .label::after{
    transform: rotate(-45deg) !important;
}

/* partners_voices */
.partner_lp .partners_voices{
    background-image: url(/pleasanter/assets/images/lp/partner/lp_partner_bg4.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 45% auto;

    margin-bottom: 0;
    padding-bottom: 80px;
}
.partner_lp .partners_voices_wrap{
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin-top: 36px;
}
.partner_lp .partners_voices_item{
    width: 30%;
    margin: 0 auto;
}
.partner_lp .partners_voices_item>a{
    display: block;
    position: relative;
    z-index: 1000;
}
.partner_lp .partners_voices_item img{
    display: block;
    margin: 0 auto;
}
.partner_lp .partners_voices_item.ctcs .partners_voices_img{
    background-image: url(/pleasanter/assets/images/lp/partner/ctcs.png);
    background-size: cover;
    background-position: center;
}
.partner_lp .partners_voices_item.ch .partners_voices_img{
    background-image: url(/pleasanter/assets/images/lp/partner/ch.jpg);
    background-size: cover;
    background-position: center;
}
.partner_lp .partners_voices_item.rdx .partners_voices_img{
    background-image: url(/pleasanter/assets/images/lp/partner/rdx.png);
    background-size: cover;
    background-position: center;
}
.partner_lp .partners_voices_img{
    width: 100%;
    height: 170px;
}

.partner_lp .partners_voices_item>a:hover{
    transition: all .5s;
    opacity: 0.8;
}

/* message */

.partner_lp section.message p{
    line-height: 1.6;
    font-size: 16px;
}


/* under_button */
.partner_lp section.under_button .button_list{
    list-style: none;
    color: #fff;
    padding: 0;
}
.partner_lp section.under_button .button_list a{
    display: flex;
    align-items: center;
    color: #000;
    width: 30%;
    background-color: #fcc800 ;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8;
    padding: 24px;
    min-height: 85px;

    text-shadow: 2px 2px 3px #fff;
    box-shadow: 2px 2px 3px gray;
}
.partner_lp section.under_button .button_list a:hover{
    box-shadow: 5px 5px 5px gray;
    transform: translate(-2px, -4px);
    opacity: 0.8;
}
.partner_lp section.under_button .button_list a.download{
    background-image: url(/pleasanter/assets/images/lp/partner/file-solid\ 1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
}
.partner_lp section.under_button .button_list a.inquiry{
    background-image: url(/pleasanter/assets/images/lp/partner/calendar-check-regular\ 1.png);
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: auto;
}
.partner_lp section.under_button .button_list a.detail{
    background-image: url(/pleasanter/assets/images/lp/partner/comment-dots-regular\ 1.png);
    background-repeat: no-repeat;
    background-position: -50% 50%;
    background-size: auto;
}


/* sidemenu */
.partner_lp aside.sidemenu,
.l-contents.partners_merit aside.sidemenu,
.l-contents.partners_voice aside.sidemenu,
.l-contents.partners_solution aside.sidemenu,
.l-contents.partner aside.sidemenu{
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;

    justify-content: center;
    flex-direction: column;
    z-index: 1000;
}
.partner_lp aside.sidemenu>a,
.l-contents.partners_merit aside.sidemenu>a,
.l-contents.partners_voice aside.sidemenu>a,
.l-contents.partners_solution aside.sidemenu>a,
.l-contents.partner aside.sidemenu>a{
    display: block;
    padding: 24px 4px;
    height: 170px;
    text-align: center;
    font-size: 15px;
    box-shadow: -2px 2px 3px gray;

    writing-mode: vertical-rl;
}
.partner_lp aside.sidemenu>a:hover,
.l-contents.partners_merit aside.sidemenu>a:hover,
.l-contents.partners_voice aside.sidemenu>a:hover,
.l-contents.partners_solution aside.sidemenu>a:hover,
.l-contents.partner aside.sidemenu>a:hover{
    opacity: 0.7;
    transition: all 0.5s;
}
.partner_lp aside.sidemenu>a.inquiry,
.l-contents.partners_merit aside.sidemenu>a.inquiry,
.l-contents.partners_voice aside.sidemenu>a.inquiry,
.l-contents.partners_solution aside.sidemenu>a.inquiry,
.l-contents.partner aside.sidemenu>a.inquiry{
    background-color: #fff;
    color: #111;

    margin-bottom: 8px;
}
.partner_lp aside.sidemenu>a.download,
.l-contents.partners_merit aside.sidemenu>a.download,
.l-contents.partners_voice aside.sidemenu>a.download,
.l-contents.partners_solution aside.sidemenu>a.download,
.l-contents.partner aside.sidemenu>a.download{
    background-color: #08465f;
    color: #fff;
}



/* share_buutons */
.content_footer .sns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0
}
.content_footer .sns dt {
        font-size: 12px;
        line-height: 1.6
}
.content_footer .sns dt:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6)*.5em);
    content: ''
}
.content_footer .sns dt:after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6)*.5em);
    content: ''
}
.content_footer .sns dd {
    margin-left: 15px
}
.content_footer .sns dd button {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 22px;
    height: 22px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    text-decoration: none
}
.content_footer .sns dd.tw button {
    background: #111;
    color: #fff;
    font-size: 13px;
    line-height: 1
}
@media screen and (min-width:1025px) {
    .content_footer .sns dd.tw button {
        transition: background 200ms ease-out
    }
    .content_footer .sns dd.tw button:hover {
        opacity: 0.7;
    }
}
.content_footer .sns dd.fb button {
    color: #111;
    font-size: 22px
}
@media screen and (min-width:1025px) {
    .content_footer .sns dd.fb button {
        transition: color 200ms ease-out
    }
    .content_footer .sns dd.fb button:hover {
        color: #485a95
    }
}
@media screen and (max-width:767px) {
    .content_footer .sns {
        width: 33.34vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto
    }
    .content_footer .sns dt {
        margin-bottom: 4.41vw;
        font-size: 2.67vw
    }
    .content_footer .sns dd {
        margin-left: 0
    }

    .content_footer .sns dd button {
        width: 10.14vw;
        height: 10.14vw
    }
    .content_footer .sns dd.tw button {
        font-size: 5.34vw
    }
    .content_footer .sns dd.fb {
        margin-left: 5.2vw
    }
    .content_footer .sns dd.fb button {
        font-size: 10.14vw
    }
}



/* footer */
.partner_lp footer:not(.content_footer){
    background-color: #50c2d2;
    padding: 64px 0 32px;
    
}
.partner_lp footer .logo>img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.partner_lp footer p{
    font-weight: bold;
    color: #fff;
    text-align: right;
}
.partner_lp footer .footer_link>ul{
    list-style: none;
    margin-top: 48px;
    font-size: 12px;
}
.partner_lp footer .footer_link>ul a{
    color: #fff;
}
.partner_lp footer small{
    display: block;
    padding: 32px 0 0;
    font-size: 10px;
    text-align: center;
    line-height: 1.6;
    color: #fff;
}


/* form */
.partner_lp.form .kv{
    width: 100%;
    height: 300px;
    background-image: url(/pleasanter/assets/images/lp/partner/bg_white_blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.partner_lp.form h1{
    text-align: center;
    font-size: 32px;
    padding: 8px;
    background-color: rgba(256,256,256, 0.7);
    width: fit-content;
    text-shadow: 2px 2px 3px #fff;
}

.partner_lp.form section.dl_form_contents .setsumei{
    width: 50%;
    
}



@media screen and (max-width: 1040px){
    .partner_lp .lp_wrap{
        padding: 0 20px;
        padding-right: 40px;
}
    .l-contents.partners_merit,
    .l-contents.partners_voice,
    .l-contents.partners_solution,
    .l-contents.partner{
        padding: 43px 20px 0;
        padding-right: 40px;
    }
    .partner_lp .lp_wrap.border_topright,
    .partner_lp .lp_wrap.border_topleft{
        padding: 40px;
    }
    .partner_lp body{
        padding: 0 20px;
    }
    .partner_lp .kv{
        /* height: auto; */
        background-size: cover;
        background-position: 0 0;
        padding: 0;
    }
    .partner_lp .kv_inner{
        padding: 0 30px;
    }
    .partner_lp .kv_inner h1{
        font-size: 20px;
    }
    .partner_lp .kv_inner p{
        font-size: 16px;
    }
    
    .partner_lp .header_inner{
        padding: 0 20px;
    }
    .partner_lp .kv_inner .hayato{
        width: 30%;
        height: auto;
        margin-left: auto;
    }
    .partner_lp .kv_inner .hayato>figcaption{
        text-align: center;
        text-shadow: 2px 2px 3px gray;
        color: #fff;
    }
    /* top_section */
    .partner_lp .award_review_area{
        flex-wrap: wrap;
        justify-content: center;
    }
    .partner_lp .award_review_area>div{
        width: 25%;
        padding-right: 16px;
    }
    .partner_lp .award_review_area.itreview>div{
        width: 48%;
        margin-top: 16px;
    }

    /* business_model */
    .partner_lp .business_model .list_item{
        width: 48%;
    }
    .partner_lp .business_model .list_item_img{
        margin-right: 0;
        width: 100%;
        height: 90px;
        margin-bottom: 20px;
    }
    .partner_lp .business_model .list_item_content{
        width: 100%;
    }

    /* jirei */
    .partner_lp .jirei{
        background-size: 60% auto;

        padding-bottom: 240px;
    }

    /* seido */
    .partner_lp table{
        max-width: none;
        width: 100%;
    }
    /* merit */

    /* sidemenu */
    .partner_lp aside.sidemenu>a,
    .l-contents.partners_merit aside.sidemenu>a,
    .l-contents.partners_voice aside.sidemenu>a,
    .l-contents.partners_solution aside.sidemenu>a,
    .l-contents.partner aside.sidemenu>a{
        padding: 16px 8px;
        font-size: 12px;
    }
    /* footer */
    .partner_lp footer .footer_link>ul{
        flex-direction: column;
    }
    .partner_lp footer .footer_link li{
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 767px){
    .partner_lp .lp_wrap,
    .l-contents.partners_merit,
    .l-contents.partners_voice,
    .l-contents.partners_solution,
    .l-contents.partner{
        padding: 0 20px;
    }
    .partner_lp .sp_item{
        display: block;
    }
    .partner_lp .sp_item{
        display: none;
    }
    .partner_lp h2{
        font-size: 24px;
    }
    .partner_lp h3{
        font-size: 16px;
    }
    .partner_lp section {
        margin: 0 auto 40px;
    }
    .partner_lp section.bgc_blue{
        padding: 40px 0;
    }

    /* header */
    .partner_lp .header_inner{
        margin: 16px auto;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .partner_lp .header_inner>.flex{
        flex-direction: column;
        align-items: unset;
    }
    .partner_lp small{
        margin-bottom: 16px;
    }
    .partner_lp .header_inner .header_copy{
        font-size: 12px;
        text-align: right;
        margin-top: 8px;
    }
    .partner_lp .header_inner .sns_icon{
        justify-content: flex-end;
        margin-top: 8px;
    }
    .partner_lp .logo{
        width: 200px;
    }

    .partner_lp .kv{
        background-size: cover;
        background-position: center;
        padding: 60px 0;
        width: 100%;
        height: fit-content;
    }
    .partner_lp .kv_inner{
        align-items: center;
        height: 100%;
    }
    .partner_lp .kv_inner h1{
        font-size: 20px;

    }
    .partner_lp .kv_inner p{
        font-size: 18px;
    }

    .partner_lp .kv_inner .hayato{
        width: 40%;
    }
    .partner_lp .kv_inner .hayato>figcaption{
        font-size: 12px;
    }
    /* top_section */
    .partner_lp  .top_section_header{
        font-size: 18px;
    }
    .partner_lp .award_review_area{
        align-items: center;
        justify-content: center;
        padding: 0;
        flex-direction: column;
    }
    .partner_lp .award_review_area>div{
        width: 48%;
        padding-right: 0;
        margin-left: 0;
    }
    .partner_lp .award_review_area>div img{
        width: 100%;
        height: auto;
    }
    .partner_lp .award_review_area.itreview>div{
        width: 48%;
    }
    

    /* strength */
    .partner_lp section.strength{
        background: none;
    }
    .partner_lp section.strength li{
        margin-bottom: 16px;
    
        width: 100%;
        padding: 8px;
    }
    
    /* business_model */
    .partner_lp .business_model .list_item{
        width: 100%;
        min-height: 190px;
        flex-direction: row;
    }
    .partner_lp .business_model .list_item_img{
        width: 120px;
        height: auto;
        margin-bottom: 0;
        margin-right: 40px;
    }
    .partner_lp .business_model .list_item_img>img{
        display: block;
        margin: auto;
        max-width: 90px;
        max-height: 90px;
    }.partner_lp .business_model .list_item_midashi{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex: 0 0 auto;
    
        background-color: #f0ebe0;
        padding: 20px;
    }
    .partner_lp .business_model .list_item_midashi>h4{
        font-size: 14px;
        margin: 10px 0;
    }



    /* jirei */
    .partner_lp .jirei{
        background-size: 80% auto;
    }
    .partner_lp .jirei .list_item{
        width: 100%;
    }
    .partner_lp .jirei .list_item>.list_item_wrap {
        width: 100%;
    }
    .partner_lp .jirei .list_item_img {
        max-width: 300px;
        margin: 0 auto;
    }
    .partner_lp .jirei .list_item_img >img{
        width: 100%;
        height: 100%;
    }
    .partner_lp .jirei .list_item .list_item_content{
        min-height: 100px;
    }

    /* seido */
    .partner_lp .table_wrap{
        overflow-x: scroll;
    }
    .partner_lp table{
        max-width: 1000px;
    }
    .partner_lp table .blank{
        width: 120px;
    }
    .partner_lp table .th_inte{
        width: 300px;
    }
    .partner_lp table .th_sales{
        width: 300px;
    }
    .partner_lp table th,
    .partner_lp table td{
        font-size: 14px;
    }
    .partner_lp .flow_wrap{
        flex-direction: column;
    }
    .partner_lp .flow_item{
        width: 100%;
        margin-bottom: 24px;
    }
    .partner_lp .flow_item_img{
        width: 80%;
        height: auto;
        margin: auto;
    }

    /* merit */
    .partner_lp section.merit {
        /* background-size: contain;
        background-position: center; */
        background: none;
    }
    .partner_lp section.merit .lp_wrap{
        background-position: top right;
        background-size:30%;
    }
    .partner_lp section.merit dl{
        flex-direction: column;
        align-items: flex-start;
    }
    .partner_lp section.merit dl>dt{
        font-size: 16px;
        width: calc(100% - 40px);
    }
    .partner_lp section.merit dl>dt>span{
        font-size: 20px;
    }
    .partner_lp section.merit dl>dd{
        width: calc(100% - 40px);
    }

    /* qanda */
    .partner_lp section.qanda .lp_wrap{
        background-position: top right;
        background-size: 300px auto;
    }
    .partner_lp section.qanda .label{
        font-size: 18px;
    }
    .partner_lp section.qanda .label::after{
        top: 16px;
    }

    /* partners_voices */
    .partner_lp .partners_voices{
        background-position: left bottom;
        background-size: 100% auto;

        margin-bottom: 0;
        padding: 60px 0 180px;
    }
    .partner_lp .partners_voices_wrap{
        flex-direction: column;
    }
    .partner_lp .partners_voices_item{
        width: 100%;
        margin-bottom: 24px;
    }

    /* under_button */
    /* .partner_lp section.under_button .button_list{
        flex-direction: column;    
    } */
    .partner_lp section.under_button .button_list a.download,
    .partner_lp section.under_button .button_list a.inquiry,
    .partner_lp section.under_button .button_list a.detail{
        width: 30%;
        font-size: 14px;
        line-height: 1.2;
        padding: 8px 16px;
    }
    .partner_lp section.under_button .button_list a.download{
        background-position: right;
        background-size: 50%;
    }
    .partner_lp section.under_button .button_list a.inquiry{
        background-position: right 50%;
        background-size: 50%;
    }
    .partner_lp section.under_button .button_list a.detail{
        background-position: right;
        background-size: 50%;
    }


    /* under_sns */


    /* sidemenu */
    .partner_lp aside.sidemenu,
    .l-contents.partners_merit aside.sidemenu,
    .l-contents.partners_voice aside.sidemenu,
    .l-contents.partners_solution aside.sidemenu,
    .l-contents.partner aside.sidemenu{
        display: none;
    }
    /* footer */
    .partner_lp footer{
        padding: 64px 0 32px;
    }
    .partner_lp footer .logo_wrap{
        flex-direction:  column-reverse;
    }
    .partner_lp footer p{
        text-align: center;
    }
    .partner_lp footer .logo_wrap .logo{
        margin-top: 40px;
    }
}

.s-partner_business_flow .flow_sct{
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.s-partner_business_flow .flow_label {
    margin-top: 0;
    height: auto;
}
.s-partner_business_flow .flow_label .hdg {
    text-wrap: nowrap;
    font-weight: bold;
}
.s-partner_business_flow .flow_items {
    width: 100%;
    justify-content: space-between;
}
.s-partner_business_flow .flow_label .hdg:before{
    /* right: 0; */
    width: 20px;
    height: 45px;
    background-repeat: no-repeat;
}

/* パンくずリスト */
.l-contents.partners_merit .content_breadcrumbs ul li + li:before {
    display: block;
    float: left;
}


@media screen and (max-width: 1040px){
    .s-partner_business_system .system_table{
        overflow-x: scroll;
    }
    .s-partner_business_flow .flow_sct{
        flex-direction: column;
        align-items: flex-start;
        margin: 30px auto;
    }
    .s-partner_business_flow .flow_sct + .flow_sct{
        margin-top: 60px;
    }
    .s-partner_business_flow .flow_label {
        margin-bottom: 30px;
        width: fit-content;
    }
    .s-partner_business_flow .flow_label .hdg:before{
        display: none;
    }
    .s-partner_business_flow .flow_label .hdg>br{
        display: none;
    }
}






/* .system_table,
.s-partner_business_flow .flow_sct  {
   overflow-x: scroll;
   overflow-y: hidden;
} */

@media screen and (max-width: 767px){
    .s-partner_business_flow .flow_label {
        margin-bottom: inherit;
        width: 100%;
    }
   .s-partner_business_flow .flow_label .hdg{
      color: #000;
   }
}

.sol_li_titile{
    background: #fcc800;
}
.ptn_solution_header {
  margin-top: 42px;
  margin-bottom: 80px;
}
.ptn_solution_header .maintitle {
  margin-bottom: 70px;
  position: relative;
}
.ptn_solution_header .maintitle .ptn_solution_mv {
  width: 70%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .ptn_solution_header .maintitle .ptn_solution_mv {
    width: 100%;
    margin: 0 auto;
    padding-top: 140px;
  }
}
.ptn_solution_header .maintitle .ptn_solution_mv img {
  width: 100%;
}
.ptn_solution_header .maintitle h1 {
  font-size: 22px;
  line-height: 1.8;
  color: #111;
  position: absolute;
  top: 42px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ptn_solution_header .maintitle h1 {
    font-size: 18px;
  }
}
.ptn_solution_header .maintitle p {
  font-size: 18px;
  line-height: 1.6;
  color: #111;
  position: absolute;
  top: 84px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ptn_solution_header .maintitle p {
    font-size: 14px;
  }
}
.ptn_solution_header .subtitle p {
  font-size: 16px;
  line-height: 1.8;
  color: #111;
}
@media screen and (max-width: 767px) {
  .ptn_solution_header .subtitle p {
    font-size: 14px;
  }
}

.accordion .option {
  position: relative;
  margin-bottom: 2em;
  /* border: solid 1px #111; */
}
.accordion .option .toggle {
  display: none;
}
.accordion .option .accordion_title {
  /* border-bottom: solid 1px #111; */
  /* padding: 0.5em 0; */
  display: block;
}
/* .accordion .option .accordion_title:hover {
  background-color: #eeeeee;
  cursor: pointer;
} */
.accordion .option .accordion_title>h3::before {
  content: "▽";
  position: absolute;
  right: 1.25em;
  /* top: 1em; */
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.5s;
}
.accordion .option .accordion_title>h3:hover::before{
  color: #111;
}
@media screen and (max-width: 767px) {
  .accordion .option .accordion_title>h3::before {
    font-size: 18px;
  }
}
.accordion .option .accordion_title h3 {
  width: 100%;
  background-color: #575757;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  padding: 10px 20px;
  cursor: pointer;
  /* min-width: 229px; */
    text-align: center;
  border: outset 3px gray;
  letter-spacing: 3px;
}
.accordion .option .accordion_title h3:hover{
  background-color: #fff;
  color: #111;
  transition: 0.5s all;
  border: inset 3px gray;
}
@media screen and (max-width: 767px) {
  .accordion .option .accordion_title h3 {
    font-size: 14px;
  }
}
.accordion .option .accordion_title,
.accordion .option .accordion_content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.5s;
}
.accordion .option .accordion_content {
  max-height: 0;
  overflow: hidden;
}
.accordion .option .accordion_content_inner {
  /* padding: 5px 30px; */
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .accordion .option .accordion_content_inner {
    padding: 5px 20px;
  }
}
.accordion .option .accordion_content li {
  list-style: none;
  background-color: #fff;
  box-shadow: 1px 1px 2px lightgray;
  transition: all 0.5s;
}
.accordion .option .accordion_content li:hover {
  /* box-shadow: 2px 2px 3px gray; */
  cursor: pointer;
  box-shadow: 6px 6px 12px gray;
  transform: translate(-2px, -4px);
}
/* @media screen and (max-width: 767px) {
  
} */
.accordion .option .accordion_content li a {
  text-decoration: none;
  color: #111;
}
.accordion .option .accordion_content li .partner_solution_logo {
  width: 100%;
  margin: auto;
    height: 70px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
}
.accordion .option .accordion_content li .partner_solution_logo>div{
  width: calc(100% - 32px);
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accordion .option .accordion_content li .partner_solution_logo img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.accordion .option .accordion_content li .partner_solution_txt {
  padding: 16px;
  background-color: #e8e8e8;
  min-height: 200px;
  flex: auto;
}
.accordion .option .accordion_content li .partner_solution_txt p {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .accordion .option .accordion_content li .partner_solution_txt{
        min-height: fit-content;
    }
  .accordion .option .accordion_content li .partner_solution_txt p {
    font-size: 14px;
  }
}
.accordion .option .accordion_content li .partner_solution_tag {
  margin: 0 20px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .accordion .option .accordion_content li .partner_solution_tag {
    flex-direction: column;
    margin: 0 10px;
  }
}
.accordion .option .accordion_content li .partner_solution_tag p {
  background-color: #fcc800;
  margin-right: 10px;
  font-size: 15px;
  line-height: 1.6;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .accordion .option .accordion_content li .partner_solution_tag p {
    font-size: 14px;
    margin: 10px 0 0 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.accordion .option .toggle:checked + .accordion_title + .accordion_content {
  max-height: 5000px;
  transition: all 3s;
}
.accordion .option .toggle:checked + .accordion_title>h3::before {
  transform: scaleY(-1) !important;
  color: #111;
}
/* .accordion .option .toggle:checked + .accordion_title {
  background-color: #eeeeee;
} */
.accordion .option .toggle:checked + .accordion_title>h3{
    background-color: #fff;
    color: #111;
    transition: 0.5s all;
    border: inset 3px gray;   
}

/* 20230921追加 */
.accordion{
  width: calc(100% - 120px);
  margin: 0 auto;
}
.sol_li_titile{
    font-size: 18px;
    min-height: 60px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    line-height: 1.3;
    text-align: center;
}
.sol_li_titile>span{
    margin: auto;
}
.accordion .option .accordion_content_inner{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    padding-left: 24px;
    padding-bottom: 24px;
    flex-wrap: wrap;
}
.accordion .option .accordion_content li{
    width: calc((100% - 24px) / 3 - 16px);
    margin-right: 24px;
    margin-top: 24px;
}
.accordion .option .accordion_content li>a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.accordion .option .accordion_content li>a>div{
    flex: auto;
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

@media screen and (max-width: 1040px){
  .accordion{
    width: calc(100% - 60px);
  }
  /* .accordion .option .accordion_content_inner{
    margin-top: -30px;
  } */
    .accordion .option .accordion_content li{
        width: calc((100% - 24px) / 2 - 12px);
    }
}
@media screen and (max-width: 767px) {
    .accordion{
      width: 100%;
    }
    .sol_li_titile{
        min-height: 80px;
        /* font-size: 20px; */
    }
    .accordion .option .accordion_content li{
        width: 100%;
        min-height: 200px;
        margin-right: 0;
    }
    .accordion .option .accordion_content li>a{
        min-height: 200px;
    }
    
}



/*# sourceMappingURL=style.css.map */

.m-article .article_notes_fig,
.article_notes_fig_left {
  margin-bottom: 30px;
}

.article_notes_fig_left {
  margin-right: 50px;

  margin-left: 0;

  float: left;
}

.m-article .article_notes_fig .caption span:before,
.m-article .article_notes_fig_left .caption span:before {
  content: '▲';

  display: inline-block;

  margin-right: 0.5em;
}

.article_notes_fig_left > img {
  max-width: 350px;
}

.article_notes_fig_left .caption {
  width: 100%;

  max-width: 350px;

  margin-top: 20px;

  color: #666;

  font-size: 12px;

  line-height: 1.6;
}

.s-cases_detail .cases_detail_footer .interviewee .row dd .btn a {
  min-height: 24px;

  padding: 5px 0;

  font-size: 12px;
}

.m-article .article_hdg {
  padding: 15px;

  border-bottom: none;

  background: rgb(246, 246, 246);
}
// 2024/10/25追記　導入事例センター写真位置調整
.article_notes_fig_center {
  margin-top: 16px;
  text-align: center;
  .caption {
    margin-top: 8px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .article_notes_fig_left {
    margin: 0 0 6.67vw;

    float: none;

    text-align: center;
  }

  .m-article .article_notes_fig .caption,
  .m-article .article_notes_fig_left .caption {
    max-width: 350px;

    margin: 4vw auto 0;

    font-size: 2.67vw;
  }

  .s-cases_detail .cases_detail_footer .interviewee .row dd .btn a {
    min-height: 9.34vw;

    padding: 2.8vw 0;

    font-size: 3.2vw;
  }

  .s-cases_detail .article_notes p,
  .s-cases_detail .interviewee {
    /* font-size: 18px; */
  }
}


* {
  margin: 0;
  padding: 0;
}

.pc_item {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_item {
    display: none;
  }
}

.sp_item {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_item {
    display: block;
  }
}

.wrap {
  max-width: 1040px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .wrap {
    padding: 0 4.67vw;
  }
}

.ptn_voice_header {
  margin-top: 42px;
  margin-bottom: 80px;
}
.ptn_voice_header .maintitle {
  margin-bottom: 70px;
  position: relative;
}
.ptn_voice_header .maintitle .mv_bg {
  width: 100%;
}
.ptn_voice_header .maintitle .mv_bg img {
  display: block;
  width: 100%;
}
.ptn_voice_header .maintitle h1 {
  font-size: 22px;
  line-height: 2;
  color: #111;
  position: absolute;
  top: 30%;
  left: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ptn_voice_header .maintitle h1 {
    font-size: 18px;
  }
}
.ptn_voice_header .maintitle p {
  font-size: 12px;
  line-height: 1.8;
  color: #111;
  position: absolute;
  top: 48%;
  left: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ptn_voice_header .maintitle p {
    font-size: 3.2vw;
  }
}

.ptn_voice_maincont {
  margin-bottom: 80px;
}
.ptn_voice_maincont .company {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ptn_voice_maincont .company {
    flex-direction: column;
  }
}
.ptn_voice_maincont .company_cont {
  width: 35%;
  margin: 0 2%;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .ptn_voice_maincont .company_cont {
    width: 70%;
    margin: 40px auto;
  }
}
.ptn_voice_maincont .company_cont a {
  color: #111;
  height: 100%;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.ptn_voice_maincont .company_cont a .company_image {
  width: 100%;
}
.ptn_voice_maincont .company_cont a .company_image img {
  width: 100%;
  display: block;
}
.ptn_voice_maincont .company_cont a .company_name {
  margin: 1rem;
}
.ptn_voice_maincont .company_cont a .company_name p {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .ptn_voice_maincont .company_cont a .company_name p {
    font-size: 3.47vw;
  }
}
.ptn_voice_maincont .company_cont a .company_name h2 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .ptn_voice_maincont .company_cont a .company_name h2 {
    font-size: 3.47vw;
  }
}
.ptn_voice_maincont .company_cont a .company_btn {
  text-align: center;
  width: 50%;
  display: block;
  margin: auto auto 1rem auto;
  padding: 5px 30px;
  border: 1px solid #000;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .ptn_voice_maincont .company_cont a .company_btn {
    font-size: 3.47vw;
  }
}
.ptn_voice_maincont .ptn_voice_btn {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ptn_voice_maincont .ptn_voice_btn {
    flex-direction: column;
  }
}
.ptn_voice_maincont .ptn_voice_btn .btn {
  width: 48%;
  border: 1px solid #000;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ptn_voice_maincont .ptn_voice_btn .btn {
    width: 100%;
  }
}
.ptn_voice_maincont .ptn_voice_btn .btn a {
  box-sizing: border-box;
  color: #111;
  font-size: 20px;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .ptn_voice_maincont .ptn_voice_btn .btn a {
    font-size: 3.57vw;
  }
}
.ptn_voice_maincont .ptn_voice_btn .btn a:hover {
  background-color: #000;
  color: #fff;
}

.company_cont:hover .company_btn {
  background-color: #000;
  color: #fff;
}/*# sourceMappingURL=style.css.map */

.parts-thnaks-page_bnr-wrap {
    text-align: center;
    max-width: 1000px;
    margin-top: 3em;
}

.parts-thnaks-page_bnr {
  display: flex;
  justify-content: center;
  align-items: center;

  @media screen and (max-width: 767px) {
    flex-direction: column;
    align-items: center;
  }
}

.parts-thnaks-page_bnr li + li {
  margin-left: 20px;
  @media screen and (max-width: 767px) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.parts-thnaks-page_bnr li {
  flex: 1;
  max-width: 100%;
}

.parts-thnaks-page_bnr li img {
  width: 100%;
  max-width: 600px;
}

.thanks_bottom_btn {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.thanks_bottom_btn .c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

*, :before, :after{
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin: 0;
}

html:has(.pleanama_lp){
  width: 100%;
  height: 100%;
  /* overflow-x: hidden; */
}

body.pleanama_lp{
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans JP', Noto Sans Japanese, 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'ＭＳ Ｐゴシック', MS PGothic, Sans-Serif;
  color: #111;
}
body.pleanama_lp img{
  max-width: 100%;
  height: auto;
}
body.pleanama_lp #page{
  position: relative;
}


/* 通常のsection */
.pleanama_lp section{
  width: 100%;
  margin:15px auto;
}
/* sectionに「m0p」をつけるとmarginが0px、上下paddingを付与 */
.pleanama_lp section.m0p{
  margin: 0;
  padding: 56px 0;
}
.pleanama_lp main,
/*.pleanama_lp header,*/
.pleanama_lp footer{
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
.pleanama_lp .lp_wrap{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; 
  position: relative;
  z-index: 0;
}
.pleanama_lp a{
  text-decoration: none;
}
.pleanama_lp a:hover{
  opacity: 0.7;
  transition: all 0.9s;
}
.pleanama_lp h3{
  font-size: 24px;
  margin: 0 0 32px;
  text-shadow: 2px 2px 0px #fff;
}
.pleanama_lp h3.white{
  color: #fff;
  text-shadow: 2px 2px 0px #111;
}

/* .pleanama_lp p{
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 16px;
} */
.pleanama_lp ul{
  padding: 0;
  list-style: none;
}
.pleanama_lp .flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* kv */
.pleanama_lp .kv{
  /* background-image: url(/pleasanter/assets/images/lp/pleanama/kv.jpeg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 65% auto; */

  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.pleanama_lp .kv_inner{
  width: 1000px;
  margin: 0 auto;
}
.pleanama_lp .kv_inner img{
  width: 65%;
  height: auto;
  margin: auto;
}
.pleanama_lp .kv_inner h1{
font-size: 24px;
  padding: 16px;
  background-color: #FCC800;
  top: 35%;
  transform: translateY(-80%);
  position: absolute;
  z-index: 1000;
  margin: auto;
  left: 25%;
  box-shadow: 5px 5px 5px gray;
  line-height: 1.2;
}

/* introduction */
.introduction {
.plenama-bnr-box {
  width: 100%;
  text-align: center;
  margin: 0 auto 3em auto;
  img {
    width: 45%;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 49%);
  }
  p {
    color:#6d6d6d;
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .plenama-bnr-box {
  img {
    width: 67%;
  }
}
}
}

.pleanama_inner>p {
  margin-top: 50px;
  margin-bottom: 30px;
}

.pleanama_lp section.introduction p{
  text-align: center;
  padding: 16px;
  background-color: rgba(255,255,255,0.8);
}
/* share_buutons */
.content_footer .sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0
}
.content_footer .sns dt {
      font-size: 12px;
      line-height: 1.6
}
.content_footer .sns dt:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6)*.5em);
  content: ''
}
.content_footer .sns dt:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6)*.5em);
  content: ''
}
.content_footer .sns dd {
  margin-left: 15px
}
.content_footer .sns dd button {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 22px;
  height: 22px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  text-decoration: none
}
.content_footer .sns dd.tw button {
  background: #111;
  color: #fff;
  font-size: 13px;
  line-height: 1
}

@media screen and (min-width:1025px) {
  .content_footer .sns dd.tw button {
      transition: background 200ms ease-out
  }
  .content_footer .sns dd.tw button:hover {
      opacity: 0.7;
  }
}
.content_footer .sns dd.fb button {
  color: #111;
  font-size: 22px
}
@media screen and (min-width:1025px) {
  .content_footer .sns dd.fb button {
      transition: color 200ms ease-out
  }
  .content_footer .sns dd.fb button:hover {
      color: #485a95
  }
}

@media screen and (max-width:767px) {
  .content_footer .sns {
      width: 33.34vw;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 auto
  }
  .content_footer .sns dt {
      margin-bottom: 4.41vw;
      font-size: 2.67vw
  }
  .content_footer .sns dd {
      margin-left: 0
  }

  .content_footer .sns dd button {
      width: 10.14vw;
      height: 10.14vw
  }
  .content_footer .sns dd.tw button {
      font-size: 5.34vw
  }
  .content_footer .sns dd.fb {
      margin-left: 5.2vw
  }
  .content_footer .sns dd.fb button {
      font-size: 10.14vw
  }
}



/* footer */
.pleanama_lp footer:not(.content_footer){
  padding: 24px 0 32px;
  
}
.pleanama_lp footer .logo{
  width: 240px;
}
.pleanama_lp footer .logo img{
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.pleanama_lp footer p{
  font-weight: bold;
  color: #fff;
  text-align: right;
}
.pleanama_lp footer .footer_link>ul{
  list-style: none;
  margin-top: 48px;
  font-size: 12px;
}
.pleanama_lp footer .footer_link>ul a{
  color: #fff;
}
.pleanama_lp footer small{
  display: block;
  padding: 32px 0 0;
  font-size: 10px;
  text-align: center;
  line-height: 1.6;
  color: #fff;
}

/* sidemenu */
.pleanama_lp aside.sidemenu{
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;

  justify-content: center;
  flex-direction: column;
  z-index: 1000;
}
.pleanama_lp aside.sidemenu>a{
  display: block;
  padding: 24px 4px;
  height: 170px;
  text-align: center;
  font-size: 15px;
  box-shadow: -2px 2px 3px gray;

  writing-mode: vertical-rl;
}
.pleanama_lp aside.sidemenu>a:hover{
  opacity: 0.7;
  transition: all 0.5s;
}
.pleanama_lp aside.sidemenu>a.estimate{
  background-color: #fff;
  color: #111;

  margin-bottom: 8px;
}
.pleanama_lp aside.sidemenu>a.download{
  background-color: #111;
  color: #fff;
}


@media screen and (max-width: 1040px){
  .pleanama_lp .lp_wrap{
      padding: 0 20px;
      padding-right: 40px;
  }
  /* kv */
  /* .pleanama_lp .kv{
      background-size: 80% auto;
      padding: 100px 0;
  } */
  .pleanama_lp .kv_inner{
      width: 100%;
  }

  /* footer */
  .pleanama_lp footer .footer_link>ul{
      flex-direction: column;
  }
  .pleanama_lp footer .footer_link li{
      margin-bottom: 16px;
  }
  /* sidemenu */
  .pleanama_lp aside.sidemenu{
      bottom: 40px;
  }
  .pleanama_lp aside.sidemenu>a{
      padding: 16px 8px;
      
  }
}


@media screen and (max-width: 767px){
  .pleanama_lp .lp_wrap{
      padding: 0 20px;
      padding-right: 20px;
  }
  .pleanama_lp section {
      margin: 32px auto;
  }
  .pleanama_lp h2 {
      margin: 0 0 24px;   
  }

  /* kv */
  /* .pleanama_lp .kv{
      background-size: 80% auto;
      padding: 56px 0 120px;
  } */
  .pleanama_lp .kv_inner img{
  width: 100%;
  margin: auto;
  }
  .pleanama_lp .kv_inner h1{
      font-size: 18px;
      padding: 16px;
  }

  /* footer */
  .pleanama_lp footer{
      padding: 64px 0 32px;
  }
  .pleanama_lp footer .logo_wrap{
      flex-direction:  column-reverse;
  }
  .pleanama_lp footer p{
      text-align: center;
  }
  .pleanama_lp footer .logo_wrap .logo{
      margin-top: 40px;
  }
  /* sidemenu */
  .pleanama_lp aside.sidemenu{
      display: none;
  }
}



.pleanama details summary{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
  cursor: pointer;
  width: 80%;
  margin: 0 auto;
  background: #ececec;
  margin-bottom: 3px;
  padding: 5px 5px 5px 15px;
}
.pleanama details .pleanama_inner{
  padding: 0 24px;
  margin-bottom: 36px;
}
.pleanama details dl{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  width: 80%;
  margin: 0 auto;
}
.pleanama details dl:nth-of-type(2n){
  background-color: #f6f6f6;
  border-bottom: #ccc 1px solid;
}
.pleanama details dl:last-of-type{
  margin-bottom: 8px;
}
.pleanama details dl>dt{
  margin-right: 8px;
}
.pleanama details .pleanama_inner>p{
  text-align: center;
}
.pleanama details .pleanama_inner>.sample_DL,.pleanama_link-btn {
  display: flex;
  justify-content: center;
  width: fit-content;
  border: #111 solid 1px;
  padding: 6px 16px;
  margin: 16px auto;
  color: #111;
  background-color: #fcc800;
  transition: all 0.9s;
}
.pleanama_link-btn {
  margin: 0px auto 3em auto;
  background-color: #c5eeff;;
}
.pleanama details .pleanama_inner>.sample_DL:hover,.pleanama_link-btn:hover{
  text-decoration: none;
  background-color: #fff;
  box-shadow: 2px 2px 4px gray;
}
@media screen and (max-width: 767px){
  .pleanama details dl,.pleanama details summary{
      width: 90%;
  }
}

.operations .main_header p {
  margin-top: 20px;
}
span.marker {
  background: rgb(202 232 255 / 61%);
}
.operat-flex-box {
  display: grid;
  grid-template-columns: 4fr 6fr;
  grid-template-rows: 1fr;
  align-items: center;
  width: 90%;
  margin: auto;
  margin-bottom: 90px;
  gap: 30px;
}
.operat-flex-box .flex-box {
  align-items: center;
}
.operat-flex-box svg {
  width: 90px;
  height: 90px;
  padding: 20px;
  fill: #0378d4;
}
.operat-flex-box img {
  width: 100%;
}
.operat-content-box {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  max-width: 100%;
}
.operat-content-box a {
  color: inherit;
  text-decoration: none;
}
.operat-content-box dl > dt {
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 4px;
  background: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.operat-content-box dl {
  min-height: 20px;
  padding: 20px;
  border: solid 1px #e5e5e5;
  border-radius: 4px;
}
.operat-icon img {
  width: 100px;
  margin-bottom: 20px;
}
.operat-content-box .operat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
}
.operat-flex-box article > dl > dt {
  padding-bottom: 4px;
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
  .operat-flex-box {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    margin-bottom: 90px;
  }
  .operat-content-box {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .operat-content-box dl {
    padding: 20px 15px;
  }
}


.s-service_description.o-is01 .description_notes .table_col {
  width: 320px !important;
}

.training-img-box {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  max-width: 100%;
}
.training-img-box img {
  width: 100%;
}

.training-table {
  width: 100%;
  margin: 38px 10px 0;
  border-spacing: 4px;
  border-collapse: separate;
}
.training-table th,
.training-table td:nth-of-type(2) {
  padding: 8px;
  border: none;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
.training-table th {
  width: 20%;
  height: 80px;
  margin-right: 10px;
  background-color: #737373;
  color: white;
}
.training-table td:nth-of-type(2) {
  background: #e8e8e8;
  word-wrap: break-word;
  white-space: normal;
}
.tr-target {
  width: 25%;
  padding: 12px;
  background: #e8e8e8;
  font-size: 14px;
  text-align: left;
}
.combined-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.tr-cell-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 4px;
}
.tr-table-under-p {
  text-align: right;
}
.fig img {
  object-fit: cover;
}
.tr-pass-content {
  display: block;
  width: 76%;
  margin: auto;
  text-align: center;
}
.tr-pass img {
  max-width: 100%;
  text-align: center;
}
.tr-pass .main_nav_item.appTweenGroupItem {
  margin-top: 30px;
}
.training-flex-box img {
  max-width: 100%;
}
.training-flex-box {
  display: grid;
  gap: 30px;
  grid-template-columns: 6fr 4fr;
  grid-template-rows: 1fr;
  align-items: center;
}
.tr-pass .bnr-link {
  text-align: center;
}
.tr-certificat {
  align-items: center;
  margin: 60px 0 68px;
}
.tr-certificat img {
  width: 30%;
  margin-right: 30px;
}
.sidemenu {
  display: flex;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
}

/*--サイドメニューsidemenu--*/
.sidemenu {
  display: flex;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
}
.sidemenu > a.inquiry {
  margin-bottom: 8px;
  background-color: #fff;
  color: #111;
}
.sidemenu > a.download {
  background-color: #08465f;
  color: #fff;
}
.training-side a.download {
  margin-bottom: 8px;
}
.sidemenu > a {
  display: block;
  height: 170px;
  padding: 24px 4px;
  box-shadow: -2px 2px 3px gray;
  font-size: 15px;
  text-align: center;
  writing-mode: vertical-rl;
}
.training-side > a.apply {
  height: auto;
  margin-bottom: 8px;
  background-color: #32b6ea;
  color: #fff;
}


/* トレーナー紹介  */
.trainer-list {
  // display: flex !important;
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: stretch; // ← 高さを揃えるため追加
}

@media screen and (max-width: 767px) {
  .trainer-list {
    grid-template-columns: 1fr;
    // flex-direction: column;
  }
}

.trainer-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex: 1 1 300px;
  max-width: 300px;
  
  @media screen and (max-width: 767px) {
    max-width: 400px;
    margin: auto;
  }
  
  .img-container {
    width: 100%;
    height: 200px; // 縦幅はここで調整
    overflow: hidden;
    background: #d5d5d5;
    
    .img-inner {
      width: 100%;
      height: 100%;
      
      img {
        width: 100%;
        height: 100%;
        object-fit: cover; // 中央トリミング
        display: block;
      }
    }
  }
  
  .trainer-info {
    margin-top: 12px;
    
    .title, .title-2 {
      font-size: 14px;
      color: #007bff;
      margin-bottom: 4px;
    }
    
    .name {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 8px;
    }
    
    .comment {
      font-size: 12px;
      color: #555;
      margin-bottom: 12px;
      height: 8em; // ← 高さ固定
      overflow: hidden;
    }
    
    .tag-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 12px;
      
      .tag {
        background-color: #e0ffe0;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        white-space: nowrap;
      }
    }
    
    .btn {
      display: block;
      width: 100%;
      padding: 10px;
      background-color: #000;
      color: #fff;
      text-align: center;
      border-radius: 4px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
    
      &:hover {
        background-color: #5ab5ec;  // 少し明るめの黒
        transform: scale(1.05);  // 5%拡大
      }
      @media screen and (max-width: 767px) {
       font-size: medium;
      }
    }
  }
}



@media screen and (max-width: 767px) {
  .training-img-box {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    max-width: 100%;
  }
  .training-table,
  .training-table tbody,
  .training-table tr {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  .training-table th,
  .training-table td {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    text-align: center;
  }
  .tr-target {
    height: auto;
    text-align: left;
  }

  .combined-cell {
    flex-direction: column;
    height: auto;
  }
  .tr-cell-content {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .tr-table-under-p {
    text-align: left;
  }
  .training-flex-box {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr;
  }
  .tr-pass-content {
    width: 90%;
  }
  .tr-certificat {
    flex-direction: column;
  }
  .tr-certificat img {
    width: 70%;
    margin: 0 0 20px;
  }
}


.image_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -24px;
}
.image_list>a.image_list_item{
    display: block;
    position: relative;
    width: 30%;
    margin-top: 24px;
    transition: all 0.5s;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
}
.image_list>a.image_list_item:hover{
    box-shadow: 4px 4px 5px darkgray;
    transform: translate(-2px, -2px);
}
.image_list>a.image_list_item>img{
    max-width: 100%;
    height: auto;
}
.image_list>a.image_list_item>h3{
    background-color: gray;
    color: #fff;
    padding: 8px;
    position: absolute;
    top: 0;
    right: 0;
    
}
.s-purpose_list small.image_list_caption{
    display: block;
    text-align: right;
    margin-bottom: 8px;
}


.example_list{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: fit-content;
}
.example_list .example_list_item{
    width: 30%;
    border: solid 1px #111;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}
.example_list .example_list_item>.example_list_item_img{
    width: 100%;
    position: relative;
}
.example_list .example_list_item>.example_list_item_img>img{
    max-width: 100%;
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.example_list .example_list_item h3{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    padding: 8px;
    background-color: #111;
    color: #fff;
}
.example_list .example_list_item .example_list_item_iconlist{
    width: 110px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
}
.example_list .example_list_item .example_list_item_iconlist>div{
    width: 100%;
    height: 40px;
    padding: 4px 8px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255,255,255,0.9);
}
.example_list .example_list_item .example_list_item_iconlist>div:first-of-type{
    margin-top: 8px;
}
.example_list .example_list_item .example_list_item_iconlist>div>div{
    max-width: 32px;
    max-height: 32px;
}
.example_list .example_list_item .example_list_item_iconlist>div>div>img{
    max-width: 100%;
    max-height: 32px;
    display: block;
    margin: 0 auto;
}
.example_list .example_list_item .example_list_item_iconlist>div>span{
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
}
.example_list .example_list_item>.example_list_item_text{
    padding: 24px;
    line-height: 1.6;
    margin: 0;
    /* min-height: 210px; */
    height: max-content;
    flex-grow: 1;
}
.function_list_wrap{
    width: 75%;
    margin: 0 auto 24px;
}
.function_list_wrap>h3{
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #919191;
    font-size: 16px;
    margin-bottom: 8px;
    letter-spacing: 0.1em;
    padding: 4px;
}
.function_list_wrap>.function_list{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.function_list_wrap>.function_list .function_list_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 18%;
    background-color: #fff;
    padding: 16px 0;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
}
/* .function_list_wrap>.function_list .function_list_item:nth-of-type(3n){
    margin-right: 0;
} */
.function_list .function_list_item .function_list_item_img{
    /* width: fit-content;
    height: auto; */
    width: 56px;
    height: 56px; /* 仮の数値 */
    margin-top: 8px;
}
.function_list .function_list_item .function_list_item_img>img{
    /* max-width: 100%; */
    width: 100%;
    height: auto;
    max-height: 56px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.function_list .function_list_item h4{
    font-weight: normal;
    font-size: 12px;
    margin: 8px 0;
}
main.l-main.purpose .m-boxlist .box_unit{
    padding-bottom: 72px;
}
main.l-main.purpose .m-boxlist .unit_link .btn{
    line-height: 1.6;
    padding: 8px;
    height: auto;

}


@media screen and (max-width: 1040px){
    .image_list>a.image_list_item{
        width: 45%;
    }
    .image_list>a.image_list_item>h3{
        font-size: 10px;
    }
    .function_list_wrap{
        width: 90%;
        margin: 0 auto 24px;
    }
    .function_list_wrap>.function_list .function_list_item{
        width: 18%;
    }
    main.l-main.purpose .m-boxlist .box_unit{
        width: 45%;
    }
}

@media screen and (max-width: 767px){
    .example_list{
        flex-direction: column;
    }
    .example_list .example_list_item{
        width: 100%;
        margin-bottom: 24px;
    }
    .example_list .example_list_item>.example_list_item_img{
        height: fit-content;
    }
    .example_list .example_list_item>.example_list_item_text{
        min-height: fit-content;
    }
    .l-main.purpose .main_sct.function.is_gray{
        padding: 10vw 0;
    }
    /* .function_list_wrap{
        height: 40vh;
        overflow-y: scroll;
    } */
    .function_list_wrap{
        width: 100%;
    }
    .function_list_wrap>h3{
        font-size: 14px;
        margin-bottom: 8px;
    }
    .function_list_wrap>.function_list {
        justify-content: flex-start;
    }
    .function_list .function_list_item .function_list_item_img{
        margin-top: 0;
    }
    .function_list .function_list_item h4{
        font-size: 12px;
        margin: 0;
    }
    .function_list_wrap>.function_list .function_list_item{
        width: 30%;
        margin-bottom: 8px;
        margin-right: 5%;
        padding: 8px 0;
    }
    .function_list_wrap>.function_list .function_list_item:nth-of-type(3n){
        margin-right: 0;
    }

    main.l-main.purpose .m-boxlist .box_unit {
        width: auto;
        padding: 5.34vw 5.34vw 18.67vw;
    }
}

.m-faq .faq_body {
    width: auto;
}

.s-purpose_result .navs ul {
   flex-wrap: wrap;
}

.s-purpose_result .navs ul li{
   margin-top: 16px;

}

.l-main .main_footer .footer_banner.purpose ul img{
   /* width: 320px;
   height: 88px; */
   max-width: 100%;
   height: auto;
}

.satori__custom_form_df84c1ad7c6df4ff_css select {
  padding: 4px;
}
/* 年サポ新規登録フォーム_セレクト余白 */
.satori__custom_form_670937ee41796aa6_css select,
.satori__custom_form_79882a126cee0b32_css select,
.satori__custom_form_9ae54a0bb21d2759_css select,
.satori__custom_form_c679bc0ac15018f3_css select {
  padding: 4px;
}
/* SATORI年サポ登録書（プレミアム） セクション分け点線コード*/
.satori__custom_form_670937ee41796aa6_css .satori__input_group:nth-child(3),
.satori__custom_form_670937ee41796aa6_css .satori__horiz_group,
.satori__custom_form_670937ee41796aa6_css .satori__input_group:nth-child(33) {
  margin-top: 20px;
  border-top: dotted #afafaf;
}

/* SATORI年サポ登録書（スタンダード） セクション分け点線コード*/
.satori__custom_form_79882a126cee0b32_css .satori__input_group:nth-child(3),
.satori__custom_form_79882a126cee0b32_css .satori__horiz_group,
.satori__custom_form_79882a126cee0b32_css .satori__input_group:nth-child(20) {
  margin-top: 20px;
  border-top: dotted #afafaf;
}
/* SATORI年サポ登録書（ライト） セクション分け点線コード*/
.satori__custom_form_9ae54a0bb21d2759_css .satori__input_group:nth-child(3),
.satori__custom_form_9ae54a0bb21d2759_css .satori__horiz_group,
.satori__custom_form_9ae54a0bb21d2759_css .satori__input_group:nth-child(13) {
  margin-top: 20px;
  border-top: dotted #afafaf;
}
/* SATORI年サポ登録書（ミニ） セクション分け点線コード*/
.satori__custom_form_c679bc0ac15018f3_css .satori__input_group:nth-child(3),
.satori__custom_form_c679bc0ac15018f3_css .satori__horiz_group,
.satori__custom_form_c679bc0ac15018f3_css .satori__input_group:nth-child(11) {
  margin-top: 20px;
  border-top: dotted #afafaf;
}

/* 資料DLフォームテンプレート*/
.form_box {
  padding: 32px;
  border: solid #f2f2f2;
  border-radius: 8px;
}
.paper_dl_page h2 {
  color: #afafaf;
  font-size: 18px;
  font-weight: 300;
  color: #71696c;
}

/* 入力欄padding*/
#satori__creative_container input {
  padding: 6px;
}


.l-footer .navi .icon a.x {
    color: #111;
}
.l-contents .content_footer .sns dd.tw button:hover {
    background: #111;
    opacity: 0.7;
}

.icon-x:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-facebook2:before {
  content: "\ea91";
}


/* 旧IcoMoonのFBアイコン（四角）*/
/*.icon-facebook:before {
  content: "\ea91";
}

.icon-fbcircle:before {
    content: '\e902';
}*/

:root {
  --support-wrap: #fcc800;
}
.support-content-wrap {
  margin: 50px 20px;
  border: solid 2px var(--support-wrap);
}
.support-content-wrap h3 {
  padding: 10px;
  background: var(--support-wrap);
  color: white;
  text-align: center;
}
#support-content-box {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 2fr;
  margin: 50px 20px;
}
#support-content-box a:nth-child(4n) {
  grid-column-start: 1;
}
/* フロートメニュ */
@media screen and (min-width: 768px) {
  .cta-side-nav {
    display: block;
    z-index: 999;
    position: fixed;
    top: 41%;
    bottom: 0;
    right: -200px; // 初期状態は画面外
    height: fit-content;
    transition: right 0.5s ease, opacity 0.5s ease;

    &.show {
      right: 0; // 表示位置にスライド
      opacity: 1; // フェードイン
    }

    ul {
      background: #fff;
      border-radius: 10px 0 0 10px;
      padding: 0.625em;
      -webkit-box-shadow: 0px 7px 12px -2px #a8a8a8;
      -moz-box-shadow: 0px 7px 12px -2px #a8a8a8;
      box-shadow: 0px 7px 12px -2px #a8a8a8;

      li {
        &:hover {
          opacity: 0.7;
          transition: 0.3s;
        }

        &:nth-child(1) {
          margin-bottom: 0.3125em;
        }

        &:not(:last-child) {
          margin-bottom: 0.625em;
        }

        a {
          img {
            width: 6em;
          }
        }
      }
    }
  }//cta-fixed-nav
}

*, :before, :after{
    background-repeat: no-repeat;
    box-sizing: border-box;
    margin: 0;
}

html:has(.yearsupport_lp){
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
}

body.yearsupport_lp{
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans JP', Noto Sans Japanese, 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'ＭＳ Ｐゴシック', MS PGothic, Sans-Serif;
    color: #111;
}
body.yearsupport_lp img{
    max-width: 100%;
    height: auto;
}
body.yearsupport_lp #page{
    position: relative;
}


/* 通常のsection */
.yearsupport_lp section{
    width: 100%;
    margin:56px auto;
}
/* sectionに「m0p」をつけるとmarginが0px、上下paddingを付与 */
.yearsupport_lp section.m0p{
    margin: 0;
    padding: 56px 0;
}
.yearsupport_lp main,
/*.yearsupport_lp header,*/
.yearsupport_lp footer{
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}
.yearsupport_lp .lp_wrap{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; 
    position: relative;
    z-index: 0;
}
.yearsupport_lp a{
    text-decoration: none;
}
.yearsupport_lp a:hover{
    opacity: 0.7;
    transition: all 0.9s;
}
.yearsupport_lp h3{
    font-size: 24px;
    margin: 0 0 32px;
    text-shadow: 2px 2px 0px #fff;
}
.yearsupport_lp h3.white{
    color: #fff;
    text-shadow: 2px 2px 0px #111;
}

.yearsupport_lp p{
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 16px;
}
.yearsupport_lp ul{
    padding: 0;
    list-style: none;
}
.yearsupport_lp .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* kv */
.yearsupport_lp .kv{
    background-image: url(/pleasanter/assets/images/lp/support_service/scene.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 75% auto;

    max-width: 1000px;
    width: 100%;
    height: auto;
    padding: 120px 0;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.yearsupport_lp .kv_inner{
    width: 1000px;
    margin: 0 auto;
}
.yearsupport_lp .kv_inner h2{
    font-size: 30px;
    padding: 16px;
    background-color: #FCC800;
}


/* dear_user */
.yearsupport_lp section.dear_user h3{
    text-align: center;
}
.yearsupport_lp section.dear_user p{
    width: fit-content;
    margin: 0 auto;
}
.yearsupport_lp section.dear_user p .span_big{
    font-size: 24px;
}
.yearsupport_lp section.dear_user p .span_underline{
    border-bottom: 2px solid #FCC800;
    color: #FCB100;
}

/* feature */
.yearsupport_lp section.feature{
    background-color: #f5ece8;
}
.yearsupport_lp section.feature .support_feature{
    width: fit-content;
    margin: 0 auto;
    background-color: #fff;
    padding: 56px 36px;
    box-shadow: 2px 2px 3px #e6e6e6, -2px -2px 3px #e6e6e6,-2px 2px 3px #e6e6e6, 2px -2px 3px #e6e6e6;
}
.yearsupport_lp section.feature .support_feature>h3{
    margin-bottom: 24px;
    text-align: center;
    font-size: 24px;
}
.yearsupport_lp section.feature .support_feature li{
    /* font-weight: bold; */
    font-size: 20px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 32px;
}
.yearsupport_lp section.feature .support_feature li::before{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: solid 3px #111;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 8px;
}
.yearsupport_lp section.feature .support_feature li::after{
    content: "";
    display: block;
    width: 18px;
    height: 12px;
    border-left: solid 4px crimson;
    border-bottom: solid 4px crimson;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 7px;
}

/* cta_btn */
.yearsupport_lp .btn{
    padding: 16px;
    background-color: #FCC800;
    font-weight: bold;
    text-align: center;
    color: #111;
    display: block;
    margin: 0 auto;
    width: fit-content;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow:  2px 2px 3px gray;
}
.yearsupport_lp .btn>span{
    font-size: 30px;
    margin: 0 auto;
    margin-left: 16px;
}
.yearsupport_lp .btn>span>span{
    font-size: 20px;
}
.yearsupport_lp .btn:hover{
    box-shadow:  6px 6px 3px gray;
    transform: translate(-2px,-2px);
}

/* onayami */
.yearsupport_lp section.onayami{
    background-image: url(/pleasanter/assets/images/lp/support_service/business_bg.png);
    background-size: 100% 100%;
    position: relative;
    padding-bottom: 0;
    height: auto;
    padding-bottom: 120px;
}

.yearsupport_lp section.onayami h3>span{
    text-emphasis: dot #fff;

}
.yearsupport_lp section.onayami .onayami_list{
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.yearsupport_lp section.onayami .onayami_list_item{
    max-width: 28%;
    min-height: 130px;
    padding: 8px;
    background-color: rgba(255,255,255,0.8);
    margin-right: 24px;
    margin-bottom: 24px;
    box-shadow: 2px 2px 3px #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
}
.yearsupport_lp section.onayami .onayami_list_item>svg{
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    fill: rgb(66, 66, 66);
}
.yearsupport_lp section.onayami .onayami_list_item>p{
    margin-bottom: 0;
    padding: 16px;
    border: dotted 3px #fff;
    width: 100%;
}
.yearsupport_lp section.onayami .onayami_list_item>p>span{
    font-weight: bold;
}

/* actually_area */
.yearsupport_lp section.actually_area .actually_wrap{
    margin-top: 124px;
    position: relative;
}
.yearsupport_lp section.actually_area .actually{
    text-align: center;
    max-width: fit-content;
    width: 100%;
    padding: 16px 24px;
    margin: 40px auto 0;
    background-color: rgba(255,255,255,0.8);
    line-height: 2;
    position: relative;
    z-index: 0;
    position: relative;
}
.yearsupport_lp section.actually_area .actually::before{
    content: "";
    width: 50px;
    height: 100%;
    border-top: solid 2px #675E60;
    border-left: solid 2px #675E60;
    border-bottom: solid 2px #675E60;
    position: absolute;
    top: 0;
    left: 0;
}
.yearsupport_lp section.actually_area .actually::after{
    content: "";
    width: 50px;
    height: 100%;
    border-top: solid 2px #675E60;
    border-right: solid 2px #675E60;
    border-bottom: solid 2px #675E60;
    position: absolute;
    top: 0;
    right: 0;
}
.yearsupport_lp section.actually_area .actually>span{
    font-size: 20px;
}
.yearsupport_lp section.actually_area .actually>span>span{
    /* text-decoration: underline;
    color: #FCC800; */
    border-bottom: solid 2px #FCC800;
    color: #FCB100;
}
.yearsupport_lp section.actually_area .HAYATO_surprised{
    position: absolute;
    width: 120px;
    top: -130px;
    left: 50%;
    transform: translateX(-50%) rotate(345deg);
    z-index: 0;
    margin: 32px 0;
}


/* gohyouka */
.yearsupport_lp section.gohyouka{
    background-color: #f5ece8;
}
.yearsupport_lp .gohyouka_list_item{
    align-items: center;
    justify-content: center;
    margin-bottom: 56px;
}
.yearsupport_lp .gohyouka_list_item_img{
    width: 100px;
    height: 100px;
    margin-right: 56px;
}
.yearsupport_lp .gohyouka_list_item_img>img{
    width: 100%;
    height: 100%;
    /* filter: saturate(50%); */
}
.yearsupport_lp .gohyouka_list_item_contents{
    width: calc(90% - 100px);
    padding: 20px;
    background-color: #fff;
    position: relative;
}
.yearsupport_lp .gohyouka_list_item_contents>p{
    margin: 0;
}
.yearsupport_lp .gohyouka_list_item_contents::before{
    display: block;
    content: "";

    width: 0;
    height: 0;
    border-style: solid;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 30px solid #ffffff;
    border-left: 0;
    
    position: absolute;
    left: -25px;
    /* top: 48px; */
}
.yearsupport_lp .more{
    font-size: 14px;
    text-align: right;
    color: #111;
}
.yearsupport_lp .more>a{
    font-weight: bold;
    text-decoration: underline;
    color: inherit;
}

/* plan */
.yearsupport_lp section.plan>.lp_wrap{
    background-image: url(/pleasanter/assets/images/lp/support_service/HAYATO_fly.png);
    background-repeat: no-repeat;
    background-position: top right 15%;
    background-size: 45% auto;
    padding-bottom: 0;
}
.yearsupport_lp section.plan .table_wrap{
    margin-bottom: 32px;
    padding: 32px;
}
.yearsupport_lp section.plan .plan_table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    font-size: 14px;
    background-color: #fff;
}
.yearsupport_lp section.plan .plan_table .empty{
    width: 160px;
    visibility: hidden;
}
.yearsupport_lp section.plan .plan_table .plan_table_th{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    background-color: rgba(113, 105, 108, 0.7);
    color: #fff;
    width: 150px;

}
.yearsupport_lp section.plan .plan_table .plan_table_th.wide{
    width: 25%;
}
.yearsupport_lp section.plan .plan_table .column>th{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 8px 8px 16px;
    text-align: left;
    background-color: #e9e9e9;

    height: 50px;
}
.yearsupport_lp section.plan .plan_table .column .plan_icon{
    margin-right: 16px;
    width: 25px;
    display: flex;
    align-items: center;
}
.yearsupport_lp section.plan .plan_table .column .plan_icon>svg{
    fill: #646464;
}
.yearsupport_lp section.plan .plan_table td{
    padding: 8px 0;
    background-color: #f5ece8;
    text-align: center;
}
.yearsupport_lp section.plan .plan_table td.thin{
    background-color: rgba(245, 237, 235, 0.7);
}
.yearsupport_lp section.plan .plan_table th,
.yearsupport_lp section.plan .plan_table td{
    box-shadow: 2px 2px 3px lightgray;
}
.yearsupport_lp section.plan .plan_table td>span{
    border-bottom: solid 2px #FB9600;
}
.yearsupport_lp section.plan .plan_table .plan_table_th.premium,
.yearsupport_lp section.plan .plan_table .plan_table_th.standard{
    position: relative;
    background-color: #71696c;
}
.yearsupport_lp section.plan .plan_table .plan_table_th.premium>svg{
    position: absolute;
    fill: #FCC800;
    stroke: #fff;
    stroke-width: 20px;
    left: 24px;
    top: 10px;
    width: 24px;
}


.yearsupport_lp section.plan aside{
    border: #675E60 5px solid;
    padding: 32px 56px;
    box-shadow: 2px 2px 3px gray, -2px -2px 3px gray,-2px 2px 3px gray, 2px -2px 3px gray;
    /* box-shadow:  4px 8px 8px gray; */
}
.yearsupport_lp section.plan aside>h3{
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
}
.yearsupport_lp section.plan aside .text{
    font-size: 14px;
    text-align: center;
}
.yearsupport_lp section.plan aside .partner_button{
    width: fit-content;
    margin: 32px auto 0;
}
.yearsupport_lp section.plan aside .partner_button>a{
    font-weight: bold;
    color: #111;
    background-color: #FB9600;
    padding: 16px 32px;
    width: 275px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow:  2px 2px 3px gray;
}
.yearsupport_lp section.plan aside .partner_button>a:hover{
    box-shadow:  6px 6px 3px gray;
    transform: translate(-2px,-2px);
}
.yearsupport_lp section.plan aside .partner_button>a>span{
    margin: 0 auto;
}

/* qanda */
.yearsupport_lp section.qanda{
    background-image: url(/pleasanter/assets/images/lp/support_service/hands.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.yearsupport_lp section.qanda dl{
    margin-bottom: 36px;
    background-color: rgba(255,255,255,0.7);
    padding: 16px;
}
.yearsupport_lp section.qanda dt{
    margin-bottom: 16px;
}
.yearsupport_lp section.qanda dt::before{
    content: "Q: ";
    font-size: 24px;
}
.yearsupport_lp section.qanda dd>ul{
    list-style: disc inside;
    margin-top: 8px;
    margin-left: 16px;
}
.yearsupport_lp section.qanda dd::before{
    content: "A: ";
    font-size: 24px;
}

/* message */

.yearsupport_lp section.message .button_list{
    margin-top: 32px;
}


/* share_buutons */
.content_footer .sns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0
}
.content_footer .sns dt {
        font-size: 12px;
        line-height: 1.6
}
.content_footer .sns dt:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6)*.5em);
    content: ''
}
.content_footer .sns dt:after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6)*.5em);
    content: ''
}
.content_footer .sns dd {
    margin-left: 15px
}
.content_footer .sns dd button {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 22px;
    height: 22px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    text-decoration: none
}
.content_footer .sns dd.tw button {
    background: #111;
    color: #fff;
    font-size: 13px;
    line-height: 1
}

@media screen and (min-width:1025px) {
    .content_footer .sns dd.tw button {
        transition: background 200ms ease-out
    }
    .content_footer .sns dd.tw button:hover {
        opacity: 0.7;
    }
}
.content_footer .sns dd.fb button {
    color: #111;
    font-size: 22px
}
@media screen and (min-width:1025px) {
    .content_footer .sns dd.fb button {
        transition: color 200ms ease-out
    }
    .content_footer .sns dd.fb button:hover {
        color: #485a95
    }
}

@media screen and (max-width:767px) {
    .content_footer .sns {
        width: 33.34vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto
    }
    .content_footer .sns dt {
        margin-bottom: 4.41vw;
        font-size: 2.67vw
    }
    .content_footer .sns dd {
        margin-left: 0
    }

    .content_footer .sns dd button {
        width: 10.14vw;
        height: 10.14vw
    }
    .content_footer .sns dd.tw button {
        font-size: 5.34vw
    }
    .content_footer .sns dd.fb {
        margin-left: 5.2vw
    }
    .content_footer .sns dd.fb button {
        font-size: 10.14vw
    }
}



/* footer */
.yearsupport_lp footer:not(.content_footer){
    background-color: #675E60;
    padding: 64px 0 32px;
    
}
.yearsupport_lp footer .logo{
    width: 240px;
}
.yearsupport_lp footer .logo img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.yearsupport_lp footer p{
    font-weight: bold;
    color: #fff;
    text-align: right;
}
.yearsupport_lp footer .footer_link>ul{
    list-style: none;
    margin-top: 48px;
    font-size: 12px;
}
.yearsupport_lp footer .footer_link>ul a{
    color: #fff;
}
.yearsupport_lp footer small{
    display: block;
    padding: 32px 0 0;
    font-size: 10px;
    text-align: center;
    line-height: 1.6;
    color: #fff;
}

/* sidemenu */
.yearsupport_lp aside.sidemenu{
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;

    justify-content: center;
    flex-direction: column;
    z-index: 1000;
}
.yearsupport_lp aside.sidemenu>a{
    display: block;
    padding: 24px 4px;
    height: 170px;
    text-align: center;
    font-size: 15px;
    box-shadow: -2px 2px 3px gray;

    writing-mode: vertical-rl;
}
.yearsupport_lp aside.sidemenu>a:hover{
    opacity: 0.7;
    transition: all 0.5s;
}
.yearsupport_lp aside.sidemenu>a.estimate{
    background-color: #fff;
    color: #111;

    margin-bottom: 8px;
}
.yearsupport_lp aside.sidemenu>a.download{
    background-color: #111;
    color: #fff;
}


@media screen and (max-width: 1040px){
    .yearsupport_lp .lp_wrap{
        padding: 0 20px;
        padding-right: 40px;
    }
    /* kv */
    .yearsupport_lp .kv{
        background-size: 80% auto;

        padding: 100px 0;
    }
    .yearsupport_lp .kv_inner{
        width: 100%;
    }

    /* actually_area */
    .yearsupport_lp section.actually_area .HAYATO_surprised{
        margin-right: 0;
    }

    /* plan */
    .yearsupport_lp section.plan .plan_table{
        width: 100%;
    }
    .yearsupport_lp section.plan .plan_table .plan_table_th.premium>svg{
        left: 12px;
        top: 10px;
        width: 24px;
    }

    /* message */
    .yearsupport_lp section.message{
        background-position: top right 20%;
        background-size: contain;
    }
    .yearsupport_lp  section.message .button_list .btn>span{
        font-size: 24px;
    }

    /* footer */
    .yearsupport_lp footer .footer_link>ul{
        flex-direction: column;
    }
    .yearsupport_lp footer .footer_link li{
        margin-bottom: 16px;
    }
    /* sidemenu */
    .yearsupport_lp aside.sidemenu{
        bottom: 40px;
    }
    .yearsupport_lp aside.sidemenu>a{
        padding: 16px 8px;
        font-size: 12px;
    }
}


@media screen and (max-width: 767px){
    .yearsupport_lp .lp_wrap{
        padding: 0 20px;
        padding-right: 20px;
    }
    .yearsupport_lp section {
        margin: 32px auto;
    }
    .yearsupport_lp h2 {
        margin: 0 0 24px;
        font-size: 18px;
    }

    /* kv */
    .yearsupport_lp .kv{
        padding: 160px 0 0;
    }
    .yearsupport_lp h2{
        font-size: 24px;
        padding: 16px;
    }

    /* dear_user */
    .yearsupport_lp section.dear_user .support_feature{
        width: fit-content;
        margin: 40px auto 0;
    }
    .yearsupport_lp section.dear_user .support_feature>h3 {
        font-size: 18px;
    }
    .yearsupport_lp section.dear_user .support_feature li{
        font-size: 18px;
        margin-bottom: 16px;
    }

    /* cta_btn */
    .yearsupport_lp section.cta_btn .btn{
        padding: 16px;
        width: 90%;
    }
    .yearsupport_lp section.cta_btn .btn>span{
        font-size: 24px;
        margin-left: 32px;
    }
    .yearsupport_lp /* section.cta_btn */ .btn>span>span{
        font-size: 16px;
    }

    /* onayami */
    .yearsupport_lp section.onayami {
        background-image: url(/pleasanter/assets/images/lp/support_service/business_bg_sp.png);
        
        padding-bottom: 120px;
    }
    .yearsupport_lp section.onayami .onayami_list_item{
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        min-height: fit-content;
    }

    /* actually_area */
    .yearsupport_lp section.actually_area .actually_wrap{
        flex-direction: column;
    }
    .yearsupport_lp section.actually_area .actually>span {
        font-size: 18px;
    }
    

    /* gohyouka */
    .yearsupport_lp .gohyouka_list_item {
        flex-direction: column-reverse;
        margin-bottom: 32px;
    }
    .yearsupport_lp .gohyouka_list_item_contents::before{
        display: block;
        content: "";

        width: 0;
        height: 0;
        border-style: solid;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-top: 20px solid #ffffff;
        border-bottom: 0;
        
        position: absolute;
        top: auto;
        left: 40px;
        bottom: -20px;
    }
    .yearsupport_lp .gohyouka_list_item_contents{
        width: 100%;
        margin-bottom: 40px;
    }


    /* plan */
    .yearsupport_lp section.plan{
        overflow-x: visible;
    }
    .yearsupport_lp section.plan>.lp_wrap{
        background-position: top 40px right 15%;
        background-size: 45% auto;
        padding-bottom: 0;
    }
    .yearsupport_lp section.plan .table_wrap{
        overflow-x: scroll;
        padding-top: 56px;
    }
    .yearsupport_lp section.plan .plan_table{
        width: 1000px;
    }
    .yearsupport_lp section.plan .plan_table .plan_table_th.premium>svg{
        left: 24px;
        top: 10px;
        width: 24px;
    }
    .yearsupport_lp section.plan aside{
        border: #675E60 5px solid;
        padding: 16px 24px;
    }
    .yearsupport_lp section.plan aside>h3{
        font-size: 18px;
        margin-bottom: 24px;
    }
    .yearsupport_lp section.plan aside .aside_ad>.text{
        font-size: 14px;
        width: 100%;
    }
    .yearsupport_lp section.plan aside .partner_button>a{
        padding: 8px 16px;
        width: 90%;
    }

    /* message */
    .yearsupport_lp section.message{
        background-position: bottom right 20px;
        background-size: 35% auto;
    }
    .yearsupport_lp section.message .button_list{
        flex-direction: column;
    }
    .yearsupport_lp section.message .button_list>.btn{
        margin-bottom: 24px;
        padding: 16px;
        width: 90%;
    }
    .yearsupport_lp  section.message .button_list .btn>span{
        margin-left: 32px;
    }

    /* footer */
    .yearsupport_lp footer{
        padding: 64px 0 32px;
    }
    .yearsupport_lp footer .logo_wrap{
        flex-direction:  column-reverse;
    }
    .yearsupport_lp footer p{
        text-align: center;
    }
    .yearsupport_lp footer .logo_wrap .logo{
        margin-top: 40px;
    }
    /* sidemenu */
    .yearsupport_lp aside.sidemenu{
        display: none;
    }
}

@charset "utf-8";

.m-boxlist .box_unit .box_unit_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.m-boxlist .box_unit .unit_img{
    margin-bottom: 1em !important;
    margin-right: 12px;
    width: 320px;
}
.m-boxlist .box_unit .unit_img>figcaption{
    text-align: center;
    font-size: 0.8em;
}
.m-boxlist .box_unit .unit_img>img{
    width: 100%;
}
.m-boxlist .box_unit .box_unit_wrap .unit_txt{
    font-size:15px;
    width: 70%;
}
.m-boxlist .box_unit .unit_txt .caption{
    padding-top: 20px;
    padding-right: 10px;
    text-align: right;
    font-weight: 500;
}

@media screen and (max-width: 767px){
    .m-boxlist .box_unit .box_unit_wrap{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .m-boxlist .box_unit .unit_img{
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .m-boxlist .box_unit .unit_img>img{
        max-width: 100%;
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .m-boxlist .box_unit .unit_txt{
        width: 100%;
    }
}

.top_banner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_banner {
    flex-direction: column;
  }
}
.top_banner .banner00 {
  width: 29%;
}
@media screen and (max-width: 767px) {
  .top_banner .banner00 {
    width: 100%;
    margin: 10px 0;
  }
  #ManualMarkdown .top_banner .banner00 img{
      width: 40%;
   }
}
.top_banner .banner00 img {
   display: block;
   max-width: 100%;
   height: auto;
   margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */

* {
  box-sizing: border-box;
  margin: 0;
}

html:has(.paper_dl_page),
body.paper_dl_page {
  width: 100%;
  height: 100%;
}

body.paper_dl_page {
  font-family: 'Noto Sans JP', Noto Sans Japanese, 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN,
               'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'ＭＳ Ｐゴシック', MS PGothic, Sans-Serif;
  font-size: 14px;
  color: #111;
  line-height: 1.6;
}

body.paper_dl_page img {
  max-width: 100%;
  height: auto;
}

.paper_dl_page header {
  margin-bottom: 60px;
}

.paper_dl_page .header_inner {
  display: flex;
  padding-top: 30px;
  width: 1040px;
  margin: 0 auto;
}

.paper_dl_page .section_inner {
  width: 1040px;
  margin: 0 auto;
}

.paper_dl_page h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 36px;
  text-align: center;
}

.paper_dl_page h3 {
  margin-top: 16px;
}

.paper_dl_page .notes {
  margin-bottom: 36px;
}

.paper_dl_page .notes ul {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 8px;
}

.paper_dl_page .flex {
  margin-top: 36px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 0 0 auto;
}

.paper_dl_page .flex > .setsumei,
.paper_dl_page .flex > .form_area {
  width: 48%;
}

.paper_dl_page .flex > .setsumei p {
  margin-bottom: 16px;
}

.paper_dl_page .flex > .setsumei .whitepaper_img {
  width: 100%;
  margin: 24px 0;
}

.whitepaper_img {
  text-align: center;
}

.whitepaper_img img {
  width: 90%;
  margin-bottom: 8px;
}

.paper_dl_page .contents li::before {
  content: "■";
  color: #fcc800;
  font-size: 9px;
  margin-right: 8px;
}

.kiyaku-box {
  background: #f9f7de;
  padding: 10px;
  margin: 15px;
}

.kiyaku-area {
  height: 125px;
  width: 100%;
  font-size: 12px;
}

/* --- Responsive --- */
@media screen and (max-width: 1040px) {
  .paper_dl_page .header_inner,
  .paper_dl_page .section_inner {
    width: 100%;
  }

  .paper_dl_page .flex {
    flex-direction: column;
    align-items: center;
  }

  .paper_dl_page .flex .setsumei,
  .paper_dl_page .flex .form_area {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .paper_dl_page h1 {
    font-size: 24px;
  }

  .paper_dl_page .flex > .setsumei h2 {
    font-size: 18px;
  }
}


.s-contact_menu .menu_wrap .box {
  width: 48%;
}

@media screen and (max-width:767px) {
  .s-contact_menu .menu_wrap .box {
    width: auto;
}
}

/* 20232206更新 メールアドレス送信フォームのスタイル */
#product .table-area:has(form){
    width: 100%;
    overflow-x: initial;
}
#product .table-area .dl_form_mail_wrap{
    padding-left: 16px;
}
#product .table-area table.dl_form_mail{
    width: 100%;
    margin-top: 24px;
}
#product .table-area table.dl_form_mail input[type="email"]{
    border: 1px solid rgb(0, 0, 0);
    width: 310px;
}
#product .table-area table.dl_form_mail input[type="submit"]{
    width: 136px;
    display: inline;
    height: 40px;
    padding: 0px;
}
@media screen and (max-width: 767px){
    #product .table-area .dl_form_mail_wrap{
        padding-left: 0;
    }
    #product .table-area table.dl_form_mail input[type="email"]{
        width: 60vw;
    }
    #product .table-area table.dl_form_mail input[type="submit"]{
        height: auto;
        padding: 0.8em 0;
        width: 100%;
        margin: 16px 0 0;
    }



}



/*--スマートフォン--*/
/*--メディアクエリの記述なし--*/
.table-area {
    width: 90%;
    margin: 0 auto;
    overflow-x: scroll;
}

table.sp-table {
    width: 100%;
    min-width: 900px;
    margin: 0em auto 2em;

}

/*--↓ 下記は装飾になります--*/
table.sp-table,
table.sp-table td {
    border-right: 25px solid #F6F6F6;
    border-collapse: collapse;
    background-color: #FFF;
    border-bottom: 10px solid #F6F6F6;
}

table.sp-table td,
table.sp-table th {
    font-size: .8rem;
    padding: 1em;
    box-sizing: border-box;
}

/*--↓ ボタン(白→灰)--*/
.more-btn-wg {
    color: #333;
    display: block;
    width: 100%;
    margin: 4px;
    text-align: center;
    padding: .8em 0;
    background-color: #FFF;
    border: 1px solid #111;
    transition: color 150ms ease-out, background 150ms ease-out;
    text-decoration: none
}

.more-btn-wg:hover {
    background-color: #A0A0A0;
    color: #fff;
    text-decoration: none
}

/*--↓ ボタン(黒→白)--*/
.more-btn-bw {
    color: #fff;
    display: block;
    width: 100%;
    margin: 4px;
    text-align: center;
    padding: .8em 0;
    background-color: #333;
    border: 1px solid #111;
    transition: color 150ms ease-out, background 150ms ease-out;
    text-decoration: none
}

.more-btn-bw:hover {
    background-color: #A0A0A0;
    color: #FFF;
    text-decoration: none
}

.title-td {
    font-weight: 600;
    font-size: 1.2em !important;
    width: 50%;
    text-align: center;
}
.support-bg {
background-color: #fcc800 !important;
}
.community-bg {
    background-color: #DDD !important;
}

/*--PC--*/
@media screen and (min-width: 1025px) {
    .table-area {
overflow: hidden;
    }

    table.sp-table {
        width: 60%;
    }
}







.annotation li {
  list-style: none;
}

a {
  text-decoration: none;
 
}

* {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1040px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .container {
    padding: 0 4.67vw;
  }
}

.download {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.download::-webkit-scrollbar {
  display: none;
}
.download .title {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .download .title h1 {
    font-size: 18px;
  }
}
.download .service {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .download .service {
    width: 1040px;
  }
}
.download .service::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 25px 0 25px 35px;
  border-color: transparent transparent transparent #8a8989;
  display: inline-block;
  width: 0;
  height: 0;
}
.download .service .service01 {
  width: 58%;
  background-color: #fff;
  border: 1px solid #8a8989;
  padding: 15px;
}
@media screen and (max-width: 1040px) {
  .download .service .service01 {
    width: 624px;
  }
}
.download .service .service01 .service_title {
  background-color: #fcc800;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}
.download .service .service01 .top {
  margin-bottom: 30px;
}
.download .service .service01 .bottom {
  display: flex;
  justify-content: space-between;
}
.download .service .service01 .bottom .bottom_left {
  width: 75%;
}
.download .service .service01 .bottom .bottom_left .bottom01 {
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
  background-color: #111;
  border: 1px solid #111;
  transition: 0.2s;
}
.download .service .service01 .bottom .bottom_left .bottom01:hover {
  color: #111;
  background-color: #fff;
  border: 1px solid #111;
  transition: 0.2s;
}
.download .service .service01 .bottom .bottom_left .bottom01 a {
  color: #fff;
  padding: 15px 0;
  text-decoration: none;
  transition: 0.2s;
 display: inline-block;
}
.download .service .service01 .bottom .bottom_left .bottom01 a:hover {
  color: #111;
  transition: 0.2s;
}
.download .service .service01 .bottom .bottom_left .bottom02 {
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 20px;
  background-color: #111;
  border: 1px solid #111;
  transition: 0.2s;
}
.download .service .service01 .bottom .bottom_left .bottom02:hover {
  color: #111;
  background-color: #fff;
  border: 1px solid #111;
  transition: 0.2s;
}
.download .service .service01 .bottom .bottom_left .bottom02 h4 {
  line-height: 1.2;
}
.download .service .service01 .bottom .bottom_left .bottom02 h4 span {
  font-size: 16px;
}
.download .service .service01 .bottom .bottom_left .bottom02 a {
  color: #fff;
  padding: 7px 0;
  text-decoration: none;
 display: inline-block;
}
.download .service .service01 .bottom .bottom_left .bottom02 a:hover {
  color: #111;
}
.download .service .service01 .bottom .bottom_right {
  width: 23%;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  text-align: center;
}
.download .service .service01 .bottom .bottom_right_img {
  width: 100%;
  height: 90px;
}
.download .service .service01 .bottom .bottom_right_txt {
  border-top: 1px solid #000;
  font-size: 15px;
  font-weight: bold;
  transition: 0.2s;
}
.download .service .service01 .bottom .bottom_right_txt:hover {
  background-color: #000;
  color: #fff;
  transition: 0.2s;
}
.download .service .service01 .bottom .bottom_right_txt a {
  padding: 10px 0;
  display: inline-block;
  color: #000;
  text-decoration: none;
 display: inline-block;
}
.download .service .service01 .bottom .bottom_right_txt a:hover {
  color: #fff;
}
.download .service .service02 {
  width: 28%;
  background-color: #fff;
  border: 1px solid #8a8989;
  padding: 15px 15px 0px 15px;
}
@media screen and (max-width: 767px) {
  .download .service .service02 {
    width: 312px;
  }
}
.download .service .service02 .service_title {
  background-color: #fcc800;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin-bottom: 10px;
}
.download .service .service02 .service02_contents .service02_cont {
  background-color: #f8f8f8;
  border: 1px solid #000;
  margin-bottom: 10px;
  transition: 0.2s;
}
.download .service .service02 .service02_contents .service02_cont:hover {
  background-color: #000;
  border: 1px solid #000;
  transition: 0.2s;
}
.download .service .service02 .service02_contents .service02_cont a {
  width: 90%;
  color: #000;
  padding: 15px;
  transition: 0.2s;
 display: inline-block;
}
.download .service .service02 .service02_contents .service02_cont a:hover {
  color: #fff;
  transition: 0.2s;
}
.download .service .service02 .service02_contents .service02_cont p {
  line-height: 1.2;
}
.download .service .service02 .service02_contents .service02_cont h4 {
  text-align: center;
  font-size: 22px;
  line-height: 1.65;
}
.download .scroll {
  display: none;
}
@media screen and (max-width: 767px) {
  .download .scroll {
    display: block;
  }
}
.download .scroll p {
  line-height: 3;
  font-weight: bold;
}
.download .scroll p span {
  margin: 0 7px;
}/*# sourceMappingURL=style.css.map */

.draft-type-0 {
}
.draft-type-1 {
/*    background-color: #ff000010;*/
    background-color: #ff000099;
}
.draft-type-2 {
  /*background-color: #0000ff10;*/
  background-color: #0000ff85;

}

#MaintePanel.draft-type-1,
#MaintePanel.draft-type-2{
    position: fixed;
    top: 10px;
    padding: 5px;
    color: #000;
    box-shadow: 2px 2px 4px 3px gray;
}
#MaintePanel.draft-type-1{
    border: solid 2px crimson;
}
#MaintePanel.draft-type-2{
    border: solid 2px indigo;
}
#MaintePanel.draft-type-1>a,
#MaintePanel.draft-type-2>a{
    color: #fff;
}


@media screen and (max-width: 767px){
    #MaintePanel.draft-type-1,
    #MaintePanel.draft-type-2{
        top: 56px;
        font-size: 9px;
    }
}

body {
    background-color: #fff;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .container {
    max-width: 1040px;
    width: auto;
    margin: 0 auto;
  }
  @media screen and (max-width: 1040px) {
    .container {
      padding: 0 4.67vw;
    }
  }
  
  .main .pertonersvoice {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .main .pertonersvoice .top_title {
    margin-bottom: 40px;
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .top_title {
      display: none;
    }
  }
  .main .pertonersvoice .top_title h1 {
    color: #000;
    text-align: center;
    font-size: 26px;
  }
  @media screen and (max-width: 1040px) {
    .main .pertonersvoice .top_title h1 {
      font-size: clamp(1.125rem, -0.104rem + 2.56vw, 1.563rem);
    }
  }
  .main .pertonersvoice .top_title_sp {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .top_title_sp {
      display: block;
      margin-bottom: 40px;
    }
  }
  .main .pertonersvoice .top_title_sp h1 {
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .top_title_sp h1 {
      font-size: clamp(1rem, 0.779rem + 0.98vw, 1.25rem);
    }
  }
  .main .pertonersvoice .top_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .top_bottom {
      flex-direction: column;
      margin-bottom: 50px;
    }
  }
  .main .pertonersvoice .top_bottom_left {
    width: 49%;
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .top_bottom_left {
      width: 100%; 
      margin-bottom: 20px;
    }
  }
  .main .pertonersvoice .top_bottom_left img {
  /*  width: 100%; */
    display: block;
    margin: auto;
  }
  .main .pertonersvoice .top_bottom_right {
    width: 49%;
    border: 1px solid #000;
    padding: 15px;
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .top_bottom_right {
      width: 100%;
    }
  }
  .main .pertonersvoice .top_bottom_right .company_logo {
    width: auto;
    max-width: 60%;
    height: 21px;
  }
  .main .pertonersvoice .top_bottom_right .company_logo img {
    height: 100%;
    display: block;
  }
  .main .pertonersvoice .top_bottom_right .company {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
  .main .pertonersvoice .top_bottom_right .company_name {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .main .pertonersvoice .top_bottom_right .company_site {
    background-color: #000;
    padding: 2px 30px;
    border: 1px solid #000;
  }
  .main .pertonersvoice .top_bottom_right .company_site:hover {
    background-color: #fff;
  }
  .main .pertonersvoice .top_bottom_right .company_site a {
    text-decoration: none;
    color: #fff;
  }
  .main .pertonersvoice .top_bottom_right .company_site a:hover {
    color: #000;
  }
  .main .pertonersvoice .top_bottom_right .company_site a p {
    font-size: 14px;
  }
  .main .pertonersvoice .top_bottom_right .company_txt p {
    color: #000;
    line-height: 1.6;
    font-size: 15px;
  }
  .main .pertonersvoice .voicecont01 .voicecont_title {
    width: 100%;
    margin-bottom: 40px;
    background-color: #dfdede;
    padding: 15px 30px;
  }
  @media screen and (max-width: 1040px) {
    .main .pertonersvoice .voicecont01 .voicecont_title {
      padding: 10px 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .voicecont01 .voicecont_title {
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 1040px) {
    .main .pertonersvoice .voicecont01 .voicecont_title h2 {
      font-size: clamp(1.125rem, 0.071rem + 2.2vw, 1.5rem);
    }
  }
  .main .pertonersvoice .voicecont01 .voicecont01_txt p {
    letter-spacing: 1.6;
    line-height: 2;
  }
  .main .pertonersvoice .voicecont02 {
    margin-top: 60px;
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .voicecont02 {
      margin-top: 40px;
    }
  }
  .main .pertonersvoice .voicecont02 .voicecont_title {
    width: 100%;
    margin-bottom: 40px;
    background-color: #dfdede;
    padding: 15px 30px;
  }
  @media screen and (max-width: 1040px) {
    .main .pertonersvoice .voicecont02 .voicecont_title {
      padding: 10px 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .voicecont02 .voicecont_title {
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 1040px) {
    .main .pertonersvoice .voicecont02 .voicecont_title h2 {
      font-size: clamp(1.125rem, 0.071rem + 2.2vw, 1.5rem);
    }
  }
  .main .pertonersvoice .voicecont02_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .voicecont02_txt {
      flex-direction: column-reverse;
    }
  }
  .main .pertonersvoice .voicecont02_txt_more {
    width: 67%;
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .voicecont02_txt_more {
      width: 100%;
    }
  }
  .main .pertonersvoice .voicecont02_txt_more p {
    letter-spacing: 1.6;
    line-height: 2;
    color: #000;
  }
  .main .pertonersvoice .voicecont02_txt_img {
    width: 25%;
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .voicecont02_txt_img {
      width: 100%;
    }
  }
  .main .pertonersvoice .voicecont02_txt_img .image01 {
    width: 100%;
  }
  .main .pertonersvoice .voicecont02_txt_img .image01 img {
    width: 100%;
    display: block;
  }
  .main .pertonersvoice .voicecont02_txt_img .image_txt p {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .voicecont02_txt_img .image_txt p {
      margin-bottom: 20px;
    }
  }
  .main .pertonersvoice .voicecont03 {
    margin-top: 60px;
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .voicecont03 {
      margin-top: 40px;
    }
  }
  .main .pertonersvoice .voicecont03 .voicecont_title {
    width: 100%;
    margin-bottom: 40px;
    background-color: #dfdede;
    padding: 15px 30px;
  }
  @media screen and (max-width: 1040px) {
    .main .pertonersvoice .voicecont03 .voicecont_title {
      padding: 10px 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .voicecont03 .voicecont_title {
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 1040px) {
    .main .pertonersvoice .voicecont03 .voicecont_title h2 {
      font-size: clamp(1.125rem, 0.071rem + 2.2vw, 1.5rem);
    }
  }
  .main .pertonersvoice .voicecont03_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .voicecont03_txt {
      flex-direction: column;
    }
  }
  .main .pertonersvoice .voicecont03_txt_more {
    width: 67%;
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .voicecont03_txt_more {
      width: 100%;
    }
  }
  .main .pertonersvoice .voicecont03_txt_more p {
    letter-spacing: 1.6;
    line-height: 2;
  }
  .main .pertonersvoice .voicecont03_txt_img {
    width: 25%;
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .voicecont03_txt_img {
      width: 100%;
    }
  }
  .main .pertonersvoice .voicecont03_txt_img .image02 {
    width: 100%;
  }
  .main .pertonersvoice .voicecont03_txt_img .image02 img {
    width: 100%;
    display: block;
  }
  .main .pertonersvoice .voicecont03_txt_img .image_txt p {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .voicecont03_txt_img .image_txt p {
      margin-bottom: 20px;
    }
  }
  .main .pertonersvoice .voicecont04 {
    margin-top: 60px;
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .voicecont04 {
      margin-top: 40px;
    }
  }
  .main .pertonersvoice .voicecont04 .voicecont_title {
    width: 100%;
    margin-bottom: 40px;
    background-color: #dfdede;
    padding: 15px 30px;
  }
  @media screen and (max-width: 1040px) {
    .main .pertonersvoice .voicecont04 .voicecont_title {
      padding: 10px 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .main .pertonersvoice .voicecont04 .voicecont_title {
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 1040px) {
    .main .pertonersvoice .voicecont04 .voicecont_title h2 {
      font-size: clamp(1.125rem, 0.071rem + 2.2vw, 1.5rem);
    }
  }
  .main .pertonersvoice .voicecont04_txt p {
    letter-spacing: 1.6;
    line-height: 2;
  }
  .main .pertonersvoice .voicecont04_img {
    margin-top: 20px;
  }
  .main .pertonersvoice .voicecont04_img .image03 {
    width: 100%;
  }
  .main .pertonersvoice .voicecont04_img .image03 img {
    width: 100%;
    display: block;
  }
  .main .pertonersvoice .voicecont04_img .image_txt p {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
  }
  
  /* 20230913追記 */
.partners_voice .m-boxlist{
    justify-content: flex-start;
}
/* .partners_voice  .m-boxlist .box_unit{
    padding: 0px 0px 40px;
    width: 320px;
    height: 100%;
    border: 1px solid rgb(206, 200, 200);
} */
.partners_voice .m-boxlist .unit_link{
    display: block;
    position: static;
    /* padding: 0px 0px 40px; */
    margin-left: 35px;
    margin-bottom: 35px;
    width: 320px;
    height: fit-content;
    border: 1px solid rgb(206, 200, 200);
}
.partners_voice .m-boxlist .partners_voice_article{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.partners_voice .m-boxlist .unit_logo{
    height: 170px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.partners_voice .m-boxlist .unit_logo + .unit_hdg{
    text-align: center;
    margin-top: 5px;
    width: 100%;
    height: 60px;
    display: flex;
}
.partners_voice .m-boxlist .unit_logo + .unit_hdg>img{
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}

.partners_voice .m-boxlist .btn {
    position: static;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 40px;
    border-top: 1px solid rgb(206, 200, 200);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 39px;
    text-align: center;
    transition: color 150ms ease-out, background 150ms ease-out;
}

  @media screen and (max-width: 767px){
     .partners_voice .m-boxlist{
        justify-content: center;
     }
     .partners_voice .m-boxlist .unit_logo{
        width: 100%;
        height: fit-content;
    }
    .partners_voice .m-boxlist .unit_logo>img{
        max-width: auto;
        width: 100%;
        max-height: auto;
    }
     .partners_voice .m-boxlist .unit_link{
        margin-left: 0;
        margin: 0 auto 35px;
        width: 80%;
        height: fit-content;
    }
  }
  
  
  /*# sourceMappingURL=style.css.map */

#Manual_ShowBody a:has(img):hover{
    text-decoration: none;
}

#Manual_ShowBody summary{
    cursor: pointer;
    padding: 4px 8px 0 16px;
    border: solid 1px #000;
    width: fit-content;
    margin-bottom: 8px;
}
#Manual_ShowBody summary:hover{
    opacity: .7;
}

.l-main.main_manual .footer_banner img{
    max-width: 100%;
    height: auto;
}

/* ページトップへ戻るボタン */
html{
    scroll-behavior: smooth;
}
.l-main.main_manual .pagetop{
    margin-left: auto;
    display: none;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 80px;
    right: 0;
}
.l-main.main_manual .pagetop:hover{
    opacity: 0.7;
    transition: all 0.5s;
}

/* SP時トグルボタン */
.l-main .main_body.has_column.main_manual #toggle_btn{
    display: none;
}

@media screen and (max-width: 1040px){
    /* sitemap画像 */
    #sitemap li + li{
        margin-top: 8px;
    }
    #sitemap li a {
        padding-left: 0;
        margin-left: 36px;
    }
    #sitemap li span{
        width: 24px;
        height: 24px;
        top: 0;
    }
    #sitemap li span:hover{
        cursor: pointer;
    }
    #sitemap li span.collapsed,
    #sitemap li span.expanded{
        background-size: contain;
    } 
    #sitemap li ul a{
        display: block;
    }
    .l-main .main_body.has_column .side_col{
        width: initial;
    }
    /* .l-main .main_body.has_column .main_col{
        width: auto;
    } */

    #SearchContainer #SearchText{
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .l-main.main_manual .pagetop{
        display: none;
    }

    .l-main .main_body.has_column .side_col .banner00{
        display: none;
    }
    #ManualList li{
        font-size: 14px;
    }

    /* SP表示時にメニューをドロワーに */
    .l-main .main_body.has_column.main_manual .side_col{
        width: 100%!important;
        height: 80vh;
        
        display: block;
        position: fixed;
        bottom: -100%;
        left: 0;
        /* transform: translateY(1000%); */
        z-index: 100;
        background-color: #fff;
        transition: all 0.5s;
    }
    .l-main .main_body.has_column.main_manual #toggle_btn{
        display: block;
        position: fixed;
        bottom: 0px;
        right: 16px;
        padding: 8px;
        font-size: 12px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        /* writing-mode: vertical-rl; */
        background-color: #1d3994;
        color: #fff;
        z-index: 1000;
        transition: all 0.5s;
    }
    .l-main .main_body.has_column.main_manual #toggle_btn::before{
        content: "\025B2";
        transition: all 0.5s;
    }
    .l-main .main_body.has_column.main_manual  #toggle_btn.active{
        /* bottom: ; */
        box-shadow: 4px 4px 8px 0px gray!important;
    }
    .l-main .main_body.has_column.main_manual .side_col.open{
        overflow-y: scroll;
        bottom: 0;
        box-shadow: 4px 4px 8px 0px gray;
        max-height: 80vh;
    }
    .l-main .main_body.has_column.main_manual  #toggle_btn.active::before{
        content: "\025BC";
    }
    .l-main .main_body.has_column.main_manual .side_col.open>.side_sect{
        overflow-y: scroll;
    }

}

* {
  margin: 0;
  padding: 0;
}

 .casestudies_list {
  display: flex;
  overflow: hidden;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 0 0 -1vw;
}
@media screen and (max-width: 767px) {
   .casestudies_list {
    flex-direction: column;
    align-items: center;
  }
}
 .casestudies_list .case {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 28%;
  margin: 0 0 0 1vw;
  padding: 15px;
  color: #000;
  border: 1px solid #8a8989;
  text-decoration: none;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
 .casestudies_list .case {
    width: 90%;
    margin: 0 0 20px 0;
    padding: 2.5vw;
  }
}
 .casestudies_list .case_logo {
  width: 100%;
  height: 100px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #000;
}
 .casestudies_list .case_logo img {
  height: 60px;
  display: block;
}
#fmw {
  height: auto;
  max-height: 28px;
}
@media screen and (max-width: 767px) {
 .casestudies_list .case_logo img {
    height: 70px;
  }
}
 .casestudies_list .case_name {
  margin: 10px 0;
  text-align: center;
}
 .casestudies_list .case_name p {
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .casestudies_list .case_name p {
    font-size: 3vw;
  }
}
 .casestudies_list .case_txt {
  margin-bottom: 10px;
}
 .casestudies_list .case_txt p {
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
 .casestudies_list .case_txt p {
    font-size: 2.9vw;
  }
}
 .casestudies_list .case_more {
  display: block;
  width: 70%;
  margin: auto auto 0 auto;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
 .casestudies_list .case_more p {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
 .casestudies_list .case_more p {
    font-size: 2.9vw;
  }
}
 .casestudies_list .case:hover .case_more {
  background-color: #000;
  color: #fff;
  transition: 0.2s;
}/*# sourceMappingURL=style.css.map */

.l-main .support_faq_q {
  font-weight: bold;
  display: block;
  position: relative;
  cursor: pointer;
  padding-top: 10px;
  transition: all 0.3s;
}
.l-main .support_faq_q:hover {
  background-color: #eeeeee;
  transition: all 0.3s;
}
.l-main .support_faq_q span {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  right: 20px;
  border: 0;
  border-bottom: 1px solid #111;
  border-right: 1px solid #111;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .l-main .support_faq_q span {
    top: 70%;
   }
}
.l-main .support_faq_q,
.l-main .support_faq_a {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.l-main .support_faq_a {
  max-height: 0;
  overflow: hidden;
}

.l-main .support_faq_a span {
  display: block;
  height: 20px;
}

.l-main .support_faq_toggle {
  display: none;
}

.support_faq_toggle:checked + .support_faq_q + .support_faq_a {
  max-height: 5000px;
}
.support_faq_toggle:checked + .support_faq_q {
  background-color: #eeeeee;
  transition: all 0.3s;
}/*# sourceMappingURL=top.css.map */

.hogehoge {
    color: red;
    font-size: 20px;
}

#pdfLoad{
    left: 50%;
    top: 320px;
    transform: translate(-50%, -50%);
    border: 0;
    background-color: initial;
    outline: none;
    overflow: hidden;
    &::backdrop {
      background-color: rgb(0 0 0 / 65%);
    }
}


.pdfLoader{
     border: 16px solid #f3f3f3;
     border-top: 16px solid #3498db;
     border-radius: 50%;
     width: 120px;
     height: 120px;
     animation: spin 2s linear infinite;
 }

 @keyframes spin {
     0% {
         transform: rotate(0deg);
     }
     100% {
         transform: rotate(360deg);
     }
 }