@charset "utf-8";

.clearfix::after {
  content: "";
  clear: both;
  display: block;}

body {
  font-size: 62.5%;
}

img {
  height: auto;
  margin: auto;
  vertical-align: text-bottom;}

.pc {
  display: block;}

.sp {
  display: none;}

.sp_979 {
  display: none;}

.tablet_scroll {
  display: none;
}

.bfont {
  font-weight: bold;
  text-decoration: underline;
}

a {
  display: block;
}

a:hover {
}




/* -------------------------------- 

contents

-------------------------------- */



.pc {
  display: block;}

.sp {
  display: none;}

.tablet_scroll {
  display: none;
}

.nav-botm {
  padding-bottom: 1%;
}

.contents {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  height: auto;
}

.contents2 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  height: auto;
  /* background: #fff; */
}

.contents3 {
  width: 100%;
  max-width: 1000px;
  margin:  auto;
  height: auto;
}

.contents3_2 {
  width: 100%;
  max-width: 1100px;
  margin:  auto;
  height: auto;
}

.contents4 {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: auto;
  padding: 1.5% 0;
  background: #fff;
}

.content1246 {
  width: 100%;
  max-width: 1246px;
  height: auto;
  margin: auto;
}

.content1440 {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: auto;
}

.content1650 {
  width: 100%;
  max-width: 1650px;
  height: auto;
  margin: auto;
}


.content88vw {
  width: 100%;
  max-width: 88vw;
  height: auto;
  margin: auto;
}

.min_cont {
  max-width: 960px;
  margin: auto;
  height: auto;
}

.gara {
  font-family: "Garamond";
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" ,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , serif !important;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important;
}

.eimoji {
  font-family: 'Old Standard TT', serif;
}

.eimoji2 {
    font-family: 'Quicksand', sans-serif;
}

.eimoji001 {
  font-family: gill-sans-nova, sans-serif;
}

.eimoji002 {
  font-family: gill-sans-nova-condensed, sans-serif;
}

.eimoji003 {
  font-family: linotype-didot, serif;
}

.eimoji004 {
  font-family: linotype-didot-headline,'Noto Serif JP', a-otf-ryumin-pr6n, serif;
}

.eimoji005 {
  font-family: montserrat,sans-serif;
}

.eimoji006 {
  font-family: din-condensed, sans-serif;
}

.eimoji005 {
  font-family: din-condensed, sans-serif;
}

.new_goth {
  font-family: 'Noto Sans JP', dnp-shuei-gothic-kin-std, sans-serif !important;
}

.new_goth2 {
  font-family:'メイリオ', 'Meiryo','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.new_goth3 {
  font-family: 'Noto Sans JP', sans-serif;
}

.new_min {
  font-family: 'Noto Serif JP', a-otf-ryumin-pr6n, serif;
}

.new_min2 {
  font-family: 'Noto Serif JP', serif;
}

.icon::before {
  font-family: "Font Awesome 5 Free"; /*←ココ！！！！！！！*/
  font-weight: 900;
  content: "f105";
}

.pink {
  color: #EB8397;
}

.orange {
  color: #DF971F;
}


.wr01 {
  /* background: #e2e2e2; */
}

.bgs {
  background: url(../img/bg_common.png) no-repeat fixed right top;
}

.fadein {
  opacity : 0.1;
  transform : translate(0, 50px);
  transition : all 500ms;
}

.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}


/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

header {
  padding-top: 0;
}

/* header {}

header p {
  width: 25%;
  margin: 3% auto 3% 0;
  text-align: left;
}

header p a {}

header p img {
  width: 100%;
} */


/* メインビジュアル */
.mainco {
  /* width: 100vw; */
  /* height: 100vh; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
  position: relative;
}


.mainco .mainh1 h1 {
  /* margin-bottom: 1rem; */
  opacity: 0;
  animation: fadeInUp 1s ease-out 2.2s forwards;
}

/* ローディング要素 */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}

/* 横線アニメーション - 0.8秒後に非表示 */
.horizontal-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  transform: translateY(-50%);
  animation: expandLineAndHide 0.8s ease-out forwards;
}

/* 黒線が上下に分かれるカーテン */
.black-curtain-top {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  transform: translateY(-50%);
  animation: blackCurtainUp 1s ease-out 0.8s forwards;
}

.black-curtain-bottom {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  transform: translateY(-50%);
  animation: blackCurtainDown 1s ease-out 0.8s forwards;
}

/* アニメーション定義 */
@keyframes expandLineAndHide {
  0% {
      width: 0;
      opacity: 1;
  }
  99% {
      width: 100vw;
      opacity: 1;
  }
  100% {
      width: 100vw;
      opacity: 0;
  }
}

@keyframes blackCurtainUp {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translateY(-150%);
  }
}

@keyframes blackCurtainDown {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translateY(50%);
  }
}

