@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 {
}

@font-face {
    font-family: "Bodoni 72 Book";
    font-style: normal;
    font-weight: normal;
    src: local("Bodoni 72 Book"),url("/cmn/font/Bodoni-72.woff") format("woff2");
    font-display: swap;
}




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

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: "Bodoni 72 Book",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;
}

.eimoji007 {
  font-family: "Josefin Sans", 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;
}


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

メインビジュアル

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

.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;
}


/* 上は削除 */

.mainco {}

.mainco .mainco_in {
  position: relative;
  padding: 35em 5em 0;
  /* margin: 21em auto auto; */
}

.mainco .mainco_in .main_imgh1 {}

.mainco .mainco_in .main_imgh1 .main_h1 {}

.mainco .mainco_in .main_imgh1 .main_h1 h1 {
  font-size: 2.2rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #102143;
  font-weight: 300;
  text-align: right;
}

.mainco .mainco_in .main_imgh1 .main_img {
  border-radius: 2em;
}

.mainco .mainco_in .main_imgh1 .main_img picture {
}

.mainco .mainco_in .main_imgh1 .main_img picture img {
  max-width: 100%;
  border-radius: 5em;
}

.mainco .mainco_in .main_en {
  position: absolute;
  top: 20em;
  left: 4em;
  padding-right: 1.5em;
  /* width: 944.5px;
  max-width: 1000px; */
  width: 1034.5px;
  max-width: 1100px;
}

.mainco .mainco_in .main_en .main_en01,
.mainco .mainco_in .main_en .main_en02 {
  font-size: 220px;
  line-height: 0.7em;
  letter-spacing: ;
  color: #102143;
  font-weight: 300;
}

.mainco .mainco_in .main_en .main_en01 span,
.mainco .mainco_in .main_en .main_en02 span {
  font-weight: 300;
  /* display: inline-block; */
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(90deg,rgba(227, 222, 100, 1) 25%, rgba(226, 152, 40, 1) 50%, rgba(208, 77, 69, 1) 75%);
  background-size: 200%;
  animation: gradation 10s infinite linear;
}

.mainco .mainco_in .main_en .main_en02 {
  text-align: right;
  letter-spacing: 0.065em;
}




@keyframes gradation {
    0%{
        background-position: 0% 20%;
    }
    50%{
        background-position: 100% 60%;
    }
    100%{
        background-position: 0% 100%;
    }
}

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

co01nav

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

.cont01 {}

.cont01 .co01_nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 95%;
  margin: 6em auto;
}

.cont01 .co01_nav .co01_n_h2 {}

.cont01 .co01_nav .co01_n_h2 h2 {
  font-size: 3.75rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #102143;
}

.cont01 .co01_nav .co01_n_list {
  width: 72%;
  max-width: 1000px;
}

.cont01 .co01_nav .co01_n_list nav {}

.cont01 .co01_nav .co01_n_list nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.cont01 .co01_nav .co01_n_list nav ul li {
  font-size: 1rem;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #102143;
}

.cont01 .co01_nav .co01_n_list nav ul li a {
  font-weight: 300;
  color: #102143;
  transition: all 0.25s ease;
  display: inline-block;
}

.cont01 .co01_nav .co01_n_list nav ul li a:hover {
  color: #de5b04;
}


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

Concept

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

.cont02 {
  margin: 12em auto 20em;
}

.cont02 .co02 {
  max-width: 1600px;
  margin: auto;
}

.cont02 .co02 h2 {
  font-size: 8.125rem;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #cedff3;
}

.cont02 .co02 .co02_p {
  max-width: 700px;
  margin: auto 28em auto auto;
}

.cont02 .co02 .co02_p p {
  font-size: 1.5rem;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #102143;
}




.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; /* アニメーションを適用 */
}



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

NEW TOPICS

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

.cont03 {
  background: #eff5f9;
  overflow: hidden;
  padding: 12em 0 5em;
}

.cont03 .co03 {}

.cont03 .co03 .co03_ins {
  margin-bottom: 9em;
}

