.full_width > .full_box{
    max-width:100% !important;
}

/*イベント　サイドバー */
.event-detail #event-content.EventContent .layout_row {
flex-wrap: nowrap !important;
padding: 0;
}
.event-detail .layout_row .col-md-10 {
padding: 0;
}

/*イベント　サイドバー削除*/
.EventContent .event-list {
display: none;
}


/* 文字大きさ　*/
p{
     font-size:16px ;
}

/* 追従ボタン*/
.fixed_banner {
position: fixed; /* 追従させる為にfixedの値を記述します */
z-index: 99999; /* 他の要素の下に隠れないように全面配置させます */
bottom: 10px;
right: 10px;
}

.btn-follow a {
    background: #F7C16E;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    height:60px;
}
.btn-follow a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #f6bfbc;
  transition: 0.2s;
}

.btn-follow a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #313131;
  border-right: 3px solid #313131;
  transform: rotate(45deg);
}

.btn-follow a:hover::before {
  top: 0;
  left: 0;
}

.btn-follow a:hover {
  text-decoration: none;
  background-color: #f6bfbc;
}




/* 余白調整*/
.blank{
    padding-top:300px;
}

@media screen and (max-width: 820px) {
        .blank {
          padding-top:400px;
        }
      }
      
@media screen and (max-width: 400px) {
        .blank {
          padding-top:50px;
        }
      }

 
/*ナビゲーション　お問い合わせボタン*/

.c-button_a{
  background-color: #F7C16E;
  color: #ffffff;
  font-size:18px;
  width: 180px;
  text-align:center;
  height:100%;
  margin:40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 吹き出し*/
.fukidashi {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border: 2px solid #ffffff;
  font-size:20px;
  color:#ffffff;
}
.fukidashi::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 2px 0 #006e54, 0 -2px 0 #006e54; /* 背景色と同じ色を指定 */
  rotate: 50deg;
}


/*　トップ　メインビジュアル　ボタン*/
.btn-visual a {
    background: #d3cfd9;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 350px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.btn-visual a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #84a2d4;
    transition: 0.3s;
}
.btn-visual a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: #bed3ca;
    transition: 0.3s;
}
.btn-visual a:hover:before, .btn-visual a:hover:after {
    right: -2.5em;
}
.btn-visual a:hover {
    background: #bed3ca;
    color: #84a2d4;
}


/*トップ　私たちについて*/
.our-text-large{
    font-size:24px;
    color:#ffffff;
}

.our-text{
    font-size:16px;
    color:#ffffff;
}

.sp-our-text-large{
    font-size:20px;
    color:#313131;
}

.sp-our-text{
    font-size:16px;
    color:#313131;
}

/* トップ　定期セミナー　h3*/
.heading-38 {
    position: relative;
    padding: .5em 1.2em;
    color: #006440;
    height:60px;
    vertical-align:middle;
}

.heading-38::before,
.heading-38::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #2589d0;
    content: '';
}

.heading-38::before {
    top: calc(50% - 3px);
    left: 0;
}

.heading-38::after {
    top: calc(50% + 3px);
    left: 5px;
}


/*トップ　定期セミナー 下段ボックス*/
.box-design6 {
  margin: 20px auto;
  padding: 20px;
  border: 2px solid #4c9ac0;
  position: relative;
}

.box-design6 p {
    border-bottom-style:dotted;
    line-height: 2.5;
    margin: 0;
}

/* トップ　定期セミナー　タグ風*/
.semi-box {
    background-color: #d3cfd9;
    margin: 10px 10px 10px 10px;
    border: 1px solid #b3ada4;
    border-radius: 5px;
    padding: 5px;
    width:100px;
    text-align:center;
}

.semi-box2 {
    background-color: #FBFBFB;
    margin: 10px 10px 10px 10px;
    border: 2px solid #ff8d8d;
    border-radius: 5px;
    padding: 5px;
    width:100px;
    text-align:center;
}

.semi-all{
    display:flex;
}



/* トップ　定期セミナー　ホバーリンク*/
.image_link{
  position:relative;
  display:block;
  height:auto;
}
.image_link img{
  display:block;
  width:100%;
}
.image_link:before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  background:#bed3ca;/*好みの色に変えてください。*/
  opacity:0;
  transition:0.3s;
}
.image_link:hover:before{
  opacity:0.2;
}


