/*
Theme Name: ascope 労働サイト
Author: kailash tech
Description: Description
Version: 1.0.0
License: 
License URI:
Text Domain: 
*/

/*--------------------------------------------------------------
## 全体設定
--------------------------------------------------------------*/

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #444;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 400;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.a-roudou-font-notoserif {
  font-family: 'Noto Serif JP', serif;
}
.a-roudou-font-roboto {
font-family: 'Roboto', sans-serif;
}
.a-roudou-font-weight-700 {
font-weight: 700;
}
.a-roudou-font-weight-600 {
  font-weight: 600;
}
.a-roudou-font-weight-500 {
  font-weight: 500;
}
.a-roudou-font-weight-400 {
  font-weight: 400;
}
.a-roudou-font-weight-300 {
  font-weight: 300;
}
.a-roudou-font-weight-200 {
  font-weight: 300;
}
.a-roudou-font-weight-100 {
  font-weight: 100;
}
.a-roudou-font-style-italic {
  font-style: italic;
}  
/*--------------------------------------------------------------
## レイアウト
--------------------------------------------------------------*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px;
}
.a-roudou-mx-w1370 {
  max-width: 1370px;
}
.a-roudou-mx-w1352 {
  max-width: 1352px;
}
/* .a-roudou-mx-w1200 {
  max-width: 1200px;
} */
.a-roudou-mx-w1232 {
  max-width: 1232px;
}
.a-roudou-mx-w1100 {
  max-width: 1100px;
}
.a-roudou-mx-w1132 {
  max-width: 1132px;
}
.a-roudou-mx-w1000 {
  max-width: 1000px;
}
.a-roudou-mx-w1032 {
  max-width: 1032px;
}
.a-roudou-mx-w850 {
  max-width: 850px;
}
.a-roudou-mx-w832 {
  max-width: 832px;
}
.a-roudou-mx-w882 {
  max-width: 882px;
}
.a-roudou-mx-w500 {
  max-width: 500px;
}
.a-roudou-mx-w-inherit {
  max-width: inherit;
}
.a-roudou-w-95 {
  width: 95%;
}
/* コラムなどの2カラム・SP1カラム */
.a-roudou-mx-w800-col2 {
  max-width: 800px;
}
@media (min-width: 768px) {
  main.a-roudou-w800-col2 {
    margin-bottom: 0;
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  .a-roudou-mx-md-350 {
    max-width: 350px;
  }
}
@media (min-width: 768px){
  /* mdサイズで2カラム 48%52%*/
  .a-roudou-flex2-48 {
    width: calc(48% - 30px);
    margin-right:25px;
  }
  .a-roudou-flex2-52 {
    width: calc(52% - 30px);
    margin-left:25px;
  }
  /* mdサイズで2カラム 50%50% 余白　*/
  .a-roudou-flex2-50 {
    width: calc(50% - 20px);
    margin-right:20px;
  }
  .a-roudou-flex2-50:last-child {
    width: calc(50% - 20px);
    margin-left:20px;
    margin-right: 0;
  }
  /* mdサイズで2カラム 50%50% 余白30px　*/
  .a-roudou-flex2-50-sm {
    width: calc(50% - 15px);
    margin-right:15px;
  }
  .a-roudou-flex2-50-sm:last-child {
    width: calc(50% - 15px);
    margin-left:15px;
    margin-right: 0;
  }
  /* mdサイズで3カラム 50%50% 余白30px　*/
  .a-roudou-flex3-25-sm {
    width: calc(15% - 15px);
    margin-right:15px;
  }
  .a-roudou-flex3-50-sm {
    width: calc(70% - 15px);
    margin-right:15px;
  }
  .a-roudou-flex3-25-sm:last-child {
    width: calc(15% - 15px);
    margin-left:15px;
    margin-right: 0;
  }
  /* mdサイズで2カラム 52%48% 事務所一覧*/
  .a-roudou-flex2-47 {
    width: calc(47% - 15px);
    margin-right: 15px;
  }
  .a-roudou-flex2-53 {
    width: calc(53% - 15px);
    margin-left: 15px;
  }
  /* mdサイズで2カラム 50%50% 余白30px　*/
  .a-roudou-flex2-54-sm {
    width: calc(54% - 10px);
    margin-right:10px;
  }
  .a-roudou-flex2-47-sm:last-child {
    width: calc(47% - 10px);
    margin-left:10px;
    margin-right: 0;
  }
  /* mdサイズで2カラム 32%68% 弁護士一覧*/
  .a-roudou-flex4-32 {
    width: calc(32% - 20px);
    margin-right:20px;
  }
  .a-roudou-flex4-68 {
    width: calc(68% - 20px);
    margin-left:20px;
  }
  /* mdサイズで2カラム 28%72% 弁護士詳細*/
  .a-roudou-flex2-23 {
    width: calc(23% - 20px);
    margin-right:20px;
  }
  .a-roudou-flex2-77 {
    width: calc(77% - 20px);
    margin-left:20px;
  }
}
@media screen and (min-width:768px) and ( max-width:992px) {
  .a-roudou-flex2-50 {
    width: calc(50% - 10px);
    margin-right:10px;
  }
  .a-roudou-flex2-50:last-child {
    width: calc(50% - 10px);
    margin-left:10px;
    margin-right: 0;
  }
}
@media (min-width: 992px){
   /* mdサイズで2カラム 43%57% 余白50px　弁護士*/
   .a-roudou-layout2-first {
    flex: 0 0 50%;
    margin-right: 15px;
    box-sizing: border-box;
    max-width: calc(50% - 15px);
  }
  .a-roudou-layout2-second {
    flex: 0 0 50%;
    margin-left: 15px;
    box-sizing: border-box;
    max-width: calc(50% - 15px);
  }
}
@media screen and (min-width:1300px)  {
   /* mdサイズで2カラム 43%57% 余白50px　弁護士*/
   .a-roudou-layout2-first {
    flex: 0 0 50%;
    margin-right: 25px;
    box-sizing: border-box;
    max-width: calc(50% - 25px);
  }
  .a-roudou-layout2-second {
    flex: 0 0 50%;
    margin-left: 25px;
    box-sizing: border-box;
    max-width: calc(50% - 25px);
  }
}
.flex-layout-responsive {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.flex-item-grow {
  width: 100%;
}
.flex-item-shrink {
  width: 100%;
}
@media (min-width: 1025px) {
  .flex-layout-responsive {
    flex-direction: row;
  }
  .flex-item-grow {
    flex: 1;
    width: 50%;
  }
  .flex-item-shrink {
    flex-shrink: 0;
    width: 50%;
    margin-left: 24px;
  }
  .flex-align-center {
    align-items: center;
  }
  .flex-space-between {
    justify-content: space-between;
  }
  .gap-md {
    gap: 16px;
  }
}
main {
  width:100%;
}
.post, .page {
margin: 0;
}
.no-gutters {
  margin:0;
  padding:0;
}
.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
}
main.a-roudou-mx-w800-col2 {
  margin-bottom: 30px;
}
@media (min-width: 768px){
  .a-roudou-mx-w800-col2 {
    margin-right: 50px;
  }
}
@media screen and (min-width:768px) and ( max-width:1200px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  main.a-roudou-mx-w800-col2 {
    margin-bottom: 0;
  }
  .post-type-archive main.a-roudou-mx-w800-col2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px){
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
/* スマホ表示で縦並び：画像上、文章下 */
.media-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
/* 画像 */
.media-block-image img {
  max-width: 393px;
  height: auto;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.media-block-text {
  order: 2;
}
.media-block-image {
  order: 1;
  width: 100%;
}
/* パソコン表示で横並び：文章左、画像右 （サービス：流れ）*/
@media (min-width: 768px) {
  .media-block {
    flex-direction: row; /* 横並び */
    align-items: flex-start;
    gap: 40px;
  }
  .media-block-image img {
    max-width: 240px;
  }
  .media-block-text {
    order: 1;
    width: 72%;
  }
  .media-block-image {
    order: 2;
    width: 28%;
  }
}
/*--------------------------------------------------------------
## クラスまとめ
--------------------------------------------------------------*/
/* flex */
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-left-center {
  display: flex;
  justify-content: left;
  align-items: center;
}
.flex-right-center {
  display: flex;
  justify-content: right;
  align-items: center;
}
/*--------------------------------------------------------------
## 文字
--------------------------------------------------------------*/
/* フォントサイズ */
.a-roudou-fontsize-10 {
  font-size: 10px;
}
.a-roudou-fontsize-11 {
  font-size: 11px;
}
.a-roudou-fontsize-12 {
  font-size: 12px;
}
.a-roudou-fontsize-14 {
  font-size: 14px;
}
.a-roudou-fontsize-16 {
  font-size: 16px;
}
.a-roudou-fontsize-18 {
  font-size: 18px;
}
.a-roudou-fontsize-22 {
  font-size: 22px;
}
.a-roudou-fontsize10to12 {
  font-size: 10px;
}
.a-roudou-fontsize12to20 {
  font-size: 12px;
}
.a-roudou-fontsize12to14 {
  font-size: 12px;
}
.a-roudou-fontsize12to16 {
  font-size: 12px;
}
.a-roudou-fontsize14to20 {
  font-size: 14px;
}
.a-roudou-fontsize14to24 {
  font-size: 14px;
}
.a-roudou-fontsize16to20 {
  font-size: 16px;
}
.a-roudou-fontsize16to22 {
  font-size: 16px;
}
.a-roudou-fontsize16to18 {
  font-size: 16px;
}
.a-roudou-fontsize13to18 {
  font-size: 13px;
}
.a-roudou-fontsize18to22 {
  font-size: 18px;
}
.a-roudou-fontsize19to24 {
  font-size: 19px;
}
.a-roudou-fontsize20to36 {
  font-size: 18px;
}
.a-roudou-fontsize20to36 {
  font-size: 20px;
}
.a-roudou-fontsize15to18 {
  font-size: 15px;
}
.a-roudou-fontsize26to36 {
  font-size: 26px;
}
.a-roudou-fontsize23to30 {
  font-size: 23px;
}
.a-roudou-fontsize22to28 {
  font-size: 23px;
}
/* テストで追加 */
.a-roudou-fontsize25to36 {
  font-size: 25px;
}
.a-roudou-fontsize24to42 {
  font-size: 24px;
}
.a-roudou-fontsize14to15 {
  font-size: 14px;
}
.a-roudou-fontsize-14to16 {
  font-size: 14px;
}
.a-roudou-fontsize14to18 {
  font-size: 14px;
}
.a-roudou-fontsize-19to22 {
  font-size: 19px;
}
.a-roudou-fontsize-20to22 {
  font-size: 20px;
}
.a-roudou-fontsize-18to24 {
  font-size: 18px;
}
.a-roudou-fontsize-20to24 {
  font-size: 20px;
}
.a-roudou-fontsize-19to26 {
  font-size: 19px;
}
.a-roudou-fontsize-24to26 {
  font-size: 24px;
}
.a-roudou-fontsize-35to40 {
  font-size: 35px;
}
.a-roudou-fontsize-35to40 {
  font-size: 40px;
}
.a-roudou-fontsize-37to42 {
  font-size: 37px;
}
.a-roudou-fontsize-11to14 {
  font-size: 11px;
}
.a-roudou-fontsize-30to60 {
  font-size: 30px;
}
.a-roudou-fontsize26to28 {
  font-size: 26px;
}
@media screen and (min-width:340px) and ( max-width:397px) {
  /*　画面サイズが340pxから397pxまではここを読み込む　*/
  .a-roudou-fontsize25to36 {
    font-size: 22px;
  }
  .a-roudou-fontsize26to36 {
    font-size: 23px;
  }
}
@media (min-width: 768px){
  .a-roudou-fontsize10to12 {
    font-size: 12px;
  }
  .a-roudou-fontsize12to14 {
    font-size: 14px;
  }
  .a-roudou-fontsize12to16 {
    font-size: 16px;
  }
  .a-roudou-fontsize12to20 {
    font-size: 20px;
  }
  .a-roudou-fontsize14to20 {
    font-size: 20px;
  }
  .a-roudou-fontsize16to20 {
    font-size: 20px;
  }
  .a-roudou-fontsize13to18 {
    font-size: 18px;
  }
  .a-roudou-fontsize14to18 {
    font-size: 18px;
  }
  .a-roudou-fontsize14to24 {
  font-size: 24px;
  }
  .a-roudou-fontsize15to18 {
    font-size: 18px;
  }
  .a-roudou-fontsize16to18 {
    font-size: 18px;
  }
  .a-roudou-fontsize16to22 {
    font-size: 22px;
  }
  .a-roudou-fontsize18to22 {
    font-size: 22px;
  }
  .a-roudou-fontsize19to24 {
    font-size: 24px;
  }
  .a-roudou-fontsize26to28 {
    font-size: 28px;
  }
  .a-roudou-fontsize26to36 {
    font-size: 36px;
  }
  .a-roudou-fontsize25to36 {
    font-size: 36px;
  }
  .a-roudou-fontsize-20to24 {
    font-size: 24px;
  }
  .a-roudou-fontsize14to15 {
    font-size: 15px;
  }
  .a-roudou-fontsize20to36 {
    font-size: 36px;
  }
  .a-roudou-fontsize-14to16 {
    font-size: 16px;
  }
  .a-roudou-fontsize-18to24 {
    font-size: 24px;
  }
  .a-roudou-fontsize-19to22 {
    font-size: 22px;
  }
  .a-roudou-fontsize-20to22 {
    font-size: 22px;
  }
  .a-roudou-fontsize-24to26 {
    font-size: 26px;
  }
  .a-roudou-fontsize23to30 {
    font-size: 30px;
  }
  .a-roudou-fontsize-37to42 {
    font-size: 42px;
  }
  .a-roudou-fontsize-11to14 {
    font-size: 14px;
  }
  .a-roudou-fontsize-30to60 {
    font-size: 60px;
  }
  .a-roudou-fontsize22to28 {
    font-size: 28px;
  }
  .a-roudou-fontsize-19to26 {
    font-size: 26px;
  }
  .a-roudou-fontsize24to42 {
    font-size: 42px;
  }
}
/* テキスト行間 */
.line-height10 {
  line-height: 1;
}
.line-height11 {
  line-height: 1.1;
}
.line-height12 {
  line-height: 1.2;
}
.line-height13 {
  line-height: 1.3;
}
.line-height15 {
  line-height: 1.5;
}
.line-height175 {
  line-height: 1.75;
} 
.line-height20 {
  line-height: 2;
}
.line-height075 {
  line-height: 0.75;
}
.line-height08 {
  line-height: 0.8;
}
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6,
body h1, body h2, body h3, body h4, body h5, body h6 {
  line-height: 1.5;
}
/* カーニング */
.a-roudou-let-spacing0125 {
  letter-spacing: 0.125em;
}
.a-roudou-let-spacing02 {
  letter-spacing: 0.02em;
}
.a-roudou-let-spacing01 {
  letter-spacing: 0.01em;
}
/* テキストシャドウ */
.a-roudou-bx-shadow:hover {
  transition: 0.3s ease-in-out;
}
.a-roudou-bx-shadow.-gray:hover {
  box-shadow: 0 0 13px #bfbebe;
}
.a-roudou-bx-shadow.-darkgray:hover {
  box-shadow: 0 0 10px #8b8b8b;
}
/* 上付文字 */
.a-roudou-text-superscript {
  font-size: 0.8em;
	vertical-align: top;
}
/* 2行目以降の1文字下げ */
.indent14 {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
/* 2行目以降の1文字下げ */
.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
/* 角丸青 */
.a-roudou-text-blue-round {
  background-color: #e0e6f0;
  border-radius:12px;
  color: #3f72af;
}
/* 角丸オレンジ */
.a-roudou-text-orange-round {
  background-color: #d9560b;
  border-radius:21px;
  color: #fff;
}
/*--------------------------------------------------------------
## テキストカラー
--------------------------------------------------------------*/
.a-roudou-txt-white {
  color:#fff;
}
.a-roudou-txt-blue {
  color:#112d4e;
}
.a-roudou-txt-light-blue {
  color:#3f72af;
}
.a-roudou-txt-light-indigo {
  color:#326097;
}
.a-roudou-txt-gray {
  color:#888;
}
.a-roudou-txt-gray666 {
  color:#666;
}
.a-roudou-txt-black {
  color:#333;
}
.a-roudou-txt-black444 {
  color:#444;
}
.a-roudou-txt-black222 {
  color: #222;
}
.a-roudou-txtshadow-black {
  text-shadow: 0px 3px 22.08px rgba(23, 23, 23, 0.45);
}
.a-roudou-txt-gold {
  color:#dcc788;
}
.a-roudou-txt-grayblue {
  color:#8ba8cb;
}
.a-roudou-txt-orange {
  color:#d9560b;
}
.a-roudou-txt-red {
  color:#ff0000;
}
.a-roudou-txt-red2 {
  color:#d11e1e;
}
/*--------------------------------------------------------------
## テキストスタイル
--------------------------------------------------------------*/
/* 白抜き角丸 */
.a-roudou-text-radius-blue {
  border-radius: 11px;
  border: 1px solid #3f72af;
  color: #3f72af;
  display: block;
  line-height: 20px;
  background-color: #fff;
  padding-left: 14px;
  padding-right: 14px;
}
/* グレー */
.a-roudou-text-gray-border {
  border: 1px solid #888;
  color: #888;
  display: block;
  line-height: 20px;
  background-color: #fff;
  padding-left: 14px;
  padding-right: 14px;
}
/*--------------------------------------------------------------
## リストスタイル
--------------------------------------------------------------*/
.list-type-orange li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
}
.list-type-orange li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em; /* テキストの高さに合わせて調整 */
  width: 8.5px;
  height: 8.5px;
  background-color: #d9560b;
}
.list-type-arrow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px 4px;
}
.list-type-arrow a {
  color: #333;
  text-decoration: none;
  display: inline-block;
}
.list-type-arrow a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .list-type-arrow {
    grid-template-columns: 1fr 1fr;
  }
}
.list-type-arrow li {
  position: relative;
  padding-left: 2em;
  padding: 0 0em 0em 1em;
}
.list-type-arrow li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 7px;
  background-image: url(images/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* リスト・頭にチェックボックス */
.list-type-check li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 10px;
}
.list-type-check li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 20px;
  height: 19px;
  background-image: url('images/icon-check.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.list-type-check {
  padding: 20px 15px;
  margin: 0 auto;
  padding-left: 5%;
  line-height: 1.5;
}
.list-type-check span.heightlight {
  font-size: 20px;
  color: #d9560b;
  font-weight: 700;
}
@media (min-width: 768px) {
  .list-type-check {
    padding: 20px 15px;
    padding-left: 10%;
  }
  .list-type-check li {
    padding-left: 2.1em;
  }
  .list-type-check li::before {
    width: 30px;
    height: 29px;
    top: 12px;
  }
  .list-type-check span.heightlight {
    font-size: 30px;
    color: #d9560b;
  }
  .list-type-arrow li::before {
    top: 12px;
  }
}
/* リストタイプb （サービスページ）*/
.list-type-b li {
  padding: 20px 15px;
  margin-bottom: 20px;
}
.list-type-b li h3 {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #3f72af;
}
.list-type-b .title-box {
  height: 55px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3f72af;
}
.list-type-b .icon-meet {
  width: 42px;
}
.list-type-b .left-box {
  width: 13%;
  margin-right: 9px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  line-height: 1.2;
  color: #8ba8cb;
  text-align: center;
  display: block !important;
}
.list-type-b .number-risk {
  display: block;
  font-size: 12px;
  position: relative;
  top: 2px;
}
.list-type-b .number {
  top: 1px;
  font-size: 30px;
  font-weight: 300;
  position: relative;
  display: block;
}
.list-type-b .icon {
  margin: 0 auto 15px;
}
.list-type-b .icon img {
  height: 45px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 768px){
  .list-type-b li {
    width: calc(33.33% - 20px);
    margin-right: 30px;
    flex: inherit;
    padding: 20px;
    margin-bottom: 40px;
  }
  .list-type-b li:last-child {
    margin-right: 0;
  }
  .list-type-b .title-box {
    height: 70px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .list-type-b li h3 {
    font-size: 22px;
  }
  .list-type-b .left-box {
    width: 20%;
    margin-right: 10px;
  }
  .list-type-b .icon-meet {
    width: 55px;
  }
  .list-type-b .right-text {
    width: 80%;
  }
  .list-type-b .number-risk {
    position: relative;
    top: 7px;
  }
  .list-type-b .number {
    top: 1px;
    font-size: 48px;
  }
  .list-type-b .icon {
    margin: 0 auto 30px;
  }
  .list-type-b .icon img {
    height: 63px;
    width: auto;
  }
}
@media screen and (min-width:767px) and ( max-width:958px) {
  .list-type-b li h3 {
    font-size: 18px;
  }
}
/* リストタイプa （サービスページ）*/
.list-type-a li {
  margin-bottom: 25px;
}
.list-type-a li h3 {
  margin-bottom: 15px;
}
@media (min-width: 768px){
  .list-type-a li {
    margin-bottom: 35px;
  }
  .list-type-a li:last-child {
    margin-bottom: 0;
  }
  .list-type-a li h3 {
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------------------
## cardスタイル
--------------------------------------------------------------*/
.card-type-a {
  background-color: #e6e7e7;
  border-radius: 5px;
}
.card-type-a .card-title {
  font-size: 18px;
  line-height: 35px;
  background-color: #3f72af;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 768px) {
  .card-type-a {
    border-radius: 10px;
  }
  .card-type-a .card-title {
    font-size: 22px;
    line-height: 46px;
    border-radius: 10px 10px 0 0;
  }
}
/* サービス：流れ */
.card-type-b {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
}
.card-type-b .card-title {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  margin-bottom: 15px;
  color: #3f72af;
  font-weight: 700;
  align-items: flex-start;
}
.card-type-b .text-underline {
  width: calc(100% - 2em);
  border-bottom: 1px solid #3f72af;
  font-size: 20px;
  font-weight: 700;
  padding-left: 5px;
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  .card-type-b {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
  }
  .card-type-b .card-title {
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
  }
  .card-type-b .text-underline {
    font-size: 24px;
    padding-left: 5px;
    padding-bottom: 12px;
  }
}
.circle-badge {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  border-radius: 50%;
  background-color: #3f72af;
  color: #fff;
  font-weight: 500;
  font-size: 23px;
  line-height: 34px;
  position: relative;
  top: 0.05em;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .circle-badge {
    width: 54px;
    height: 54px;
    font-size: 30px;
    line-height: 50px;
    vertical-align: baseline;
  }
}
/* card-type-c */
.card-row {
  gap: 20px;
}
.card-type-c {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.card-type-c .card-title::after {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background-color: #2889f5;
  margin: 6px auto 0;
}
.card-type-c .card-title.-green::after {
  background-color: #3ba536;
}
.card-underline {
  width: 40px;
  height: 3px;
  margin: 0 auto 10px;
}
.card-type-c .box {
  padding: 15px 10px;
}
@media (min-width: 768px) {
  .card-type-c {
    width: calc(50% - 15px);
  }
  .card-left {
    margin-right: 15px;
  }
  .card-right {
    margin-left: 15px;
  }
  .card-type-c .box {
    padding: 30px 15px;
  }
  .card-row {
    gap: 0;
  }
}
/* card-type-d */
.card-type-d {
  padding: 13px 15px;
}
.card-type-d .title {
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.card-type-d .number{
  margin-right: 10px;
  font-size: 24px;
  line-height: 1;
  top: 2px;
}
@media (min-width: 768px) {
  .card-type-d {
    padding: 26px 30px;
  }
  .card-type-d .title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .card-type-d .number{
    margin-right: 15px;
    font-size: 30px;
  }
}
/* card-type-e */
.card-type-e {
  padding: 20px;
}
.card-type-e .title {
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.card-type-e li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 10px;
}
.card-type-e .title-icon {
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .card-type-e {
    padding: 40px;
  }
  .card-type-e .title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .card-type-e .title-icon {
    width: 27px;
    position: relative;
    top: -2px;
  }
}
/*--------------------------------------------------------------
## リンク
--------------------------------------------------------------*/
a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
.a-roudou-text-link-white {
  color: #fff;
}
.a-roudou-text-link-blue-normal {
  color: #3f72af;
}
.a-roudou-text-link-blue-normal:hover {
  color: #3f72af;
  opacity: .8;
}
.a-roudou-text-link-white:hover {
  color: #014168;
}
.a-roudou-text-link-black {
  color: #333;
}
.a-roudou-text-link-black:hover {
  color: #333;
}
.a-roudou-text-link-black444 {
  color: #444;
}
.a-roudou-text-link-black444:hover {
  color: #444;
}
.a-roudou-text-link-black222 {
  color: #222;
}
.a-roudou-text-link-black222:hover {
  color: #222;
}
.a-roudou-text-link-gray {
  color: #888;
}
.a-roudou-text-link-gray:hover {
  color: #888;
}
/* 黒からホバーで青 */
.a-roudou-text-link-blue {
  color: #333;
}
.a-roudou-text-link-blue:hover {
  color: #3f72af;
}
/* 下線なしからホバーで下線あり */
.a-roudou-text-decoration-underline {
  text-decoration: none;
}
.a-roudou-text-decoration-underline:hover {
  text-decoration: underline;
  opacity: .8;
}
/* 下線なし hoverで下線 */
.a-roudou-text-decoration-none {
  text-decoration: none;
}
.a-roudou-text-decoration-none:hover {
  text-decoration: underline;
}
/* 下線ありで hoverで透過 */
.a-roudou-text-decoration {
  text-decoration: underline;
}
.a-roudou-text-decoration:hover {
  opacity: .8;
}
/* 前に矢印 */
.-arrow {
  padding-left: 20px;
  display: block;
  line-height: 1.5;
  background: url(images/arrow-black.png) no-repeat top 7px left 5px / 6px 8px;
}
.news-title.-arrow {
  background: url(images/arrow-black.png) no-repeat top 7px left 5px / 6px 8px;
}
@media (min-width: 768px) {
  .news-title.-arrow {
    background: url(images/arrow-black.png) no-repeat top 9px left 5px / 6px 8px;
  }
}
/* 下線なし hoverで透過 */
.a-roudou-text-decoration-none-hover {
  text-decoration: none;
}
.a-roudou-text-decoration-none-hover:hover {
  opacity: .8;
}
/* リンク無効 */
.a-roudou-text-link-none {
  pointer-events: none;
}
/* 右向き三角＋テキスト */
.link-with-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #444;
}
.link-with-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #444;
}
.link-with-arrow:hover {
  color: #444;
  opacity: .8;
}
.arrow-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #ccc;
}
.link-text {
  text-decoration: underline;
  font-size: 14px;
}
/*--------------------------------------------------------------
##　ボタン
--------------------------------------------------------------*/
.a-roudou-btn-brown {
  text-decoration: none;
  background: rgb(197,72,1);
  background: linear-gradient(90deg, rgba(197,72,1,1) 0%, rgba(222,89,13,1) 100%);
  color: #fff;
  padding: 15px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.a-roudou-btn-brown:hover {
  color: #fff;
  opacity: .8;
}
/* 問い合わせボタンの大きさ */
.-contact {
  width: 267px;
}
.-banner-contact {
  width: 100%;
  max-width: 340px;
}
.-contact::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 13px;
  background-image: url(images/icon-mail-white.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
  top: -2px;
  position: relative;
}
/* ボタン（大） */
.-contact-lg {
  width: 85%;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}
/* ボタン（大2） */
.-contact-lg.-lg2 {
  width: 85%;
  line-height: 23px;
  padding: 10px;
  font-size: 17px;
}
.-contact-lg::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 13px;
  background-image: url(images/icon-mail-white.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
  top: -2px;
  position: relative;
}
.-tel::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 14px;
  background-image: url(images/icon-tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.-line::before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 25px;
  background-image: url(images/icon-line-white.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 7px;
}
.-pink {
  background: #eb63c0;
}
.-blue {
  background: #3f72af;
}
/* 白抜き角丸 矢印*/
.a-roudou-btn-radius-blue-arrow {
  border-radius: 18px;
  border: 1px solid #3f72af;
  padding: 10px 0;
  color: #3f72af;
  display: block;
  line-height: 1;
  background: url(images/arrow.png) no-repeat center right 10px/6px 8px;
  background-color: #fff;
}
.a-roudou-btn-radius-blue-arrow:hover {
  color: #fff;
  background-image: url(images/arrow-white.png);
  background-color: #3f72af;
}
.a-roudou-btn-radius-blue-arrow.-arrow-down {
  background: url(images/arrow-down.png) no-repeat center right 10px/9px 6px;
}
.a-roudou-btn-radius-blue-arrow.-arrow-down:hover {
  color: #fff;
  background-image: url(images/arrow-down-white.png);
  background-color: #3f72af;
}
.a-roudou-btn-radius-blue-arrow.-sm {
  padding-top: 7px;
  padding-bottom: 7px;
}
/* 白抜き角丸 */
.a-roudou-btn-radius-blue {
  border-radius: 18px;
  border: 1px solid #3f72af;
  color: #3f72af;
  padding: 10px 0;
  display: block;
  line-height: 15px;
  background-color: #fff;
}
.a-roudou-btn-radius-blue:hover {
  color: #fff;
  background-color: #3f72af;
}
.-is-active {
  background-color: #3f72af;
  color: #fff;
}
.a-roudou-btn-radius-blue.-sm2 {
  padding: 6px 20px;
}
/* 矢印・背景左から右 */
.a-roudou-btn-arrow {
  display: inline-block;
  width: 260px;
  text-align: center;
  text-decoration: none;
  line-height: 53px;
  outline: none;
  color: #444;
  background-color: transparent;
  position: relative;
  border: 1px solid #444;
  transition: color 0.1s ease;
}
.a-roudou-btn-arrow:hover {
  color: #fff;
}
.a-roudou-btn-arrow:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.a-roudou-btn-arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #3f72af;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.a-roudou-btn-arrow::after {
  content: '';
  width: 35px;
  height: 8px;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  transform: skew(45deg);
  position: absolute;
  right: -20px;
  top:16px;
}
.a-roudou-btn-arrow:hover::after {
  border-bottom: 1px solid #112d4e;
  border-right: 1px solid #112d4e;
}
/* 右固定コンタクトボタン */
.side-contact {
  display: none; 
}
/* ラインボタン */
.a-roudou-btn-line {
  text-decoration: none;
  background: #0dbc0d;
  color: #fff;
  padding: 13px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 267px;
}
.a-roudou-btn-line::before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 25px;
  background-image: url(images/icon-line-white.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 7px;
}
.a-roudou-btn-line:hover {
  color: #fff;
}
/* 白抜き メールマーク　ホバーで青　弁護士詳細*/
.a-roudou-btn-radius-blue-mail {
  background-color: #fff;
  background-image: url(images/icon-mail2-blue.png);
  background-repeat: no-repeat;
  background-position: 12% 54%;
  transition: all 0.3s;
  display: inline-block;
  border-radius: 5px;
  color: #3f72af;
  border: 1px solid #3f72af;
  padding-left: 34px;
  padding-right: 13px;
  line-height: 29px;
  background-size: 16px;
}
.a-roudou-btn-radius-blue-mail:hover {
  color: #fff;
  background-image: url(images/icon-mail2-white.png);
  background-color: #3f72af;
}
.a-roudou-text-radius-gray-border {
  border-radius: 18px;
  border: 1px solid #444;
  padding: 10px 0;
  color: #444;
  display: block;
  line-height: 1;
  background-color: #fff;
}
.a-roudou-btn-reset-filter {
  color: #444;
}
.a-roudou-btn-reset-filter:hover {
  color: #444;
  opacity: .8;
}
@media (min-width: 768px){
  /* 右固定コンタクトボタン */
 .side-contact {
    display: block;
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 900;
  }
  .side-contact a {
    width: 50px;
    border-radius: 10px 0 0 10px;
    height: inherit;
    padding: 20px 0;
  }
  .side-contact a img {
    width: 15px;
    height: auto;
  }
  /* 問い合わせボタンの大きさ */
  .-contact {
    width: 290px;
  }
  /* ボタン（大） */
  .-contact-lg{
    width: 700px;
    line-height: 86px;
    font-size: 30px;
  }
  .-contact-lg::before {
    width: 26px;
    height: 20px;
    margin-right: 15px;
  }
   .-contact-lg.-lg2{
    font-size: 26px;
    line-height: 86px;
    padding: 0 10px;
    width: 700px;
  }
  .-contact-lg::before {
    width: 26px;
    height: 20px;
    margin-right: 15px;
  }
  /* ヘッダー問い合わせボタン（メール） */
  .-head-contact {
    width: 207px;
  }
  .-head-contact::before {
    width: 22px;
    height: 17px;
    top:0;
  }
  /* 白抜き メールマーク　ホバーで青 弁護士詳細*/
  .a-roudou-btn-radius-blue-mail {
    padding-left: 58px;
    padding-right: 30px;
    background-size: 19px;
    line-height: 40px;
    background-position: 18%;
  }
  .-head-line {
    width: 207px;
  }
}
@media screen and (min-width:767px) and ( max-width:1024px) {
  .-head-line {
    width: 147px;
  }
  /* ヘッダー問い合わせボタン（メール） */
  .-head-contact {
    width: 147px;
  }
}
/*--------------------------------------------------------------
## 背景色
--------------------------------------------------------------*/
.a-roudou-bg-white {
  background-color: #fff;
}
.a-roudou-bg-gray {
  background-color: #f9f7f7;
}
.a-roudou-bg-bluewhite {
  background-color: #ecf0f6;
}
.a-roudou-bg-none {
  background-color: transparent;
}
.a-roudou-bg-bluewhitetowhite {
  background-color: #ecf0f6;
}
.a-roudou-bg-red {
  background-color: #ff0000;
}
.a-roudou-bg-zenithblue {
  background-color: #eff3f9;
}
.a-roudou-bg-blue {
  background-color: #3f72af;
}
.a-roudou-bg-skyblue {
  background-color: #ebf3fc;
}
.a-roudou-bg-green {
  background-color: #effcee;
}
.a-roudou-bg-aquablue {
  background-color: #dee6f2;
}
.a-roudou-bg-deepblue {
  background-color: #395175;
}
/* 淡いオレンジ こうじ色*/
.a-roudou-bg-kouji {
  background-color: #faece3;
}
.a-roudou-bg-orange{
  background-color: #d9560b !important;
}
.a-roudou-bg-hujiiro{
  background-color: #c8daf6;
}
.a-roudou-bg-rurikon{
  background-color: #112d4e;
}
.a-roudou-bg-sirogane{
  background-color: #e6e5e5;
}
.a-roudou-bg-darkgray{
  background-color: #444;
}
.a-roudou-bg-black222{
  background-color: #222;
}
.a-roudou-bg-black333{
  background-color: #333;
}
.a-roudou-bg-orangewhite{
  background-color: #fdf3ec;
}
/* グラデーション */
.a-roudou-bg-grade-blue {
  background-image: -moz-linear-gradient( 90deg, rgb(10,55,109) 0%, rgb(49,98,156) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(10,55,109) 0%, rgb(49,98,156) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(10,55,109) 0%, rgb(49,98,156) 100%);
}
.a-roudou-bg-grade-orange {
  background-image: -moz-linear-gradient( 90deg, rgb(197,72,1) 0%, rgb(222,89,13) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(197,72,1) 0%, rgb(222,89,13) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(197,72,1) 0%, rgb(222,89,13) 100%);
}
.a-roudou-bg-grade-green {
  background-image: -moz-linear-gradient( 90deg, rgb(4,180,76) 0%, rgb(6,199,85) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(4,180,76) 0%, rgb(6,199,85) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(4,180,76) 0%, rgb(6,199,85) 100%);
}

@media (min-width: 768px){
  .a-roudou-md-bg-0 {
    background-color: transparent;
  }
  .a-roudou-bg-bluewhitetowhite {
    background-color: #fff;
  }
}
/*--------------------------------------------------------------
## 余白
--------------------------------------------------------------*/
.a-roudou-mt-10{
  margin-top: 10px;
}
.a-roudou-pb-10 {
  padding-bottom: 10px;
}
.a-roudou-pb-5 {
  padding-bottom: 5px;
}
.a-roudou-mt-70to0{
  margin-top: 70px;
}
.a-roudou-mt-10to15{
  margin-top: 10px;
}
.a-roudou-mt-10to20{
  margin-top: 10px;
}
.a-roudou-mt-10to30{
  margin-top: 10px;
}
.a-roudou-mt-15to20{
  margin-top: 15px;
}
.a-roudou-mt-30to20{
  margin-top: 30px;
}
.a-roudou-mt-30to45{
  margin-top: 30px;
}
.a-roudou-mt30to35 {
  margin-top: 30px;
}
.a-roudou-mt-45to90{
  margin-top: 45px;
}
.a-roudou-mt-40to80{
  margin-top: 40px;
}
.a-roudou-mt-30to80{
  margin-top: 30px;
}
.a-roudou-mt0to75 {
  margin-top: 0;
}
.a-roudou-mr5to10 {
  margin-right: 5px;
}
.a-roudou-mr10 {
  margin-right: 10px;
}
.a-roudou-mr15to30 {
  margin-right: 15px;
}
.a-roudou-mr0to15 {
  margin-right: 0px;
}
.a-roudou-mb5 {
  margin-bottom: 5px;
}
.a-roudou-mb10 {
  margin-bottom: 10px;
}
.a-roudou-mb10to20 {
  margin-bottom: 10px;
}
.a-roudou-mb20 {
  margin-bottom: 20px;
}
.a-roudou-mb30 {
  margin-bottom: 30px;
}
.a-roudou-mb5to10 {
  margin-bottom: 5px;
}
.a-roudou-mb10to0 {
  margin-bottom: 10px;
}
.a-roudou-mb15to0 {
  margin-bottom: 15px;
}
.a-roudou-mb12to10 {
  margin-bottom: 12px;
}
.a-roudou-mb15to20 {
  margin-bottom: 15px;
}
.a-roudou-mb15to30 {
  margin-bottom: 15px;
}
.a-roudou-mt15to30 {
  margin-top: 15px;
}
.a-roudou-mb20to0 {
  margin-bottom: 20px;
}
.a-roudou-mb12to25 {
  margin-bottom: 12px;
}
.a-roudou-mb20to40 {
  margin-bottom: 20px;
}
.a-roudou-mb25to30 {
  margin-bottom: 25px;
}
.a-roudou-mb20to50 {
  margin-bottom: 20px;
}
.a-roudou-mb20to30 {
  margin-bottom: 20px;
}
.a-roudou-mb25to50 {
  margin-bottom: 25px;
}
.a-roudou-mt25to50 {
  margin-top: 25px;
}
.a-roudou-mb30to50 {
  margin-bottom: 30px;
}
.a-roudou-mb30to0 {
  margin-bottom: 30px;
}
.a-roudou-mb30to40 {
  margin-bottom: 30px;
}
.a-roudou-mt30to40 {
  margin-top: 30px;
}
.a-roudou-mt25to30 {
  margin-top: 25px;
}
.a-roudou-mb30to60 {
  margin-bottom: 30px;
}
.a-roudou-mb30to35 {
  margin-top: 30px;
}
.a-roudou-mt-0to50{
  margin-top: 0;
}
.a-roudou-pt15to25 {
  padding-top: 15px;
}
.a-roudou-pt30to100 {
  padding-top: 30px;
}
.a-roudou-pt25to45 {
  padding-top: 25px;
}
.a-roudou-pt30to60 {
  padding-top: 30px;
}
.a-roudou-pt30to90 {
  padding-top: 30px;
}
.a-roudou-pb10to18 {
  padding-bottom: 10px;
}
.a-roudou-pb10to15 {
  padding-bottom: 10px;
}
.a-roudou-pb0to15 {
  padding-bottom: 0;
}
.a-roudou-pb12to25 {
  padding-bottom: 12px;
}
.a-roudou-pb30to60 {
  padding-bottom: 30px;
}
.a-roudou-pb40to150 {
  padding-bottom: 40px;
}
.a-roudou-py20 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.a-roudou-py20to40 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.a-roudou-py30to50 {
  padding-bottom: 30px;
  padding-top: 30px;
}
.a-roudou-pb0to130 {
  padding-bottom: 0px;
}
.a-roudou-pb20to40 {
  padding-bottom:20px;
}
.a-roudou-pb40to80 {
  padding-bottom:20px;
}
.a-roudou-pt40to80 {
  padding-top:40px;
}
.a-roudou-pl35to60 {
  padding-left: 35px;
}
.a-roudou-pl30to40 {
  padding-left: 30px;
}
.a-roudou-pl25to35 {
  padding-left: 25px;
}
.a-roudou-px10to15 {
  padding-left: 10px;
  padding-right: 10px;
}
.a-roudou-px15to0 {
  padding-left: 15px;
  padding-right: 15px;
}
.a-roudou-px20 {
  padding-left: 20px;
  padding-right: 20px;
}
.a-roudou-py18 {
  padding-top: 18px;
  padding-bottom: 18px;
}
.a-roudou-py30to80 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.a-roudou-py15to20 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.a-roudou-py40to80 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.a-roudou-py5to15 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.a-roudou-p7 {
  padding:7px;
}
.a-roudou-pl05 {
  padding-left: 0.5em;
}
.a-roudou-p15to25 {
  padding-top: 15px;
}
.a-roudou-py15to25 {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px){
  .a-roudou-mt-10to15{
    margin-top: 15px;
  }
  .a-roudou-mt-10to20{
    margin-top: 20px;
  }
  .a-roudou-mt-15to20{
    margin-top: 20px;
  }
  .a-roudou-mb5to10 {
    margin-bottom: 10px;
  }
  .a-roudou-mt-70to0{
    margin-top: 0;
  }
  .a-roudou-mt-30to45{
    margin-top: 45px;
  }
  .a-roudou-mt-45to90{
    margin-top: 90px;
  }
  .a-roudou-mb10to0 {
    margin-bottom: 0;
  }
  .a-roudou-mb15to0 {
    margin-bottom: 0;
  }
  .a-roudou-mb10to20 {
    margin-bottom: 20px;
  }
  .a-roudou-mt-10to30{
    margin-top: 30px;
  }
  .a-roudou-mt-0to50{
    margin-top: 50px;
  }
  .a-roudou-mt25to30 {
    margin-top: 30px;
  }
  .a-roudou-mb12to10 {
    margin-bottom: 10px;
  }
  .a-roudou-mb12to25 {
    margin-bottom: 25px;
  }
  .a-roudou-mb20to0 {
    margin-bottom: 0;
  }
  .a-roudou-mb20to30 {
    margin-bottom: 30px;
  }
  .a-roudou-mb20to40 {
    margin-bottom: 40px;
  }
  .a-roudou-mb20to50 {
    margin-bottom: 50px;
  }
  .a-roudou-mb25to50 {
    margin-bottom: 50px;
  }
  .a-roudou-mt25to50 {
    margin-top: 50px;
  }
  .a-roudou-mb25to30 {
    margin-bottom: 30px;
  }
  .a-roudou-mb30to50 {
    margin-bottom: 50px;
  }
  .a-roudou-mb15to20 {
    margin-bottom: 20px;
  }
  .a-roudou-mb15to30 {
    margin-bottom: 30px;
  }
  .a-roudou-mt15to30 {
    margin-top: 30px;
  }
  .a-roudou-mb30to0 {
    margin-bottom: 0;
  }
  .a-roudou-mb30to40 {
    margin-bottom: 40px;
  }
  .a-roudou-mb30to60 {
    margin-bottom: 60px;
  }
  .a-roudou-mr15to30 {
    margin-right: 30px;
  }
  .a-roudou-mr5to10 {
    margin-right: 10px;
  }  
  .a-roudou-mr10 {
    margin-right: 10px;
  }
  .a-roudou-mr0to15 {
    margin-right: 15px;
  }
  .a-roudou-mt30to35 {
    margin-top: 35px;
  }
  .a-roudou-mt30to40 {
    margin-top: 40px;
  }
  .a-roudou-mt0to75 {
    margin-top: 75px;
  }
  .a-roudou-mt-40to80{
    margin-top: 80px;
  }
  .a-roudou-mt-30to80{
    margin-top: 80px;
  }
  .a-roudou-pt15to25 {
    padding-top: 25px;
  }
  .a-roudou-pt25to45 {
    padding-top: 45px;
  }
  .a-roudou-pt30to60 {
    padding-top: 60px;
  }
  .a-roudou-pt30to90 {
    padding-top: 90px;
  }
  .a-roudou-pt30to100 {
    padding-top: 100px;
  }
  .a-roudou-pb40to150 {
    padding-bottom: 150px;
  }
  .a-roudou-py15to20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .a-roudou-pb10to18 {
    padding-bottom: 18px;
  }
  .a-roudou-pb40to80 {
    padding-bottom:80px;
  } 
  .a-roudou-pb10to15 {
    padding-bottom: 15px;
  }
  .a-roudou-pb0to15 {
    padding-bottom: 15px;
  }
  .a-roudou-pb12to25 {
    padding-bottom: 25px;
  }
  .a-roudou-pb30to60 {
    padding-bottom: 60px;
  }
  .a-roudou-pb0to130 {
    padding-bottom: 130px;
  }
  .a-roudou-pb20to40 {
    padding-bottom:40px;
  }
  .a-roudou-pt40to80 {
    padding-top:80px;
  }
  .a-roudou-pl30to40 {
    padding-left: 40px;
  }
  .a-roudou-pl25to35 {
    padding-left: 35px;
  }
  .a-roudou-pl35to60 {
    padding-left: 60px;
  }
  .a-roudou-px15to0 {
    padding-left: 0;
    padding-right:0;
  }
  .a-roudou-px10to15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .a-roudou-py5to15 {
    padding-top: 15px;
    padding-bottom:15px;
  }
  .a-roudou-py20to40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .a-roudou-py30to50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .a-roudou-py30to80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .a-roudou-py40to80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .a-roudou-py15to25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
/*--------------------------------------------------------------
## 角丸
--------------------------------------------------------------*/
.radius-5 {
  border-radius: 5px;
}
.radius-10 {
  border-radius: 10px;
}
/*--------------------------------------------------------------
## ボーダー
--------------------------------------------------------------*/
.-border-gray {
  border-color:#ccc !important;
}
.-border-whitegray {
  border-color: #ecf0f6 !important;
}
.-border-bluegray {
  border-color: #3f72af !important;
}
.-border-rightgray {
  border-color: #aaa !important;
}
.-border-orange {
  border-color: #d9560b !important;
}
.-border-blue {
  border-color:#8ba8cb!important;
}
.-border-black {
  border-color:#444!important;
} 
/*--------------------------------------------------------------
## z-index
--------------------------------------------------------------*/
.a-roudou-z-1 {
  z-index:1;
}
/*--------------------------------------------------------------
## ポジション
--------------------------------------------------------------*/
.top-p10 {
  top: 10px;
}
.top-m1 {
  top: -1px;
}
.top-13 {
  top: 13px;
}
.left-15 {
  left: 15px;
}
.a-roudou-object-fit-cover {
  object-fit:cover;
}
@media screen and (min-width:340px) and ( max-width:397px) {
  .a-roudou-d-sm-none{
    display: none;
  }
}
/*--------------------------------------------------------------
## 見出し
--------------------------------------------------------------*
/* 左側に縦線 */
.a-roudou-title-line-blue {
  border-left: 3px solid #3f72af;
  padding-left: 10px;
  color:#3f72af;
  line-height: 30px;
}
@media (min-width: 768px){
  .a-roudou-title-line-blue {
    border-left: 5px solid #3f72af;
    padding-left: 20px;
    line-height: 40px;
  }
}
.a-roudou-title-line-blue-black {
  border-left: 3px solid #3f72af;
  padding-left: 10px;
  color:#222;
  line-height: 30px;
}
.a-roudou-title-line-blue-black.-lg {
  line-height: 40px;
}
@media (min-width: 768px){
  .a-roudou-title-line-blue-black.-lg {
    line-height: 50px;
  }
}
@media (min-width: 768px){
  .a-roudou-title-line-blue-black {
    border-left: 7px solid #3f72af;
    padding-left: 20px;
    line-height: 40px;
  }
}
/* 左側に横線 */
.a-roudou-subtitle1 {
  letter-spacing: 0.125em;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  display: block;
  position: relative;
  color: #3f72af;
  font-weight: 400;
}
.a-roudou-subtitle1::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 25px;
  height: 1px;
  left: 0;
  background-color: #3f72af;
}
/* 左側に横線 SPで中央揃え */
.a-roudou-subtitle2 {
  letter-spacing: 0.125em;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  display: block;
  position: relative;
  color: #3f72af;
  font-weight: 400;
}
.a-roudou-subtitle2-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px; 
}
.a-roudou-subtitle2-line {
  width: 20px;
  height: 1px;
  background-color: #3f72af;
  margin-right: 5px;
}
/* 左側に横線 縦線 */
.a-roudou-subtitle3 {
  font-size: 19px;
  color: #3f72af;
  border-left: 4px solid #3f72af;
  padding-left: 8px;
  line-height: 30px;
  font-weight: 700;
}
@media (min-width: 768px){
  .a-roudou-subtitle1::before {
    width: 50px;
  }
  .a-roudou-subtitle2-wrap {
    justify-content: left;
    margin-bottom: 8px;
  }
  .a-roudou-subtitle2-line {
    margin-right: 14px;
  }
  /* 左側に横線 縦線 */
  .a-roudou-subtitle3 {
    font-size: 22px;
    border-left: 5px solid #3f72af;
    padding-left: 10px;
    line-height: 32px;
  }
}
/*--------------------------------------------------------------
## ヘッダー
--------------------------------------------------------------*/
/* SP */
#sp-global {
  position:fixed;
  z-index: 99;
  left:-120%;
  width:100%;
  height: 100vh;
  transition: all 0.6s;
  top: 0;
  overflow-y: auto;
}
/*アクティブクラスがついたら位置を0に*/
#sp-global.sp-global-panelactive{
  left: 0;
  top: 0;
}
/*ナビゲーションの縦スクロール*/
#sp-global.sp-global-panelactive .sp-global-list {
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.accordion-title {
  padding-left: 15px;
  display: block;
  width: 100%;
  line-height: 48px;
  color: #333;
}
.accordion-toggle {
  width: 60px;
  height: 48px;
  background: #ecf0f6;
  position: relative;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
}
.accordion-toggle::before,
.accordion-toggle::after {
  content: '';
  position: absolute;
  background-color: #3f72af;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}
.accordion-toggle::before {
  width: 16px;
  height: 2px; /* 横棒 */
}
.accordion-toggle::after {
  width: 2px;
  height: 16px; /* 縦棒 */
}
.accordion-toggle.open::after {
  height: 0; /* 縦棒を消してマイナスに */
}
.accordion-content {/* アコーディオンの中身 */
  display: none;
  padding: 15px;
  border-top: 1px solid #cececf;
}
.global-service-list li {
  width: calc(50% - 10px);
  background-color: #fff;
  overflow: hidden;
  position: relative;
  display: block;
}
ul.global-service-list {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}
#sp-global-service .global-service-list li a {
  width: 100%;
  position: relative;
  display: block;
}
#sp-global-service .top_service_icon {
  width: 58px;
  position: absolute;
  top: 58px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}