.cont03 .co03 .co03_ins p {
  font-size: 8.125rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #103380;
}

.cont03 .co03 .co03_ins h2 {
  font-size: 1.5rem;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #102143;
}



.cont03 .co03 .co03_in_ent img {
  width: 100%;
  max-width: 16rem;
  text-align: center;
}


.cont03 .co03 {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #515151;
  --color-theme: #000;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
}


.cont03 .co03 .co03_in_sw {
  overflow: visible;
}


.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}

.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "" !important;
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.cont03 .co03 .co03_in_sw .swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 3.2rem;
}

.cont03 .co03 .co03_in_sw .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto 0 0;
  text-align: center;
}

.cont03 .co03 .co03_in_sw .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
  border-radius: 0;
}

.cont03 .co03 .co03_in_sw .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: var(--color-theme);
}

.cont03 .co03 .co03_in_sw .swiper-button-prev,
.cont03 .co03 .co03_in_sw .swiper-button-next {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0;
}

.cont03 .co03 .co03_in_sw .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.cont03 .co03 .co03_in_sw .swiper-button-disabled::before {
  -webkit-box-shadow: var(--box-shadow-inset);
          box-shadow: var(--box-shadow-inset);
}


.cont03 .co03 .co03_in_sw .swiper {
  overflow: visible;
}

.cont03 .co03 .co03_in_sw .swiper .swiper-wrapper {
  gap: 4em;
}

.cont03 .co03 .co03_in_sw .swiper ul {
  margin: auto;
}

.cont03 .co03 .co03_in_sw .swiper .swiper-wrapper .swiper-slide {}

.cont03 .co03 .co03_in_sw .swiper ul li {
/*   width: max-content; */
  width: 34%;
  margin: auto;
  margin-top: 0;
  background: #fff;
  align-items: stretch;
}


.cont03 .co03 .co03_in_sw .swiper ul li:last-child {
  margin-right: 10em;
}

.cont03 .co03 .co03_in_sw .swiper .swiper-wrapper .swiper-slide a {
  display: inline-block;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

.cont03 .co03 .co03_in_sw .swiper ul li a {}

.cont03 .co03 .co03_in_sw .swiper ul li a figure {
  display: inline-block;
}

.cont03 .co03 .co03_in_sw .swiper ul li a figure img {
  width: 100%;
}

.cont03 .co03 .co03_in_sw .swiper ul li a .co03_in_label {
  margin: 0.25em;
}

.cont03 .co03 .co03_in_sw .swiper ul li a .co03_in_label span {
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  background: #103380;
  padding: 0.3em 1.25em 0.1em;
}

.cont03 .co03 .co03_in_sw .swiper ul li a p {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  padding: 0 0.75em 1.1em;
}

.swiper-button-prev::before, .swiper-button-next::before {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.swiper-button-prev:hover::before, .swiper-button-next:hover::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.cont03 .co03 .co03_in_sw .swiper ul li a {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.cont03 .co03 .co03_in_sw .swiper ul li a img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.cont03 .co03 .co03_in_sw .swiper ul li a:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  /* -webkit-box-shadow: var(--box-shadow-hover);
          box-shadow: var(--box-shadow-hover); */
}
.cont03 .co03 .co03_in_sw .swiper ul li a:hover img {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  -webkit-box-shadow: var(--box-shadow-hover);
          box-shadow: var(--box-shadow-hover);
}

.cont03 .co03 .co03_hub {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding-top: 9em;
}

.cont03 .co03 .co03_hub .co03_hubin {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  gap: 20px; /* テキスト同士の間隔 */
  animation: hub-loop 10s linear infinite;
}


.cont03 .co03 .co03_hub .co03_hubin p {
  font-size: 13.75rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding-left: 1.5em;
}

@keyframes hub-loop {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%); /* 半分の位置まで移動 */
  }
}


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

01 StartUP

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

.cont04 {}

.cont04 .co04 {
  margin: 13em auto;
}


.cont04 .co04 hr {
  border-bottom: solid 1px #103380;
}

.cont04 .co04 .co04_box {
  padding: 3em 0;
  counter-reset: number 0;
}

