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

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

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

.eimoji006 {
  font-family: inglesa-caps-variable, sans-serif;
}

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

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

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

.new_min {
  font-family: a-otf-ryumin-pr6n, serif;
}

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

.pink {
  color: #EB8397;
}

.orange {
  color: #DF971F;
}


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


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

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



main {}


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}


/*==================================================
シャッ（背景色が伸びて出現）
===================================*/

/*背景色が伸びて出現（共通）*/
.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

/*左から*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1.3s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 83%;
    height: 100%;
    background-color: #13243C;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger{
    opacity: 0;
}

.titarea {
  padding: 9em 4em ;
  position: relative;
}

/* .titarea::before {
  content: "";
  position: absolute;
  top: 8vh;
  right: 0;
  z-index: -1;
  width: 60vw;
  padding-top: 47vh;
  background: linear-gradient(45deg, rgba(76, 102, 137, 0.60), rgba(125, 163, 201, 0.60));
} */

.titarea::after {
  content: "";
  position: absolute;
  bottom: 10vh;
  left: 0;
  /* left: 0; */
  z-index: -1;
  width: 8vw;
  padding-top: 352px;
  background: linear-gradient(45deg, rgba(76, 102, 137, 1), rgba(125, 163, 201, 0.60));
}

.titarea .main_co01 {
  background: #EFEFEF;
  padding: 2.5em 3em;
}

.titarea .main_co01 .co01_top {
  border-bottom: solid thin #C9CACA;
  padding: 0.5% 0 1%;
}

.titarea .main_co01 .co01_top h2 {
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  padding-bottom: 0.3%;
}

.titarea .main_co01 .co01_top p {
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}

.titarea .main_co01 .txt_anchor {
  padding: 1% 0 1%;
}

.titarea .main_co01 .txt_anchor h3 {
  color: #4C6689;
  font-size: 0.85rem;
  line-height: 1.7em;
  letter-spacing: 0.02em;
  font-weight: 800;
}

.titarea .main_co01 .txt_anchor ul {
  display: flex;
  flex-flow: row wrap;
}

.titarea .main_co01 .txt_anchor ul li {
  font-size: 0.85rem;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  padding: 0.5% 0.5%;
  width: 30%;
  margin: auto 1%;
  text-align: left;
}

.titarea .main_co01 .txt_anchor ul li:nth-child(1) {
  width: 36%;
}

.titarea .main_co01 .txt_anchor ul li:nth-child(3) {
  width: 24%;
}

.titarea .main_co01 .txt_anchor ul li a {
  color: #4C6689;
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.titarea .main_co01 .txt_anchor ul li a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 9px;
  left: -11px;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #4C6689;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.titarea .main_co01 .txt_anchor ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #4C6689;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.titarea .main_co01 .txt_anchor ul li a:hover::after {
  transform: scale(1, 1);
}

.conts {
  padding: 5% 0.5% 5%;
  border-bottom: solid thin #C9CACA;
  position: relative;
}

.conts picture {
  display: inline-block;
  padding: 6em 8em;
}

.conts picture img {
  width: 100%;
  transition: .3s ease-in-out;
}

.conts picture:hover img {
  filter: grayscale(100%);
}

.Text-Span::after {
  content: '';
  position: absolute;
  left: 0;
  top: -14px;
  width: 0%;
  height: 4px;
  background: #5bc8ac;
  z-index: -1;
  transition: all 0.8s;
}
.Text-Span.isActive::after {
  width: 100%;
}

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

新規メイン_20220512

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



/* ==========================================
ローディング箇所
========================================== */

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: -moz-linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  background: -webkit-linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  background: linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06172f",endColorstr="#05162e",GradientType=1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: -moz-linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  background: -webkit-linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  background: linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06172f",endColorstr="#05162e",GradientType=1);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation .load_sub {
  color: #fff;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.loading-animation .load_jap {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 1em;
  font-weight: 300;
  padding: 0.2em 0;
  text-align: center;
  width: 100%;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}




/* ==========================================
ポップアップ箇所
========================================== */




#bun_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
}

#bun_top .not_bun_top_in {
  position: relative;
  background: #fff;
}

#bun_top .not_bun_top_in p {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.2em;
  padding: 0.5em 0.5em 0.2em;
}

#bun_top .not_bun_top_in a {
/*     background: #666; */
  text-decoration: none;
/*     color: #fff; */
  width: 300px;
/*     padding: 30px 0; */
  text-align: center;
  display: block;
  transition: all 0.5s;
  padding: 0.3em;
  opacity: 1;
  background: #fff;
/*     border-radius: 5px; */
}


#bun_top .not_bun_top_in a img {
max-width: 300px;
}

#bun_top .not_bun_top_in a:hover {
  /* text-decoration: none;
  background: #999; */
  opacity: 0.8;
}

#bun_top .not_bun_top_in #close {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  border: none;
  font-size: 14px;
  background: #122747;
  color: #fff;
  font-weight: bold;
}


#bun_top.not_bun_top_act{
  opacity: 1;
  visibility: visible;
}

#bun_top.not_bun_top_vis {
  visibility: hidden;
  opacity: 0;
}


#bun_top.hidden {
  opacity: 0;
  visibility: hidden;
}

/* ==========================================
メイン箇所
========================================== */

.maincont {
  position: relative;
  padding-bottom: 12em;
}

/* MainMVのラインアニメーション */

.maincont .mainbg {
  position: absolute;
  z-index: -3;
  top: -2.5em;
  right: 2.5em;
}

.maincont .mainbg .mainbg_line {
  overflow: hidden;
  width: 98vw;
  height: 50vw;
  position: relative;
  margin: 0 auto;
  display: block;
  /* border-top: solid 2px rgba(16, 52, 95, 0.3);
  border-right: solid 2px rgba(16, 52, 95, 0.3); */
}