#sp-global-service li .service_img {
  width: 100%;
  height: 44px;
  object-fit: cover;
}
#sp-global-service li .service_img {
  transition: 0.8s ease-in-out;
  transform: scale(1);
}
#sp-global-service li .service_img:hover {
  transform: scale(1.1,1.1);
  transition: 0.8s ease-in-out;
  opacity: 0.9;
}
#sp-global-service .service_icon {
  width: 30px;
  position: absolute;
  top: 26px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}
#sp-global-service .service-name-container {
  padding: 0 5px;
  z-index: 10;
  position: relative;
  line-height: 1.4;
  height: 50px;
  display: flex;
  align-items: center;
}
#sp-global-service .global-service-list p {
  margin: 0 auto;
  margin-bottom: 0;
  text-align: center;
}
#sp-global-service .global-service-list a:hover p {
  color: #3f72af;
}
#sp-global #menu-global-1 {
  border-top: 1px solid #cececf;
}
#sp-global #menu-global-1 li {
  border-bottom: 1px solid #cececf;
}
#sp-global #menu-global-1 li a {
  text-decoration: none;
  padding:10px 15px;
  display: block;
  text-transform: uppercase;
  background-color: #f9f7f7;
  border-bottom: #cececf;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#sp-global .menu-global-container {
  height: 100vh;
  background-color: #333;
}
#sp-global .menu-global-1-catchcopy {
  padding: 10px 0;
}
#sp-global .menu-global-1-catchcopy span {
  background-color: #d11e1e;
  border-radius: 22px;
  padding: 3px 10px;
}
#sp-global #menu-global-2 li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 12px 15px;
  width: 100%;
  font-size: 18px;
  line-height: 1;
  height: 65px;
}
#sp-global #menu-global-2 li.tel a  {
  font-size: 20px;
}
#sp-global #menu-global-2 li.line a.-line::before   {
  width: 17px;
  height: 16px;
}
#sp-global #menu-global-2 li a:hover {
  color: #fff;
}
.sp-global-openbtn {
  position:fixed;
  z-index: 999;
  top: 0;
  right: 5px;
  cursor: pointer;
  width: 50px;
  height:50px;
}
/*×に変化*/  
.sp-global-openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #3f72af;
  width: 50%;
}
.sp-global-openbtn span:nth-of-type(1) {
 top:15px; 
}
.sp-global-openbtn span:nth-of-type(2) {
top:23px;
}
.sp-global-openbtn span:nth-of-type(3) {
top:31px;
}
.sp-global-openbtn.sp-global span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.sp-global-openbtn.sp-global span:nth-of-type(2) {
  opacity: 0;
}
.sp-global-openbtn.sp-global span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
.a-roudou-sp-container {
  padding: 8px 15px;
  height: 50px;
  border-bottom: 1px solid #cececf;
}
.a-roudou-sp-container img {
  width: 191px;
}
.sp-gnav-br {
  display: block;
}
.page-head {
  padding-top: 50px;
}
/* PC */
@media (min-width: 768px){
  .hd-area {
    height:74px;
  }
  .site-title {
    width: 10%;
    padding-right: 15px;
  }
  .hd_logo {
    width: 382px;
    height: auto;
  }
  .hd_btn_area {
    width: 90%;
  }
  .hd-business-hours {
    font-size: 12px;
  }
  .head-tel {
    font-size: 32px;
  }
  .hd_tel {
    margin-right: 15px;
    letter-spacing: normal;
    text-align: center;
  }
  #site-header {
    z-index: 1000;
  }
  .menu-global-menu-container .menu {
    transition: all 0.9s linear;
  }
  .pc-nav-link {
    position: relative;
    text-decoration: none;
    color: #333;
    padding-bottom: 4px;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 500;
    display: block;
  }
  .pc-nav-link:hover {
    color: #3f72af;
  }
  .pc-nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background-color: #3f72af;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  .pc-nav-link:hover::after {
    transform: scaleX(1);
  }
  .menu-global-menu-container .menu li.is-current .pc-nav-link  {
    color: #333;
    background-image: url(images/navi_line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 100;
    position: relative;
    transition: inherit;
    background-size: 1px 4px;
    display: block;
    color: #3f72af;
  }
  .nav-service {
    padding: 8px 32px 8px 15px;
  }
  .nav-service::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    border-top: 6px #bbb solid;
    border-right: 4px transparent solid;
    border-left: 4px transparent solid;
    border-bottom: 2px transparent solid;
    box-sizing: border-box;
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 57%;
    -webkit-transform : translateY(-50%);
    transform: translateY(-50%);
  }
  .submenu-container {
    background-color: #dbe2ef;
    z-index: 1000;
    padding-bottom: 54px;
    display: none;
  }
  .submenu-container.active {
    display: block;
  }
  .sub-menu {
    max-width: 1352px;
    margin: 0 auto;
    width: 100%;
  }
  .sub-menu ul {
    margin-bottom: 40px;
  }
  .sub-menu ul:last-child {
    margin-bottom: 0;
  }
  .sub-menu li a {
    display: block;
    position: relative;
    background-color: #fff;
    text-align: center;
    padding: 0!important;
    width: 100%;
  }
  .active {
    opacity: 1;
    visibility: visible;
  }
  .sub-menu .sub-menu-name {
    display: block;
    position: relative;
    z-index: 100;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* オーバーレイ */
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
  }    
  .menu-overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  /* PCヘッダーサービスメニュー画像 */
  .global_service_icon {
    position: absolute;
    top: 58px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    width: 70px;
  }
  .global_service_img {
    width: 100%;
    height: 90px;
    object-fit: cover;
  }
  #global-nav li .global_service_img {
    transition: 0.8s ease-in-out;
    transform: scale(1);
  }
  #global-nav li .global_service_img:hover {
    transform: scale(1.1, 1.1);
    transition: 0.8s ease-in-out;
    opacity: 0.9;
  }
  #global-nav li .global_service_img {
    height: 80px;
  }
  #gnav .sub-menu li {
    width: calc(25% - 30px);
    max-width: inherit;
    flex: inherit;
  }
  #gnav .sub-menu li {
    display: flex;
    align-items: stretch;
  }
  #gnav .global_service_icon {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    width: 54px;
    top: 50px;
  }
  #gnav .global_service_img {
  transition: 0.8s ease-in-out;
  transform: scale(1);
  object-fit: cover;
  width: 300px;
  height: 80px;
  }
  #gnav .sub-menu li a:hover p {
    color: #3f72af;
  }
  .submenu-title {
    margin: 40px 0 30px 0;
    font-size: 20px;
  }
  .service-name-container {
    margin: 15px 0;
    padding: 0 5px;
    z-index: 10;
    position: relative;
    line-height: 1.5;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .service-name {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
    margin: 0 auto;
  }
  /* gnav固定 */
  .page-head {
    padding-top: 0;
  }
  .page-head.fixed {
    margin-top: 70px;
  }
  header.fixed #gnav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  .hd_btn_area .label-tab {
    display: none;
  }
}
 /* PCグロナビホームボタンの動き */