.cont04 .co04 .co04_box#co04_0002,
.cont04 .co04 .co04_box#co04_0003,
.cont04 .co04 .co04_box#co04_0004 {
  margin-top: 18em;
} 

.cont04 .co04 .co04_box .co04_box_en {
  position: relative;
  /* font-size: 8.125rem; */
  font-size: 6.75rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  /* font-weight: 300; */
  font-weight: 200;
  color: #102143;
  padding-left: 0.8em;
}

.cont04 .co04 .co04_box .co04_box_en::before {
  content: "";
  width: 50px;
  height: 0.1em;
  position: absolute;
  top: 0em;
  left: 0;
  font-size: 3.125rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: 300;
  font-family:"Josefin Sans", sans-serif;
  margin: auto;
  color: #e77e24;
  /* border-left: 1.3em solid #A58B68; */
}


.cont04 .co04 .co04_box#co04_0001 .co04_box_en::before {
  content: "01-";
}
.cont04 .co04 .co04_box#co04_0002 .co04_box_en::before {
  content: "02-";
}
.cont04 .co04 .co04_box#co04_0003 .co04_box_en::before {
  content: "03-";
}
.cont04 .co04 .co04_box#co04_0004 .co04_box_en::before {
  content: "04-";
}

.cont04 .co04 .co04_box h2 {
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-weight: 300;
  color: #102143;
  padding-bottom: 5em;
}


.cont04 .co04 .co04_box .co04_box_h22 {
  position: relative;
  font-size: 4.125rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: 300;
  color: #102143;
  padding-left: 1.25em;
  padding-bottom: 0.3em;
}

.cont04 .co04 .co04_box .co04_box_h22::before {
  content: "";
  width: 50px;
  height: 0.1em;
  position: absolute;
  top: 0em;
  left: 0;
  font-size: 3.125rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: 300;
  font-family:"Josefin Sans", sans-serif;
  margin: auto;
  color: #e77e24;
  /* border-left: 1.3em solid #A58B68; */
}

.cont04 .co04 .co04_box#co04_0001 .co04_box_h22::before {
  content: "01-";
}
.cont04 .co04 .co04_box#co04_0002 .co04_box_h22::before {
  content: "02-";
}
.cont04 .co04 .co04_box#co04_0003 .co04_box_h22::before {
  content: "03-";
}
.cont04 .co04 .co04_box#co04_0004 .co04_box_h22::before {
  content: "04-";
}

.cont04 .co04 .co04_box .co04_box_en2 {
  font-size: 4.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-weight: 200;
  color: #102143;
  padding-bottom: 5em;
}



.cont04 .co04 .co04_box .co04_boxin {
  margin-bottom: 20em;
  /* counter-reset: number 0; */
}

.cont04 .co04 .co04_box .co04_boxin h3.co04_boxinh3 {
  position: relative;
  font-size: 2.18rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #0b1430;
  /* counter-reset: number 0; */
  padding-left: 3em;
}