/*サービス紹介　ボタン*/
.btn-service a {
    background: #d3cfd9;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 200px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.btn-service a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #84a2d4;
    transition: 0.3s;
}
.btn-service a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: #bed3ca;
    transition: 0.3s;
}
.btn-service a:hover:before, .btn-service a:hover:after {
    right: -2.5em;
}
.btn-service a:hover {
    background: #bed3ca;
    color: #84a2d4;
}



/*特徴　透明 パディング設定*/

.strength{
    opacity: 0.8;
    background-color: #006e54;
 }

.business{
    opacity: 0.8;
    background-color: #006e54;
}

/*　特徴　リスト*/
.business ul {
  padding: 0.5em 0.5em 0.5em 2em;
  color:#ffffff;
}


/*ソリューション　画像*/
.solution-img{
    width: 60%;
    margin: auto;
    display: block;
}

/*ソリューション　ボックス*/
.solution-box{
    display: flex;
    border-right:1px solid #bed3ca; /*線の設定*/
    padding:5px 8px; /*余白の設定*/
    height:auto;
    justify-content: space-between;
}

/*ソリューション　タイトル*/
.solution-title{
    font-size:20px;
    height:50px;
    text-align:center;
}

/*ソリューション　リスト*/
.solution-list{
    height:180px;
}


/* ソリューション　ボタン*/
.btn-solution a {
    background: #d3cfd9;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    height:60px;
}
.btn-solution a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #bed3ca;
  transition: 0.2s;
}

.btn-solution a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #313131;
  border-right: 3px solid #313131;
  transform: rotate(45deg);
}

.btn-solution a:hover::before {
  top: 0;
  left: 0;
}

.btn-solution a:hover {
  text-decoration: none;
  background-color: #bed3ca;
}


/* ソリューション スマホ版　イメージ*/
.sp-solution-img{
    width:100px;
    height:auto;
    text-align: center;
}


/* ソリューション　スマホ対応　*/
#sp-solution .sp-solution-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  background: #FBFBFB;
  text-align:center;
}
#sp-solution .item {
  background: #ffffff;
  padding: 12px;
  width: 47.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}



/* そソリューション　h3　スマホ対応 */
.sp-solution-title{
    font-size:14px;
}


/* コンテンツ　ボタン　*/
.button014 a {
    background: #d3cfd9;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    height:200px;
    font-size:20px;
}

.button014 a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #bed3ca;
  transition: 0.2s;
}

.button014 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #313131;
  border-right: 3px solid #313131;
  transform: rotate(45deg);
}

.button014 a:hover::before {
  top: 0;
  left: 0;
}

.button014 a:hover {
  text-decoration: none;
  background-color: #bed3ca;
}


/* コンテンツ　スマホ対応*/
.sp-btn-contents a {
    background: #d3cfd9;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 150px;
    padding: 8px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    height:120px;
    font-size:16px;
    margin-right:15px;
}

.sp-btn-contents a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #bed3ca;
  transition: 0.2s;
}

.sp-btn-contents a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #313131;
  border-right: 3px solid #313131;
  transform: rotate(45deg);
}

.sp-btn-contents a:hover::before {
  top: 0;
  left: 0;
}

.sp-btn-contents a:hover {
  text-decoration: none;
  background-color: #bed3ca;
}


/* コンテンツ　２カラム対応*/
.contents-all{
     display: flex;
     justify-content: center;
}

@media screen and (max-width: 820px) {
        .contents-all-all {
          flex-wrap: nowrap;
        }
      }

.contents-yohaku{
    margin-right:100px;
}


/* フッター　位置調整*/
.footer-position{
    margin-top:100px;
}

/*フッター　アドレス */
.footer-adress{
    color:#bed3ca;
    font-size:14px;
    margin-left:20px;
}


/*フッター　テキスト */
.footer-text{
    color:#ffffff;
    font-size:20px;
    margin-left:20px;
}

/*フッター　イメージ */
.footer-img{
    margin-left:40px;
}

.footer-border {
 position: relative;
	height: 1px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#ffffff 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#ffffff 50%,transparent 100%);
}

/* フッター　ボタン*/
.btn-all{
 display:flex;
justify-content: center;
}