.pc-nav-link-home {
  display: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.pc-nav-link-home.show-home {
  display: block;
}
@media screen and (min-width:883px) and ( max-width:1078px) {
  .fixed-gnav li .pc-nav-link {
    padding: 8px 10px;
  }
  .fixed-gnav li .nav-service {
    padding: 8px 25px 8px 10px;
  }
  .nav-service::before {
    right: 12px;
  }
  .pc-nav-link {
    font-size: 15px;
  }
}
@media screen and (min-width:767px) and ( max-width:882px) {
  .fixed-gnav li .pc-nav-link {
    padding: 8px;
    font-size: 13px;
  }
  .fixed-gnav li .nav-service {
    padding: 8px 17px 8px 8px;
  }
}
@media screen and (min-width:767px) and ( max-width:1078px) {
  #global-nav li .global_service_img {
    height: 60px; 
  }
  #gnav .global_service_icon {
    top: 29px;
  }
  .hd_btn_area .label-pc {
    display: none;
  }
  .hd_btn_area .label-tab {
    display: inline-block;
  }
  .hd_logo {
    width: 230px;
  }
  .hd-business-hours {
    font-size: 10px;
  }
}
@media screen and (min-width:800px) and ( max-width:1078px) {
  .hd_logo {
    width: 270px;
  }
}
@media screen and (min-width:767px) and ( max-width:1024px) {
  .head-tel {
    font-size: 22px;
  }
}
@media screen and (min-width:891px) and ( max-width:990px) {
  .pc-nav-link {
    padding: 7px 10px;
  }
  .nav-service {
    padding: 7px 20px 7px 10px;
  }
  .nav-service::before {
    right: 10px;
  }
  .fixed-gnav .pc-nav-link {
    padding: 7px 10px;
  }

}
@media screen and (min-width:767px) and ( max-width:890px) {
  .pc-nav-link {
    padding: 7px 9px;
    font-size: 14px;
    color: #333;
  }
  .fixed-gnav .pc-nav-link {
    padding: 7px 6px;
  }
  .service-name {
    font-size: 16px;
  }
  #gnav .sub-menu li {
    width: calc(25% - 15px);
  }
  .submenu-title {
    margin: 20px 0 15px 0;
    font-size: 20px;
  }
  .nav-service {
    padding: 7px 20px 7px 6px;
  }
  .nav-service::before {
    right: 8px;
  }
}
@media screen and (min-width:767px) and ( max-width:1248px) {
  .pc-gnav-br {
    display: block;
  }
}
.sp-site-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  background: #fff;
  width: 100%;
}
/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
.footer .logo {
  width: 276px;
  margin: 15px 0 10px 0;
}
.footer-container {
  padding: 45px 0 35px 0;
}
@media (min-width: 768px){
  .footer .logo {
    margin: 25px 0 10px 0;}
  .footer-container {
    padding: 87px 0 73px 0;
  }
}
.footer .line-break-1 {
  display: none;
}
.footer .line-break-2 {
  display: block;
}
@media (max-width: 380px){
  .footer .line-break-1 {
    display: block;
  }
  .footer .line-break-2 {
    display: none;
  }
}
/* スマホのみ表示：フッター固定問い合わせ */
@media screen and (max-width: 767px) {
  .sp-contact-bar {
    padding: 5px 15px;
    z-index: 19;
    background: #ccdff5;
  }
  .sp-contact-bar .catch-box {
    font-size: 0;
  }
  .sp-contact-bar .catch {
    background: #d11e1e;
    padding: 2px 20px 2px 5px;
    clip-path: polygon(
    0 0,100% 0,100% calc(100% - 40px),calc(100% - 18px) 100%,0 100%);
    margin-bottom: 4px;
  }
  .sp-contact-bar .button-group .btn {
    text-decoration: none;
    color: #fff;
    padding: 5px 4px 4px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 4px;
    font-size: 10px;
    line-height: 1;
  }
  .sp-contact-bar .button-group .btn.tel {
    width: 52%;
  }
  .sp-contact-bar .button-group .btn.mail,.button-group .btn.line {
    width: 23.35%;
  } 
  .sp-contact-bar .button-group .btn:first-child {
    margin-left: 0;
  }
  .sp-contact-bar .button-group .btn:last-child {
    margin-right: 0;
  }
  .sp-contact-bar .button-group .btn img {
    width: 14px;
    margin-bottom: 4px;
  }
  .sp-contact-bar .button-group .btn.line img {
    margin-bottom: 2px;
  }
  .sp-contact-bar .button-group .btn.tel img {
    margin-right: 2px;
  }
  .sp-contact-bar .button-group .btn.mail img,.sp-contact-bar .button-group .btn.line img  {
    width: 17px;
  }
  body {
    padding-bottom: 70px;
  }
}
#page-top {
  display: none;
  bottom: 80px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url("images/page_top.png") no-repeat center center;
  background-size: contain;
  z-index: 999;
}
#page-top:hover {
  opacity: .8;
}
@media (min-width: 768px){
  #page-top {
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
}
/*--------------------------------------------------------------
## 固定ページスタイル/サービスページMVスタイル/コラム
--------------------------------------------------------------*/
.page-bg {
  width: 100%;
  height: 140px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
}
.page-bg.-service {
  height: 200px;
  background-position: right -175px center;
}
.page-bg.-column {
  height: 100px;
  margin-bottom: 15px;
}
.page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.page-title .subtitle {
  border-radius: 20px;
  padding: 4px 25px;
}
@media (min-width: 768px){
  .page-bg {
    height: 200px;
  }
  .page-bg.-service {
    height: 500px;
    background-position: top center;
  }
  /* .page-bg.-column {
    height: 140px;
    margin-bottom: 30px;
  } */
  .page-title {
    font-size: 42px;
  }
  .page-title .subtitle {
    padding: 7px 25px;
    width: 220px;
  }
}
@media screen and (min-width:768px) and ( max-width:935px) {
  .page-bg.-service {
    background-position: right -488px center;
  }
}
@media screen and (min-width:625px) and ( max-width:767px) {
  .page-bg.-service {
    height: 200px;
    background-position: right -34px center;
  }
}
/*--------------------------------------------------------------
## frontpage
--------------------------------------------------------------*/
/* キービジュアル */
.mv {
    height: 300px;
    overflow: hidden;
    background-image: url("images/mv-bg-sp.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
.mv h1 img {
  width: 100%;
}
.mv-copy {
  position: absolute;
  left: 0px;
  width: calc(100% - 20px);
  color: #fff;
  overflow: hidden;
  top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.mv-copy h1 {
  font-size: calc(1.325rem + .9vw);
}
.mv-copy-l {
  font-size: 30px;
}
.mv-copy-sm {
  font-size: 20px;
}
.mv-copy-sm2 {
  font-size: 14px;
}
.mv-copy-bar {
  background-color: #3f72af;
  line-height: 27px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.mv-copy-bar::after {
  content: "";
  display: inline-block;
  background: url(images/mv-copy-bar.png);
  background-repeat: no-repeat;
  height: 27px;
  width: 22px;
  position: absolute;
  top: 0%;
  right: -22px;
  background-size: contain;
}
  @media screen and (min-width:576px) and ( max-width:767px) {
    .mv {
      height:430px;
      background-image: url(images/mv-bg-pc.jpg);
    }
    .mv-copy {
      position: absolute;
      left: 0px;
      width: calc(100% - 20px);
      color: #fff;
      overflow: hidden;
    }
    .mv-copy h1 {
      font-size: 2rem;
    }
  }
  @media screen and (min-width:340px) and ( max-width:360px) {
    .mv-copy-sm {
      font-size: 18px;
    }
  }
  @media (min-width: 768px){
    .mv {
      background-image: url(images/mv-bg-pc.jpg);
      height: 720px;
    }
    .mv-copy {
      top: 35px;
    }
    .mv h1 img {
      width: 100%;
    }
    .mv-copy-l {
      font-size: 80px;
    }
    .mv-copy-sm {
      font-size: 53px;
    } 
    .mv-copy-sm2 {
      font-size: 29px;
    }
    .mv-copy-bar {
      line-height: 47px;
      padding-right: 15px;
      padding-left: 20px;
    }
    .mv-copy-bar::after {
      height: 47px;
      width: 23px;
    }
  }
  @media screen and (min-width:768px) and ( max-width:889px) {
    .mv-copy-l {
      font-size: 70px;
    }
    .mv-copy-sm {
      font-size: 42px;
    } 
  }
/*--------------------------------------------------------------
## 最新お知らせ帯
--------------------------------------------------------------*/
#top-latest-news {
  padding: 15px 0;
}
@media (min-width: 768px){
  #top-latest-news {
    padding: 18px 0;
  }
}
/*--------------------------------------------------------------
## メッセージ
--------------------------------------------------------------*/
#top-message .subtitle::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 25px;
  height: 1px;
  left: 0;  
  background-color: #3f72af;  
}
@media (min-width: 768px){
  #top-message .subtitle::before {
    width: 50px;
  }
  #top-message:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    width: 57%;
    height: 500px;
    background: #f0f5ff;
    z-index: 1;
  }
}
/*--------------------------------------------------------------
## 取り扱い分野
--------------------------------------------------------------*/
.service-overview li .top_service_img {
  width: 100%;
  height: 90px;
  object-fit: cover;
}
.service-overview li .top_service_img {
  transition: 0.8s ease-in-out;
  transform: scale(1);
}
.service-overview li .top_service_img:hover {
  transform: scale(1.1,1.1);
  transition: 0.8s ease-in-out;
  opacity: 0.9;
}
.top_service_icon {
  width: 58px;
  position: absolute;
  top: 58px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}