@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translateY(30px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

/* ローディング完了後にオーバーレイを非表示 */
.loading-overlay.loaded {
  pointer-events: none;
}


/**************************************************************

メインビジュアル

**************************************************************/

.mainco {}

.mainco .mainh1 h1 {
  /* font-size: 20rem; */
  letter-spacing: 2em;
  padding-top: 1em;
  /* line-height: 0.9em; */
}

.mainco .mainh1 {
  padding: 2em 0 10em;
  width: 90%;
  margin: auto;
}

.mainco .mainh1 h1 span.top {
  font-size: 42vw;
  /* font-size: 65vh; */
  line-height: 0.95em;
  display: inline-block;
}

.mainco .mainh1 h1 span.bottom {
  font-size: 28vw;
  /* font-size: 42vh; */
  display: inline-block;
  line-height: 0.3em;
}

.mainco .main_under {
  height: 10em;
  width: 88vw;
  margin: auto;
  background: #000;
}

.mainco .main_txt {
  margin: 15% auto;
  padding-bottom: 25em;
  position: relative;
}

.mainco .main_txt::after {
  content: "";
  display: block;
  position: absolute;
  width: 5em;
  height: 0.1em;
  background: #000;
  left: 0;
  bottom: 0;
}

.mainco .main_txt .main_bc {
  width: 50%;
  max-width: 820px;
  margin: auto;
  margin-left: 0;
}

.mainco .main_txt .main_bc .main_bcp01 {
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  line-height: 2.5em;
  font-weight: 600;
}

.mainco .main_txt .main_bc .main_bcp02 {
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding: 2em 0 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-width: 0;
}

/**************************************************************

CHAPTER

**************************************************************/

.cont01 {}

.cont01 .co01 {}

.cont01 .co01 h2 {
  font-size: 28vw;
  letter-spacing: 0.05em;
  display: inline-block;
}

.cont01 .co01 .co01ul {
  counter-reset: number 0;
}


.cont01 .co01 .co01ul li {
  padding: 0 0 0 3.5em;
  position: relative;
  margin-bottom: 7em;
}

.cont01 .co01 .co01ul li a {
  display: inline-block;
  transition: all .25s ease;
}

.cont01 .co01 .co01ul li a:hover {
  color: #de5b04;
}


.cont01 .co01 .co01ul li::before {
  counter-increment: number 1;
  content: counter(number,decimal-leading-zero) "";
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0;
  font-family: din-condensed, sans-serif;
  width: 10em;
  height: ;
  font-size: 2rem;
}

.cont01 .co01 .co01ul li a .co01ul_en {
  font-size: 4rem;
  line-height: ;
  letter-spacing: 0.07em;
}

.cont01 .co01 .co01ul li a .co01ul_jp {
  font-size: 1.5rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
}




/**************************************************************

01 INCIDENT RESPONSE

**************************************************************/

.cont02 {
  margin: 25% auto;
}

.cont02 .co02 {}

.cont02 .co02 .co02_01 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.cont02 .co02 .co02_01 .co02_01_num {
  font-size: 15.5vw;
  line-height: 0.7em;
  letter-spacing: 0.05em;
  margin-right: 0;
}

.cont02 .co02 .co02_01 .co02_01_p {
  font-size: 5.1vw;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-right: 0;
  /*text-align: end;*/
}


.cont02 .co02 .co02_02 {
  margin: 8% auto;
  position: relative;
}

.cont02 .co02 .co02_02 .co02_02_in {
  width: 50%;
  max-width: 820px;
  margin: auto;
  margin-left: 0;
}

.cont02 .co02 .co02_02::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.2em;
  height: 20vh;
  background: #000;
  right: 21vw;
  bottom: 11vw;
}

.cont02 .co02 .co02_02 .co02_02_in h2 {
  font-size: 1.5rem;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.cont02 .co02 .co02_02 .co02_02_in p {
  font-size: 0.95rem;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  padding: 10% 0;
}

.cont02 .co02p {
  /* background: #1c1d1d; */
  position: relative;
}


.cont02 .co02p::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 38vw;
  background: #000;
  left: 0;
  top: 0;
}

.cont02 .co02p .co02p_01 {
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 2.7rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-align: center;
  position: absolute;
  top: -2.5em;
  left: 42%;
  width: 225px;
  height: 175px;
  padding-top: 50px
}

.cont02 .co02p h3 {
  font-size: 10vw;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #fff;
  text-align: center;
  padding: 0.7em 0 0.5em;
  position: relative;
}

.cont02 .co02p .co02p_02 {
  counter-reset: number 0;
}

.cont02 .co02p .co02p_02 .sp_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 59.25%; /* 16:9 アスペクト比 */
    margin-left: 2em;
    padding-left: 2em;
}


/* .cont02 .co02p .co02p_02 .sp_box::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.08em;
  height: 7vw;
  background: #fff;
  left: 0;
  top: 0;
} */

.cont02 .co02p .co02p_02 .sp_box::before {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero) "";
    display: block;
    position: absolute;
    top: 0.1em;
    left: 0;
    font-family: din-condensed, sans-serif;
    width: 10em;
    height: ;
    font-size: 2rem;
  }

.cont02 .co02p .co02p_02 .sp_box iframe {
    position: absolute;
    top: 0;
    left: 1em;
    width: 100%;
    height: 100%;
}


@keyframes drildown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(7vw); /* 下に伸びる距離を調整 */
  }
}

.cont02 .co02p .co02p_02 .sp_box {
  position: relative; /* アニメーションを適用する要素 */
  animation: drildown 4000s ease-in-out; /* アニメーションを適用 */
}


/**************************************************************

SEMINAR

**************************************************************/

.cont03 {}

.cont03 .co03 {}

.cont03 .co03 h2 {
  font-size: 8.6vw;
  line-height: ;
  letter-spacing: 0.04em;
}

.cont03 .co03 .co03_01 {
  display: flex;
  flex-flow: row wrap;
  margin: 10em auto;
}

.cont03 .co03 .co03_01 .co03_01h {
  position: relative;
  margin: 0 auto auto 0;
  padding: 0 0 22em;
  width: 14%;
  height: 15vh;
}

.cont03 .co03 .co03_01 .co03_01h::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.2em;
  height: 20vh;
  background: #000;
  left: 5vw;
  bottom: 0;
}

.cont03 .co03 .co03_01 .co03_01h h3 {
  font-size: 4vw;
  line-height: em;
  letter-spacing: 0.03em;
}

.cont03 .co03 .co03_01 .co03_01li {
  max-width: 1100px;
  margin: auto;
}

.cont03 .co03 .co03_01 .co03_01li ul {}

.cont03 .co03 .co03_01 .co03_01li ul li {
  margin-bottom: 6em;
}

.cont03 .co03 .co03_01 .co03_01li ul li a {}

.cont03 .co03 .co03_01 .co03_01li ul li a .co03_01li_box {
  display: flex;
  flex-flow: row wrap;
  background: #f7f7f7;
  position: relative;
}

.cont03 .co03 .co03_01 .co03_01li ul li a .co03_01li_box::before {
  content: "";
  display: block;
  position: absolute;
  width: 20vh;
  height: 0.15em;
  background: #000;
  right: 3vw;
  bottom: 3vw;
}