@media screen and (max-width: 820px) {
        .btn-all {
          flex-wrap: wrap;
        }
      }

      @media screen and (max-width: 400px) {
        .btn-all {
          display: block;
        }
      }

.button_solid007 {
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:30px;
    width:250px;
    justify-content: center;
}
.button_solid007 p {
    margin-bottom: 5px;
    font-weight: 600;
    font-size:14px;
    color: #bed3ca;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_solid007 p:before, .button_solid007 p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #bed3ca;
    content: "";
}
.button_solid007 p:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.button_solid007 p:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
.button_solid007 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #bed3ca;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
}
.button_solid007 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}


/* 会社情報　見出し*/
.heading-31 {
    position: relative;
    padding: .3em 0 .2em 1em;
    border-bottom: 3px solid #006e54;
    color: #313131
}

.heading-31::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #006e54;
    content: '';
}

.heading-31::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #006e54;
    content: '';
}

/* 自社の強み*/
.our-title-1 {
    font-size:32px;  /*見出し*/
    font-weight:normal; 
    vertical-align:middle;
    padding-top:10px;
}

.our-title-2{
    font-size:100px;
    color:#bed3ca;
    text-align:right;
}

.num{
    font-size:120px;
    color:#2a83a2;
    padding-top:10%;
    text-align:left;
}


/* 経営ビジョン　*/
.text-small{
    font-size:16px;
    color:#313131;
}

.text-large{
    font-size:32px;
}

.vi-box1{
    float:left;
    width:120px;
    text-align:center;
}

.vi-box2{
    float:left;
    padding-top:60px;
    width:800px;
}

.vision{
    font-size:120px;
    color:#e6eae3;
    text-align:left;
}

/* vision　枠*/
.box2-4 {
    margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
    padding: 2em;        /* 内側余白 */
    border-top: solid 5px #8FAAAD;  /* 上辺に太い線 */
    border-bottom: solid 5px #8FAAAD; /* 下辺に太い線 */
    background-color: #FBFBFB;       /* 背景色 */
}



/* 価値観　*/
.va-box1 {
    padding: 2em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #313131;/*文字色*/
    background: #ffffff;
    border: solid 3px #006e54;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.va-box1 p {
    margin: 0; 
    padding: 0;
}

.va-img{
    text-align:center;
}

.va-title{
    border-bottom: 2px solid #006e54;
    padding: 10px;
    font-size:24px;
    text-align:center;
}

/*会社概要　フォントサイズ*/
.outline{
    font-size:16px;
}

/* 代表プロフィール　少しずらしたボックス */
.pro-box {
    margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
    padding: 2em; /* 内側余白 */
    background: none; /* 元のボックス背景色なし */
    border: 1px solid #d3cfd9; /* 線の太さ（1px）、種類（実線）、色（#ccc） */
    position: relative; /* 配置（基準となる位置） */
}

.pro-box:after {
    background-color: #d3cfd9; /* ずらしたボックスの背景色 */
    border: none; /* 枠線なし */
    content: ''; /* 擬似要素にコンテンツなし */
    position: absolute; /* 配置（ここを動かす） */
    top: 7px; /* 上から7pxずらす */
    left: 7px; /* 左から7pxずらす */
    width: 100%; /* 幅100%（親要素に合わせる） */
    height: 100%; /* 高さ100%（親要素に合わせる） */
    z-index: -1; /* 背景として後ろに表示 */
}

/* pタグの余白 */
.pro-box p {
    margin-left: 0px;
}

.pro-right{
    float:left;
}

.pro-left{
    float:left;
    padding-right:30px;
}

.box3-6 {
    margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
    padding: 2em; /* 内側余白 */
    position: relative; /* 相対位置指定 */
    border: 8px solid #d3cfd9; /* 枠線の太さ（8px）、種類（実線）、色（#eee） */
    z-index: 0; /* 重なり順を調整 */
}

.box3-6::before {
    background-color: #F7C16E; /* ワンポイントの色（#cca497） */
    content: ''; /* 擬似要素にコンテンツなし */
    display: block; /* ブロック要素として表示 */
    position: absolute; /* 絶対位置指定 */
    top: -8px; /* 枠の外側（上）に配置 */
    left: -8px; /* 枠の外側（左）に配置 */
    width: 8px; /* ワンポイントのサイズ（幅） */
    height: 8px; /* ワンポイントのサイズ（高さ） */
    z-index: 1; /* ボックスより前面に表示 */
}