.top-services-container {
  top: -46px;
}
.top-service-list li {
  display: flex;
  align-items: stretch;
}
.top-service-list li a {
  width: 100%;
}
.top-service-list a:hover h3 {
  color: #3f72af;
}
@media (min-width: 768px){
  .top-services-container {
    top: -57px;
  }
  .service-overview ul {
    margin-bottom: 40px;
  }
  .service-overview li {
    width: calc(25% - 30px);
    max-width: inherit;
    flex: inherit;
  }
  .service-overview li:nth-child(4n) {
    margin-right: 0;
  }
  .service-overview li .top_service_img {
    width: 300px;
    height: 80px;
  }
  .top_service_icon {
    width: 70px;
    top: 42px;
  }
}
@media screen and (min-width:768px) and ( max-width:992px) {
  .service-overview ul {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .service-overview ul:last-child {
    margin-bottom: 0;
  }
  .service-overview li {
    width: calc(50% - 10px);
  }
  .service-overview li {
    margin-bottom: 20px;
  }
  .service-overview li:nth-child(3) {
    margin-bottom: 0;
  }
  .service-overview li:last-child {
    margin-bottom: 0;
  }
  .service-overview li .top_service_img {
    width: 100%;
    height: 90px;
    object-fit: cover;
  }
  .service-overview li p {
    min-height:5.3em;
  }
  .top_service_icon {
    top: 50px;
  }
}
/*--------------------------------------------------------------
## 解決事例
--------------------------------------------------------------*/
#top-solutions {
  padding-top: 0;
  padding-bottom: 30px;
}
.top-solutions-bg {
  z-index: -1;
}
.top-solutions-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 24%;
  background: #fff;
}
.top-solutions-bg::after {
  content: "";
  display: block;
  flex: 1;
  width: 100%;
  background: url(images/top-solutions-bg-sp.jpg) no-repeat bottom center/cover
}
#top-solutions .number {
  left: 14px;
  top: 17px;
  width: inherit;
}
#top-solutions .descriptions {
  padding-left: 50px;
  margin-bottom:10px
}
.top-solutions-content {
  padding: 12px 15px 25px 15px;
}
#top-solutions .img-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.solutions-btn {
  right: 20px;
  bottom:20px;
  z-index: 1;
}
.top-solutions-list li:first-child {
  margin-bottom:20px;
}
#top-solutions .solutions-btn>.-arrow {
  background: url(images/arrow-black.png) no-repeat top 9px left 5px / 6px 8px;
}
@media (min-width: 768px){
  #top-solutions {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top-solutions-bg::before {
    height: 40%;
  }
  .top-solutions-bg::after {
    background: url(images/top-solutions-bg-pc.png) no-repeat top center/cover;
  }
  #top-solutions .descriptions {
    padding-left: 80px;
  }
  .top-solutions-content {
    padding: 30px;
  }
  .solutions-btn {
    right: 40px;
    bottom:40px;
  }
  #top-solutions .number {
    left: 25px;
    top: 7px;
  }
  .top-solutions-list li:first-child {
    margin-bottom:0;
  }
}
/*--------------------------------------------------------------
## Strengths
--------------------------------------------------------------*/
.top-strengths-point {
  height: 30px;
  line-height: 14px;
}
.top-strengths-point::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 12px;
  margin: auto;
  background-color: #3f72af;
}
#top-strengths li img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px){
  .top-strengths-point {
    height: 47px;
    line-height: 18px;
  }
  .top-strengths-point::after {
    width: 2px;
    height: 24px;
    margin: auto;
  }
  #top-strengths li {
    width: calc(33.33% - 20px);
    margin-right: 40px;
    flex: inherit;
  }
  #top-strengths li:last-child {
    margin-right: 0;
  }
  #top-strengths li img {
    max-width: 410px;
  }
}
/*--------------------------------------------------------------
## 弁護士紹介
--------------------------------------------------------------*/
#top-lawyers .descriptions-container {
  padding-bottom: 40px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
#top-lawyers .descriptions h2 {
  margin-bottom: 20px;
  font-size :25px;
  text-align: center;
}
#top-lawyers .sub-title {
  text-align: center;
}
#top-lawyers .btn {
  margin-top: 30px;
}
@media (min-width: 768px){
  #top-lawyers .descriptions h2 {
    font-size :35px;
  }
}
@media (min-width: 992px){
  #top-lawyers ul {
    display: flex;
  }
  #top-lawyers .descriptions-container {
    padding-bottom: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
  #top-lawyers .descriptions {
    max-width: 630px;
    margin: 0 0 0 auto;
    padding-left: 10px
  }
  #top-lawyers .sub-title {
    text-align: left;
  }
  #top-lawyers .descriptions h2 {
    margin-bottom: 10px;
    font-size: 32px;
    letter-spacing: 0.09em;
    line-height: 1.5;
    text-align: left;
  }
  #top-lawyers .btn {
    margin-top: 25px;
  }
  #top-lawyers br {
    display: none;
  }
}
@media screen and (min-width:1300px)  {
  #top-lawyers .descriptions-container {
    padding-bottom: 10px;
    padding-top: 80px;
  }
  #top-lawyers .descriptions h2 {
    margin-bottom: 10px;
    font-size :36px;
  }
  #top-lawyers br {
    display: block;
  }
}
@media screen and (min-width:340px) and ( max-width:397px) {
  /*　画面サイズが340pxから397pxまではここを読み込む　*/
  #top-lawyers .descriptions h2  {
    font-size: 22px;
  }
}
/*--------------------------------------------------------------
## お役立ち情報　コラム
--------------------------------------------------------------*/
.info-column li img.thumnail {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.info-column li img.thumnail {
  transition: 0.8s ease-in-out;
  transform: scale(1);
  display: block;
}
.info-column li img.thumnail:hover {
  transform: scale(1.1,1.1);
  transition: 0.8s ease-in-out;
  opacity: 0.9;
}
.icon-folder, .icon-calender,.icon-speaker,.icon-resume {
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.icon-folder {
  width: 15px;
}
.icon-calender {
  width: 14px;
}
.icon-speaker {
  width: 16px;
}
.icon-resume {
  width: 16px;
  margin-right: 0;
}
.category:hover {
  text-decoration: underline;
  color: #888;
}
.info-column .avatar {
  border-radius: 50%;
  margin-right: 10px;
}
.columns-item {
  padding: 15px;
}
.columns-category li {
  box-sizing: border-box;
  width: calc(100%/2);
  height:auto;
  display:flex;
  flex-direction:column;
  width: calc(100%/2 - 5px);
}
.columns-category li:last-child {
  margin-right: 0;
}
.columns-category ul {
  row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 20px;
  padding-left: 20px;
}
.top-columns-list li {
  margin-bottom: 20px;
}
.new-info {
  display: none;
}
.new-info.new {
  display: inline-block;
  color: #fff;
  background-color: #ff0000;
  border-radius: 5px;
  padding-left: 11px;
  padding-right: 11px;
  margin-left: 5px;
  position: relative;
  top: -2px;
  font-weight: 700;
  font-size: 12px;
}
.columns-item-link {
  min-height: 3.4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.info-column .btn-group a:first-child {
  margin-bottom: 30px;
}
@media (min-width: 768px){
  .top-columns-list {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
  }
  .info-column li img.thumnail {
    height: 160px;
    width: 100%;
  }
  .top-columns-list li:nth-child(4n) {
    margin-right: 0;
  }
  .columns-category li {
    margin-right: 10px;
    box-sizing: border-box;
    width: 12.5%;
  }
  .columns-category ul {
    row-gap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    padding-right: inherit;
    padding-left: inherit;;
  }
  .info-column .writer {
    bottom: 15px;
    left: 15px;
  }
  .top-columns-list li {
    margin-bottom: 0;
  }
  .info-column .btn-group a:first-child {
    margin-bottom: 0;
    margin-right: 75px;
  }
}
@media screen and (min-width:768px) and ( max-width:992px) {
  #top-strengths li {
    width: calc(33.33% - 10px);
    margin-right: 20px;
    flex: inherit;
  }
  #top-strengths li .top-strengths-subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width:768px) and ( max-width:992px) {
  .top-columns-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .top-columns-list li {
    margin-bottom: 0;
  }
  .info-column li img.thumnail {
    width: 100%;
  }
}

/*--------------------------------------------------------------
## お知らせ
--------------------------------------------------------------*/
.top-news-list li:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## お問い合わせ
--------------------------------------------------------------*/

#top-contact .tel::before {
content: '';
  display: inline-block;
  width: 13px;
  height: 14px;
  background-image: url(images/icon-tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
#top-contact .mail::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 10px;
  background-image: url(images/icon-mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  }
#top-contact .mail {
  margin-bottom: 10px;
}
#top-contact .line {
  padding: 18px 20px;
}
.line-sp .lang{
  font-size: 18px!important;
}
.line-sp .i{
  width: 35px;
  height: 27px;
}
.line-sp .btn{
  padding: 12px;
}
@media (min-width: 768px){
  #top-contact .tel::before {
    width: 16px;
    height: 17px;
    background-image: url(images/icon-tel.png);
    margin-right: 12px;
  }
  #top-contact .mail {
    margin-bottom: 8px;
  }
  #top-contact .mail::before {
    width: 20px;
    height: 16px;
    background-image: url(images/icon-mail.png);
    margin-right: 12px;
  }
  #top-contact .line {
    padding: 20px 50px;
  }
}
/*--------------------------------------------------------------
## パンクズリスト
--------------------------------------------------------------*/
#breadcrumb ul {
  margin: 0;
  padding: 8px 15px;
  color: #666;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* スマホでスムーズにスクロール */
}
#breadcrumb ul li {
  display: inline;
  list-style-type: none;
  font-size: 12px;
}
#breadcrumb ul li a {
  color: #666;
}
#breadcrumb ul li a:hover {
  color: #666;
  text-decoration: underline;
}
#breadcrumb ul li:after {
  margin: 0 10px;
}
#breadcrumb ul li:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url("images/arrow.png") no-repeat;
  background-size: contain;
}
#breadcrumb ul li:last-child:after {
  content: none;
}
@media (min-width: 768px){
  #breadcrumb ul {
    padding: 6px 0;
  }
  #breadcrumb ul li:after {
    margin: 0 15px 0 15px;
  }
}
/*--------------------------------------------------------------
## 事務所一覧
--------------------------------------------------------------*/