.cont03 .co03 .co03_01 .co03_01li ul li a .co03_01li_box picture {
  display: inline-block;
  width: 50%;
  max-width: 550px;
  margin: 0 auto auto 0;
}

.cont03 .co03 .co03_01 .co03_01li ul li a .co03_01li_box picture img {
  width: 100%;
  margin: auto;
}

.cont03 .co03 .co03_01 .co03_01li ul li a .co03_01li_box .co03_01li_boxp {
  width: 44%;
  max-width: 550px;
  padding: 3%;
}

.cont03 .co03 .co03_01 .co03_01li ul li a .co03_01li_box .co03_01li_boxp p {
  font-size: 1.2rem;
  line-height: 1.85em;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.cont03 .co03 .co03_02 {
  margin: 10em auto;
}

.cont03 .co03 .co03_02 ul {
  display: flex;
  flex-flow: row wrap;
}

.cont03 .co03 .co03_02 ul li {
  width: 47%;
  margin: 0 3% 4.5% 0;
}

.cont03 .co03 .co03_02 ul li:hover {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.08);
}

.cont03 .co03 .co03_02 ul li a {
  display: inline-block;
}

.cont03 .co03 .co03_02 ul li a .co03_02box {}

.cont03 .co03 .co03_02 ul li a .co03_02box dl {
  padding-left: 3em;
  padding-bottom: 1em;
  border-left: solid 1.2em #000;
  transition: 0.25s;
}

.cont03 .co03 .co03_02 ul li a:hover .co03_02box dl {
  border-left: solid 1.2em #de5b04;
  /* box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.08); */
}

.cont03 .co03 .co03_02 ul li a .co03_02box dl dt {
  margin-bottom: 1.5em;
}

.cont03 .co03 .co03_02 ul li a .co03_02box dl dt span.sp_b {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 1rem;
  line-height: 0.5em;
  letter-spacing: 0.03em;
  padding: 0.6em 1.2em 0.3em;
  position: relative;
  transition: color .25s ease;
}

.cont03 .co03 .co03_02 ul li a:hover .co03_02box dl dt {
  margin-bottom: 1.5em;
}

.cont03 .co03 .co03_02 ul li a:hover .co03_02box dl dt span.sp_b::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* .cont03 .co03 .co03_02 ul li a:hover .co03_02box dl dt span {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 1rem;
  line-height: 0.5em;
  letter-spacing: 0.03em;
  padding: 0.6em 1.2em 0.3em;
} */

.cont03 .co03 .co03_02 ul li a .co03_02box dl dt span.sp_b::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #de5b04;
  transform: scaleX(0);
  transform-origin: right;
  transition: all .25s ease;
  transition-property: transform;
}


.cont03 .co03 .co03_02 ul li a .co03_02box dl dt span.sp_b .sp_t {
  position: relative;
}

.cont03 .co03 .co03_02 ul li a .co03_02box dl dd {
  font-size: 0.9rem;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.cont03 .co03 .co03_03 {
  position: relative;
  padding: 10em 0 0;
  margin: 14em auto;
}

.cont03 .co03 .co03_03::before {
  content: "";
  display: block;
  position: absolute;
  width: 20vh;
  height: 0.15em;
  background: #000;
  left: 0vw;
  top: 0vw;
}

.cont03 .co03 .co03_03 .co03_03p1 {
  font-size: 0.9rem;
  line-height: 2em;
  letter-spacing: 0.05em;
}

.cont03 .co03 .co03_03 .co03_03p2 {
  margin-top: 6em;
}

.cont03 .co03 .co03_03 .co03_03p2 a {
  font-size: 1.1rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  transition: all .25s ease;
}


.cont03 .co03 .co03_03 .co03_03p2 a:hover {
  color: #de5b04;
}




/**************************************************************

02 ROUTINE RESPONSE

**************************************************************/

.cont04 {
  margin: 25% auto 10%;
}

.cont04 .co04 {}

.cont04 .co04 .co04_01 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.cont04 .co04 .co04_01 .co04_01_num {
  font-size: 15.5vw;
  line-height: 0.7em;
  letter-spacing: 0.05em;
  margin-right: 0;
}

.cont04 .co04 .co04_01 .co04_01_p {
  font-size: 5.1vw;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-right: 0;
  /*text-align: end;*/
}


.cont04 .co04 .co04_02 {
  margin: 8% auto;
  position: relative;
}

.cont04 .co04 .co04_02 .co04_02_in {
  width: 50%;
  max-width: 820px;
  margin: auto;
  margin-left: 0;
}

.cont04 .co04 .co04_02::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.2em;
  height: 20vh;
  background: #000;
  right: 21vw;
  bottom: 11vw;
}

.cont04 .co04 .co04_02 .co04_02_in h2 {
  font-size: 1.5rem;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.cont04 .co04 .co04_02 .co04_02_in p {
  font-size: 0.95rem;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  padding: 10% 0;
}

.cont04 .co04p {
  background: #1c1d1d;
  position: relative;
}

.cont04 .co04p .co04p_01 {
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 2.7rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-align: center;
  position: absolute;
  top: -2.5em;
  left: 42%;
  width: 225px;
  height: 175px;
  padding-top: 50px
}

.cont04 .co04p h3 {
  font-size: 10vw;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #fff;
  text-align: center;
  padding: 0.7em 0 0.5em;
}

.cont04 .co04 .co04_03 {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 7em;
}

.cont04 .co04 .co04_03 .co04_03h {
  width: 33%;
  margin: 0 auto auto 0;
}

.cont04 .co04 .co04_03 .co04_03h h3 {
  font-size: 8.6vw;
  line-height: 1em;
  letter-spacing: 0.03em;
}

.cont04 .co04 .co04_03 .co04_03in {
  width: 60%;
  margin: 0 auto auto 0;
}

.cont04 .co04 .co04_03 .co04_03in ul {}

.cont04 .co04 .co04_03 .co04_03in ul li {
  margin-bottom: 2em;
}

.cont04 .co04 .co04_03 .co04_03in ul li a {
  transition: all .25s ease;
}

.cont04 .co04 .co04_03 .co04_03in ul li a:hover {
  color: #de5b04;
}

.cont04 .co04 .co04_03 .co04_03in ul li a .co04_03insp1 {
  font-size: 1.15rem;
  line-height: ;
  letter-spacing: 0.07em;
  display: inline-block;
}

.cont04 .co04 .co04_03 .co04_03in ul li a .co04_03insp2 {
  font-size: 1.1rem;
  line-height: ;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: inline-block;
  padding-left: 2em;
}

.cont04 .co04 .co04_04 {
  margin-top: 18em;
}

.cont04 .co04 .co04_04 h3 {
  font-size: 1.8rem;
}

.cont04 .co04 .co04_04 h3 .co04_04insp1 {
  font-size: 1.8rem;
  line-height: ;
  letter-spacing: 0.07em;
  display: inline-block;
}

.cont04 .co04 .co04_04 h3 .co04_04insp2 {
  font-size: 1.7rem;
  line-height: ;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: inline-block;
}

.cont04 .co04 .co04_04 h4 {
  font-size: 4vw;
  line-height: ;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 1.8em 0 1em;
}

.cont04 .co04 .co04_04 ul {
  display: flex;
  flex-flow: row wrap;
}

.cont04 .co04 .co04_04 ul li {
  width: 47%;
  margin: 0 3% 4.5% 0;
}

.cont04 .co04 .co04_04 ul li:hover {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.08);
}