.cont04 .co04 .co04_box .co04_boxin h3.co04_boxinh3::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) "";
  display: block;
  position: absolute;
  top: 0em;
  left: 0;
  font-family:"Josefin Sans", sans-serif;
  font-weight: 300;
  width: 10em;
  height: ;
  font-size: 5rem;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s {
  max-width: 1430px;
  margin: auto 0 auto 9.5em;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_boxin_s_p {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2.2em;
  font-weight: 400;
  color: #0b1430;
  padding: 4.5em 0;
}


.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_exa {
  position: relative;
  padding: 10em 0 10em 2em;
}


.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_exa::before,
.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_exa::after {
  position: absolute;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 6.25rem;
  line-height: 1em;
  width: 0.8em;
  height: 0.8em;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(90deg,rgba(227, 222, 100, 1) 25%, rgba(226, 152, 40, 1) 50%, rgba(208, 77, 69, 1) 75%);
  background-size: 200%;
  animation: gradation 10s infinite linear;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_exa::before {
  content: "“";
  top: 0;
  left: 0;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_exa::after {
  content: "”";
  bottom: 0;
  right: 0;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_exa h4 {
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-weight: 600;
  color: #0b1430;
  padding-bottom: 1.75em;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_exa ul {}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_exa ul li {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2.2em;
  font-weight: 400;
  color: #0b1430;
  position: relative;
  padding-left: 1.7em;
  margin-bottom: 1.4em;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_exa ul li::before {
  position: absolute;
  display: block;
  content: "";
  top: 0.85em;
  left: 0.5em;
  width: 0.35em;
  height: 0.35em;
  background: #0b1430;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont {
  margin: 4em auto 8em;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont h3 {}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont h3 span {
  font-size: 2.5rem;
  line-height: 0.7em;
  letter-spacing: 0.05em;
  color: #103380;
  padding: 0.2em 2em 0em 0.3em;
  font-weight: 300;
  display: inline-block;
  background: #efefef;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont .co04_cont_in {
  margin: 8em auto 4em;
}



.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont .co04_cont_in ul {
  display: flex;
  flex-flow: row wrap;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont .co04_cont_in ul li {
  width: 44%;
  margin: 0 3% 4.5% 0;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05);
  transition: all .25s ease;
  padding: 1.5em;
  border-radius: 0.8em;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont .co04_cont_in ul li:hover {
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont .co04_cont_in ul li a {}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont .co04_cont_in ul li a .co04_04box {}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont .co04_cont_in ul li a .co04_04box dl {
  padding-left: 3em;
  padding-bottom: 1em;
  border-left: solid 1.2em #103380;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont .co04_cont_in ul li a .co04_04box dl dt {
  margin-bottom: 1.5em;
}


.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont .co04_cont_in 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_box .co04_boxin .co04_boxin_s .co04_cont .co04_cont_in ul li a .co04_04box dl dt span.sp_b {
  display: inline-block;
  background: #103380;
  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_box .co04_boxin .co04_boxin_s .co04_cont .co04_cont_in ul li a:hover .co04_04box dl dt {
  margin-bottom: 1.5em;
}

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

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont .co04_cont_in 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_box .co04_boxin .co04_boxin_s .co04_cont .co04_cont_in ul li a .co04_04box dl dt span.sp_b .sp_t {
  position: relative;
}


.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont .co04_cont_in ul li a .co04_04box dl dd {
  font-size: 1rem;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-weight: 600;
}



.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_lawy {
  margin-top: 6em;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_lawy .co04_lawy_h {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_lawy .co04_lawy_h p {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 0.8em;
  font-weight: 300;
  color: #0b1430;
  padding-right: 1em;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_lawy .co04_lawy_h h3 {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-weight: 400;
  color: #0b1430;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_lawy .co04_lawy_c {
  margin: 6em auto 3em;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_lawy .co04_lawy_c ul {
  display: flex;
  flex-flow:  row wrap;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_lawy .co04_lawy_c ul li {
  width: 13%;
  margin: auto 3.5em auto 0;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_lawy .co04_lawy_c ul li a {}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_lawy .co04_lawy_c ul li a picture {
  display: inline-block;
  overflow: hidden;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_lawy .co04_lawy_c ul li a picture img {
  max-width: 100%;
  border-radius: 50%;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_lawy .co04_lawy_c ul li a p {
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-weight: 400;
  color: #0b1430;
  text-align: center;
  padding-top: 2em;
}



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

LAWYERS

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

.cont05 {
  position:relative;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 5em;
}

.cont05::before {
  content: '';
  position: absolute;
  background-image:url('../img/co05bg.webp');
  background-size:cover;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  filter: blur(3px);
  z-index: -1;
}



.cont05 .co05 {
  background: rgba(255, 255, 255, 0.7);
  padding: 19em 0;
}

.cont05 .co05 .co05con {
  position:relative;
  z-index:1;
  color:#fff;
  margin:0 auto;
}

.cont05 .co05 .co05con .co05con_t_en {
  font-size: 8.125rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #103380;
}

.cont05 .co05 .co05con h2 {
  font-size: 1.5rem;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #103380;
  padding-bottom: 4em;
}

.cont05 .co05 .co05con ul {
  display: flex;
  /*flex-flow: row wrap;*/
}

.cont05 .co05 .co05con ul li {
  width: 23%;
  margin: auto 1.5em auto auto;
}

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

.cont05 .co05 .co05con ul li a picture {}

.cont05 .co05 .co05con ul li a picture img {
  max-width: 100%;
}

.cont05 .co05 .co05con ul li a h3 {
  font-size: 1.05rem;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-weight: 400;
  /* color: ; */
}




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

パンくず

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

.features-detail-breadcrumbs-bottom {
  padding-left: 4em;
}

.features-detail-breadcrumbs-bottom nav {}

.features-detail-breadcrumbs-bottom nav ol {
  display: flex;
  flex-flow: row wrap;
}

.breadcrumbs-item:not(:last-child) {
    padding-right: 13px;
    margin-right: 13px;
}

.features-detail-breadcrumbs-bottom nav ol li {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  position: relative;
}

.breadcrumbs-item:not(:last-child):after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #091246;
    position: absolute;
    top: 60%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.features-detail-breadcrumbs-bottom nav ol li a {
  display: inline-block;
  color: #091246;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.features-detail-breadcrumbs-bottom nav ol li span {
  display: inline-block;
}



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

Legal Lounge

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



.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_le p.ft_logotxt::before {
  display: none;
}

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 (max-width: 1600px) {
.cont03 .co03 .contents,
.cont04 .co04 .contents,
.cont05 .co05 .contents {
  width: 90%;
  margin: auto;
}
.cont03 .co03 .co03_ins {
  margin-bottom: 9em;
}

.cont03 .co03 .co03_hub .co03_hubin p {
  padding-left: 4em;
}

@keyframes hub-loop {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-150%); /* 半分の位置まで移動 */
  }
}


}

@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) {
.content1440 {
    width: 90%;
    max-width: 1440px;
    height: auto;
    margin: auto 5%;
}
}

@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 .mainco_in {
  padding: 22em 1em 0em;
}

.mainco .mainco_in .main_imgh1 .main_img {}

.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 .mainco_in .main_imgh1 .main_img picture img {
  border-radius: 1.2em;
}

.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;
}

.mainco .mainco_in .main_en {
  top: 11em;
  left: 1em;
  width: 1034.5px;
  max-width: 94.05%;
  padding: 0;
}

.mainco .mainco_in .main_en .main_en01,
.mainco .mainco_in .main_en .main_en02 {
  font-size: 20vw;
}

.mainco .mainco_in .main_imgh1 .main_h1 h1 {
  font-size: 6vw;
  margin-bottom: 0.5em;
}

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

overview

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


.cont01 .co01_nav .co01_n_list {
  width: 92%;
  margin: auto;
}

.cont01 .co01_nav .co01_n_h2 h2 {
  font-size: 11vw;
  margin-bottom: 0.3em;
}

.cont01 .co01_nav .co01_n_list nav ul {
  display: block;
}

.cont01 .co01_nav .co01_n_list nav ul li {
  font-size: 3.8vw;
  margin-bottom: 0.5em;
  padding: 0 0 0 1.5em;
  position: relative;
  font-weight: 600;
}

.cont01 .co01_nav .co01_n_list nav ul li::before {
  content: '';
  position: absolute;
  width: 0.7em;
  height: 1px;
  top: 0.8em;
  left: 0;
  background: #192d8c;
}



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

concept

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

.cont02 .co02 {
  width: 96%;
  margin: auto;
}

.cont02 .co02 h2 {
  font-size: 19vw;
}

.cont02 .co02 .co02_p {
  margin: auto;
  margin-left: 2em;
}

.cont02 .co02 .co02_p p {
  font-size: 3.8vw;
  line-height: 2.2em;
}


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

NEW TOPICS

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

.cont03 .co03 .co03_ins p {
  font-size: 13vw;
}

.cont03 .co03 .co03_ins h2 {
  font-size: 4.8vw;
}

.cont03 .co03 .co03_in_sw .swiper ul li {
  width: 100%;
}

.cont03 .co03 .co03_in_sw .swiper ul li:last-child {
  margin-right: 1.5em;
}

.cont03 .co03 .co03_hub {
  padding-top: 5em;
}

.cont03 .co03 .co03_hub .co03_hubin p {
  font-size: 16vw;
}


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

cont04

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

.cont04 .co04 {
  margin: 13em auto 0em;
}

.cont04 .co04 .co04_box .co04_box_en {
  font-size: 15.5vw;
  padding-left: 1em;
}
.cont04 .co04 .co04_box#co04_0004 .co04_box_en {
  font-size: 14.5vw;
  padding-left: 1.1em;
}

.cont04 .co04 .co04_box .co04_box_en::before {
  font-size: 10.5vw;
}

.cont04 .co04 .co04_box h2 {
  font-size: 4.5vw;
}


.cont04 .co04 .co04_box .co04_boxin h3.co04_boxinh3 {
  font-size: 6.5vw;
}
.cont04 .co04 .co04_box#co04_0004 .co04_boxin h3.co04_boxinh3 {
  font-size: 5.77vw;
  line-height: 1.5em;
}

.cont04 .co04 .co04_box .co04_boxin h3.co04_boxinh3::before {
  font-size: 15vw;
  width: 1em;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s {
  margin: auto auto;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_boxin_s_p {
  font-size: 3.6vw;
  line-height: 2.2em;
  padding-left: 3em;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_exa {
  padding: 10em 0 10em;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_exa h4 {
  font-size: 5vw;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_exa ul li {
  font-size: 3.8vw;
  line-height: 1.7em;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont h3 span {
  font-size: 6vw;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont .co04_cont_in {
  margin: 4em auto ;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont .co04_cont_in ul li {
  width: 100%;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont .co04_cont_in ul li a .co04_04box dl {
  padding-left: 2em;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_cont .co04_cont_in ul li a .co04_04box dl dd {
  font-size: 3.6vw;
  line-height: 1.65em;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_lawy .co04_lawy_h p {
  font-size: 10vw;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_lawy .co04_lawy_h h3 {
  font-size: 4vw;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_lawy .co04_lawy_c ul li {
  width: 44%;
  margin: 1em;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_lawy .co04_lawy_c ul li a {
  display: flex;
  flex-flow: row wrap;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_lawy .co04_lawy_c ul li a picture {
  width: 40%;
}

.cont04 .co04 .co04_box .co04_boxin .co04_boxin_s .co04_lawy .co04_lawy_c ul li a p {
  font-size: 4vw;
  display: block;
  padding: 0;
  margin: auto;
}

.cont04 .co04 .co04_box .co04_boxin {
  margin-bottom: 13em;
}

.cont04 .co04 .co04_box#co04_0002, .cont04 .co04 .co04_box#co04_0003 {
  margin-top: 9em;
}

/* .cont03 .co03 .contents, .cont04 .co04 .contents, .cont05 .co05 .contents {
  width: 100%;
} */

.cont03 .co03 .co03_in_sw .swiper .swiper-wrapper {
    gap: 1em;
}

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

CHAPTER

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

.cont05 .co05 {
  padding: 5.5em 0;
}


.cont05 .co05 .co05con .co05con_t_en {
  font-size: 10vw;
}

.cont05 .co05 .co05con h2 {
  font-size: 3.8vw;
}

.cont05 .co05 .co05con ul li {
  width: 43%;
  margin: auto auto 1.5em;
}

.cont05 .co05 .co05con ul li a h3 {
  font-size: 3.8vw;
}


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

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; /* アニメーションを適用 */
}






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

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;
}
 */

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

パンくず

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

.features-detail-breadcrumbs-bottom {
  padding-left: 2em;
}

.breadcrumbs {
  padding: 0 16px;
  overflow: hidden;
}

.features-detail-breadcrumbs-bottom nav ol li {
  font-size: 3.2vw;
}




.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: 4.32vw;
  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;
  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;
  display: none;
}

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) {




}