/* アンカー */
.offce-anker ul {
  row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 20px;
  padding-left: 20px;
}
.offce-anker li {
  box-sizing: border-box;
  width: calc(100% / 2);
  height: auto;
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 5px);
}
.office-table td{
  padding-bottom: 10px;
  padding-right: 10px;
}
.office-table-td {
  width: 105px;
  line-height: 25px;
  padding-left: 12px;
}
.office-table-td::before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.office-table-td.-address::before {
  background-image: url(images/icon-office.png);
  width: 13px;
  height: 15px;
  position: relative;
  top: 2px;
}
.office-table-td.-tel::before {
  background-image: url(images/icon-tel2.png);
  width: 13px;
  height: 15px;
  position: relative;
  top: 2px;
}
.office-table-td.-fax::before {
  background-image: url(images/icon-fax.png);
  width: 13px;
  height: 15px;
  position: relative;
  top: 3px;
}
.office-table-td.-clock::before {
  background-image: url(images/icon-clock.png);
  width: 13px;
  height: 15px;
  position: relative;
  top: 4px;
}
.office-map {
  width: 100%;
  height:150px;
}
@media (min-width: 768px){
  .offce-anker ul {
    row-gap: inherit;
    flex-wrap: inherit;
    justify-content: center;
    padding-right: inherit;
    padding-left: inherit;
  }
  .offce-anker li {
    margin-right: 10px;
    box-sizing: border-box;
    width: 12.8%;
  }
  .office-table-td {
    width: 105px;
    line-height: 25px;
  }
  .office-table-td::before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
  }
  .office-table-td.-address::before {
    background-image: url(images/icon-office.png);
    width: 13px;
    height: 15px;
    position: relative;
    top: 2px;
  }
  .office-map {
    height:210px;
  }
}
/*--------------------------------------------------------------
## 料金ー特徴
--------------------------------------------------------------*/
.soudan-title {
  width: 211px;
  line-height: 42px;
}
#price-feature li {
  padding: 20px 15px;
}
.zero {
  font-size: 150px;
}
#price-feature li h3 {
  display: flex;
  align-items: center;
}
.price-title-box {
  height: 55px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#price-feature .icon-box {
  width: 13%;
  margin-right: 9px;
}
#price-feature .icon-text {
  width: 87%;
}
#price-feature .icon-meet{
  width: 42px;
}
#price-feature .icon-calender2{
  width: 28px;
}
#price-feature .icon-time-charge{
  width: 40px;
}
#price-feature li h3 {
  font-size: 18px;
}
.text-br {
  display: none;
}
@media (min-width: 768px){
  #price-feature li {
    width: calc(33.33% - 20px);
    margin-right: 40px;
    flex: inherit;
    padding: 30px;
  }
  #price-feature li:last-child {
    margin-right: 0;
  }
  #price-feature li h3 {
    display: flex;
    align-items: center;
    font-size: 22px;
  }
  .price-title-box {
    height: 70px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  #price-feature .icon-meet img {
    width: 55px;
  }
  #price-feature .icon-calender2 img {
    width: 38px;
  }
  #price-feature .icon-time-charge img {
    width: 53px;
  }
  .zero {
    font-size: 198px;
  }
  #price-feature .icon-box {
    width: 20%;
    margin-right: 10px;
  }
  #price-feature .icon-text {
    width: 80%;
  }
  #price-feature .icon-meet{
    width: 55px;
  }
  #price-feature .icon-calender2{
    width: 38px;
  }
  #price-feature .icon-time-charge{
    width: 53px;
  }
  #price-feature .text-br {
    display: block;
  }
}
/* liの余白微調整 */
@media screen and (min-width:768px) and ( max-width:1030px) {
  #price-feature li {
    width: calc(33.33% - 10px);
    margin-right: 20px;
    flex: inherit;
    padding: 20px;
  }
  .price-title-box {
    height: 82px;
  }
  #price-feature .icon-meet{
    width: 45px;
  }
  #price-feature .icon-calender2{
    width: 28px;
  }
  #price-feature .icon-time-charge{
    width: 43px;
  }
  #price-feature li h3 {
    font-size: 19px;
  }
}
/* 改行の微調整 */
@media screen and (min-width:500px) and ( max-width:768px) {
  #price-feature .text-br {
    display: none;
  }
}
@media screen and (min-width:768px) and ( max-width:1195px) {
  #price-feature .text-br {
    display: none;
  }
}
/*--------------------------------------------------------------
## 料金ー初回相談までの流れ
--------------------------------------------------------------*/
.step-number-container {
  width: 100%;
  border-radius: 15px 15px 0 0;
  padding: 12px;
  text-align: center;
}
.step-number {
  top: 1px;
  font-size: 30px;
}
.step-content {
  padding: 20px;
  border-radius: 0 0 15px 15px;
}
#price-steps .yajirushi img {
  width: 14px;
  margin-top: 11px;
  margin-bottom: 9px;
}
.step3-list {
  margin-left: 1.5em;
}
@media (min-width: 768px){
  #price-steps .step-number-container {
    width: 120px;
    border-radius: 10px 0 0 10px;
    padding: 0;
    text-align: initial;
  }
  #price-steps .step-content {
    padding: 50px 40px;
    border-radius: 0 10px 10px 0;
  }
  #price-steps .step-number {
    top: 1px;
    font-size: 50px;
  }
  #price-steps .-contact,#price-steps .-line {
    width: 296px;
  }
  .step3-list {
    width: 45%;
  }
  #price-steps .yajirushi img {
    width: 14px;
    margin-top: 21px;
    margin-bottom: 18px;
  }
}
/*--------------------------------------------------------------
## 料金ー提供サービス
--------------------------------------------------------------*/
/* 表1 */
.a-table tr:first-child th {
  border-radius: 5px 5px 0 0;
  padding:5px;
}
.a-table tr:first-child th {
  padding: 10px 2px;
}
.a-table th:first-child {
  padding: 10px 2px;
  width: 21%;
  line-height: 1.5;
}
.a-table .h {
  font-size: 10px;
}
/* 表2 */
.b-table th:first-child {
  padding: 10px 5px 10px 8px;
  width: 35%;
}
.b-table tr:first-child th {
  padding:10px 7px;
}
#price-services li {
  display: flex;
  align-items: stretch;
  width: calc(50% - 5px);
  border-top: 1px solid #ccc;
}
#price-services ul:last-child li:nth-last-child(1) {
  border-bottom: 1px solid #ccc;
}
#price-services ul:last-child li:nth-last-child(2) {
  border-bottom: 1px solid #ccc;
}
.icon-box {
  width: 21%;
}
.icon-text {
  width: 79%;
}
.price-service-list li a {
  font-size: 15px;
}
.price-service-list {
  flex-wrap: wrap;
}
.price-service-list .icon-service1 img {
  width: 25px;
}
.price-service-list .icon-service2 img {
  width: 16px;
}
.price-service-list .icon-service3 img {
  width: 19px;
}
.price-service-list .icon-service4 img {
  width: 14px;
}
.price-service-list .icon-service5 img {
  width: 15px;
}
.price-service-list .icon-service6 img {
  width: 22px;
}
.price-service-list .icon-service7 img {
  width: 19px;
}
.price-service-list .icon-service8 img {
  width: 19px;
}
.price-services-link {
  height: 55px;
}
.price-plan-detaile {
  padding: 15px 10px;
}
.price-plan-description {
  padding: 45px 10px 15px 10px;
}
.gray-bar {
  background-color: #444;
  line-height: 27px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.gray-bar::after {
  content: "";
  display: inline-block;
  background: url(images/gray-copy-bar.png);
  background-repeat: no-repeat;
  height: 27px;
  width: 22px;
  position: absolute;
  top: 0%;
  right: -22px;
  background-size: contain;
}
.price-plan-title {
  border-radius: 5px 5px 0 0;
}
.plan-flow {
  border-radius: 5px;
}
.plan-flow h3 {
  line-height: 1.5;
}
.price-plan-detail {
  padding: 13px 10px;
}
@media (min-width: 768px){
  .price-service-list {
    flex-wrap: inherit;
  }
  .price-service-list li a {
    font-size: 16px;
  }
  #price-services li {
    width: calc(25% - 6px);
    max-width: inherit;
    flex: inherit;
  }
  #price-services ul:last-child li {
    border-bottom: 1px solid #ccc;
  }
  #price-services li:nth-child(4n) {
    margin-right: 0;
  }
  .icon-box {
    width: 25%;
  }
  .icon-text {
    width: 75%;
  }
  .price-service-list .icon-service1 img {
    width: 46px;
  }
  .price-service-list .icon-service2 img {
    width: 28px;
  }
  .price-service-list .icon-service3 img {
    width: 33px;
  }
  .price-service-list .icon-service4 img {
    width: 23px;
  }
  .price-service-list .icon-service5 img {
    width: 27px;
  }
  .price-service-list .icon-service6 img {
    width: 41px;
  }
  .price-service-list .icon-service7 img {
    width: 33px;
  }
  .price-service-list .icon-service8 img {
    width: 33px;
  }
  .price-services-link {
    height: 72px;
  }
  .plan-flow  {
    width: calc(50% - 12px);
    margin-left: 12px;
    align-items: stretch;
    border-radius: 10px;
  }
  .plan-flow:first-child {
    margin-bottom: 0;
    margin-right: 12px;
    margin-left: 0;
  }
  .plan-flow h3 {
    line-height: 1.75;
  }
  .price-plan-description {
    padding: 50px 20px 50px 20px;
  }
  .price-plan-title {
    border-radius: 10px 10px 0 0;
  }
  .gray-bar {
    line-height: 36px;
    padding-right: 20px;
    padding-left: 30px;
  }
  .gray-bar::after {
    height: 36px;
    width: 23px;
  }
  .price-plan-detaile{
    padding:30px 20px;
  }
  .a-table tr:first-child th {
    padding:17px;
  }
  .a-table th:first-child {
    padding: 20px 5px 20px 30px;
    width: 28%;
  }
  .b-table tr:first-child th {
    padding:10px 7px;
  }
  .b-table th:first-child {
    padding: 15px 5px 15px 8px;
    width: 42%;
  }