.cont04 .co04 .co04_04 ul li a {}

.cont04 .co04 .co04_04 ul li a .co04_04box {}

.cont04 .co04 .co04_04 ul li a .co04_04box dl {
  padding-left: 3em;
  padding-bottom: 1em;
  border-left: solid 1.2em #000;
}

.cont04 .co04 .co04_04 ul li a .co04_04box dl dt {
  margin-bottom: 1.5em;
}


.cont04 .co04 .co04_04 ul li a:hover .co04_04box dl {
  border-left: solid 1.2em #de5b04;
  /* box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.08); */
}

.cont04 .co04 .co04_04 ul li a .co04_04box dl dt span.sp_b {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 1rem;
  line-height: 0.5em;
  letter-spacing: 0.03em;
  padding: 0.6em 1.2em 0.3em;
  position: relative;
  transition: color .25s ease;
}

.cont04 .co04 .co04_04 ul li a:hover .co04_04box dl dt {
  margin-bottom: 1.5em;
}

.cont04 .co04 .co04_04 ul li a:hover .co04_04box dl dt span.sp_b::before {
  transform: scaleX(1);
  transform-origin: left;
}

.cont04 .co04 .co04_04 ul li a .co04_04box dl dt span.sp_b::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #de5b04;
  transform: scaleX(0);
  transform-origin: right;
  transition: all .25s ease;
  transition-property: transform;
}


.cont04 .co04 .co04_04 ul li a .co04_04box dl dt span.sp_b .sp_t {
  position: relative;
}


.cont04 .co04 .co04_04 ul li a .co04_04box dl dd {
  font-size: 0.9rem;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-weight: 600;
}


/**************************************************************

LAWYERS

**************************************************************/

.cont05 {}

.cont05 .co05 {
  margin-bottom: 25em;
}

.cont05 .co05 h2 {
  font-size: 27vw;
  letter-spacing: 0.05em;
  display: inline-block;
}

.cont05 .co05 .co05ul {
  counter-reset: number 0;
  margin-top: 15em;
}


.cont05 .co05 .co05ul li {
  padding: 0 0 0 0em;
  position: relative;
  margin-bottom: 10em;
}

.cont05 .co05 .co05ul li a {
  display: inline-block;
}


.cont05 .co05 .co05ul li a picture {
  display: inline-block;
  transition: all .25s ease;
  background: #fff;
}


.cont05 .co05 .co05ul li a:hover picture {
  opacity: 0.8;
  background: rgba(0,0,0,0.8);
}

.cont05 .co05 .co05ul li a picture img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.cont05 .co05 .co05ul li a p {
  font-weight: ;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 0.7em;
  padding-top: 1em;
  transition: all .25s ease;
}

.cont05 .co05 .co05ul li a h3 {
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  transition: all .25s ease;
}

.cont05 .co05 .co05ul li a:hover p,
.cont05 .co05 .co05ul li a:hover h3 {
  color: #de5b04;
}





.legal_l {
  /* padding: 4vw 0; */
  background: url(../img/ll_bg.webp);
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  margin-top: 5%;
}

.legal_l .llbg {
  background: rgba(0, 0, 0, 0.5);
  padding: 4.5vw 0;
}

.legal_l .llbg .llcon {
  display: flex;
  flex-flow: row wrap;
}

.legal_l .llbg .llcon .ll_le {
  margin: 0 auto;
}

.legal_l .llbg .llcon .ll_le h3 {
  font-size: 3rem;
  letter-spacing: 0.15em;
  line-height: 1em;
  color: #fff;
  padding-bottom: 0.3em;
}

.legal_l .llbg .llcon .ll_le p {
  font-size: 1rem;
  letter-spacing: 0.15em;
  line-height: 1.7em;
  padding-left: 2em;
  color: #fff;
  position: relative;
}

.legal_l .llbg .llcon .ll_le p::before {
  content: "";
  width: 0;
  height: 0.1em;
  position: absolute;
  top: 0.8em;
  left: 0;
  margin: auto;
  color: #A58B68;
  border-left: 1.3em solid #A58B68;
}

.legal_l .llbg .llcon .ll_ri {
  margin: 0 auto;
}

.legal_l .llbg .llcon .ll_ri p {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #fff;
}



.legal_l .llbg .llcon .ll_ri .not_nl_llr_btn {
  margin-top: 2.2em;
  display: inline-block;
  position: relative;
}

.legal_l .llbg .llcon .ll_ri .not_nl_llr_btn::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #8d0116;
  border-radius: 50%;
  position: absolute;
  top: 52%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
}