.maincont .mainbg_line .box__line {
  position: absolute;
}

.box__line:nth-child(1),
.box__line:nth-child(3) {
  width: 100%;
  height: 1px;
}

.box__line:nth-child(2),
.box__line:nth-child(4) {
  width: 1px;
  height: 100%;
}

.box__line:nth-child(1) {
  top: 0;
  left: 0;
/*   background: linear-gradient(to right, rgba(16, 52, 95, 0.3), #05162e); */
  background: linear-gradient(to right, rgba(6,23,47,0.1) 0%, rgba(13,45,81,0.8) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 85%, rgba(119,23,28,1) 100%);
  animation: animate1 4s linear infinite;

}



.box__line:nth-child(2) {
  top: 0;
  right: 0;
  animation: animate2 4s linear infinite;
  animation-delay: 2s;
  background: linear-gradient(to bottom, rgba(6,23,47,0.1) 0%, rgba(13,45,81,0.8) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 85%, rgba(119,23,28,1) 100%);
}


.box__line:nth-child(3) {
  bottom: 0;
  left: 0;
  background: linear-gradient(to left, rgba(6,23,47,0) 0%, rgba(13,45,81,0) 32%, rgba(5,22,46,0) 62%, rgba(16,52,95,0) 85%, rgba(119,23,28,0) 100%);
  animation: animate3 2s linear infinite;
}


.box__line:nth-child(4) {
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(6,23,47,0.1) 0%, rgba(13,45,81,0.8) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 85%, rgba(119,23,28,1) 100%);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}


@keyframes animate1 {

  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes animate2 {

  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }

}

@keyframes animate3 {


  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }

}

@keyframes animate4 {


  0% {
    transform: translateY(100%);
  }


  100% {
    transform: translateY(-100%);
  }

}



/* main_swiper */

:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
/*   --color-theme: #f5695f; */
  --color-theme: #fff;
  --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);
}


.main_piccont {
  margin: 0 2.5vw;
}

.main_piccont picture {
  display: inline-block;
}

/* .slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
} */

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

/* .main_piccont picture img {
  max-width: 100%;
} */

.main_piccont .l-inner {
  padding-bottom: 0;
}

.main_piccont .swiper {
  background-color: #333;
}

.main_piccont .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.main_piccont .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.main_piccont .progressbar {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: var(--color-gray);
}
.main_piccont .progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background-color: var(--color-theme);
}
.main_piccont .swiper-slide {
  height: auto;
}

.main_piccont .slide-media {
  height: 47vw;
}

.main_piccont .slide-media img {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.main_piccont .slide-content {
  color: #fff;
}

.main_piccont .slide-title {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.main_piccont .slide-fraction {
  font-weight: bold;
  position: relative;
  text-align: center;
  --size: 3rem;
  padding-bottom: 2em;
}

.main_piccont .slide-fraction .circle {
  display: block;
  width: var(--size);
  height: var(--size);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: auto;
  margin-right: 2em;
}

.main_piccont .slide-fraction .circle svg {
  width: 100%;
  height: 100%;
  fill: none;
}

.main_piccont .slide-fraction .circle-01 {
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 1px;
}

.main_piccont .slide-fraction .circle-02 {
  stroke: var(--color-theme);
  stroke-width: 2px;
  stroke-dasharray: 201.056px;
  stroke-dashoffset: 201.056px;
}

.main_piccont .slide-fraction .current {
  font-size: 1.2rem;
  line-height: var(--size);
  position: absolute;
  top: 0.05em;
  right: 1em;
  width: var(--size);
  text-align: center;
  color: var(--color-theme);
}

.main_piccont .slide-fraction .total {
  font-size: 1.6rem;
}

.main_piccont .slide-fraction .total::before {
  position: relative;
  display: block;
  width: 3px;
  height: 1em;
  margin: -3px auto 0.5em;
  content: "";
  background-color: var(--color-theme);
}

.main_piccont .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main_piccont .swiper-slide[class*=-active] .slide-fraction .circle-02 {
  -webkit-animation: mv04-circle linear both;
          animation: mv04-circle linear both;
}

@-webkit-keyframes mv04-circle {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes mv04-circle {
  100% {
    stroke-dashoffset: 0;
  }
}

.maincont .main_tit {
  position: absolute;
  bottom: 0.5em;
  left: 3vw;
  z-index: 2;
}

.maincont .main_tit h1 {
  font-size: 4.2rem;
  letter-spacing: 0.35em;
  line-height: 1.2em;
  color: #000;
  font-weight: 800;
}

.maincont .main_tit h1 span {
  font-size: 1.5rem;
  line-height: 1em;
  color: #fff;
  font-weight: 700;
}

/* ==========================================
cont01
========================================== */
.cont01 {}

.cont01 .co01 {
  margin-top: 22em;
}

.cont01 .co01 .co01_eng {
  font-size: 1.5rem;
  letter-spacing: 0.35em;
  line-height: 1em;
  font-weight: 700;
  text-align: right;
}

.cont01 .co01 .co01_eng span {
  font-size: 3rem;
  line-height: 1em;
  font-weight: 500;
}

.cont01 .co01 h2 {
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #212121;
  line-height: 1.7em;
  font-weight: 300;
  text-align: right;
}

.cont01 .co01 h3 {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-weight: 600;
  text-align: right;
}

.cont01 .co01 p {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2.5em;
  font-weight: 500;
/*   text-align: left; */
  margin-right: 0;
  margin-left: 35%;
  margin-top: 7em;
}

.cont01 .co01_pic {
  position: relative;
  padding: 10em 0 10em;
  overflow: hidden;
}

.cont01 .co01_pic::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 300px;
  border-top: 100px solid #fff;
  border-left: 50vw solid #fff;
  border-right: 50vw solid #f0f3f7;
  border-bottom: 100px solid #f0f3f7;
}

.cont01 .co01_pic::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  color: #f0f3f7;
  background: #f0f3f7;
}


/* .cont01 .co01_pic::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 300px solid #f0f3f7;
  border-left: 50vw solid #f0f3f7;
  border-right: 50vw solid #f0f3f7;
  border-bottom: 150px solid #f0f3f7;
} */


.cont01 .co01_pic .co01_picin {
  position: relative;
  z-index: 2;
}

.cont01 .co01_pic .co01_picin picture {}

.cont01 .co01_pic .co01_picin picture img {
  width: 100%;
}



/* ==========================================
cont02
========================================== */

.cont02 {
  background: #f0f3f7;
}

.cont02 .co02 {}

.cont02 .co02 .co02_eng {
  font-size: 7rem;
  letter-spacing: 0.35em;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  text-shadow: -20px 14px 20px rgba(69,69,69,0.2);
}

.cont02 .co02 h2 {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-weight: 600;
  text-align: center;
}

.cont02 .co02 .co02swipe {
  margin: 3em auto;
  padding: 10em 0 20em;
}

.swiper-button-prev, 
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.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: "";
  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;
}