.a-table .h {
    font-size: 14px;
  }
}
/* 改行の微調整 */
@media screen and (min-width:416px) and ( max-width:768px) {
  .br-case {
    display: none;
  }
}
@media (min-width: 998px){
  .br-case {
    display: none;
  }
}
@media (max-width:400px)  {
  .br-sm {
    display: block;
  }
}
@media screen and (min-width:320px) and ( max-width:900px) {
  .price-services-link .br-sp {
    display: none;
  }
}
/* 提供サービスボタンの微調整 */
@media (max-width:400px)  {
  .icon-box {
    width: 17%;
  }
  .icon-text {
    width: 81%;
  }
  .price-service-list li a {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
## 弁護士一覧
--------------------------------------------------------------*/
.daihyou {
  padding: 20px;
}
.focus-top {
  height: 254px;
  object-fit: cover;
  object-position: top center;
}
#representative-lawyer h2,#affiliation-lawyer h2,#supervising-lawyer h2 {
  text-align: center;
  font-weight: 500;
  color: #222;
}
.daihyou .a-roudou-subtitle1 {
  padding-left: 35px;
}　
ul.lawyer-lists {
  margin-top: -20px!important;
}
.lawyer-lists li img {
  width: 100%;
  height: 114px;
  object-fit: cover;
  transition: 0.8s ease-in-out;
  transform: scale(1);
  display: block;
}
.lawyer-lists li img:hover {
  transform: scale(1.1,1.1);
  transition: 0.8s ease-in-out;
  opacity: 0.9;
}
.lawyer-lists .lawyer-attribute  {
  font-size: 13px;
  text-align: center;
  margin-top: 8px;
  display: block;
  color: #444;
  line-height: 1;
}

.lawyer-lists h3 {
  font-size: 18px;
  text-align: center;
  margin: 0.3em 0 0 0;
  color: #333;
}
.lawyer-lists h3::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 10px;
  background-image: url(images/arrow.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.lawyer-lists a.a-roudou-text-link-none h3::before {
  display: none;
}
.lawyer-lists a:hover h3 {
  color: #3f72af;
}
.lawyer-item-box{
  height: 114px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.lawyer-profile-representative li {
  margin-bottom: 20px;
}
.lawyer-profile-representative li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px){
  .daihyou {
    padding: 40px;
  }
  .focus-top {
    height: auto;
    object-fit: inherit;
    object-position: inherit;
  }
  .daihyou .a-roudou-subtitle1 {
    padding-left: 60px;
  }
  .lawyer-lists li img {
    height: 188px;
  }
  .lawyer-item-box{
    height: 188px;
  }
  .lawyer-lists h3 {
    font-size: 20px;
  }
  .lawyer-lists .lawyer-attribute  {
    margin-top: 10px;
  }
  .lawyer-profile-representative li {
    margin-bottom: 25px;
  }
}
.lawyer-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 20px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .lawyer-lists {
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width:580px) and ( max-width:767px) {
  .focus-top {
    height: 480px;
  }
}
@media screen and (min-width:470px) and ( max-width:579px) {
  .focus-top {
    height: 400px;
  }
}
@media screen and (min-width:480px) and ( max-width:767px) {
  .lawyer-lists li img {
    height: 190px;
  }
  .lawyer-item-box {
    height: 190px;
  }
}
@media screen and (min-width:900px) and ( max-width:1055px) {
  .lawyer-lists li img {
    height: 132px;
  }
  .lawyer-item-box {
    height: 132px;
  }
}
@media screen and (min-width:768px) and ( max-width:899px) {
  .lawyer-lists li img {
    height: 109px;
  }
  .lawyer-item-box {
    height: 109px;
  }
}
/*--------------------------------------------------------------
## 弁護士詳細
--------------------------------------------------------------*/
.lawyer-page-bg {
  width: 100%;
  height: 200px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  background-position: right -160px center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
}
.lawyer-box {
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
}
.lawyer-box .a-roudou-subtitle1 {
  margin-bottom: 5px;
  padding-left: 25px;
}
.lawyer-box h2 {
  font-size: 18px;
  margin-bottom: 0;
  color: #333;
}
.lawyer-specialty-link ul {
  gap: 10px;
}
.lawyer-specialty-link li {
  white-space: nowrap;
}
.lawyer-specialty-link li a,.lawyer-specialty-link li span {
  padding: 8px 20px;
  min-width: 144px;
  white-space: break-spaces;
  line-height: 1.5;
  border-radius: 5px;
}
.lawyer_specialty_list span {
  border: 1px solid #444;
  padding: 10px 0;
  color: #444;
  display: block;
  background-color: #fff;
}
.lawyer-mvlink {
  padding: 20px;
  width: 40%;
}
.lawyer-position {
  line-height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}
.lawyer-name {
  font-size: 18px;
}
.lawyer-mail-box {
  margin-top: 7px;
  padding-top: 8px;
}
.lawyer-attribute {
  margin-top: 5px;
}
dl.timeline-box {
  width: 100%;
  margin-bottom: 5px;
}
.timeline-box dt {
  width: 100%;
  margin-bottom: 0;
  font-weight: 400;
}
.timeline-box dd {
  width: 100%;
  margin-bottom: 0;
}
dl.timeline-box a {
  color:#444;
}
dl.timeline-box a:hover {
  color:#444;
  text-decoration: underline;
}

@media (min-width: 768px){
  .lawyer-page-bg {
    height: 500px;
	  background-position: top center;
  }
  .lawyer-box {
    padding: 30px;
  }
  .lawyer-box .a-roudou-subtitle1 {
    padding-left: 35px;
  }
  .lawyer-box h2 {
    font-size: 22px;
  }
  .lawyer-specialty-link ul {
    gap: 15px;
  }
  .lawyer-mvlink {
    padding: 48px 50px;
    max-width: 500px;
    width: 56%;
  }
  .lawyer-position {
    line-height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .lawyer-name {
    font-size: 40px;
  }
  .lawyer-mail-box {
    margin-top: 18px;
    padding-top: 12px;
  }
  dl.timeline-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
  }
  .timeline-box dt {
    width: 22%;
    margin-bottom: 0;
  }
  .timeline-box dd {
    width: 78%;
    margin-bottom: 0;
  }
}

/* 詳細MVの白ボックスの微調整 */
@media screen and (min-width:768px) and ( max-width:815px) {
  .lawyer-page-bg {
    height: 420px;
  }
  .lawyer-mvlink {
    padding: 25px 30px;
    width: 54%;
  }
}
@media screen and (min-width:600px) and ( max-width:767px) {
  .lawyer-page-bg {
    height: 220px;
    background-position: top center;
  }
  .lawyer-name {
    font-size: 24px;
  }
  .lawyer-attribute {
    display: inline;
  }
  .lawyer-title-box {
    margin-bottom: 8px;
    padding-bottom: 10px;
  }
  .lawyer-position {
    margin-bottom: 7px;
  }
}
@media screen and (min-width:499px) and ( max-width:599px) {
  .lawyer-page-bg {
    height: 220px;
  }
}
@media screen and (min-width:391px) and ( max-width:498px) {
  .lawyer-mvlink{
    padding: 13px 15px;
  }
  .lawyer-mvlink {
    width: 48%;
  }
}
@media screen and (min-width:340px) and ( max-width:390px) {
  .lawyer-mvlink{
    padding: 15px 8px;
    width: 49%;
  }
}

/* swiper */
.swiper-button-next:after, .swiper-button-prev:after {
  content: '';
}
.swiper-slide {
  align-items: stretch;
}
.swiper-slide a {
  display: block;
  line-height: 1;
}
.swiper-slide .name {
  color: #333;
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
.swiper-slide a:hover .name {
  color: #3f72af;
}
.swiper-button-prev {
  left: -12px;
}
.swiper-button-next {
  right: -12px;
}
.swiper-slide a img {
  width: 100%;
  height: 86px;
  object-fit: cover;
  transition: 0.8s ease-in-out;
  transform: scale(1);
}
.swiper-slide .thumbnail-container {
  overflow: hidden;
  height: 86px;
}
.lawyer-slider .swiper-slide a img:hover {
  transform: scale(1.1,1.1);
  transition: 0.8s ease-in-out;
  opacity: 0.9;
}
.swiper-button-next {
  background-size: 30px 30px;
  background-position: center right;
  background-image: url(images/round-arrow.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.swiper-button-prev {
  background-size: 30px 30px;
  background-position: center left;
  background-image: url(images/round-arrow.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  transform: scale(-1, 1);
}
.swiper-container {
  padding: 0 15px;
}
.swiper-button-next, .swiper-button-prev {
  top: 41%;
}

@media (min-width: 768px){
  .swiper-button-next {
    background-size: 41px 41px;
    width: 41px;
    height: 41px;
  }
  .swiper-button-prev {
    background-size: 41px 41px;
    width: 41px;
    height: 41px;
  }
  .swiper-slide a img {
    height: 185px;
  }
  .swiper-slide .thumbnail-container {
    height: 185px;
  }
  .swiper-container {
    padding: 0 25px;
  }
  .swiper-button-prev {
    left: -22px;
  }
  .swiper-button-next {
    right: -22px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 46%;
  }
  .swiper-slide .name {
    margin-top: 15px;
    font-size: 16px;
  }
}
/* コラムとswiperのサムネイル微調整 */
@media screen and (min-width:500px) and ( max-width:1370px) {
  .swiper-slide a img, .swiper-slide .thumbnail-container{
    height: 85%;
  }
  .swiper-button-next,.swiper-button-prev {
    right: -14px;
  }
}
@media screen and (min-width:360px) and ( max-width:499px) {
  .swiper-slide a img, .swiper-slide .thumbnail-container{
    height: 90%;
  }
  .swiper-button-next,.swiper-button-prev {
    right: -14px;
  }
}

/* 弁護士詳細のコラムブロック */
.lawyer-colmun-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: stretch;
}

/* サムネイル枠（比率固定＋トリミング） */
.lawyer-colmun-list .thumbnail-container {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

/* サムネイル画像 */
.lawyer-colmun-list .thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

/* ホバーでズーム */
.lawyer-colmun-list .thumbnail-container:hover .thumbnail {
  transform: scale(1.1,1.1);
}

/* タイトル */
.lawyer-colmun-list .title {
  display: block;
  margin-top: 0.5em;
  color: #333;
}
.lawyer-colmun-list .title:hover {
  text-decoration: underline;
  opacity: .8;
}
.lawyer-colmun-list li {
  width: calc(50% - 0.5rem);
}

/* PC：3カラム */
@media (min-width: 768px) {
  .lawyer-colmun-list {
    gap: 20px;
  }
  .lawyer-colmun-list li {
    width: calc(33.333% - 20px);
  }
}

/*--------------------------------------------------------------
## サービスページ：ユニオン・団体交渉
--------------------------------------------------------------*/
/* MV */
.service-copy {
  padding-left: 10px;
  padding-right: 10px;
}
.service-copy h1 {
  line-height: 1.1;
}
.service-copy .mv-copy-bar {
  border-left: 6px solid #d9560b;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.service-copy .mv-copy-bar::after {
  display: none;
}
.service-copy .mv-copy-l {
  font-size: 24px;
  font-weight: 900;
}
.service-copy .mv-copy-sm {
  color: #333;
  font-weight: 600;
}
.service-copy .mv-copy-bar {
  background-color: #3f72af;
  line-height: 27px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px){
  .service-copy .mv-copy-bar {
    border-left: 12px solid #d9560b;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 53px;
  }
  .service-copy .mv-copy-sm {
    font-size: 48px;
  }
  .service-copy .mv-copy-l { 
    font-size: 73px;
  }
  .service-copy h1 {
    line-height: 1.3;
  }
}
@media screen and (min-width:768px) and ( max-width:935px) {
  .service-copy .mv-copy-sm {
    font-size: 30px;
  }
  .service-copy .mv-copy-l {
    font-size: 46px;
  }
}
@media (max-width: 360px){
  .service-copy .mv-copy-bar {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* 目次エリア */
/* 吹き出し */
.bubble-left {
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.bubble-right {
  width: 100%;
  margin-top: 15px;
}
.bubble-left img{
 margin-bottom: 5px;
 max-width: 115px;
}
.bubble-chat {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #faece3;
  border-radius: 5px;
  padding: 10px;
}

.bubble-chat:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #faece3;
  translate: -50% -100%;
}

@media (min-width: 768px){
  .bubble-chat {
    border-radius: 10px;
    padding: 25px 30px;
  }
  .bubble-left {
    width: 14%;
    font-size: 14px;
    margin-top: 10px;
  }
  .bubble-right {
    width: 86%;
    padding-left: 35px;
    margin-top: 0;
  }
  .bubble-chat:before {
    top: 70px;
    left: -26px;
  }
  .bubble-left img{
    max-width: inherit;
   }
  .bubble-chat:before {
    top: 100px;
    left: -15px;
    margin-top: -15px;
    border: 10px solid transparent;
    border-right: 23px solid #faece3;
  }
}

/* 背景あり */
.feature-bg {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
}
/* まずはご相談ください背景*/
.feature-bg.-consult-us {
  background-image: url(images/service-logo-bg.jpg), linear-gradient(90deg, #f2f1f1,#f3f2f1, #eeeeed,#f1f2f1);
  background-size: contain;
  background-position: top center;
}
/* 解雇問題は早期の弁護士への相談が不可欠:背景 */
.feature-bg.-dismissal-reason { 
  background-image: url(images/service-dismissal-bg.jpg);
}
/* 残業代請求された場合に検討すべき反論ポイント:背景 */
.feature-bg.-wageclaim-reason { 
  background-image: url(images/service-wageclaim-bg.jpg);
}
/* 依頼すべき理由背景 */
.feature-bg.-union-reason { 
  background-image: url(images/union-merit-bg.jpg);
}
/* 依頼すべき理由背景 */
.feature-bg.-employment-reason { 
  background-image: url(images/service-employment-bg.jpg);
}
.feature-bg .list-type-orange {
  margin-left: 1em;
}
.contents-list-container {
  padding: 15px;
  position: relative;
  color: #3f72af;
}
.contents-list {
  background-color: #fff;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  top: -22px;
  padding: 7px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 60px;
  text-align: center;
}
@media (min-width: 768px){
  .feature-bg.-consult-us {
    background-position: center center;
    background-size: cover;
  }
  .contents-list-container {
    padding: 25px 30px;
  }
}
/* サービスの流れ */
/* モーダル */
.my-modal-open{
	display: flex;
  align-items: center;
	cursor: pointer;
  text-decoration: underline;
}
.my-modal-open:hover{
	opacity: .8;
}
.my-modal-open .icon-help {
  width: 16px;
  margin-left: 3px;
} 
.my-modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
	padding: 30px 15px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
  z-index: 1000;
}
.my-modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.my-modal-container.active{
	opacity: 1;
	visibility: visible;
}
.my-modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 95%;
  padding: 0;
}
.my-modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -21px;
  right: -15px;
  width: 40px;
  height: 40px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  z-index: 100;
  background-color: #3f72af;
  border-radius: 40px;
}
.my-modal-content{
	background: #fff;
	text-align: left;
	padding: 15px;
  border-radius: 5px;
}
.service-modal {
  display: inline-block;
}

@media (min-width: 768px){
  .my-modal-open .icon-help {
    margin-left: 3px;
  } 
  .my-modal-body{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 800px;
  }
  .my-modal-content{
    padding: 30px;
  }
  .my-modal-close{
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    font-size: 27px;
  }
}
.flow-item {
  position: relative;
  margin-bottom: 30px;
}
.flow-item::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13px solid #c7d6ee;
}
.flow-item:last-child:after {
  display: none;
}
.problememployee .flow-item::after,.harassment .flow-item::after,.foreignemployment .flow-item::after, .dismissal .flow-item::after,.wageclaim .flow-item::after{
  display: none;
}
.problememployee .flow-item,.harassment .flow-item, .foreignemployment .flow-item ,.dismissal .flow-item,.wageclaim .flow-item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .flow-item {
    position: relative;
    margin-bottom: 50px;
  }
  .flow-item::after {
    bottom: -30px;
    left: 50%;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #c7d6ee;
  }
  .problememployee .flow-item,.harassment .flow-item, .foreignemployment .flow-item ,.dismissal .flow-item,.wageclaim .flow-item {
    margin-bottom: 40px;
  }
}
/* 解決事例 */
.case-item {
  padding: 15px;
}
.case-title {
  font-size: 18px;
  border-bottom: 1px solid #3f72af;
  padding-bottom: 10px;
}
.case-summary,.case-solution {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
}
.case-label {
  line-height: 30px;
}
.case-description {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .case-item {
    padding: 25px 30px;
  }
  .case-title {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .case-summary,.case-solution {
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    padding: 20px;
  }
  .case-label {
    flex-shrink: 0;
    width: 110px;
  }
  .case-label {
    border: 1px solid #3f72af;
    line-height: 30px;
  }
  .case-description {
    flex: 1;
  }
}
/* よくある質問 */
.faq-accordion {
  margin-top: 10px;
  border: 1px solid #3f72af;
  border-radius: 5px;
  padding: 10px 15px;
}
.question {
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  color: #3f72af;
  margin-bottom: 0;
  display: flex;
}
.faq-question {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.7;
}
.answer {
  padding: 15px;
  display: none;
  background-color: #ecf0f6;
  margin-top: 10px;
}
.faq-accordion .faq-arrow {
  transition: 0.3s;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 11px #3f72af solid;
  border-right: 6px transparent solid;
  border-left: 6px transparent solid;
  border-bottom: 2px transparent solid;
  box-sizing: border-box;
  position: relative;
  top: 4px;
}
.faq-accordion .question.open .faq-arrow {
  transform: rotate(180deg);
}
.faq-accordion .faq-arrow-container {
  width: 30px;
  text-align: right;
}
.faq-accordion .q-container {
  width: calc(100% - 30px);
}
.faq-accordion .answer p {
  margin-bottom: 15px;
  color: #666;
}
.faq-accordion .answer p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px){
  .faq-accordion {
    margin-top: 20px;
    padding: 20px 30px;
    border-radius: 10px;
  }
  .faq-question {
    font-size: 22px;
  }
  .answer {
    padding: 20px;
    margin-top: 8px;
  }
  .faq-accordion .faq-arrow {
    width: 8px;
    height: 8px;
    border-top: 15px #3f72af solid;
    border-right: 9px transparent solid;
    border-left: 9px transparent solid;
    border-bottom: 2px transparent solid;
    top: 7px;
  }
  .faq-accordion .answer p {
    margin-bottom: 30px;
  }
}
/* まずはご相談ください */
.lawyers-image {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:370px) and ( max-width:449px) {
  #union-about .line-break-sp,#union-risk .line-break-sp ,#labor-risk .line-break-sp {
    display: block;
  }
}
@media (max-width: 828px) {
  #union-risk .br-sp,#labor-risk .br-sp {
    display: none;
  }
}
#union-reason .br-sp ,#labor-reason .br-sp {
  display: none;
}
@media (max-width: 414px) {
  #union-reason .br-sp ,#labor-reason .br-sp{
    display: block;
  }
}
/* コラムリンク */
.service-column-link .article-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.service-column-link .article-item {
  padding-bottom: 10px;
}
.service-column-link .article-link {
  gap: 14px;
  text-decoration: none;
  color: #444;
  font-weight: 400;
}
.service-column-link .article-link p:hover {
  color: #3f72af;
}
.service-column-link .article-link {
  overflow: hidden;
}
.service-column-link .article-title {
  font-size: 14px;
}
.service-column-link .article-image-wrap {
  width: 108px;
  height: 70px;
  overflow: hidden;
  flex-shrink: 0;
}
.service-column-link .article-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s ease-in-out;
}
.service-column-link .article-link:hover .article-image {
  transform: scale(1.1);
}
@media (min-width: 1025px) {
  .service-column-link .article-list {
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
  }
}
/*--------------------------------------------------------------
## サービスページ：ハラスメント
--------------------------------------------------------------*/
.harassment .list-type-check {
  padding: 0;
}
.harassment .list-type-b .title-box {
  height: inherit;
}
.harassment .icon-text {
  width: 100%;
}
.harassment .line-break-1 {
  display: block;
}
.harassment .line-break-2 {
  display: none;
}
@media screen and (min-width: 821px) {
  .harassment .list-type-b li {
    margin-bottom: 0;
  }
  .harassment .line-break-1 {
    display: none;
  }
}
@media screen and (min-width: 821px) {
  .harassment .line-break-2 {
    display: block;
  }
}
.harassment .list-type-check span.heightlight {
  font-size: 18px;
}
@media (min-width: 768px) {
  .harassment .list-type-check span.heightlight {
    font-size: 30px;
  }
}
/*--------------------------------------------------------------
## サービスページ：就業規則
--------------------------------------------------------------*/
.three-col-list {
  gap: 30px;
}
.three-col-list li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .three-col-list {
    flex-direction: column;
    gap: 20px;
  }
  .three-col-list li {
    width: 100%;
  }
}
/*--------------------------------------------------------------
## サービスページ：問題社員対応
--------------------------------------------------------------*/
.problememployee .list-type-check {
  padding: 0;
}
@media (min-width: 768px) {
  .problememployee .list-type-check {
    padding-left: 6%;
  }
}
/*--------------------------------------------------------------
## サービスページ：外国人雇用
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .foreignemployment .-contact-lg.-lg2 {
    width: 90%;
  }
}
/*--------------------------------------------------------------
## サービスページ：残業代請求
--------------------------------------------------------------*/
.flow-type2-num {
  padding: 10px 16px;
  border-radius: 10px 0 0 10px;
  min-width: 40px;
}
.flow-type2-content {
  padding: 10px;
  border-radius: 0 10px 10px 0;
  flex: 1;
}
.flow-type2-arrow {
  font-size: 20px;
  margin-bottom: 10px;
}
.wageclaim .yajirushi img {
  width: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .flow-type2-num {
    min-width: 60px;
  }
  .wageclaim .yajirushi img {
    width: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.wageclaim .card-type-a {
    background-color: hwb(0deg 100% 0% / 90%);
}
.wageclaim .card-type-a .card-title {
  line-height: 25px;
  padding: 7px;
}
.point-list {
  padding: 10px 15px 20px 15px;
}
.point-item {
  gap: 6px;
  padding-bottom: 15px;
  margin-top: 15px;
}
.point-item:first-child {
  margin-top: 0;
}
.point-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}
.point-icon img {
  max-width: 100%;
  height: auto;
}
.point-text {
  flex: 1;
}
.wageclaim .line-break-2 {
  display: block;
}
@media (min-width: 768px) {
  .point-item {
    gap: 6px;
    padding-bottom: 20px;
    margin-top: 20px;
    align-items: center;
  }
  .point-icon {
    width: 100px;
    height: 100px;
    margin: 10px 20px;
  }
  .point-list {
    padding: 20px 20px 30px 20px;
  }
  .wageclaim .card-type-a .card-title {
    padding: 10px;
  }
}
.wageclaim .line-break-1 {
  display: none;
}
@media screen and (min-width:767px) and ( max-width:1078px) {
  .wageclaim .line-break-1 {
    display: block;
  }
  .wageclaim .line-break-2 {
    display: block;
  }
}
@media (min-width: 1079px) {
  .wageclaim .line-break-2 {
    display: none;
  }
}
/*--------------------------------------------------------------
## サービスページ：解雇等のトラブル対応
--------------------------------------------------------------*/
.dismissal .list-type-b .icon {
  margin: 0 auto 10px;
}
.dismissal .list-type-orange li {
  margin-bottom: 0;
}
.dismissal .card-type-a .card-title {
  line-height: 25px;
  padding: 7px;
}
.dismissal #dismissal-risk .br-sp {
  display: none;
}
@media (min-width: 768px) {
  .dismissal .list-type-b .icon {
    margin: 0 auto 15px;
  }
  .dismissal .list-type-b li {
    margin-bottom: 0;
  }
  .dismissal #dismissal-risk .br-sp {
    display: block;
  }
  .dismissal .card-type-a .card-title {
    padding: 10px;
  }
}
@media screen and (min-width:767px) and ( max-width:1078px) {
  .dismissal #dismissal-risk .br-sp {
    display: none;
  }
}
/*--------------------------------------------------------------
##  コラム
--------------------------------------------------------------*/
/*カテゴリ一覧：カテゴリから記事を絞込み*/
.category-list {
  gap: 8px 0px;
}
.category-list li {
  width: 48%;
  margin-right: 4%;
}
.category-list li:nth-child(2n) {
  margin-right: 0;
}
.category-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 129px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .category-list {
    gap: 9px;
  }
  .category-list li {
    flex: none;
    width: inherit;
    margin-right: inherit;
  }
  .category-list li:nth-child(2n) {
    margin-right: inherit;
  }
}

/*-------------------------
## メインカラム：記事共通
----------------------------*/
.column-list li {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.column-item {
  display: flex;
  gap: 12px;
  flex-direction: row;
  align-items: flex-start;
}
.column-item .thumbnail-link {
  width: 105px;
  flex-shrink: 0;
  display: block;
  overflow: hidden;
}
.column-item .thumbnail {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.8s ease-in-out;
  transform: scale(1);
}
.column-item .thumbnail-link:hover .thumbnail {
  transform: scale(1.1,1.1);
}
.column-item .text-block {
  flex: 1;
}
.column-item .meta-line {
  font-size: 14px;
  color: #666;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.column-item .title {
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}
.column-item .title a {
  font-size: 16px;
  font-weight: 500;
}
.post-category,.post-date  {
  color: #888;
  font-size: 11px;
  font-weight: 400!important;
}
.post-category:hover {
  color: #888;
  text-decoration: underline;
}
@media (min-width: 883px) {
  .post-category,.post-date {
    font-size: 14px;
  }
  .column-list li {
    padding: 30px 0;
  }
  .column-item .thumbnail-link {
    width: 186px;
  }
  .meta-line {
    gap: 22px;
  }
  .column-item .title {
    font-size: 18px;
  }
  .column-item .meta-line {
    gap: 5px 25px;
  }
}
.yarpp-related {
  margin-top: 0! important;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .column-item .title a {
    font-size: 18px;
  }
}
/*-------------------------
## サイド：共通
----------------------------*/
/* 問い合わせバナー */
.banner-copy {
  font-size: 30px;
}
.banner-copy-s {
  font-size: 20px;
}
.sidebanner {
  padding: 15px 10px 10px 10px;
}
.banner-text-box {
  padding: 10px;
}
.banner-text-title {
  border-radius: 17px;
  line-height: 33px;
  border-radius: 17px;
  line-height: 33px;
  max-width: 270px;
  width: 100%;
}
.banner-text-box .note {
  line-height: 1.4;
}
.img-box {
  max-width: 277px;
  width: 100%;
}
@media (min-width: 768px) {
  .sidebanner {
    padding: 20px 10px 10px 10px;
  }
  .banner-text-box {
    padding: 15px;
  }
  .banner-text-title {
    margin-bottom: 4px;
  }
}
/*-------------------------
## サイド：タイトル
----------------------------*/
aside .title-list,aside .yarpp-related h3.title-list {
  border-bottom: 2px solid #3f72af;
  font-weight: 500;
  padding-bottom: 5px;
  font-size: 16px;
  color: #3f72af;
  margin-bottom: 10px;
}

aside .title-list::before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: relative;
}
/* ランキング・おすすめ記事 */
aside .ranking-posts .title-list::before,aside .recommend-posts .title-list::before {
  width: 18px;
  height: 18px;
  background-image: url(images/icon-pin.png);
  margin-right: 5px;
  top: -2px;
}