/* pタグの余白 */
.box3-6 p {
    margin: 0;
}


/*会社情報　ナビゲーション*/
.button_line005 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 5px;
    color: #006e54;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border-bottom: solid 3px #006e54;
    border-left: solid 3px #006e54;
}
.button_line005 a:before {
    padding-right: 8px;
    position: relative;
}
.button_line005 a:hover {
    padding-left: 0.7em;
    padding-right: 0.3em;
}

/*定期セミナー*/
.fukidashi-01-05 {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border-bottom: 2px solid #313131;
}
.fukidashi-01-05::before {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -13px;
  width: 30px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #313131;
}
.fukidashi-01-05::after {
  content: "";
  position: absolute;
  right: -23px;
  bottom: -28px;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border: 1px solid #ffffff; /* 背景色と同じ色を指定 */
  border-radius: 50%;
  background-color: #313131;
}

/* 定期セミナー　テキスト*/
.seminar-text{
    font-size:12px;
}


/*定期セミナー　スマホ対応*/
.sp-seminar list{
    font-size:14px;
}

.sp-text{
  position: relative;
  font-size:14px;
}

.sp-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

.sp-seminar-info{
     display: flex;
}

@media screen and (max-width: 820px) {
        .sp-seminar-info {
          flex-wrap: nowrap;
        }
}

.seminar-img_wrap{
  width: 150px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.seminar-img_wrap img{
  width: 200px;
  cursor: pointer;
  transition-duration: 0.3s;
}

.seminar-img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

.sp-seminar-wrap {
  display:flex;
  flex-flow: column;
}

.sp-seminar-title{
    font-size:15px;
}



/* 定期セミナー（イベント）　ボタン上下余白 */
.button-36 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    padding: .9em 2em;
    border: 1px solid #bed3ca;
    border-radius: 5px;
    background-color: #ffffff;
    color: #2589d0;
    font-size: 1em;
}

.button-36:hover {
    border: none;
    background-color: #bed3ca;
    color: #ffffff;
    font-weight: 600;
}

.button-36::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #bed3ca;
    border-right: 2px solid #bed3ca;
    content: '';
}

.button-36:hover::after {
    border-color: #ffffff;
}



/* 定期セミナー（イベント）　h2*/
.event-text{
    font-size:18px;
    font-weight:bold;
}

/*業務委託　ボックス*/
.box1-3 {
    margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
    padding: 2.2em; /* 内側余白 */
    border: dashed 2px #b3ada4; /* 線の種類・太さ・色 */
}

/* pタグの余白 */
.box1-3 p {
    margin: 0;
}

/* 業務委託　内容*/
.list-7 {
    list-style-type: none;
}

.list-7 li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: .3em;
    font-size:16px;
}

.list-7 li::before {
    transform: rotate(-45deg);
    width: .4em;
    height: .4em;
    border-bottom: 3px solid #006e54;
    border-right: 3px solid #006e54;
    content: '';
}

/*業務委託　縦区切り線*/
.work-box{
    border-right:1px solid #bed3ca; /*線の設定*/
    padding:5px 1.2em 0 1.4em ; /*余白の設定*/
    height:400px;
}

.work-box2{
    padding-left:1.6em;
}


/*　業務委託　吹き出し　*/
.balloon-005 {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 300px;
    margin-bottom: 15px;
    padding: .8em 1.2em;
    border: 3px solid #006440;
    border-radius: 5px;
    background-color: #ffffff;
    color: #313131;
}