.legal_l .llbg .llcon .ll_ri .not_nl_llr_btn a {
  display: inline-block;
  background: #fff;
  color: #091246;
  font-weight: 600;
  padding: 0.5em 4vw;
  letter-spacing: 0.2em;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.legal_l .llbg .llcon .ll_ri .not_nl_llr_btn a::before {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: -6px;
  height: 1px;
  right: -6px;
  width: 100%;
}

.legal_l .llbg .llcon .ll_ri .not_nl_llr_btn a::after {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 6px;
  right: -6px;
  height: 100%;
  width: 1px;
}

.legal_l .llbg .llcon .ll_ri .not_nl_llr_btn a:hover {
  color: #fff;
  background: -webkit-gradient(linear,left top,right top,from(#102035),to(#204068));
  background: linear-gradient(90deg,#102035,#204068);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.legal_l .llbg .llcon .ll_ri .not_nl_llr_btn a:hover::before {
  right: 0;
  bottom: 0;
  background: #204068;
}

.legal_l .llbg .llcon .ll_ri .not_nl_llr_btn a:hover::after {
  top: 0;
  right: 0;
  background: #204068;
}












footer {
  background: #25355A;
  padding: 2% 0 1%;
  /* margin-top: 5%; */
}

footer .ftcon {
  display: flex;
  flex-flow: row wrap;
  padding: 1.5em 0 4em ;
}

footer .ftcon .ft_le {
  width: 50%;
  margin: 0 2em 0 0;
}

footer .ftcon .ft_le .ft_logo {}

footer .ftcon .ft_le .ft_logo a {}

footer .ftcon .ft_le .ft_logo a img {
  width: 100%;
  max-width: 300px;
}

footer .ftcon .ft_le p {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #fff;
  padding-top: 0.5em;
  position: relative;
  padding-left: 1.8em;
}

footer .ftcon .ft_le p strong {
  display: inline-block;
  padding-right: 0.5em;
}

footer .ftcon .ft_le p::before {
  content: "";
  width: 0;
  height: 0.1em;
  position: absolute;
  top: 1.4em;
  left: 0;
  margin: auto;
  color: #A58B68;
  border-left: 1.3em solid #A58B68;
}

footer .ftcon .ft_ri {
  width: 45%;
  margin: 0 auto;
}

footer .ftcon .ft_ri ul {
  display: flex;
  flex-flow: row wrap;
}

footer .ftcon .ft_ri ul li {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #fff;
  position: relative;
  padding-left: 1.8em;
  width: 39%;
  margin: 0.3em 0;
}

footer .ftcon .ft_ri ul li::before {
  content: "";
  width: 0;
  height: 0.1em;
  position: absolute;
  top: 0.8em;
  left: 0;
  margin: auto;
  color: #fff;
  border-left: 1.3em solid #fff;
}

footer .ftcon .ft_ri ul li a {
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

footer .ftcon .ft_ri ul li a:hover {}

footer .ftcon .ft_ri ul li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .2s;
}

footer .ftcon .ft_ri ul li a:hover::after {
  transform: scale(1, 1);
}


footer .ftcon2 {
  background: #FAF7F7;
}

footer .ftcon2 p {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #1C2C58;
} 








/**************************************************************

NEW_FOOTER 20170829

**************************************************************/


@media screen and (min-width: 1960px) and (max-width: 2600px) {}

@media screen and (min-width: 1500px) and (max-width: 1700px) {
  .mainco .mainh1 h1 span.top {
  /* font-size: 42vw; */
   font-size: 76vh; 
  display: inline-block;
  margin-top: -0em;
}

.mainco .mainh1 h1 span.bottom {
  /* font-size: 28vw; */
   font-size: 49vh; 
  display: inline-block;
  line-height: 0.45em;
}
}

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

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

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

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

@media screen and (min-width: 1441px) {}

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

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

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



}

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


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


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


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


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


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


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

@media only screen and (max-width: 979px) {
.sp_979 {
  display: block;
}


}

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


.tablet_scroll {
  display: block;
}




}

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

.pc {
  display: none;
}

.sp {
  display: block;
}

/*----- フェードインしながら上へスライド -----*/
.f0 {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .8s;
}


.mp {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .5s;
}

.mp2 {
    opacity: 0;
    transform: translate(0, 70px);
    -webkit-transform: translate(0, 70px);
    transition: .6s;
}

.mp3 {
    opacity: 0;
    transform: translate(0, 80px);
    -webkit-transform: translate(0, 80px);
    transition: .7s;
}

.FadeInUP {
    opacity: 1.0 !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
}



.contents {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  height: auto;
}

.contents2 {
  width: 90%;
  max-width: 1200px;
  margin: auto 5%;
  height: auto;
}

.contents3 {
  width: 90%;
  max-width: 1000px;
  margin:  auto 5%;
  height: auto;
}

.contents3_2 {
  width: 90%;
  max-width: 1100px;
  margin:  auto 5%;
  height: auto;
}

.contents4 {
  width: 94%;
  max-width: 600px;
  height: auto;
  margin: auto 3%;
}

.contents1440 {
  width: 90%;
  max-width: 1440px;
  margin:  auto 5%;
  height: auto;
}


.bgs {
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background: url(../img/bg_common.png) no-repeat cover right top;
}

/* header p {
  width: 45%;
  margin: 3% auto;
  text-align: center;
} */


header {}

header .logo {
  margin: auto 3vw;
}

main {
    /* margin: 2em auto; */
}
/* ===================================

新規メイン_20220512

=================================== */




header .logo img {
  width: 29vh;
  max-width: 300px;
}


/**************************************************************

メインビジュアル

**************************************************************/

.mainco .mainh1 h1 {
  /* font-size: 20rem; */
  letter-spacing: 0.02em;
  padding-top: 1em;
  /* line-height: 0.9em; */
}


.mainco .mainh1 {
  padding: 10em 0 14em;
  width: 90%;
  margin: auto;
  /* margin-bottom: 10em; */
}

.mainco .mainh1 h1 span.top {
  font-size: 44vw;
  line-height: 1.1em;
  padding-bottom: 0.05em;
}

.mainco .mainh1 h1 span.bottom {
  font-size: 30vw;
}

.mainco .main_under {
  margin-bottom: 28vw;
  height: 13vw;
}


.mainco .main_txt {
  padding-bottom: 16em;
}


.mainco .main_txt .main_bc {
  width: 90%;
}

.mainco .main_txt .main_bc .main_bcp01 {
  font-size: 3.8vw;
}

.mainco .main_txt .main_bc .main_bcp02 {
  font-size: 19vw;
  padding: 1.5em 0 0;
}



/**************************************************************

CHAPTER

**************************************************************/

.cont01 {}

.cont01 .co01 {}

.cont01 .co01 h2 {
  font-size: 28vw;
  padding-bottom: 0.35em;
}

.cont01 .co01 .co01ul {
  counter-reset: number 0;
}


.cont01 .co01 .co01ul li {
  padding: 0 0 0 2.5em;
  margin-bottom: 5em;
}

.cont01 .co01 .co01ul li a {
  display: inline-block;
}

.cont01 .co01 .co01ul li a:hover {
  color: #de5b04;
}


.cont01 .co01 .co01ul li::before {
  width: 6em;
  font-size: 4.5vw;
}

.cont01 .co01 .co01ul li a .co01ul_en {
  font-size: 9vw;
}

.cont01 .co01 .co01ul li a .co01ul_jp {
  font-size: 4vw;
}


/**************************************************************

01 INCIDENT RESPONSE

**************************************************************/

.cont02 {
  margin: 25% auto;
}

.cont02 .co02 {}

.cont02 .co02 .co02_01 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.cont02 .co02 .co02_01 .co02_01_num {
  font-size: 17vw;
  line-height: 0.7em;
  letter-spacing: 0.05em;
  margin-right: 0;
}

.cont02 .co02 .co02_01 .co02_01_p,
.cont04 .co04 .co04_01 .co04_01_p {
  font-size: 9vw;
  /*text-align: left;*/
}


.cont02 .co02 .co02_02,
.cont04 .co04 .co04_02 {
  margin: 8% auto;
  position: relative;
}

.cont02 .co02 .co02_02 .co02_02_in,
.cont04 .co04 .co04_02 .co04_02_in {
  width: 95%;
  max-width: 820px;
  margin: auto;
  margin-left: 0;
}

.cont02 .co02 .co02_02::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.2em;
  height: 12vh;
  background: #000;
  right: 21vw;
  bottom: 11vw;
}

.cont02 .co02 .co02_02 .co02_02_in h2,
.cont04 .co04 .co04_02 .co04_02_in h2 {
  font-size: 5vw;
}

.cont02 .co02 .co02_02 .co02_02_in p,
.cont04 .co04 .co04_02 .co04_02_in p {
  font-size: 3.6vw;
  padding: 10% 0 65%;
}

.cont02 .co02p {
  /* background: #1c1d1d; */
  position: relative;
}


.cont02 .co02p::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 70vw;
  background: #000;
  left: 0;
  top: 0;
}