/* 関連記事 */
aside .related-posts .title-list::before {
  width: 14px;
  height: 16px;
  background-image: url(images/icon-article.png);
  margin-right: 5px;
  top: -2px;
}
/* 人気タグ */
aside .popular-tags .title-list::before {
  width: 15px;
  height: 15px;
  background-image: url(images/icon-tag.png);
  margin-right: 5px;
  top: -2px;
}
/* カテゴリー一覧 */
aside .side-category-list .title-list::before {
  width: 16px;
  height: 12px;
  background-image: url(images/icon-folder-blue.png);
  margin-right: 5px;
  top: -2px;
}
/*-------------------------
## サイド：記事スタイル共通
----------------------------*/
aside .post-category,aside .post-date {
  font-size: 12px;
}
@media (min-width: 768px) {
  aside .title-list,aside .yarpp-related h3.title-list {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.side-posts .column-item .thumbnail-link {
  width: 105px;
}
.side-posts .column-item .title a {
  font-size: 14px;
}
.side-posts .column-list li {
  padding: 10px 0;
}
.side-posts .column-list li:first-child {
  padding-top: 0;
}

/* サイドコラムカテゴリー一覧 */
.side-category-list ul li {
  background: url(images/arrow.png) no-repeat left 15px center / 6px 8px;
  border-bottom: 1px solid #ccc;
}
.side-category-list ul li a {
  color: #333;
  padding-left: 35px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.side-category-list ul li a:hover {
  color:#3f72af;
}
@media (min-width: 768px) {
  .side-category-list ul li {
    background: url(images/arrow.png) no-repeat left 20px center / 6px 8px;
  }
  .side-category-list ul li a {
    padding-left: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/* サイド：ASCOPEのご提供サービス */
.sidebar-list-card {
  border-radius: 10px 10px 0 0;
}
.sidebar-title {
  border-radius: 10px 10px 0 0;
  line-height: 35px;
}
.sidebar-list {
  padding: 0 15px 15px 15px;
}
.sidebar-item {
  border-bottom: 1px solid #eee;
  background: url(images/arrow.png) no-repeat center right 10px/6px 8px;
}
.sidebar-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  padding: 8px 4px;
}
.sidebar-item a:hover {
  color: #3f72af;
}
.sidebar-icon-box {
  width: 55px;
  text-align: center;
}
.sidebar-icon {
  height: auto;
  flex-shrink: 0;
  margin-right: 10px;
}
.side-service-list .icon-service1 img {
  width: 28px;
}
.side-service-list .icon-service2 img {
  width: 19px;
}
.side-service-list .icon-service3 img {
  width: 24px;
}
.side-service-list .icon-service4 img {
  width: 18px;
}
.side-service-list .icon-service5 img {
  width: 21px;
}
.side-service-list .icon-service6 img {
  width: 25px;
}
.side-service-list .icon-service7 img {
  width: 25px;
}
.side-service-list .icon-service8 img {
  width: 33px;
}
.sidebar-label {
  flex-grow: 1;
}

@media (min-width: 768px) {
  .sidebar-item a {
    padding: 10px 4px;
  }
  .sidebar-title {
    border-radius: 10px 10px 0 0;
    line-height: 40px;
  }
  .sidebar-list {
    padding: 0 20px 25px 20px; 
  }
  .side-service-list .icon-service1 img {
    width: 42px;
  }
  .side-service-list .icon-service2 img {
    width: 25px;
  }
  .side-service-list .icon-service3 img {
    width: 30px;
  }
  .side-service-list .icon-service4 img {
    width: 23px;
  }
  .side-service-list .icon-service5 img {
    width: 27px;
  }
  .side-service-list .icon-service6 img {
    width: 41px;
  }
  .side-service-list .icon-service7 img {
    width: 33px;
  }
  .side-service-list .icon-service8 img {
    width: 33px;
  }
}
/* ランキング */
aside .ranking-posts ul li::before {
  content: "01";
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-size: contain;
  position: absolute;
  z-index: 10;
  background-color: #3f72af;
  text-align: center;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
}
aside .ranking-posts ul li:first-child::before {
  content: "01";
  background-color: #d0b15b;
}
aside .ranking-posts ul li:nth-child(2)::before {
  content: "02";
  background-color: #a4a5a5;
}
aside .ranking-posts ul li:nth-child(3)::before {
  content: "03";
  background-color: #876040;
}
aside .ranking-posts ul li:nth-child(4)::before {
  content: "04";
}
aside .ranking-posts ul li:nth-child(5)::before {
  content: "05";
}
aside .ranking-posts ul li:nth-child(6)::before {
  content: "06";
}
aside .ranking-posts ul li:nth-child(7)::before {
  content: "07";
}
aside .ranking-posts ul li:nth-child(8)::before {
  content: "08";
}
aside .ranking-posts ul li:nth-child(9)::before {
  content: "09";
}
aside .ranking-posts ul li:nth-child(10)::before {
  content: "10";
}

/*-------------------------
## メイン：共通
----------------------------*/
/* 記事のスタイル */
.sns-box {
  padding: 8px 10px;
}
.sns-box img {
  height: 29px;
  max-width: 106px;
}
.sns-box li:first-child {
  padding-right: 15px
}
.sns-box li {
  margin-right: 10px;
  line-height: 20px;
  cursor: pointer;
}
.article-title {
  font-size: 18px;
}
.author-head {
  line-height: 30px;
  border-radius: 10px 10px 0 0;
  padding-left: 1.5em;
}
.author-name {
  font-size: 18px;
  line-height: 1.5;
}
.author-container {
  padding: 10px 15px;
}
.author-img {
  margin-right: 15px;
}
.author-img .avatar {
  border-radius: 50%;
  width: 80px;
  height:80px;
}
.author-container-left,.author-container-right {
  width: 100%;
}
.author-container-right {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sns-box {
    padding: 12px 20px;
  }
  .sns-box li {
    margin-right: 10px;
    line-height: 20px;
  }
  .sns-box li:first-child {
    line-height: 29px;
    margin-right: 30px
  }
  .article-title {
    font-size: 30px;
  }
  .author-name {
    font-size: 20px;
    padding-right: 10px;
  }
  .author-img {
    margin-right: 20px;
  }
  .author-container {
    padding: 20px;
  }
  .author-container-right a {
    max-width: 265px;
    width: 100%;
  }
  .author-head {
    line-height: 32px;
  }
  .author-img .avatar {
    width: 96px;
    height:96px;
  }
}
@media (min-width: 900px) {
  .author-container {
    display: flex;
  }
  .author-container-left {
    width: 60%;
  }
  .author-container-right {
    width: 40%;
    padding-right: 15px;
  }
}

/* リンクシェアボタン */
.copy-success {
  position: absolute;
  top: -32px;
  right: -65px;
  animation: fadeout-anim 1.5s linear forwards;
}

@keyframes fadeout-anim {
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.copy-success span {
  position:relative;
  width:150px;
  background:#3f72af;
  padding:3px;
  text-align:center;
  color:#fff;
  font-size:11px;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  display: block;
}
.copy-success span:after{
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(105, 174, 209, 0);
  border-top-width: 9px;
  border-bottom-width: 8px;
  border-left-width: 8px;
  border-right-width: 8px;
  margin-left: -8px;
  border-top-color: #3f72af;;
  top: 89%;
  left: 50%;
}
.article-service-banner {
  padding: 15px;
}
.banner-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px 10px;
  border-radius: 5px;
  text-decoration: none;
}
.banner-item:hover {
  opacity: .8;
}
.banner-icon1 {
  width: 34px;
  margin-bottom: 2px;
}
.banner-icon2 {
  width: 25px;
  margin-bottom: 10px;
}

.article-service-banner.dismissal .banner-icon1 {
  width: 20px;
}
.article-service-banner.referee .banner-icon1 {
  width: 20px;
}
.article-service-banner.problememployee .banner-icon1 {
  width: 20px;
}
.article-service-banner.rules .banner-icon1 {
  width: 20px;
}
.article-service-banner.wageclaim .banner-icon1 {
  width: 20px;
}
.article-service-banner.problems .banner-icon1 {
  width: 20px;
}
.article-body .date {
  margin-right: 15px;
}
.article-body .icon-calender,.article-body .icon-folder {
  top: -2px;
}
@media (min-width: 885px) {
  .article-service-banner.dismissal .banner-icon1 {
  width: 26px;
  }
  .article-service-banner.referee .banner-icon1 {
  width: 28px;
  }
  .article-service-banner.problememployee .banner-icon1 {
    width: 28px;
  }
  .article-service-banner.rules .banner-icon1 {
    width: 28px;
  }
  .article-service-banner.wageclaim .banner-icon1 {
    width: 28px;
  }
  .article-service-banner.problems .banner-icon1 {
  width: 28px;
  }
  .article-body .date {
    margin-right: 30px;
  }
  .article-body .post-categroy:hover {
    text-decoration: underline;
    color: #888;
  }
  .banner-icon1 {
    width: 43px;
  }
  .banner-icon2 {
    width: 30px;
  }
  .banner-card {
    flex-direction: row;
    justify-content: space-between;
  }
  .article-service-banner {
    padding: 30px;
  }
  .banner-item {
    padding: 20px 15px;
  }
  .banner-item {
    width: 48%;
  }
}

/* コラム等のタグ */
.article-tags li,.popular-tags li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.article-tags li a,.popular-tags li a {
  background-color: #fff;
  padding: 2px 10px;
  color: #3f72af;
  border: 1px solid #3f72af;
  white-space: nowrap!important;
}
.article-tags li a:hover,.popular-tags li a:hover {
  background-color: #3f72af;
  color: #fff;
  border: 1px solid #3f72af;
}

/* コラム概要 */
.column-summary {
  padding: 15px;
}
.box-header {
  margin-bottom: 12px;
}
.column-summary p {
  margin-bottom: 1em;
}
.column-summary .icon {
  width: 15px;
  height: 14px;
  margin-right: 12px;
}
.column-summary-box li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.column-summary-box li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  top: 9px;
  background-color: #3f72af;
  display: block;
}
@media (min-width: 768px) {
  .column-summary {
    padding: 20px;
  }
  .column-summary-box li::before {
    top: 10px;
  }
}
/* 検索窓 */
.hd_search_field {
  padding: 6px 3em 6px 1em;
  border-radius: 20px;
  font-size: 14px;
  background: #f5f5f5;
  border: 1px solid #bbb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  outline: none;
}
.search_box_btn {
  position: absolute;
  right: 2px;
  top: 3px;
  border-radius: 20px;
  border: none;
  color: #65afd2;
  height: 44px;
  padding: 0 15px 0 30px;
  background-image: url(images/icon-search.png);
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: top 6px right 10px;
  background-color: transparent;
}

/* QA */
.qa-item .label {
  background: #d9560b;
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
  font-size: 20px;
  line-height: 45px;
  font-family: 'Roboto', sans-serif;
  margin-top: 5px;
}
.qa-item.a .label {
  background: #fff;
  color: #d9560b;
  border: 1px solid #d9560b;
}
.qa-text {
  position: relative;
  background: #faece3;
  flex-grow: 1;
  display: inline-block;
  margin-left: 13px;
  padding: 15px;
  width: calc(100% - 45px);
}
/* q */
.qa-item.q .qa-text {
  border: 1px solid #faece3;
  background-color: #faece3;
}
.qa-item.q .qa-text::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #faece3 transparent transparent;
  translate: -100% -50%;
  transform: skew(0, -30deg);
  transform-origin: right;
}
.qa-item.q .qa-text::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  border-style: solid;
  border-width: 0 10.6px 10.6px 0;
  border-color: transparent #faece3 transparent transparent;
  translate: -100% calc(-50% - 0.2px);
  transform: skew(0, -30deg);
  transform-origin: right;
}
/* a */
.qa-item.a .qa-text {
  border: 1px solid #edba98;
  background-color: #ffffff;
}
.qa-item.a .qa-text::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #f29600 transparent transparent;
  translate: -100% -50%;
  transform: skew(0, -30deg);
  transform-origin: right;
}
.qa-item.a .qa-text::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  border-style: solid;
  border-width: 0 10.6px 10.6px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% calc(-50% - 0.2px);
  transform: skew(0, -30deg);
  transform-origin: right;
}
@media (min-width: 768px){
  .qa-item .label {
    font-size: 24px;
    width: 45px;
    height: 45px;
  }
  .qa-item.q .qa-text::before,.qa-item.q .qa-text::after ,.qa-item.a .qa-text::before ,.qa-item.a .qa-text::after{
    top: 25px;
  }
}
/* ポイント */
.point-box li {
  text-indent: -1em;
  padding-left: 1em;
}
/* 目次 */
#js-anchor-wrap a {
  display: block;
  color:#444;
  font-size: 14px;
  /* text-indent: -1em; */
  padding-left: 1em;
}
.column-list-container {
  padding: 20px;
  position: relative;
  color: #3f72af;
  margin-top: 30px;
}
.colmun-contents-anchor3 {
  background: url(images/arrow.png) no-repeat left top 0.65em / 6px 7px;
  padding-left: 1!important;
}
.colmun-contents-anchor4 {
  background: url(images/arrow.png) no-repeat left 3.2em top 0.65em / 6px 7px;
  padding-left: 3.8em !important;
}
.colmun-contents-anchor3:hover,.colmun-contents-anchor4:hover {
  text-decoration:underline;
}
@media (min-width: 768px){
  #js-anchor-wrap a {
    font-size: 16px;
  }
  .column-list-container {
    padding: 25px 30px;
  }
  .colmun-contents-anchor4 {
    background: url(images/arrow.png) no-repeat left 3.5em top 0.65em / 6px 7px;
    padding-left: 4em !important;
  }
}
/* new!!マーク */
.thumb-new-mark {
  background: #ff0000;
  font-size: 11px;
  padding: 0 4px;
  z-index: 10;
}
@media (min-width: 768px) {
  .thumb-new-mark {
    font-size: 12px;
  }
}
.thumb-ended-mark{
  background: #444;
  font-size: 11px;
  padding: 0 4px;
  z-index: 10;
}
.thumb-open-mark {
  background: rgb(197, 72, 1);
  background: linear-gradient(90deg, rgba(197, 72, 1, 1) 0%, rgba(222, 89, 13, 1) 100%);
  font-size: 11px;
  padding: 0 4px;
  z-index: 10;
}
@media (min-width: 768px) {
  .thumb-ended-mark,.thumb-open-mark {
    font-size: 12px;
  }
}
.single-column .article-content {
	font-size: 0;
}
@media (min-width: 769px) {
  #js-main-content h3,
  #js-main-content h4 {
    scroll-margin-top: 50px;
  }
}
/* 記事contentのスタイル */
.article-content h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #3f72af;
  padding-bottom: 10px;
}
.article-content h4 {  
  padding-left: 10px;
  font-size: 18px;
  padding-top: 2px;
  padding-bottom: 6px;
  border-left: 10px solid #3f72af;
  margin-top: 30px;
  font-weight: 700;
}
.article-content .box {
  background-color: #f9f7f7;
  padding: 15px;
}
.article-content .note {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
.article-content p {
  font-size: 16px;
}
.article-content div {
  margin-bottom: 20px;
  font-size: 16px;
}
.article-content a {
  color:#3f72af;
  font-size: 16px;
  word-wrap: break-word; 
}
.article-content a.outer::after {
  display: inline-block;
  content: "";
  position: relative;
  top: 1px;
  width: 16px;
  height: 16px;
  background: url("images/icon-external.png") no-repeat center center;
  background-size: 16px 16px;
  padding-left: 6px;
}
.article-content .btn {
  border-radius: 5px;
  text-align: center;
  background-color: #f4b200;
  padding: 15px;
  width: 100%;
  max-width: 340px;
  cursor: pointer;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #fff;
}
.article-content .btn a {
  color: #fff;
}
.article-content .btn.-pink {
  background-color: #eb63c0;
}
.article-content .btn.-blue {
  background-color: #3f72af;
}
.article-content .btn a {
  color: #fff;
}
@media (max-width: 767px){
  .article-content .btn {
     width: 90%;
     max-width:315px;
  }
  .article-content .box .btn {
     width: 100%;
  }
}
@media (max-width: 374px){
    .article-content .btn {
      padding: 15px 10px;
  }
}
.article-content .sample-img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 768px){
  .article-content .sample-img {
    width: 60%;
  }
}
@media (min-width: 768px){
  .article-content h3 {
    font-size: 28px;
    margin-top: 70px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .article-content h4 {
    font-size: 20px;
    margin-top: 20px;
    padding-left: 15px;
  }
  .article-content .box {
    padding: 30px 20px;
  }
  .article-content div {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .article-content p {
    font-size: 16px;
  }
  .article-content a {
    font-size: 16px;
  }
}
.article-content table {
  font-size: 14px;
  text-align: left;
  background: #e5e5ea;
  margin: 3.125vw 0 1.5625vw;
  border: 1px solid #dcdcdc;
}
.article-content caption {
  font-weight: bold;
  background: #dcdcdc;
  text-align: center;
  padding: 3.125vw 0;
  font-size: 16px;
  color: #444;
}
.article-content caption + tbody {
  display: block;
  margin-top: -0.3125vw;
}
.article-content tr {
  display: block;
}
.article-content th,
.article-content td {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 1.5625vw;
  margin-top: 0.3125vw;
  vertical-align: top;
  font-size: 16px;
}
.article-content th {
  font-weight: normal;
  background: #fafafa;
}
.article-content td {
  background: #fff;
}
.article-content table caption {
  caption-side: top;
}
@media (min-width: 768px) {
  .article-content table {
    font-size: 1.6rem;
    margin: 20px 0 10px;
  }
  .article-content caption {
    padding: 20px 0;
  }
  .article-content caption + tbody {
    display: table-row-group;
    margin-top: 0;
  }
  .article-content tr {
    display: table-row;
  }
  .article-content th,
  .article-content td {
    display: table-cell;
    width: auto;
    padding: 10px;
    margin-top: 0;
    border: 1px solid #dcdcdc;
  }
  .article-content th {
    width: 22%;
    font-size: 16px;
  }
}
.article-content div.box > ul {
  margin-bottom: 0;
}
.article-content div.box > p:last-child {
  margin-bottom: 0;
}
.article-content ul li {
  font-size: 16px;
  padding-left: 4.0625vw;
  position: relative;
}
.article-content ul li span:first-child {
  width: 3.75vw;
  display: inline-block;  
  position: absolute;
  left: 0;
  width: 3.75vw;
  text-align: center;
}
.article-content div {
  font-size: 16px;
  margin-bottom: 20px;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
.article-content ul {
  font-size: 16px;
  margin-left: 5px;
  margin-bottom: 20px;
}
.article-content ul li ul {
  font-size: 16px;
  margin-left: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .article-content ul {
    margin-left: 10px;
    margin-bottom: 40px;
  }
  .article-content ul li {
    padding-left: 18px;
    padding-bottom: 6px;
    font-size: 16px;
  }
  .article-content ul li span:first-child {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 16px;
    text-align: center;
  }
  .article-content ul li ul {
    margin-left: 0;
    margin-bottom: 0;
  }
  .article-content p, .article-content div {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
/* コラムtable用コード */
@media (max-width: 767px) {
  .article-content .custom-table-wrap {
    overflow: hidden !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  .article-content .custom-table-wrap table {
    width: max-content !important;
    max-width: 600px !important;
    border-collapse: collapse !important;
  }
  .article-content .custom-table-wrap th,
  .article-content .custom-table-wrap td {
    border: 1px solid #dcdcdc !important;
  }
  .article-content .custom-table-wrap th, .article-content .custom-table-wrap td {
    display: table-cell;
  }
  .article-content .custom-table-wrap tr {
    display: table-row;
  }
  .article-content .custom-table-wrap th, .article-content .custom-table-wrap td {
    width: 22%;
  }
}
/* 執筆者からのメッセージ */
.message-description {
  padding: 40px 15px 20px 15px;
}
.orange-bar {
  background-color: #da560b;
  line-height: 28px;
  padding-left: 10px;
  padding-right: 10px;
}
.orange-bar::after {
  content: "";
  display: inline-block;
  background: url(images/orange-copy-bar.png);
  background-repeat: no-repeat;
  height: 28px;
  width: 22px;
    height: 28px;
  position: absolute;
  top: 0%;
  right: -22px;
  background-size: contain;
}

@media (min-width: 768px){
  .message-description {
    padding: 50px 20px 25px 20px;
  }
  .orange-bar {
    line-height: 38px;
  }
  .orange-bar::after {
    height: 38px;
  }
}

/*--------------------------------------------------------------
## ページネーション1
--------------------------------------------------------------*/

.pagination {
  margin-left: auto;
  font-size: 14px;
  line-height: 28px;
  background-size: 70px;
  display: flex;
  align-items: center;
  justify-content: end;    
  position: relative;
}
.pagination a:hover, .pagination .current {
  background-color: #3f72af;
  color: #fff;
  border: 1px solid #3f72af;
  text-decoration: none;
}
.pagination span, .pagination a {
  height: 30px;
  width: 30px;
  margin: 0 5px;
  box-sizing: border-box;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  color: #3f72af;
  border: 1px solid #3f72af;
}
.pagination .page_omitted {
  border: 0;
}
.pagination span.page_num,.pagination a.next , .pagination .last,.pagination a.prev ,.pagination .first {
  display: none;
}
@media (min-width: 768px){
  .pagination {
    font-size: 15px;
    line-height: 36px;
  }
  .pagination span, .pagination a {
    height: 38px;
    width: 38px;
  }
}
/*--------------------------------------------------------------
## サービストップ扉
--------------------------------------------------------------*/
.service-list-info {
  flex-direction: column;
}
.service-item {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.service-item a {
  text-decoration: none;
  color: inherit;
}
.service-img img {
  transition: transform 0.8s;
}
.service-item a:hover .service-img img {
  transform: scale(1.05);
}
.service-title {
  font-size: 18px;
  margin-bottom: 1em;
}
.service-description {
  padding: 20px 15px;
}
.service-link {
  position: relative;
  padding-left: 1em;
  display: inline-block;
  color: #444;
  text-decoration: underline;
}
.service-description:hover, .service-link:hover {
  opacity: .8;
}
.service-link-box {
  position: absolute;
  right: 15px;
  bottom: 20px;
}
.service-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #999; /* グレーの三角 */
}
@media (min-width: 768px) {
  .service-list-info {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .service-title {
    font-size: 20px;  
  }
  .service-item {
    width: 33.3333%;
  }
  .service-description {
    padding: 25px 20px;
  }
  .service-link-box {
    bottom: 20px;
    right: 20px;
  }
}

/*--------------------------------------------------------------
## 強み
--------------------------------------------------------------*/
/* 実績 */
.photo-layout {
  display: block;
}
.photo-layout .left-column,
.photo-layout .right-column {
  width: 100%;
}
.photo-layout .right-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  position: relative;
  width: 100%;
  grid-template-rows: auto auto;
}
/* 中央の円 */
.photo-layout .center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 125px;
  height: 125px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.photo-layout .circle-text {
  font-weight: bold;
  font-size: 13px;
  position: relative;
  top: -5px;
}
.photo-layout .photo {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.photo-layout .photo img {
  width: 100%;
  height: auto;
  display: block;
}
.photo-layout .label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 90%;
  max-width: 240px;
  word-break: break-word;
}
.photo-layout .label {
  max-width: 90%;
  white-space: normal;
  word-break: break-word;
}
.photo-layout .title {
  border-radius: 20px;
  line-height: 30px;
  width: 60%;
}
.photo-layout .label-sm1 {
  font-size: 15px;
}
.photo-layout .label-sm3 {
  font-size: 16px;
}
.photo-layout .label-sm4 {
  font-size: 12px;
}
.photo-layout .label-l1 {
  font-size: 89px;
}
.photo-layout .label-l2{
  font-size: 45px;
}
.photo-layout .text-l {
  font-size: 43px;
}
.photo-layout .text-sm1 {
  font-size: 16px;
}
.photo-layout .line-break-1{
  display: block;
}
.photo-layout .line-break-2{
  display: block;
}

@media (min-width: 768px) {
  .photo-layout {
    display: flex;
  }
  .photo-layout .left-column {
    width: 50%;
  }
  .photo-layout .right-column {
    width: 50%;
    grid-template-columns: 1fr 1fr;
  }
  .photo-layout .title {
    line-height: 40px;
    width: 30%;
    max-width: 243px;
  }
  .photo-layout .line-break-1{
    display: none;
  }
  .photo-layout .line-break-2{
    display: block;
  }
  .photo-layout .center-circle {
    width: 172px;
    height: 172px;
  }
  .photo-layout .circle-text {
  font-size: 17px;
  }
  .photo-layout .circle-text .text-l {
    font-size: 72px;
  }
  .photo-layout .circle-text .text-sm2{
    font-size: 18px;
  }
  .photo-layout .label-sm1 {
    font-size: 22px;
  }
  .photo-layout .label-sm2 {
    font-size: 24px;
  }
  .photo-layout .label-sm3 {
    font-size: 20px;
  }
  .photo-layout .label-sm4 {
    font-size: 14px;
  }
  .photo-layout .label-l1 {
    font-size: 200px;
    line-height: 0.85;
  }
  .photo-layout .label-l2 {
    font-size: 120px;
    letter-spacing: -0.03em;
  }
  .photo-layout .text-sm1 {
    font-size: 17px;
  }
}

@media screen and (min-width:767px) and ( max-width:1300px) {
  .photo-layout .label-l1{
    font-size: 80px;
  }
  .photo-layout .title {
    width: 60%;
    line-height: 35px;
  }
  .photo-layout .label-l2 {
    font-size: 50px;
  }
  .photo-layout .circle-text .text-l {
    font-size: 40px;
  }
 .photo-layout .center-circle {
    width: 135px;
    height: 135px;
  }
  .photo-layout .label-sm1 {
    font-size: 20px;
  }
  .photo-layout .circle-text .text-sm {
    top: -5px;
    letter-spacing: -0.01em;
  }
  .photo-layout .line-break-1{
    display: block;
  }
}

.strength .line-break-2{
  display: none;
}
@media screen and (min-width:767px) and ( max-width:1078px) {
  .strength .line-break-2{
    display: block;
  }
}

@media screen and (min-width:768px) and ( max-width:835px) {
  .photo-layout .label-sm1 {
    font-size: 16px;
  }
  .photo-layout .center-circle {
    width: 130px;
    height: 130px;
  }
}

@media screen and (min-width:430px) and ( max-width:767px) {
  .photo-layout .label-sm1 {
    font-size: 16px;
  }
  .photo-layout .center-circle {
    width: 150px;
    height: 150px;
  }
}

.lawyers-strength-image {
  width: 80%;
  max-width: 643px;
}

/* 地図 */
/* 左上に固定されるタイトル */
.graphic .box-title {
  top: 0px;
  left: 0px;
  background-color: #395174;
  color: #fff;
  padding:  0 26px 0 15px;
  line-height: 35px;
  border-radius: 10px 0 0 0;
  z-index: 1;
  clip-path: polygon(
    0 0,100% 0,100% calc(100% - 40px),calc(100% - 18px) 100%,0 100%);
}

.graphic .legend {
  top: 50px;
  left: 15px;
  z-index: 10;
  padding: 5px 10px;
  font-size: 14px;
}
.graphic .legend .icon {
  width: 17px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .graphic .box-title {
    padding:  0 30px 0 15px;
  }
  .graphic .legend {
    top: 60px;
    left: 20px;
    z-index: 10;
    padding: 7px 15px;
    font-size: 16px;
  }
  .graphic .legend .icon {
    width: 17px;
    margin-right: 10px;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .graphic .legend {
    font-size: 12px;
  }
}
.box-container {
  flex-direction: column;
  gap: 15px;
}
.graphic .box {
  background: #f9f7ef;
  padding: 50px 15px 15px 15px;
  flex-grow: 1;
}
.graph .box {
  padding: 50px 15px 15px 15px;
}
.map .box img {
  max-width: 475px;
}
.graph .box img {
  max-width: 531px;
}
.graphic .box-description {
  margin-top: 6px;
}

@media (min-width: 768px) {
  .graphic .box {
    padding: 55px 25px 25px 25px;
  }
  .graphic .box-container {
    flex-direction: row;
    gap: 30px;
  }
  .graphic .box-wrap {
    width: 50%;
  }
  .graphic .box-description {
    height: 63px;
    margin-top: 12px;
  }
  .graphic .box-title {
    line-height: 40px;
  }
}
/* 帯タイトル */
.strength-box {
  padding-top: 16px;
  padding-bottom: 16px;
}
.strength-inner {
  gap: 1rem;
}
.strength-number {
  color: #a2bfe1;
  line-height: 0.9;
}
.strength-box .label {
  font-size: 10px;
}
.strength-box .number {
  font-size: 48px;
  line-height: 1;
}
.strength-text {
  max-width: 100%;
}
.strength-box .subtitle {
  top: 4px;
  letter-spacing: 0.1em;
}
.strength-box .title {
  font-size: 24px;
  line-height: 1.3;
}
.strength-box:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ecf0f6 transparent transparent transparent;
  border-width: 24px 20px 0 20px;
}
@media (min-width: 768px) {
  .strength-box {
    padding-top: 57px;
    padding-bottom: 70px;
  }
  .strength-box .subtitle {
    line-height: 1.7;
  }
  .strength-number {
    line-height: 1.7;
  }
  .strength-box .label {
    font-size: 16px;
  }
  .strength-box .number {
    font-size: 110px;
  }
  .strength-box .title {
    font-size: 55px;
    line-height: 1.5;
  }
  .strength-box .number {
    line-height: 0.8;
  }
  .strength-box:after {
    bottom: -30px;
    border-width: 30px 30px 0 30px;
  }
  .strength-text {
    position: relative;
    top: 14px;
  }
  .strength-inner {
    gap: 1.5rem;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .strength-box {
    padding-top: 25px;
    padding-bottom: 45px;
  }
  .photo-layout .label-sm4 {
    font-size: 12px;
  }
  .photo-layout .right-column {
    gap: 4px;
  }
}
/*--------------------------------------------------------------
##　お知らせ
--------------------------------------------------------------*/
/* 一覧 */

/* 年次のセレクト */
.year-select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #aaa;
  padding: 6px 36px 6px 12px; /* 右に余白を取る */
  /* font-size: 16px; */
  background: url('images/triangle.png') no-repeat right 10px center;
  background-size: 10px 7px;
  width: 100px;
  line-height: 20px;
  color: #444;
}
.tabs {
  gap: 10px;
}
.tab-link {
  flex: 1;
  padding: 7px 0;
  background: #f9f7f7;
  color: #444;
  border-radius: 5px 5px 0 0;
  line-height: 1.4;
}
.tab-link:hover {
  color: #444;
}
.tab-link.active {
  background: #3f72af;
  color: #fff;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.news-item {
  padding: 11px 0;
}
.news-meta {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.news-label {
  padding: 2px 6px;
  flex-shrink: 0;
  min-width: 106px;
}
.news-title {
  color: #444;
  margin-top: 7px;
}
.news-title:hover {
  color: #444;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .year-select-wrap select {
    width: 160px;
    line-height: 22px;
  }
  .news-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 22px 0;
  }
  .news-meta {
    flex-direction: row;
    min-width: 210px;
    gap: 30px;
  }
  .news-title {
    flex: 1;
    margin-top: 2px;
  }
  .news-label {
    padding: 0 6px;
  }
  .tabs {
    gap: 20px;
  }
  .tab-link {
    padding: 14px 0;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.external-icon {
  width: 16px;
  top: -2px;
  margin-left: 3px;
}
/* 詳細 */
.info-box .title {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media (min-width: 768px){
  .info-box .title {
    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.news-title.new-flag::after {
  content: "NEW!!";
  display: inline-block;
  color: #fff;
  background-color: #ff0000;
  border-radius: 5px;
  padding: 2px 5px;
  margin-left: 5px;
  position: relative;
  top: -2px;
  font-weight: 700;
  font-size: 11px;
}
@media (min-width: 768px) {
  .news-title.new-flag::after {
    padding: 1px 5px;
    font-size: 12px;
  }
}
/*--------------------------------------------------------------
##　事例一覧
--------------------------------------------------------------*/
.jirei .card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* スマホは2カラム */
  gap: 10px;
}
.case-block {
  width: 50px;
  top: -25px;
}
.flag-text  {
  font-size: 16px;
  background-color: #112d4f;
  width: 50px;
  padding-top: 10px;
}
.case-block::after {
  content: "";
  height: 12px;
  background: url("images/ribbon.png") no-repeat center bottom;
  background-size: contain;
  display: block;
  margin-top: -6px;
}
.flag-text  {
  font-size: 12px;
  padding: 10px 0 6px 0;
}
.case-block .number {
  font-size: 27px;
}
.jirei .category-list {
  padding-left: 70px;
  gap: 8px;
}
.jirei .case-title {
  padding-bottom: 5px;
}
.jirei .case-item {
  padding: 15px 20px;
}
.jirei .case-summary,.jirei .case-solution {
  padding-left: 0;
  padding-right: 0;
}
.jirei .case-solution {
  padding-top:0;
}
.jirei .bubble-chat {
  background-color: #fff;
}
.jirei .bubble-chat:before {
  border-color: transparent transparent #fff;
}
.jirei .bubble-chat p {
  font-size: 14px;
  margin-bottom: 1em;
}
.post-type-archive-record .case-description p:last-of-type, .post-type-archive-record .bubble-chat p:last-of-type{
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .jirei .card-list a {
    height: 3.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
    white-space: normal;
    word-break: break-word;
    padding: 6px 8px;
  }
}
@media (min-width: 768px) {
  .jirei .card-list {
    grid-template-columns: repeat(3, 1fr); /* タブレット以上は3カラム */
  }
  .jirei .case-summary, .jirei .case-solution {
    padding: 20px 0 0 0;
  }
  .jirei .case-item {
    padding: 20px 25px;
  }
  .jirei .case-title {
    padding-left: 70px;
    }
  .case-block .number {
    font-size: 54px;
  }
  .flag-text  {
    font-size: 14px;
    padding: 12px 0 8px 0;
    width: 80px;
  }
  .jirei .case-title {
    padding-left: 100px;
    padding-bottom: 10px;
  }
  .case-block {
    width: 80px;
    top: -32px;
  }
  .jirei .category-list {
    padding-left: 100px;
  }
  .case-block::after {
    margin-top: inherit;
  }
  .jirei .bubble-chat:before {
    border: 10px solid transparent;     
    border-right: 23px solid #fff;
  }
  .jirei .bubble-left {
    width: 110px;
  }
  .jirei .bubble-right {
    width: calc( 100% - 110px );
  }
  .jirei .bubble-chat p {
    font-size: 16px;
  }
}
@media screen and (min-width:340px) and ( max-width:530px) {
  .jirei .category-list li{
    width: 100%;
    margin-right: 0;
  }
  .jirei .card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.jirei .category-list li {
  width: inherit;
}
/* セミナー */
.seminar .box-title {
  padding: 0 26px 0 15px;
  line-height: 35px;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 18px) 100%, 0 100%);
}
.seminar-description {
  padding: 50px 15px 20px 15px;
}
.image-section .image-box {
  width: 100%;
}
.image-section .image-box img {
  width: 100%;
  display: block;
}
.image-section .image-title {
  margin-bottom: 10px;
}
.image-right img {
  max-width: 218px;
}
.image-left img {
  max-width: 450px;
  text-align: center;
}
.image-left {
  margin-bottom: 10px;
}
.seminar-description .seminar-title {
  margin: 0.5em 0;
}
@media (min-width: 768px) {
  .seminar-description {
    padding: 50px 30px 10px 30px;
  }
  .image-section .image-left {
    width: 47%;
    padding-right: 10px;
  }
  .image-section .image-right {
    width: 53%;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .seminar-description.-sm{
    padding: 50px 20px 20px 20px;
  }
}
@media screen and (min-width:490px) and ( max-width:767px) {
  .image-right {
    text-align: center;
  }
  .image-right img {
    margin-left: auto;
    margin-right: auto;
  }
}
.seminar .category-list {
  gap: 10px;
}
.seminar .category-list li {
  width: calc(50% - 8px);
  margin-right:0;
}
@media (min-width: 768px) {
  .seminar .category-list li {
    width: inherit;
  }
}
.seminar-meta li {
  border-bottom: 2px dashed #ccc;
  padding: 5px 0;
}
.seminar-meta .label {
  background: #d3e4f8;
  border-radius: 20px;
  margin-right: 13px;
  width: 90px;
  line-height: 23px;
}
.resume-box {
  gap: 3px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1006px) {
  .resume-box {
    gap: 20px;
  }
}
@media screen and (min-width:768px) and ( max-width:1005px) {
  .resume-box {
    gap: 5px;
  }
}
@media (max-width: 1005px) {
  .seminar .column-item .meta-line {
    gap: 5px 10px;
  }
}
.seminar .line-break-1 {
  display: none;
}
@media screen and (min-width:768px) and ( max-width:1005px) {
  .seminar .line-break-1 {
    display: block;
  }
}
@media (max-width: 767px) {
  .seminar .category-list li a {
    height: 3.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
    white-space: normal;
    word-break: break-word;
    padding: 6px 8px;
    line-height: 1.3;
  }
}
.seminar .column-item .title,.seminar .column-item .title a {
  font-size: 16px;
}
@media (min-width: 768px) {
  .seminar .column-item .title,.seminar .column-item .title a {
    font-size: 20px;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .seminar .column-item .title,.seminar .column-item .title a {
    font-size: 18px;
  }
}
.seminar-thumb a:hover {
  opacity: .8;
}
/* トップ：書籍紹介 */
.book-info .image-section {
  padding: 40px 10px 10px 10px;
}
.book-info .image-left img {
  max-width: 125px !important;
  width: 100%;
}
.book-info .image-left {
  width: 100%;
}
.book-info .image-right {
  width: 100%;
  padding-left: 10px;
}
.book-meta-item {
  display: flex;
  gap: 0.5em;
  font-size: 14px;
}
.book-meta-item .label {
  min-width: 4em;
}
.book-title {
  font-size: 17px;
}
.book-info .image-box a:hover {
  opacity: .8;
}
.book-info .head {
  padding: 0 26px 0 15px;
  line-height: 30px;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 18px) 100%, 0 100%);
}
@media (min-width: 768px) {
  .book-info .image-section {
    padding: 45px 15px 15px 15px;
  }
  .book-meta-item .label {
    line-height: 24px;
  }
  .book-info .image-left {
    width: 215px;
  }
  .book-info .image-right {
    width: calc( 100% - 215px );
    padding-left: 30px;
  }
  .book-title {
    font-size: 24px;
  }
  .book-info .head {
    line-height: 35px;
  }
}
@media (max-width: 380px) {
  .book-title {
    font-size: 16px;
  }
}
.zoom-icon {
  pointer-events: none;
}
.book-slider {
  z-index: 1;
  position: relative;
}
.pswp {
  z-index: 9999 !important;
}
.book-slider img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.pswp__button--arrow {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 1000;
}
.book-slider .swiper-button-next {
  background-size: 20px 20px;
  background-position: center right;
  background-image: url(images/round-arrow-square.jpg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.book-slider .swiper-button-prev {
  background-size: 20px 20px;
  background-position: center left;
  background-image: url(images/round-arrow-square.jpg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  transform: scale(-1, 1);
}
.book-slider .swiper-button-prev {
  left: 14px;
}
.book-slider .swiper-slide {
display: flex;
justify-content: center;
}
@media (min-width: 768px) {
  .book-slider .swiper-button-next, .book-slider .swiper-button-prev {
    top: 30%;
  }
  .book-slider .swiper-slide a img {
    object-fit: inherit;
  }
  .book-slider .swiper-slide a img, .swiper-slide .thumbnail-container {
    height: inherit;
  }
  .book-slider .swiper-button-next {
    background-size: 20px 20px;
    background-position: center right;
    background-image: url(images/round-arrow-square.jpg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  .book-slider .swiper-button-prev {
    background-size: 20px 20px;
    background-position: center left;
    background-image: url(images/round-arrow-square.jpg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    transform: scale(-1, 1);
  }
  .book-slider .swiper-button-next, .swiper-button-prev {
    right: 4px;
  }
  .book-slider .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .book-slider .swiper-slide a img,.book-slider .swiper-slide .thumbnail-container {
    height: 110px;
    object-fit: contain;
  }
  .book-slider .swiper-button-next, .book-slider .swiper-button-prev {
    top: 55%;
  }
  .book-slider .swiper-button-prev {
    left: 60px;
  }
  .book-slider .swiper-button-next {
    right: 60px;
  }
}
 .book-slider .swiper-button-next.swiper-button-disabled, .book-slider .swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  background-image: url(images/round-arrow-square-off.jpg);
  opacity: 1;
  transform: scale(-1);
}
 .book-slider .swiper-button-prev.swiper-button-disabled {
  transform: inherit;
}
.pswp__button--arrow {
  display: block !important;
  opacity: 1 !important;
  z-index: 1001;
}
.pswp__button--arrow--next.pswp__hide-on-close,
.pswp__button--arrow--prev.pswp__hide-on-close {
  display: block !important;
  opacity: 1 !important;
}
.pswp--touch .pswp__button--arrow {
  visibility: visible !important;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 360px) {
  .book-info .image-right {
    padding-left: 4px;
  }
}