.cont02 .co02 .co02swipe {
  overflow: hidden;
}
.cont02 .co02 .co02swipe .swiper-main {
  overflow: visible;
}
.cont02 .co02 .co02swipe .swiper-main,
.cont02 .co02 .co02swipe .swiper-pagination-main {
  max-width: 700px;
  margin: auto;
}

.cont02 .co02 .co02swipe .swiper-pagination-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.4rem;
  max-width: 1000px;
}
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 2.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  color: var(--color-gray);
}
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet::before, 
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--color-theme);
}
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet::before {
  z-index: 1;
  right: 0;
  bottom: -6px;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin: auto;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 0 5px var(--color-base);
          box-shadow: 0 0 0 5px var(--color-base);
}
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet::after {
  right: 50%;
  bottom: 0;
  width: 100%;
  height: 3px;
}
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet:first-child::after {
  display: none;
}
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet .step {
  font-size: 1.6rem;
}
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet-active {
  color: var(--color-theme);
}
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet-active::before {
  -webkit-box-shadow: 0 0 0 4px var(--color-base), 0 0 0 7px var(--color-theme);
          box-shadow: 0 0 0 4px var(--color-base), 0 0 0 7px var(--color-theme);
}
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet-active ~ *::before, 
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet-active ~ *::after {
  background-color: var(--color-gray);
}
.cont02 .co02 .co02swipe .swiper-pagination-sub {
  font-size: 0;
  text-align: center;
}
.cont02 .co02 .co02swipe .swiper-pagination-sub .swiper-pagination-bullet {
  display: inline-block;
  width: 13px;
  height: 13px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
  border-radius: 50%;
}
.cont02 .co02 .co02swipe .swiper-pagination-sub .swiper-pagination-bullet:not(:first-child) {
  margin-left: 13px;
}
.cont02 .co02 .co02swipe .swiper-pagination-sub .swiper-pagination-bullet-active {
  background: linear-gradient(60deg, rgba(134, 91, 53, 1), rgba(192, 158, 111, 1) 44%);
}
.cont02 .co02 .co02swipe .swiper-button-prev, .cont02 .co02 .co02swipe .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cont02 .co02 .co02swipe .swiper-button-prev::before, 
.cont02 .co02 .co02swipe .swiper-button-next::before {
  display: none;
}
.cont02 .co02 .co02swipe .swiper-button-prev::after, 
.cont02 .co02 .co02swipe .swiper-button-next::after {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}
.cont02 .co02 .co02swipe .swiper-button-prev {
  right: calc(100% + 0.6rem);
}
.cont02 .co02 .co02swipe .swiper-button-next {
  left: calc(100% + 0.6rem);
}


.cont02 .co02 .co02swipe .swiper-button-prev.chil_b::before, 
.cont02 .co02 .co02swipe .swiper-button-next.chil_b::before {
  display: none;
}
.cont02 .co02 .co02swipe .swiper-button-prev.chil_b::after, 
.cont02 .co02 .co02swipe .swiper-button-next.chil_b::after {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  border: solid #7d7d7d;
  border-width: 3px 3px 0 0;
}
.cont02 .co02 .co02swipe .swiper-button-prev.chil_b {
  right: 95%;
  opacity: 1;
}
.cont02 .co02 .co02swipe .swiper-button-next.chil_b {
  left: 95%;
  opacity: 1;
}