.cont02 .co02p .co02p_01 {
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 7vw;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-align: center;
  position: absolute;
  top: -3em;
  left: 26%;
  width: 180px;
  height: 135px;
  padding-top: 50px;
}

.cont02 .co02p h3 {
  font-size: 11vw;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #fff;
  text-align: center;
  padding: 2.5em 0 1em;
  position: relative;
}

.cont02 .co02p .co02p_02 {
  counter-reset: number 0;
}

.cont02 .co02p .co02p_02 .sp_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70.25%; /* 16:9 アスペクト比 */
    margin-left: 2.2em;
    padding-left: 0.8em;
}


/* .cont02 .co02p .co02p_02 .sp_box::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.08em;
  height: 7vw;
  background: #fff;
  left: 0;
  top: 0;
} */

.cont02 .co02p .co02p_02 .sp_box::before {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero) "";
    display: block;
    position: absolute;
    top: 0.1em;
    left: -1em;
    font-family: din-condensed, sans-serif;
    width: 10em;
    height: ;
    font-size: 2rem;
  }

.cont02 .co02p .co02p_02 .sp_box iframe {
    position: absolute;
    top: 0;
    left: 0em;
    width: 100%;
    height: 100%;
}


@keyframes drildown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(7vw); /* 下に伸びる距離を調整 */
  }
}

.cont02 .co02p .co02p_02 .sp_box {
  position: relative; /* アニメーションを適用する要素 */
  animation: drildown 4000s ease-in-out; /* アニメーションを適用 */
}



/**************************************************************

SEMINAR

**************************************************************/

.cont03 {}

.cont03 .co03 {}

.cont03 .co03 h2,
.cont04 .co04 .co04_04 h4 {
  font-size: 12vw;
}

.cont03 .co03 .co03_01 {
  display: flex;
  flex-flow: row wrap;
  margin: 10em auto;
}

.cont03 .co03 .co03_01 .co03_01h {
  position: relative;
  margin: 0 auto auto 0;
  padding: 0 0 14em;
  width: 25%;
  height: 10vh;
}

.cont03 .co03 .co03_01 .co03_01h::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.2em;
  height: 17vh;
  background: #000;
  left: 5vw;
  bottom: 8vw;
}

.cont03 .co03 .co03_01 .co03_01h h3 {
  font-size: 6vw;
}

.cont03 .co03 .co03_01 .co03_01li {
  max-width: 1100px;
  margin: auto;
}

.cont03 .co03 .co03_01 .co03_01li ul {}

.cont03 .co03 .co03_01 .co03_01li ul li {
  margin-bottom: 6em;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.08);
}

.cont03 .co03 .co03_01 .co03_01li ul li a {}

.cont03 .co03 .co03_01 .co03_01li ul li a .co03_01li_box {
  display: flex;
  flex-flow: row wrap;
  background: #f7f7f7;
  position: relative;
}

.cont03 .co03 .co03_01 .co03_01li ul li a .co03_01li_box::before {
  content: "";
  display: block;
  position: absolute;
  width: 20vh;
  height: 0.15em;
  background: #000;
  right: 3vw;
  bottom: 3vw;
}

.cont03 .co03 .co03_01 .co03_01li ul li a .co03_01li_box picture {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto auto 0;
}