.balloon-005::before,
.balloon-005::after {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.balloon-005::before {
    background-color: #006440;
}

.balloon-005::after {
    bottom: -11px;
    background-color: #ffffff;
}

/* 業務委託　スマホ対応*/
.sp-work-all{
     display: flex;
     justify-content: center;
}

@media screen and (max-width: 820px) {
        .work-all {
          flex-wrap: nowrap;
        }
      }

.sp-work-img{
    width:110px;
    height:auto;
}



.balloon-008 {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 300px;
    margin-left: 15px;
    padding: .8em 1.2em;
    border: 3px solid #006e54;
    border-radius: 5px;
    background-color: #ffffff;
    color: #313131;
}

.balloon-008::before,
.balloon-008::after {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 30px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}

.balloon-008::before {
    background-color: #006e54;
}

.balloon-008::after {
    left: -11px;
    background-color: #ffffff;
}

.balloon-007 {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 300px;
    margin-right: 15px;
    padding: .8em 1.2em;
    border: 3px solid #006e54;
    border-radius: 5px;
    background-color: #ffffff;
    color: #313131;
}

.balloon-007::before,
.balloon-007::after {
    position: absolute;
    right: -15px;
    width: 15px;
    height: 30px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: '';
}

.balloon-007::before {
    background-color: #006e54;
}

.balloon-007::after {
    right: -11px;
    background-color: #ffffff;
}


/*オンサイトセミナー　ボックス*/
.box-onsite {
  margin: 20px auto;
  padding: 20px;
  border: 2px solid #4c9ac0;
  position: relative;
}
.box-onsite p {
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #4c9ac0 100%);
    background-size: 8px 100%, 100% 2.5em;
    line-height: 2.5;
    margin: 0;
}

/* ブログ　月別カテゴリー非表示*/
.blog-list{
    display: none;
}

/* 査察準備　査察対応プロジェクト box　*/
.box-013 {
    max-width: 1200px;
    margin: 0 auto;
    border: 2px solid #006e54;
    border-radius: 3px;
    padding-bottom:15px;
}

.box-013 span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
    background-color: #006e54;
    color: #ffffff;
    font-weight: 600;
    font-size:16px;
}

.box-013 p {
    margin: 0;
    padding: 1em 1.5em;
    color: #313131;
}

.arrow-img{
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
}

/* ＦＡＱ　*/
.qa-1 {
    max-width: 800px;
    margin-bottom: 7px;
    border: 1px solid #d3cfd9;
    border-radius: 5px;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #313131;
    font-weight: 600;
    cursor: pointer;
    font-size:1.2em;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.2em;
}

.qa-1 summary::before {
    color: #2589d0;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #313131;
    border-right: 3px solid #313131;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #313131;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

/* FAQ　リンク*/
.faq-link {
    display: inline-block;
    padding-bottom: 5px;
    color: #313131;
    text-decoration: none;
    background-image: linear-gradient(#F7C16E);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 3px; /* ← 下線の太さ（ここを変えればOK） */
    transition: background-size 0.3s ease;
}

.faq-link:hover {
    background-size: 100% 3px; /* ← ホバー時も同じ太さ */
}

/* 事例研究 */
.box-017 {
    max-width: 1000px;
    margin: 0 auto;
    padding: .5em 1.5em 1em;
    border-top: 5px solid #006e54;
    border-radius: 3px;
    background-color: #f2f2f2;
}

.box-017 > div {
    margin-bottom: 1.5em;
    margin-top:.5em;
    color: #006e54;
    font-weight: 600;
    font-size: 1.5em;
}

.box-017 > p {
    margin: 0;
    color: #313131;
}

.accordion-004 {
    max-width: 1000px;
    margin-bottom: 7px;
    border: 2px solid #006e54;
    border-radius: 5px;
}

.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #313131;
    font-weight: 600;
    cursor: pointer;
    font-size:16px;
}

.accordion-004 summary::-webkit-details-marker {
    display: none;
}

.accordion-004 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #313131;
    border-right: 3px solid #313131;
    content: '';
    transition: transform .3s;
}

.accordion-004[open] summary::after {
    transform: rotate(225deg);
}

.accordion-004 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #313131;
    transition: transform .5s, opacity .5s;
}

.accordion-004[open] p {
    transform: none;
    opacity: 1;
}

/* 資料ダウンロード　リスト*/
.list-9 {
    list-style-type: disc;
    list-style-position: inside;
}

.list-9 li {
    padding: .5em;
}

.list-9 li:not(:last-child) {
    border-bottom: 1px dashed #006e54;
}

.list-9 li::marker {
    color: #006e54;
    font-size: 1.1em;
}

/* 資料ダウンロード　テキストリンク*/
.move-line-left a {
	text-decoration: none; /* リンクの下線を消す */
	position: relative; /* 擬似要素の基準位置を設定 */
	color: #313131; /* リンクテキストの色 */
	padding-bottom: 5px; /* リンクテキスト下部の余白 */
}