.cont02 .co02 .co02swipe .swiper-slide {
  height: auto;
}
.cont02 .co02 .co02swipe .mainslide {
  width: 100%;
  height: 100%;
  padding: 3rem 0 1rem;
  text-align: center;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
.cont02 .co02 .co02swipe .mainslide-title {
  font-size: 2.4rem;
  line-height: 1.6;
  display: inline-block;
  border-bottom: 3px solid currentColor;
}
.cont02 .co02 .co02swipe .subslide {
  padding: 2rem;
}
.cont02 .co02 .co02swipe .subslide-media {
  margin-bottom: 3.2rem;
}
.cont02 .co02 .co02swipe .subslide-media img {
  width: 12rem;
  height: 12rem;
}

.cont02 .co02 .co02swipe .co02_slide1 {
  background: #fafafa;
  border-top: solid 4px #05162e;
  border-image: linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  border-image-slice: 1;
}

.cont02 .co02 .co02swipe .co02_slide1 h3 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  font-weight: 600;
  text-align: center;
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 {
  display: flex;
  flex-flow: row wrap;
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 picture {
  width: 45%;
  margin-right: 5%;
  display: inline-block;
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 picture img {
  max-width: 100%;
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in {
  width: 50%;
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in h4,
.cont02 .co02 .co02swipe .co02_slide1 .sub002 h4 {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: left;
  padding-bottom: 1em;
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in p,
.cont02 .co02 .co02swipe .co02_slide1 .sub002 p,
.cont02 .co02 .co02swipe .co02_slide1 .sub002 ul li {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-weight: 400;
  text-align: left;
}

.cont02 .co02 .co02swipe .co02_slide1 .sub002 ul li {
  position: relative;
  line-height: 1.2em;
  margin-bottom: 1em;
  padding-left: 1em;
}

.cont02 .co02 .co02swipe .co02_slide1 .sub002 ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #8d0116;
  border-radius: 50%;
  position: absolute;
  top: 0.55em;
  left: 0;
  z-index: 11;
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in .loc_contact {
  margin-top: 2em;
}

/* .cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in .loc_contact a {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-weight: 600;
  display: inline-block;
  padding: 0.3em 1.7em;
  background: #000;
  color: #fff;
  border: solid thin #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
} */

.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in .loc_contact a {
  font-size: 1rem;
  letter-spacing: 0.3em;
  line-height: 1.7em;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0.3em 2.3em;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in .loc_contact a::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;
}

/* .cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in .loc_contact a:hover {
  color: #000;
  background: #fff;
  border: solid thin #000;
  border-radius: 10px 10px;
} */

.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in .loc_contact a:hover {
  color: #8d0116;
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in .loc_contact a::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 5%;
  /*線の形状*/
  width: 80%;
  height: 1px;
  background:#000;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);/*X方向0、Y方向1*/
  transform-origin: left bottom;/*左上基点*/
}

.gnavi li.current a::after {
    transform: scale(0.2, 1);
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in .loc_contact a:hover::after {
    transform: scale(1, 1);
}


.cont02 .co02 .co02swipe .co02_slide1 .sub002 {}



/* ============================================
cont03
============================================ */

.cont03 {
  margin: 15em auto;
}

.cont03 .co03_titA {}

.cont03 .co03_titA .co03_eng {
  font-size: 6.2rem;
  letter-spacing: 0.3em;
  line-height: 1.2em;
  color: #000;
  font-weight: 500;
}

.cont03 .co03_titA .co03_tA_in {
  display: flex;
  flex-flow: row wrap;
}

.cont03 .co03_titA .co03_tA_in h2 {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-weight: 600;
  width: 40%;
}

.cont03 .co03_titA .co03_tA_in p {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2.2em;
  font-weight: 400;
  width: 60%;
  margin-left: 40%;
}

.cont03 .co03_dis {
  width: calc(100vw - 10vw);
  margin: auto;
}

.cont03 .co03_dis .co03_disbox {
/*   padding-bottom: 8em; */
  margin: 6em auto;
}

.cont03 .co03_dis .co03_disbox a {
  display: inline-block;
  position: relative;
  padding-bottom: 6em;
}

.cont03 .co03_dis .co03_disbox a picture {
  width: 100%;
  height: 30vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cont03 .co03_dis .co03_disbox a picture img {
  max-width: 100%;
  transition: all 0.7s;
  position: relative;
  top: -42%;
}

.cont03 .co03_dis .co03_disbox a:hover picture img {
  transform: scale(1.05, 1.05);
  transition: all 0.7s;
}


.cont03 .co03_dis .co03_disbox a .co03dis_in {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em;
  background: linear-gradient(60deg, rgba(134, 91, 53, 1), rgba(192, 158, 111, 1) 44%);
  width: 100%;
  max-width: 738px;
/*   max-width: 650px; */
}


.cont03 .co03_dis .co03_disbox a .co03dis_in p {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-weight: 500;
}

.cont03 .co03_dis .co03_disbox a .co03dis_in p span {
  font-size: 3rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #fff;
}

.cont03 .co03_dis .co03_disbox a .co03dis_in h3 {
  font-size: 1.35rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-weight: 600;
  color: #fff;
}

.cont03 {}


/* ============================================
cont_contact
============================================ */

.foot_contact {
  background: radial-gradient(rgba(255, 255, 255, 1) 69%, rgba(236, 236, 236, 1));
  padding: 7em 0;
}

.foot_contact .fc_01 {}

.foot_contact .fc_01 h3 {
  font-size: 6rem;
  letter-spacing: 0.35em;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  text-shadow: -20px 14px 20px rgba(0,0,0,0.2);
}

.foot_contact .fc_01 p {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-weight: 600;
  text-align: center;
}

.foot_contact .fc_01 .fc_01_link {
  margin: 5em auto auto;
  display: block;
  max-width: 25em;
}

.foot_contact .fc_01 .fc_01_link a {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  line-height: 2.3em;
  font-weight: 600;
  text-align: center;
  position: relative;
/*   display: inline-block; */
  margin: auto;
}

.foot_contact .fc_01 .fc_01_link a::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;
}

.foot_contact .fc_01 .fc_01_link a:hover {}

.foot_contact .fc_01 .fc_01_link a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 5%;
    /*線の形状*/
    width: 90%;
    height: 2px;
    background:#000;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left bottom;/*左上基点*/
}

.gnavi li.current a::after {
    transform: scale(0.2, 1);
}

.foot_contact .fc_01 .fc_01_link a:hover::after {
    transform: scale(1, 1);
}



/* ============================================
イニングcss
============================================ */



/* ====================================================
And More
==================================================== */

.andmore {
  text-align: center;
  padding: 8em 0;
}

.andmore img {
  width: 50%;
}










/* ==============================================
弁護士のcss
============================================== */


/* =======================================
1つ目のLL会員登録
======================================= */

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

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

.legal_l_01 .llbg .llcon {}

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

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

.legal_l_01 .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_01 .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_01 .llbg .llcon .ll_ri {
  margin: 3em auto auto;
}

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



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

.legal_l_01 .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_01 .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_01 .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_01 .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_01 .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_01 .llbg .llcon .ll_ri .not_nl_llr_btn a:hover::before {
  right: 0;
  bottom: 0;
  background: #204068;
}

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

/* =======================================
フッター直前のLL会員登録
======================================= */

.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%; */
  background: #0481A2;
  z-index: -2;
}

.legal_l .llbg a.slipe {
  /* background:#0481A2; */
  padding: 4.5vw 0;
  /* display: inline-block; */
  position: relative;
}

.legal_l .llbg a.slipe::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #2f4a81;
  transition:all .5s;
  opacity: 0;
}

.legal_l .llbg a.slipe:hover::after {
  width: 100%;
  opacity: 1;
}

.legal_l .llbg a.slipe:hover{
  color: #fff;
}



.legal_l .llbg .llcon {
  display: flex;
  flex-flow: row wrap;
  z-index: 2;
  position: relative;
}

.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 span {
  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 span::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 span::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 span: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 span:hover::before {
  right: 0;
  bottom: 0;
  background: #204068;
}

.legal_l .llbg .llcon .ll_ri .not_nl_llr_btn span: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 .logo_in {
  width: 100%;
  max-width: 250px;
  text-align: center;
}

footer .ftcon .ft_le .ft_logo .logo_in a {}

footer .ftcon .ft_le .ft_logo .logo_in 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 {
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  transform: scaleX(0.92);
  line-height: 2em;
  color: #fff;
  padding-top: 0.1em;
  position: relative;
  text-align: center;
  padding-left: 0;
  /*max-width: 300px;*/
}

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

.maincont {
  padding-bottom: 15em;
}

.cont01 .co01,
.cont01 .co01_pic .co01_picin,
.cont03 .co03_titA {
  max-width: 1850px;
}


.cont03 .co03_titA {
  margin-bottom: 8em;
}

.cont03 .co03_dis {
  width: calc(100% - 20vw);
}

}

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


.legal_l_01 .llbg .llcon {
  padding-left: 3vw;
}

}


@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 (min-width: 641px) and (max-width: 1024px) {

header .logo h1 {
  font-size: 0.8rem;
}

.maincont {
  padding-bottom: 25em;
}

.cont01 .co01 {
  margin-top: 18em;
}

.cont01 .co01 p {
  margin-left: 17%;
}

.cont03 .co03_titA .co03_eng {
  font-size: 5.8rem;
}

.legal_l .llbg .llcon .ll_le {
  width: 41%;
}

.legal_l .llbg .llcon .ll_ri {
  width: 54%;
}

}

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

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

/* ==========================================
ローディング箇所
========================================== */

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: -moz-linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  background: -webkit-linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  background: linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06172f",endColorstr="#05162e",GradientType=1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: -moz-linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  background: -webkit-linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  background: linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06172f",endColorstr="#05162e",GradientType=1);
  z-index: 9999;
  display: block;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation .load_sub {
  color: #fff;
  font-size: 15vw;
  letter-spacing: 0.1em;
  line-height: 1em;
  font-weight: 600;
  padding: 1em 0.5em 0.5em;
  text-align: left;
  width: 100%;
}

.loading-animation .load_jap {
  color: #fff;
  font-size: 5vw;
  letter-spacing: 0.2em;
  line-height: 1em;
  font-weight: 300;
  padding: 0.2em 0;
  text-align: center;
  width: 100%;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}


/* ==========================================
ポップアップ箇所
========================================== */




#bun_top {
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 77%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
}

#bun_top .not_bun_top_in {
  position: relative;
  background: #fff;
}

#bun_top .not_bun_top_in p {
  font-size: 2.5vw;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.2em;
  padding: 0.2em 0.5em 0em;
}