.cont03 .co03 .co03_01 .co03_01li ul li a .co03_01li_box picture img {
  width: 100%;
  margin: auto;
}

.cont03 .co03 .co03_01 .co03_01li ul li a .co03_01li_box .co03_01li_boxp {
  width: 94%;
  max-width: 100%;
  padding: 6% 3%;
}

.cont03 .co03 .co03_01 .co03_01li ul li a .co03_01li_box .co03_01li_boxp p {
  font-size: 4vw;
  line-height: 1.85em;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.cont03 .co03 .co03_02 {
  margin: 10em auto;
}

.cont03 .co03 .co03_02 ul {
  display: flex;
  flex-flow: row wrap;
}

.cont03 .co03 .co03_02 ul li,
.cont04 .co04 .co04_04 ul li {
  width: 100%;
  margin: 0 auto 4em auto;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.08);
}

.cont03 .co03 .co03_02 ul li a .co03_02box dl,
.cont04 .co04 .co04_04 ul li a .co04_04box dl {
  padding-left: 2em;
  padding-bottom: 1em;
  border-left: solid 1.2em #000;
}

.cont03 .co03 .co03_02 ul li a .co03_02box dl dd {
  font-size: 3.6vw;
}

.cont03 .co03 .co03_03 {
  position: relative;
  padding: 10em 0 0;
  margin: 14em auto;
}

.cont03 .co03 .co03_03::before {
  content: "";
  display: block;
  position: absolute;
  width: 20vh;
  height: 0.15em;
  background: #000;
  left: 0vw;
  top: 0vw;
}

.cont03 .co03 .co03_03 .co03_03p1 {
  font-size: 3.6vw;
}

.cont03 .co03 .co03_03 .co03_03p2 {
  margin-top: 6em;
}

.cont03 .co03 .co03_03 .co03_03p2 a {
  font-size: 4.2vw;
  line-height: 1em;
  letter-spacing: 0.1em;
  transition: all .25s ease;
}






/**************************************************************

02 ROUTINE RESPONSE

**************************************************************/

.cont04 {
    margin: 25% auto 12em;
}


.cont04 .co04p {
  background: #1c1d1d;
  position: relative;
}


.cont04 .co04p h3 {
  font-size: 10vw;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #fff;
  text-align: center;
  padding: 0.7em 0 0.5em;
}

.cont04 .co04 .co04_02::before {
  bottom: 0;
}

.cont04 .co04 .co04_03 {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 7em;
}

.cont04 .co04 .co04_03 .co04_03h {
  width: 80%;
  margin: 0 auto 4em 0;
}

.cont04 .co04 .co04_03 .co04_03h h3 {
  font-size: 9vw;
  line-height: 1em;
  letter-spacing: 0.03em;
}

.cont04 .co04 .co04_03 .co04_03in {
  width: 96%;
  margin: 0 auto auto;
}

.cont04 .co04 .co04_03 .co04_03in ul {}

.cont04 .co04 .co04_03 .co04_03in ul li {
  margin-bottom: 4em;
}

.cont04 .co04 .co04_03 .co04_03in ul li a {
  transition: all .25s ease;
}

.cont04 .co04 .co04_03 .co04_03in ul li a:hover {
  color: #de5b04;
}

.cont04 .co04 .co04_03 .co04_03in ul li a .co04_03insp1 {
  font-size: 4.4vw;
}

.cont04 .co04 .co04_03 .co04_03in ul li a .co04_03insp2 {
  font-size: 4.2vw;
  padding-left: 0;
}

.cont04 .co04 .co04_04 {
  margin-top: 12em;
}

.cont04 .co04 .co04_04 h3 {
  font-size: 6vw;
}

.cont04 .co04 .co04_04 h3 .co04_04insp1 {
  font-size: 5.8vw;
  line-height: ;
  letter-spacing: 0.07em;
  display: inline-block;
}

.cont04 .co04 .co04_04 h3 .co04_04insp2 {
  font-size: 5.2vw;
  line-height: ;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: inline-block;
}

.cont04 .co04 .co04_04 h4 {
  padding: 1.8em 0 1em;
}


.cont04 .co04 .co04_04 ul li a .co04_04box dl dt {
  margin-bottom: 1.5em;
}


.cont04 .co04 .co04_04 ul li a:hover .co04_04box dl {
  border-left: solid 1.2em #de5b04;
  /* box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.08); */
}

.cont04 .co04 .co04_04 ul li a .co04_04box dl dt span.sp_b {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 1rem;
  line-height: 0.5em;
  letter-spacing: 0.03em;
  padding: 0.6em 1.2em 0.3em;
  position: relative;
  transition: color .25s ease;
}

.cont04 .co04 .co04_04 ul li a:hover .co04_04box dl dt {
  margin-bottom: 1.5em;
}

.cont04 .co04 .co04_04 ul li a:hover .co04_04box dl dt span.sp_b::before {
  transform: scaleX(1);
  transform-origin: left;
}

.cont04 .co04 .co04_04 ul li a .co04_04box dl dt span.sp_b::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #de5b04;
  transform: scaleX(0);
  transform-origin: right;
  transition: all .25s ease;
  transition-property: transform;
}


.cont04 .co04 .co04_04 ul li a .co04_04box dl dt span.sp_b .sp_t {
  position: relative;
}


.cont04 .co04 .co04_04 ul li a .co04_04box dl dd {
  font-size: 0.9rem;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-weight: 600;
}



/**************************************************************

LAWYERS

**************************************************************/

.cont05 {}

.cont05 .co05 {
  margin-bottom: 25em;
}

.cont05 .co05 h2 {
  font-size: 27vw;
  letter-spacing: 0.05em;
  display: inline-block;
}

.cont05 .co05 .co05ul {
  counter-reset: number 0;
  margin-top: 15em;
}


.cont05 .co05 .co05ul li {
  padding: 0 0 0 0em;
  position: relative;
  margin-bottom: 5em;
}

.cont05 .co05 .co05ul li a {
  display: inline-block;
}