.move-line-left a::before {
	content: ""; /* 擬似要素の内容は空に設定 */
	position: absolute; /* リンクを基準に絶対位置を指定 */
	left: 0; /* 下線を左端から表示するための開始位置 */
	bottom: 0; /* リンクテキストの下に下線を配置 */
	width: 0; /* 初期の下線幅を0に設定 */
	height: 2px; /* 下線の太さ */
	background-color: #F7C16E; /* 下線の色 */
	transition: all 0.4s ease; /* ホバー時の下線アニメーション効果 */
}

.move-line-left a:hover::before {
	width: 100%; /* ホバー時に下線が全体に広がるよう設定 */
}

/* ワンポイントレッスン */
.list-1 {
    list-style-type: disc;
}

.list-1 li {
    padding: .3em .3em .5em 0;
    font-size:16px;
}

.list-1 li::marker {
    color: #2589d0;
    font-size: 1.1em;
}

/* ワンポイントレッスン　イメージイラスト*/
.point-img{
    width:600px;
    text-align:center;
    padding-bottom:30px;
    padding-left:50px;
}

/* ブログ　ボックス*/
.box-007 {
    max-width: 800px;
    margin: 0 auto;
    border: 2px solid #F7C16E;
    border-radius: 5px;
    color: #313131;
}

.box-007 div {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #ffffff;
    color: #F7C16E;
    font-weight: 600;
    vertical-align: top;
}

.box-007 div::before {
    width: 22px;
    height: 22px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.8995 6.85453L17.1421 11.0972L7.24264 20.9967H3V16.754L12.8995 6.85453ZM14.3137 5.44032L16.435 3.319C16.8256 2.92848 17.4587 2.92848 17.8492 3.319L20.6777 6.14743C21.0682 6.53795 21.0682 7.17112 20.6777 7.56164L18.5563 9.68296L14.3137 5.44032Z' fill='%23ffb36b'%3E%3C/path%3E%3C/svg%3E");
}

.box-007 p {
    margin: 0;
    padding: 0 1.5em 1em;
}

/* 受講者の声　枠線*/
.box-018 {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1em calc(1.5em + 9px);
    border-top: 1px solid #4c9ac0;
    border-bottom: 1px solid #4c9ac0;
    color: #313131;
}

.box-018::before,
.box-018::after {
    position: absolute;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% + 20px);
    background-color: #4c9ac0;
    content: '';
}

.box-018::before {
    left: 9px;
}

.box-018::after {
    right: 9px;
}

/* 受講者の声　小さな文字*/
.voice-text-s{
    font-size:12px;
    text-align:right;
}


/* 2025/08/25 イベントパーツ　カードタイプ　調整 */
.event_card .grid {
    display: flex;
    flex-wrap: wrap;
}


/*過去開催セミナー　月別カテゴリー　非表示*/
.custompost-list{
    display: none;
}



/*書籍販売 　サムネイル付きスライダー*/
/* スライダー枠 */
.slider-container {
  position: relative;
  width: 600px;
  max-width: 90%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* ラジオボタン非表示 */
input[type="radio"] {
  display: none;
}

/* スライド全体（3枚 → width:300%） */
.slide {
  display: flex;
  width: 300%;
  transition: transform 0.8s ease;
}

/* 自動スライド */
.slide.auto {
  animation: slide 12s infinite;
}

.slide img {
  width: 33.3333%;
  object-fit: cover;
}

/* サムネイル */
.thumbnail {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.thumbnail img {
  width: 80px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.3s;
}

.thumbnail img:hover {
  border: 2px solid orange;
}

/* クリック時に自動スライド停止して位置を固定 */
#img1:checked ~ .slide {
  transform: translateX(0%);
  animation: none;
}
#img2:checked ~ .slide {
  transform: translateX(-33.3333%);
  animation: none;
}
#img3:checked ~ .slide {
  transform: translateX(-66.6666%);
  animation: none;
}

/* 自動スライドの動作（3枚、ループ） */
@keyframes slide {
  0%   { transform: translateX(0%); }
  25%  { transform: translateX(0%); }

  33%  { transform: translateX(-33.3333%); }
  58%  { transform: translateX(-33.3333%); }

  66%  { transform: translateX(-66.6666%); }
  91%  { transform: translateX(-66.6666%); }

  100% { transform: translateX(0%); }
}