#bun_top .not_bun_top_in a {
/*     background: #666; */
  text-decoration: none;
/*     color: #fff; */
  width: 100%;
/*     padding: 30px 0; */
  text-align: center;
  display: block;
  transition: all 0.5s;
  padding: 0.3em;
  opacity: 1;
  background: #fff;
/*     border-radius: 5px; */
}


#bun_top .not_bun_top_in a img {
max-width: 100%;
}

#bun_top .not_bun_top_in a:hover {
  /* text-decoration: none;
  background: #999; */
  opacity: 0.8;
}

#bun_top .not_bun_top_in #close {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 30px;
  border-radius: 20px;
  border: none;
  font-size: 5vw;
  background: #122747;
  text-align: center;
  color: #fff;
  font-weight: bold;
}


#bun_top.not_bun_top_act{
  opacity: 1;
  visibility: visible;
}

#bun_top.not_bun_top_vis {
  visibility: hidden;
  opacity: 0;
}


#bun_top.hidden {
  opacity: 0;
  visibility: hidden;
}


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

新規メイン_20220512

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

/* ==========================================
メイン箇所
========================================== */

.maincont {
  position: relative;
  padding-bottom: 10em;
}

.maincont .mainbg {
  position: absolute;
  z-index: 0;
  top: -1.5em;
  right: 0.5em;
}

.maincont .mainbg .mainbg_line {
  overflow: hidden;
  width: 97.5vw;
  height: 141vw;
  position: relative;
  margin: 0 auto;
  display: block;
  /* border-top: solid 2px rgba(16, 52, 95, 0.3);
  border-right: solid 2px rgba(16, 52, 95, 0.3); */
}


.box__line:nth-child(1),
.box__line:nth-child(3) {
  width: 100%;
  height: 1px;
}

.box__line:nth-child(2),
.box__line:nth-child(4) {
  width: 1px;
  height: 100%;
}


/* main_swiper */


.main_piccont {
  margin: 0 2.5vw;
}

.main_piccont picture {
  display: inline-block;
}

/* .slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
} */

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

/* .main_piccont picture img {
  max-width: 100%;
} */

.main_piccont .l-inner {
  padding-bottom: 0;
}

.main_piccont .swiper {
  background-color: #333;
}