.cont05 .co05 .co05ul li a picture {
  display: inline-block;
  transition: all .25s ease;
  background: #fff;
}


.cont05 .co05 .co05ul li a:hover picture {
  opacity: 0.8;
  background: rgba(0,0,0,0.8);
}

.cont05 .co05 .co05ul li a picture img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.cont05 .co05 .co05ul li a p {
  font-weight: ;
  font-size: 8vw;
  letter-spacing: 0.03em;
  line-height: 0.7em;
  padding-top: 1em;
  transition: all .25s ease;
}

.cont05 .co05 .co05ul li a h3 {
  font-weight: 600;
  font-size: 6vw;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  transition: all .25s ease;
}

.cont05 .co05 .co05ul li a:hover p,
.cont05 .co05 .co05ul li a:hover h3 {
  color: #de5b04;
}




.legal_l {
  /* padding: 4vw 0; */
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  margin-top: 5%;
  background: url(../img/ll_bg_sp.webp) center center no-repeat;
}

.legal_l .llbg {
  background: rgba(0, 0, 0, 0.5);
  padding: 8vh 0;
}

.legal_l .llbg .llcon {
  display: block;
  flex-flow: row wrap;
}

.legal_l .llbg .llcon .ll_le {
  margin: 0 auto 3vh;
}

.legal_l .llbg .llcon .ll_le h3 {
  font-size: 7vw;
  letter-spacing: 0.15em;
  line-height: 1em;
  color: #fff;
  padding-bottom: 0.3em;
}

.legal_l .llbg .llcon .ll_le p {
  font-size: 3.8vw;
  letter-spacing: 0.15em;
  line-height: 1.7em;
  padding-left: 2em;
  color: #fff;
  position: relative;
}

.legal_l .llbg .llcon .ll_le p::before {
  content: "";
  width: 0;
  height: 0.1em;
  position: absolute;
  top: 0.8em;
  left: 0;
  margin: auto;
  color: #A58B68;
  border-left: 1.3em solid #A58B68;
}

.legal_l .llbg .llcon .ll_ri {
  margin: 0 auto;
}

.legal_l .llbg .llcon .ll_ri p {
  font-size: 4vw;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #fff;
}



.legal_l .llbg .llcon .ll_ri .not_nl_llr_btn {
  margin-top: 2.2em;
  display: inline-block;
  position: relative;
}

.legal_l .llbg .llcon .ll_ri .not_nl_llr_btn::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #8d0116;
  border-radius: 50%;
  position: absolute;
  top: 52%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
}

.legal_l .llbg .llcon .ll_ri .not_nl_llr_btn a {
  display: inline-block;
  background: #fff;
  color: #091246;
  font-weight: 600;
  padding: 0.5em 23vw;
  letter-spacing: 0.2em;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.legal_l .llbg .llcon .ll_ri .not_nl_llr_btn a::before {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: -6px;
  height: 1px;
  right: -6px;
  width: 100%;
}

.legal_l .llbg .llcon .ll_ri .not_nl_llr_btn a::after {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 6px;
  right: -6px;
  height: 100%;
  width: 1px;
}

.legal_l .llbg .llcon .ll_ri .not_nl_llr_btn a:hover {
  color: #fff;
  background: -webkit-gradient(linear,left top,right top,from(#102035),to(#204068));
  background: linear-gradient(90deg,#102035,#204068);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.legal_l .llbg .llcon .ll_ri .not_nl_llr_btn a:hover::before {
  right: 0;
  bottom: 0;
  background: #204068;
}

.legal_l .llbg .llcon .ll_ri .not_nl_llr_btn a:hover::after {
  top: 0;
  right: 0;
  background: #204068;
}




.koushinbi .times p {
  font-weight: 600;
  font-size: 3vw;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #808080;
}

.koushinbi .times time {
  font-weight: 600;
  font-size: 3.2vw;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  color: #808080;
}

footer {
  background: #25355A;
  padding: 2% 0 3.5%;
  /* margin-top: 5%; */
}

footer .ftcon {
  display: flex;
  flex-flow: row wrap;
  padding: 1.5em 0 4em ;
}

footer .ftcon .ft_le {
  width: 100%;
  margin: 0 0 0 0;
}

footer .ftcon .ft_le .ft_logo {}

footer .ftcon .ft_le .ft_logo a {}

footer .ftcon .ft_le .ft_logo a img {
  width: 100%;
  max-width: 300px;
}

footer .ftcon .ft_le p {
  font-size: 4vw;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #fff;
  padding-top: 0.5em;
  position: relative;
  padding-left: 1.8em;
}

footer .ftcon .ft_le p strong {
  display: inline-block;
  padding-right: 0.5em;
}

footer .ftcon .ft_le p::before {
  content: "";
  width: 0;
  height: 0.1em;
  position: absolute;
  top: 1.4em;
  left: 0;
  margin: auto;
  color: #A58B68;
  border-left: 1.3em solid #A58B68;
}

footer .ftcon .ft_ri {
  width: 100%;
  margin: 3vh auto auto;
}

footer .ftcon .ft_ri ul {
  display: flex;
  flex-flow: row wrap;
}

footer .ftcon .ft_ri ul li {
  font-size: 4vw;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #fff;
  position: relative;
  padding-left: 1.8em;
  width: 100%;
  margin: 1.5vw 0;
}

footer .ftcon .ft_ri ul li::before {
  content: "";
  width: 0;
  height: 0.1em;
  position: absolute;
  top: 0.8em;
  left: 0;
  margin: auto;
  color: #fff;
  border-left: 1.3em solid #fff;
}

footer .ftcon .ft_ri ul li a {
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

footer .ftcon .ft_ri ul li a:hover {}

footer .ftcon .ft_ri ul li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .2s;
}

footer .ftcon .ft_ri ul li a:hover::after {
  transform: scale(1, 1);
}


footer .ftcon2 {
  background: #FAF7F7;
  padding: 1vh 0;
}

footer .ftcon2 p {
  font-size: 3.4vw;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  color: #1C2C58;
} 

/**************************************************************

NEW_FOOTER 20170829

**************************************************************/



}


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


}

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




}