.main_piccont .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.main_piccont .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.main_piccont .progressbar {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: var(--color-gray);
}
.main_piccont .progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background-color: var(--color-theme);
}
.main_piccont .swiper-slide {
  height: auto;
}

.main_piccont .slide-media {
  height: 90vw;
}

.main_piccont .slide-media img {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.main_piccont .slide-content {
  color: #fff;
}

.main_piccont .slide-title {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.main_piccont .slide-fraction {
  font-weight: bold;
  position: relative;
  text-align: center;
  --size: 2rem;
}

.main_piccont .slide-fraction .circle {
  display: block;
  width: var(--size);
  height: var(--size);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: auto;
  margin-right: 1.2em;
  margin-bottom: 1em;
}

.main_piccont .slide-fraction .circle svg {
  width: 100%;
  height: 100%;
  fill: none;
}

.main_piccont .slide-fraction .circle-01 {
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 1px;
}

.main_piccont .slide-fraction .circle-02 {
  stroke: var(--color-theme);
  stroke-width: 2px;
  stroke-dasharray: 201.056px;
  stroke-dashoffset: 201.056px;
}

.main_piccont .slide-fraction .current {
  font-size: 3vw;
  line-height: var(--size);
  position: absolute;
  top: 0.05em;
  right: 1em;
  width: var(--size);
  text-align: center;
  color: var(--color-theme);
}

.main_piccont .slide-fraction .total {
  font-size: 3vw;
/*   display: none; */
}

.main_piccont .slide-fraction .total::before {
  position: relative;
  display: block;
  width: 1px;
  height: 1em;
  margin: -3px auto 0.5em;
  content: "";
  background-color: var(--color-theme);
}

.main_piccont .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main_piccont .swiper-slide[class*=-active] .slide-fraction .circle-02 {
  -webkit-animation: mv04-circle linear both;
          animation: mv04-circle linear both;
}

@-webkit-keyframes mv04-circle {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes mv04-circle {
  100% {
    stroke-dashoffset: 0;
  }
}

.maincont .main_tit {
  position: absolute;
  bottom: 1em;
  left: 3vw;
  z-index: 2;
}

.maincont .main_tit h1 {
  font-size: 7.5vw;
  letter-spacing: 0.2em;
  line-height: 1.2em;
  color: #000;
  font-weight: 800;
}

.maincont .main_tit h1 span {
  font-size: 5.5vw;
  line-height: 1em;
  color: #fff;
  font-weight: 700;
  text-shadow: -6px 4px 10px rgba(0,0,0,0.4);
}





/* ==========================================
cont01
========================================== */
.cont01 {}

.cont01 .co01 {
  margin-top: 7em;
}

.cont01 .co01 .co01_eng {
  font-size: 4vw;
  letter-spacing: 0.35em;
  line-height: 1em;
  font-weight: 700;
  text-align: right;
}

.cont01 .co01 .co01_eng span {
  font-size: 8vw;
}

.cont01 .co01 h2 {
  font-size: 6vw;
}

.cont01 .co01 h3 {
  font-size: 3.6vw;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-weight: 600;
  text-align: right;
}

.cont01 .co01 p {
  font-size: 4vw;
  letter-spacing: 0.05em;
  line-height: 2em;
  font-weight: 500;
/*   text-align: left; */
  margin-right: 0;
  margin-left: auto;
  margin-top: 4.5em;
}

.cont01 .co01_pic {
  position: relative;
  padding: 10em 0 10em;
  overflow: hidden;
}

.cont01 .co01_pic::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 150px;
  border-top: 100px solid #fff;
  border-left: 50vw solid #fff;
  border-right: 50vw solid #f0f3f7;
  border-bottom: 100px solid #f0f3f7;
}

.cont01 .co01_pic::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  color: #f0f3f7;
  background: #f0f3f7;
}


/* .cont01 .co01_pic::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 300px solid #f0f3f7;
  border-left: 50vw solid #f0f3f7;
  border-right: 50vw solid #f0f3f7;
  border-bottom: 150px solid #f0f3f7;
} */


.cont01 .co01_pic .co01_picin {
  position: relative;
  z-index: 2;
}

.cont01 .co01_pic .co01_picin picture {}

.cont01 .co01_pic .co01_picin picture img {
  width: 100%;
}




/* ==========================================
cont02
========================================== */

.cont02 {
  background: #f0f3f7;
}

.cont02 .co02 {}

.cont02 .co02 .co02_eng {
  font-size: 12vw;
  text-shadow: -10px 5px 15px rgba(69,69,69,0.3);
}

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

.cont02 .co02 .co02swipe {
  margin: 3em auto;
  padding: 4.5em 0 16em;
}

.swiper-button-prev, 
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.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: "";
  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;
}

.cont02 .co02 .co02swipe {
  overflow: hidden;
}
.cont02 .co02 .co02swipe .swiper-main {
  overflow: visible;
}
.cont02 .co02 .co02swipe .swiper-main,
.cont02 .co02 .co02swipe .swiper-pagination-main {
  max-width: 700px;
  margin: auto;
}

.cont02 .co02 .co02swipe .swiper-pagination-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.4rem;
  max-width: 1000px;
}
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 2.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  color: var(--color-gray);
}
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet::before, 
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--color-theme);
}
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet::before {
  z-index: 1;
  right: 0;
  bottom: -6px;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin: auto;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 0 5px var(--color-base);
          box-shadow: 0 0 0 5px var(--color-base);
}
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet::after {
  right: 50%;
  bottom: 0;
  width: 100%;
  height: 3px;
}
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet:first-child::after {
  display: none;
}
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet .step {
  font-size: 1.6rem;
}
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet-active {
  color: var(--color-theme);
}
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet-active::before {
  -webkit-box-shadow: 0 0 0 4px var(--color-base), 0 0 0 7px var(--color-theme);
          box-shadow: 0 0 0 4px var(--color-base), 0 0 0 7px var(--color-theme);
}
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet-active ~ *::before, 
.cont02 .co02 .co02swipe .swiper-pagination-main .swiper-pagination-bullet-active ~ *::after {
  background-color: var(--color-gray);
}
.cont02 .co02 .co02swipe .swiper-pagination-sub {
  font-size: 0;
  text-align: center;
}
.cont02 .co02 .co02swipe .swiper-pagination-sub .swiper-pagination-bullet {
  display: inline-block;
  width: 13px;
  height: 13px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
}
.cont02 .co02 .co02swipe .swiper-pagination-sub .swiper-pagination-bullet:not(:first-child) {
  margin-left: 13px;
}
.cont02 .co02 .co02swipe .swiper-pagination-sub .swiper-pagination-bullet-active {
  background: linear-gradient(60deg, rgba(134, 91, 53, 1), rgba(192, 158, 111, 1) 44%);
}
.cont02 .co02 .co02swipe .swiper-button-prev, .cont02 .co02 .co02swipe .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cont02 .co02 .co02swipe .swiper-button-prev::before, 
.cont02 .co02 .co02swipe .swiper-button-next::before {
  display: none;
}
.cont02 .co02 .co02swipe .swiper-button-prev::after, 
.cont02 .co02 .co02swipe .swiper-button-next::after {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}
.cont02 .co02 .co02swipe .swiper-button-prev {
  right: calc(100% + 0.6rem);
}
.cont02 .co02 .co02swipe .swiper-button-next {
  left: calc(100% + 0.6rem);
}
.cont02 .co02 .co02swipe .swiper-slide {
  height: auto;
}
.cont02 .co02 .co02swipe .mainslide {
  width: 100%;
  height: 93%;
  padding: 3rem 0 1rem;
  text-align: center;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
.cont02 .co02 .co02swipe .mainslide-title {
  font-size: 2.4rem;
  line-height: 1.6;
  display: inline-block;
  border-bottom: 3px solid currentColor;
}
.cont02 .co02 .co02swipe .subslide {
  padding: 2rem;
}
.cont02 .co02 .co02swipe .subslide-media {
  margin-bottom: 3.2rem;
}
.cont02 .co02 .co02swipe .subslide-media img {
  width: 12rem;
  height: 12rem;
}

.cont02 .co02 .co02swipe .co02_slide1 {
  background: #fafafa;
}

.cont02 .co02 .co02swipe .co02_slide1 h3 {
  font-size: 7vw;
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 {
  display: inline-block;
  flex-flow: row wrap;
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 picture {
  width: 100%;
  margin-right: auto;
  margin-bottom: 2em;
  display: inline-block;
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 picture img {
  max-width: 100%;
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in {
  width: 100%;
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in h4,
.cont02 .co02 .co02swipe .co02_slide1 .sub002 h4 {
  font-size: 5vw;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: left;
  padding-bottom: 1em;
  -webkit-text-size-adjust: 100%
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in p,
.cont02 .co02 .co02swipe .co02_slide1 .sub002 p,
.cont02 .co02 .co02swipe .co02_slide1 .sub002 ul li {
  font-size: 4vw;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-weight: 400;
  text-align: left;
  -webkit-text-size-adjust: 100%
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in .loc_contact {
  margin-top: 2em;
}

/* .cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in .loc_contact a {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-weight: 600;
  display: inline-block;
  padding: 0.3em 1.7em;
  background: #000;
  color: #fff;
  border: solid thin #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
} */

/* .cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in .loc_contact a:hover {
  color: #000;
  background: #fff;
  border: solid thin #000;
  border-radius: 10px 10px;
} */


.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in .loc_contact a {
  font-size: 3.6vw;
  letter-spacing: 0.2em;
  line-height: 1.7em;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0.3em 2.3em;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #000;
  color: #fff;
}


.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in .loc_contact a::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 52%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
}

/* .cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in .loc_contact a:hover {
  color: #000;
  background: #fff;
  border: solid thin #000;
  border-radius: 10px 10px;
} */

.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in .loc_contact a:hover {
  color: #8d0116;
  background: #fff;
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in .loc_contact a:hover::before {
  background-color: #8d0116;
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in .loc_contact a::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 5%;
  /*線の形状*/
  width: 80%;
  height: 1px;
  background:#000;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);/*X方向0、Y方向1*/
  transform-origin: left bottom;/*左上基点*/
}

.gnavi li.current a::after {
    transform: scale(0.2, 1);
}

.cont02 .co02 .co02swipe .co02_slide1 .sub001 .sub001_in .loc_contact a:hover::after {
    transform: scale(1, 1);
}


.cont02 .co02 .co02swipe .co02_slide1 .sub002 {}



/* ============================================
cont03
============================================ */

.cont03 {
  margin: 15em auto;
}

.cont03 .co03_titA {}

.cont03 .co03_titA .co03_eng {
  font-size: 9.5vw;
  letter-spacing: 0.35em;
  line-height: 1.2em;
  color: #000;
  font-weight: 700;
}

.cont03 .co03_titA .co03_tA_in {
  display: block;
}

.cont03 .co03_titA .co03_tA_in h2 {
  font-size: 3.4vw;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-weight: 600;
  width: 100%;
}

.cont03 .co03_titA .co03_tA_in p {
  font-size: 4vw;
  letter-spacing: 0.05em;
  line-height: 1.9em;
  font-weight: 500;
  width: 100%;
  margin-top: 3em;
  margin-left: auto;
}

.cont03 .co03_dis {
  width: calc(100vw - 10vw);
  margin: auto;
}

.cont03 .co03_dis .co03_disbox {
/*   padding-bottom: 8em; */
  margin: 6em auto;
  width: 100%;
}

.cont03 .co03_dis .co03_disbox a {
  display: inline-block;
  position: relative;
  padding-bottom: 0;
}

.cont03 .co03_dis .co03_disbox a picture {
  width: 100%;
  height: 42vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cont03 .co03_dis .co03_disbox a picture img {
  max-width: 100%;
  width: 100%;
  transition: all 0.7s;
  position: relative;
  top: -20%;
}

.cont03 .co03_dis .co03_disbox a:hover picture img {
  transform: scale(1.05, 1.05);
  transition: all 0.7s;
}


.cont03 .co03_dis .co03_disbox a .co03dis_in {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 2em;
  background: linear-gradient(60deg, rgba(134, 91, 53, 1), rgba(192, 158, 111, 1) 44%);
  width: auto;
  max-width: 640px;
  /*min-width: 89%;*/
}


.cont03 .co03_dis .co03_disbox a .co03dis_in p {
  font-size: 3.4vw;
  padding-bottom: 0.5em;
}

.cont03 .co03_dis .co03_disbox a .co03dis_in p span {
  font-size: 10vw;
}

.cont03 .co03_dis .co03_disbox a .co03dis_in h3 {
  font-size: 4vw;
  line-height: 1.4em;
}

.cont03 {}


/* ============================================
cont_contact
============================================ */

.foot_contact {
  background: radial-gradient(rgba(255, 255, 255, 1) 69%, rgba(236, 236, 236, 1));
  padding: 7em 0;
}

.foot_contact .fc_01 {}

.foot_contact .fc_01 h3 {
  font-size: 12vw;
  text-shadow: -12px 8px 20px rgba(0,0,0,0.2);
}

.foot_contact .fc_01 p {
  font-size: 3.4vw;
}

.foot_contact .fc_01 .fc_01_link {}

.foot_contact .fc_01 .fc_01_link a {
  font-size: 4vw;
}


/* ============================================
イニングcss
============================================ */



/* ============================================
comming soon箇所
============================================ */



/* ====================================================
And More
==================================================== */

.andmore_box {
  position: relative;
  z-index: 1;
  background: #fff;
}

.andmore {
  text-align: center;
  padding: 8em 0;
}

.andmore img {
  width: 70%;
}







/* ==============================================
弁護士のcss
============================================== */

.conts03 .c03in .lawyer_con {
  display: block;
  flex-flow: row wrap;
}

.conts03 .c03in .lawyer_con .lawyer {
  width: 100%;
  margin: 0 0 3em;
}

.conts03 .c03in .lawyer_con .lawyer a {
  display: inline-block;
  transition: all .4s ease-in-out;
}

.conts03 .c03in .lawyer_con .lawyer a:hover {
  box-shadow: 1px 1px 21px rgba(0,0,0,.35);
}

.conts03 .c03in .lawyer_con .lawyer a picture {}

.conts03 .c03in .lawyer_con .lawyer a picture img {
  max-width: 100%;
}

.conts03 .c03in .lawyer_con .lawyer a .lw_txt {
  padding: 1.8em 1.3em 1.3em;
}

.conts03 .c03in .lawyer_con .lawyer a .lw_txt h3 {
  font-size: 4.4vw;
  letter-spacing: 0.15em;
  line-height: 1em;
  color: #1C2C58;
}

.conts03 .c03in .lawyer_con .lawyer a .lw_txt p {
  font-size: 4.2vw;
  letter-spacing: 0.15em;
  line-height: 1em;
  color: #1C2C58;
  padding: 1em 0 1.3em;
}

.conts03 .c03in .lawyer_con .lawyer a .lw_txt ul {
  font-size: 3.8vw;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #1C2C58;
}

.conts03 .c03in .lawyer_con .lawyer a .lw_txt ul li {
  margin: 0.7em auto;
}



/* =======================================
1つ目のLL会員登録
======================================= */

.legal_l_01 {
  /* padding: 4vw 0; */
  background: url(../img/ll_bg.webp);
  background-position: center bottom;
  /* background-attachment: fixed; */
  background-size: cover;
  overflow: hidden;
  margin-top: 5%;
  width: 90vw;
  /* position: relative;
  z-index: 1;
  background: #fff; */
}

.legal_l_01 .llbg {
  background: rgba(0, 0, 0, 0.5);
  padding: 10vw 0;
}

.legal_l_01 .llbg .llcon {
  padding-left: 0;
}

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

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

.legal_l_01 .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_01 .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_01 .llbg .llcon .ll_ri {
  margin: 3em auto auto;
}

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



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

.legal_l_01 .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_01 .llbg .llcon .ll_ri .not_nl_llr_btn a {
  display: inline-block;
  background: #fff;
  color: #091246;
  font-weight: 600;
  padding: 0.5em 5vw 0.5em 7vw;
  letter-spacing: 0.2em;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.legal_l_01 .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_01 .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_01 .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_01 .llbg .llcon .ll_ri .not_nl_llr_btn a:hover::before {
  right: 0;
  bottom: 0;
  background: #204068;
}

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







.legal_l {
  /* padding: 4vw 0; */
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  background: #0481A2;
}

.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 span {
  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 span::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 span::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 span: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 span:hover::before {
  right: 0;
  bottom: 0;
  background: #204068;
}

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



/* .legal_l .llbg .llcon .ll_ri .not_nl_llr_btn span {
  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 span::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 span::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 span: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 span:hover::before {
  right: 0;
  bottom: 0;
  background: #204068;
}

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






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 .logo_in {
  max-width: 190px;
}

footer .ftcon .ft_le .ft_logo .logo_in a {}

footer .ftcon .ft_le .ft_logo .logo_in 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_le p.ft_logotxt {
  font-size: 3.1vw;
  letter-spacing: 0.05em;
  transform: scaleX(0.92);
  line-height: 2em;
  font-weight: 600;
  color: #fff;
  padding-top: 0.1em;
  position: relative;
  text-align: center;
  padding-left: 0;
  /*max-width: 300px;*/
}

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




}