@charset "utf-8";

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

body {
  font-size: 62.5%;
}

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

a:hover img {
  opacity: 1;
}

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

.content1350 {
  width: 100%;
  max-width: 1350px;
  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, serif;
}

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

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

.eimoji007 {
  font-family: teko, sans-serif;
}

.eimoji008 {
  font-family: adobe-garamond-pro, serif;
}

.eimoji009 {
  font-family: miller-banner, serif;
  font-style: italic;
}

.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-cjk-jp, sans-serif !important;
}


.new_goth4 {
  font-family: 'Noto Sans JP', sans-serif !important;
}

.new_min {
  font-family: 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);
}

/* header {}

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

header p a {}

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




/* ================================================
バックグラウンド
================================================ */

.bg_video {
  z-index: -1;
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
  position: fixed;
}

.bg_video .video_in {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 48.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.bg_video .video_in .not_video {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.bg_video .video_in .not_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
メイン箇所
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

main {}

.mainconts {
  position: relative;
  margin: 3em auto;
/*   background: rgba(4, 14, 32, 0.3); */
}

.mainconts::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 90%;
  height: 0.01em;
/*   color: #ea5327; */
  background: #8c8c8c;
/*   border: solid 0.15em #373838; */
  margin: auto;
}

.mainconts::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 90%;
  height: 0.01em;
/*   color: #ea5327; */
  background: #8c8c8c;
/*   border: solid 0.15em #373838; */
  margin: auto;
}

.mainconts .not_ma_in {
  position: relative;
  z-index: 2;
  padding: 10vw 2em 10vw 17em;
}

.mainconts .not_ma_in h1 {
  color: #231815;
  font-size: 4rem;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 200;
  text-align: left;
  text-shadow: 
    2px 2px 0px #fff, 
    4px 4px 0px rgba(0, 0, 0, 0.2);
}

.mainconts .not_ma_in p {
  color: #231815;
  font-size: 2.5rem;
  line-height: 1.7em;
  font-style: italic;
  letter-spacing: 0.2em;
  font-weight: 200;
  text-align: left;
  text-shadow: 
    2px 2px 0px #fff, 
    4px 4px 0px rgba(0, 0, 0, 0.2);
}

.mainconts .not_ma_in p span {
  font-style: italic;
  font-weight: 200;
}

.TextTyping span {
  display: none;
}

/*文字列後ろの線の設定*/
.TextTyping::after {
  content: "|";
  animation: typinganime .8s ease infinite;
}

@keyframes typinganime{
  from{opacity:0}
  to{opacity:1}
}



.mainconts .cube_svg {
  position: absolute;
  z-index: 1;
}

.mainconts .cube_svg#cube001 {
  top: 10em;
  right: 18vw;
  width: 20vw;
}

.mainconts .cube_svg#cube002 {
  top: 30em;
  right: 55vw;
  width: 9vw;
  z-index: 0;
}

.mainconts .cube_svg#cube003 {
  top: 41em;
  right: 20vw;
  width: 7vw;
}

.mainconts .cube_svg#cube004 {
  top: 6em;
  right: 10vw;
  width: 3vw;
}

.mainconts .cube_svg#cube005 {
  top: 2em;
  right: 3vw;
  width: 4vw;
  z-index: 0;
}



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

/* .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 {
  width: 100%;
  height: 100%;
  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); */
  background: #fefeff;
  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: #fefeff;
  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;
}

/*=============== SVGアニメーション内の指定 =================*/

/*アニメーション前の指定*/
#mask path {
  fill-opacity: 0;/*最初は透過0で見えない状態*/
  transition: fill-opacity .3s;/*カラーがつく際のアニメーション0.5秒で変化*/
  fill: none;/*塗りがない状態*/
  stroke: #bcbbbb;/*線の色*/
}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#mask.done path{
  fill: #bcbbbb;/*塗りの色*/
  fill-opacity: 1;/*透過1で見える状態*/
/*   stroke: none;線の色なし  */
}

#mask.done path.st1 {
  fill: #EA5327;
  fill-opacity: 1;
  stroke: #EA5327;
}

#mask.done path.st3 {
  fill: #72C8D5;
  fill-opacity: 1;
  stroke: #72C8D5;
}

#mask.done path.st3 {
  fill: #fff;
  fill-opacity: 1;
  stroke: #fff;
}

#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  /* 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); */
  background: #fefeff;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo svg{
    width:50vw;
    color: #fff;
}


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

新規メイン_20220512

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

header {
/*   background: rgba(4, 14, 32, 0.3); */
  padding-top: 1em;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

/*header .logo {
  width: 20%;
  margin-left: 2vw;
}*/


header .logo {
  /*position: absolute;*/
  top: 0;
  left: 0%;
  z-index: 3;
  padding: 1.3em 2.7em;
  max-width: 25vw;
  text-align: center;
}

header .logo img {
  width: 100%;
  max-width: 220px;
  padding-bottom: 0.25em;
  /* max-width: 300px;
  margin: auto; */
}

header .logo h1 {
  color: #192d8c;
  transform: scaleX(0.92);
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 600;
}

header .logo img {}

header .top_nav {}

header .top_nav ul {
  display: flex;
  flex-flow: row wrap;
}

header .top_nav ul li {
  margin: 0.3em 3em 0.3em auto;
}

header .top_nav ul li a {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s;
}

header .top_nav ul li a::after {}

header .top_nav ul li a:hover::after {}

header .top_nav ul li a:hover {
  color: #ea5327;
}

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

header .top_nav ul li a:hover::after  {
  transform-origin: left top;
  transform: scale(1, 1);
}





/* 
.is-fixed {
  position: fixed;
  top: 40vh !important;
  right: -23vh;
  z-index: 10;
}
 */




/* ==========================================
cont01箇所
========================================== */

.cont01 {
/*   background: url('../img/bg_0001.webp') no-repeat 0 50%; */
/*   background: #f7f7f7; */
/*   background-size: cover; */
  padding-bottom: 2vw;
  position: relative;
}

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

.cont01 .co01_in {
/*   background: #fff; */
  margin: auto;
}

.cont01 .co01_in h2 {
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-size: 2rem;
  font-weight: 200;
  padding: 2em 0 2em 1.5em;
}

.backline_js {
  background: -webkit-linear-gradient(left, rgba(248, 246, 240, 0.8) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgba(248, 246, 240, 0.8) 50%, transparent 50%);
  background: linear-gradient(left, rgba(248, 246, 240, 0.8) 50%, transparent 50%); 
/*   background:linear-gradient(transparent 50%, #ea5327 0%); */
  background-repeat: no-repeat;
  background-size: 200% .8em; 
  background-position: 100% .5em;
  transition: 1s;
/*   font-weight: 600; */
}

.backline_js.is-active{
  background-position: 0% .8em;
/*   font-weight: 600; */
}

.cont01 .co01_in h2 .backline_js.is-active{
  background-position: 0% .8em;
  font-weight: 200;
}

.cont01 .co01_in p {
  letter-spacing: 0.08em;
  line-height: 2.5em;
  font-size: 1rem;
  padding-top: 2em;
  padding-left: 3em;
  position: relative;
  width: calc(100% - 13em);
/*   margin: 2em 0; */
}

.cont01 .co01_in p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 1em;
  width: 0.01em;
  height: 100%;
/*   color: #ea5327; */
  background: #8c8c8c;
/*   border: solid 0.15em #373838; */
  margin: auto;
}

.cont01 .co01_in p#co01_in_term2 {
/*   margin-left: 10em; */
  margin: 4em 0 4em 10em;
}


.cont01 .co01_in .co01in_co .co01in_w p {
  letter-spacing: 0.08em;
  line-height: 2.5em;
  font-size: 1rem;
  padding-top: 2em;
  padding-left: 3em;
}

.cont01 .co01_in p a {
  display: inline-block;
  position: relative;
  line-height: 1.2em;
  font-weight: 800;
}

.cont01 .co01_in p a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ed7e32;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.cont01 .co01_in p a:hover::after {
  transform: scale(1, 1);
}





/* ==========================================
moreContents箇所
========================================== */

.plus_cont {
  padding: 10vw 0;
  background: #1c2c58;
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(247, 246, 239, 1));
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(247, 246, 239, 1));
  background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(247, 246, 239, 1));
}

.plus_cont .pcont {
  position: relative;
}


.plus_cont .pcont .spcon {
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 2em;
  background: rgba(255,255,255,.4);
  border: solid thin #000;
  max-width: 800px;
  margin: auto auto 4em;
}

.plus_cont .pcont .spcon .spcon_en {
  color: #121e3e;
  letter-spacing: 0.08em;
  line-height: 1.7em;
  font-size: 2rem;
}

.plus_cont .pcont .spcon h3 {
  color: #760a0a;
  letter-spacing: 0.08em;
  line-height: 1.7em;
  font-weight: 700;
  font-size: 1.15rem;
  padding-bottom: 1em;
}

.plus_cont .pcont .spcon ul {
  display: flex;
  flex-flow: row wrap;
}

.plus_cont .pcont .spcon ul li {
  letter-spacing: 0.08em;
  line-height: 1.7em;
  font-size: 1rem;
  width: 20%;
  margin: auto;
}

.plus_cont .pcont .spcon ul li a {
  color: #121e3e;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}


.plus_cont .pcont .spcon ul li a::before {
  background: #ed7e32;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: -1;
}

.plus_cont .pcont .spcon ul li a:hover {
  color: #fff;
}

.plus_cont .pcont .spcon ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}


.plus_cont .pcont p {
  font-size: 2rem;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  padding: 0.2em 1em;
  position: relative;
  z-index: 2;
}

.plus_cont .pcont p span {
  font-style: italic;
}

.plus_cont .pcont .pcont_bg {
  position: absolute;
  z-index: 0;
  top: -2em;
  left: 60em;
  text-align: center;
}

.plus_cont .pcont .pcont_bg img {
  width: 30%;
}


/* ==========================================
各種コンテンツ箇所
========================================== */

.cont02 {}

.cont02 .co02_in {}

.cont02 .co02_in .co02_in_top_p {
  color: #121e3e;
  letter-spacing: 0.08em;
  line-height: 1.7em;
  font-weight: 600;
  font-size: 1rem;
  padding-bottom: 1em;
}

.cont02 .co02_in .mx_btn {}


.cont02 .co02_in .mx_btn .not_esg_buttons {
  display: flex;
  flex-flow: row wrap;
}

.cont02 .co02_in .mx_btn .not_esg_buttons li,
.cont02 .co02_in .co02_sec .mx_btn2 .not_esg_buttons2 li {
/*   background: #121e3e; */
  color: #121e3e;
  font-weight: 200;
  line-height: 1em;
  margin: auto 1em 1em 0;
  letter-spacing: 0.08em;
  border-radius: 15px;
  padding: 0.3em 1em;
}

.cont02 .co02_in .mx_btn .not_esg_buttons li button,
.cont02 .co02_in .co02_sec .mx_btn2 .not_esg_buttons2 li button {
  color: #121e3e;
  letter-spacing: 0.08em;
  line-height: 1em;
  font-weight: 400;
  background: none;
  border: none;
  font-size: 1rem;
  display: inline-block;
  position: relative;
}

.cont02 .co02_in .mx_btn .not_esg_buttons li button::after,
.cont02 .co02_in .co02_sec .mx_btn2 .not_esg_buttons2 li button::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #121e3e;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.cont02 .co02_in .mx_btn .not_esg_buttons li button:hover::after,
.cont02 .co02_in .co02_sec .mx_btn2 .not_esg_buttons2 li button:hover::after {
  transform: scale(1, 1);
}


.cont02 .co02_in .mx_btn .not_esg_buttons li button.mt_triger.active::after,
.cont02 .co02_in .co02_sec .mx_btn2 .not_esg_buttons2 li button.mt_triger.active::after {
  position: relative;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ed7e32;
  display: block;
  transform: none;
}


.cont02 .co02_in .co02_sec {
  display: flex;
  flex-flow: row wrap;
  margin: 5em auto;
}


.cont02 .co02_in .co02_sec .mx_btn2 {
  width: 12%;
  margin: 0 3% 0 auto;
}

.cont02 .co02_in .co02_sec .co02_sec_con {
  width: 85%;
  margin: 0 auto;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod {
  margin: 1em auto 4em;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod h3 {
  font-size: 20px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-bottom: 2em;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod h3 span {
  font-weight: 600;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box {
  border: solid thin #bcbbbb;
  background: #fff;
  margin-bottom: 0.5em;
  padding: 1em;
  transition: all 0.3s;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box:hover {
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a {
  color: #091246;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a dl {}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a dl dt {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a dl dt .not_esg_pr_cate {
  font-size: 0.75rem;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: 300;
  width: 50%;
  margin-left: 0;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a dl dt .not_esg_pr_cate span {
  color: #fff;
  display: inline-block;
  padding: 0.3em 1em;
  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);
  transition: all 0.3s;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a:hover dl dt .not_esg_pr_cate span {
  background: #ed7e32;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a dl dt .not_esg_date {
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  font-weight: ;
  text-align: right;
  width: 50%;
  margin-right: 0;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a dl dt .not_esg_date time {
  color: #4c6689;
}


.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a dl dd {
  font-size: 0.95rem;
  line-height: 1.7em;
  letter-spacing: 0.08em;
  font-weight: 300;
  position: relative;
  padding: 0.3em 0 0.3em 1em;
  margin: 1em auto 0.5em;
  width: 100%;
  transition: all 0.3s;
}


.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a:hover dl dd {
  color: #4561a1;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a dl dd::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2.4em;
  top: 0px;
  left: 0px;
  margin: auto;
  border-left: 3px solid rgba(6,23,47,1);
}


.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a dl dd .not_c_a_list {
  font-size: 12px;
}

.js_fix_nav.is-fixed {
    position: fixed;
    top: 1vw;
/*     bottom: 30.5vw; */
    left: 12.5vw;
    width: 12%;
}




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

.conts03 .c03in {
  padding-top: 4em;
}

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

.conts03 .c03in .lawyer_con .lawyer {
  width: 25%;
  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: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1em;
  color: #1C2C58;
}

.conts03 .c03in .lawyer_con .lawyer a .lw_txt p {
  font-size: 1.1rem;
  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: 0.85rem;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #1C2C58;
}

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




.temp_bottom {
  background: #fff;
}

.eg_c {
  font-size: 0.8rem;
  display: inline-block;
  letter-spacing: 0.15em;
  line-height: 1.7em;
  color: #1b1b1b;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform-origin:left top;
  position: relative;
  padding-right: 10em;
}

.eg_c::after {
  content: "";
  width: 0;
  height: 0.1em;
  position: absolute;
  top: 0.8em;
  right: 0;
  margin: auto;
  color: #1b1b1b;
  border-left: 8em solid #1b1b1b;
}

.conts03 .c03in .co03in_01 {
  padding-top: 21em;
  position: relative;
}

.eng_mob {
  font-size: 2rem;
  letter-spacing: 0.3em;
  line-height: 1.7em;
  color: #1C2C58; 
  font-weight: 600;
}

.conts03 .c03in .co03in_01 h2 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  color: #1C2C58;
  font-weight: 200;
  padding-bottom: 1.5em;
}


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


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




/* =======================================
フッター直前の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 {}


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 (max-width: 1548px) {}


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

.js_fix_nav.is-fixed {
  position: fixed;
  top: 1vw;
/*   bottom: 18vw; */
  left: 2.5vw;
  width: 12%;
}


.cont01::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 60px solid #fff;
  border-left: 50vw solid #fff;
  border-right: 48.95vw solid #f7f6ef;
  border-bottom: 60px solid #f7f6ef;
}


.plus_cont .pcont .pcont_bg {
  position: absolute;
  z-index: 0;
  top: -2em;
  left: 59em;
}

.plus_cont .pcont .pcont_bg img {
  width: 30%;
}

}

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

/*.mainconts .not_ma_in {
  position: relative;
  z-index: 2;
  padding: 10vw 2em;
}*/

.mainconts .not_ma_in {
  position: relative;
  z-index: 2;
  padding: 10vw 2em;
}

.conts01 .c01in {
    padding: 14em 0 0;
}

.conts01 .rela_nav {
  padding-right: 0em;
  top: 13vh;
}

.conts01 .rela_nav .rela_navin {
  max-width: 450px;
}

.conts01 .rela_nav .rela_navin ul li {
  font-size: 1.05rem;
  line-height: 1em;
  letter-spacing: 0.07em;
  margin-right: 2em;
  margin-bottom: 1em;
  width: 100%;
  text-align: right;
}

.conts01 .rela_nav .rela_navin ul li span {
  font-size: 0.9rem;
  line-height: 2em;
  font-weight: 600;
}


.js_fix_nav.is-fixed {
  position: fixed;
  top: 1vw;
/*   bottom: 18vw; */
  left: 5vw;
  width: 12%;
}

.plus_cont .pcont .pcont_bg {
  position: absolute;
  z-index: 0;
  top: -2em;
  left: 52em;
}


}

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

}

@media screen and (max-width: 1351px) {
.mainconts .not_ma_in {
  position: relative;
  z-index: 2;
  padding: 10vw 2em;
}


.plus_cont .pcont .pcont_bg {
  position: absolute;
  z-index: 0;
  top: -2em;
  left: 52em;
}
}

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

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

.js_fix_nav.is-fixed {
  position: fixed;
  top: 1vw;
/*   bottom: 11vw; */
  left: 5vw;
  width: 12%;
}


.cont01::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 60px solid #fff;
  border-left: 50vw solid #fff;
  border-right: 48.8vw solid #f7f6ef;
  border-bottom: 60px solid #f7f6ef;
}


.plus_cont .pcont .pcont_bg {
  position: absolute;
  z-index: 0;
  top: -2em;
  left: 52em;
}

.plus_cont .pcont .pcont_bg img {
  width: 30%;
}

}

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

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



/* Loading アイコンの大きさ設定　*/
#splash_logo svg{
    width:80vw;
    color: #fff;
}

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

新規メイン_20220512

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




header .logo {
  padding: 1.3em 1.7em;
  max-width: 64vw;
  /*left: 18.5vw;*/
  left: 25vw;
}

header .logo img {
  /*width: 20.5vh;*/
  width: 33.5vw;
  max-width: 300px;
}

header .logo h1 {
  font-size: 2.1vw;
  text-align: center;
}


/* ================================================
バックグラウンド
================================================ */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
メイン箇所
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


.mainconts .not_ma_in {
  padding: 20vw 2em 25vw;
}

.mainconts .not_ma_in h1 {
  font-size: 8vw;
}

.mainconts .not_ma_in p {
  font-size: 4.8vw;
  font-style: italic;
  font-weight: 200;
}

.mainconts .not_ma_in p span {
  font-style: italic;
  font-weight: 200;
}

.mainconts::before,
.mainconts::after {
  height: 0.1em;
}




/* ==========================================
pickup箇所
========================================== */


.not_topi .not_t_in {
  display: block;
  flex-flow: row wrap;
  padding: 4vw 0;
}

.not_topi .not_t_in h2 {
  font-size: 4.5vw;
  width: auto;
  margin: auto;
  text-align: left;
}

.not_topi .not_t_in h2 span {
  padding: 0.4em 1.2em;
}

.not_topi .not_t_in .not_t_wrap {
  width: 100%;
  margin: 4vw 3% auto;
  height: 8em;
}

.not_topi .not_t_in .not_t_wrap .not_t_box {}

.not_topi .not_t_in .not_t_wrap .not_t_box a {
  position: relative;
  display: inline-block;
}


.not_topi .not_t_in .not_t_wrap .not_t_box a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.not_topi .not_t_in .not_t_wrap .not_t_box a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.not_topi .not_t_in .not_t_wrap .not_t_box a span {
  font-size: 5.5vw;
}

.not_topi .not_t_in .not_t_wrap .not_t_box a p {
  font-size: 4vw;
}



/* ==========================================
cont01箇所
========================================== */

.cont01 {
/*   background: url('../img/bg_0001.webp') no-repeat 0 50%; */
/*   background: #f7f7f7; */
/*   background-size: cover; */
  padding-bottom: 2vw;
  position: relative;
}

.cont01::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 60px solid #fff;
  border-left: 50vw solid #fff;
  border-right: 50vw solid #f7f6ef;
  border-bottom: 60px solid #f7f6ef;
}

.cont01 .co01_in {
/*   background: #fff; */
  margin: auto;
}

.cont01 .co01_in h2 {
  font-size: 6vw;
  padding-left: 0.5em;
}



.cont01 .co01_in h2 .backline_js.is-active{
  background-position: 0% .8em;
  font-weight: 200;
}

.cont01 .co01_in p {
  font-size: 3.4vw;
  padding-left: 1.5em;
  position: relative;
  width: calc(100% - 1em);
/*   margin: 2em 0; */
}

.cont01 .co01_in p::before {
  width: 0.1em;
  background: #e1e1e1;
}

.cont01 .co01_in p#co01_in_term2 {
/*   margin-left: 10em; */
  margin: 4em 0 4em 0em;
}


.cont01 .co01_in .co01in_co .co01in_w p {
  letter-spacing: 0.08em;
  line-height: 2.5em;
  font-size: 1rem;
  padding-top: 2em;
  padding-left: 3em;
}


.mainconts .cube_svg#cube001 {
  top: 10em;
  right: 18vw;
  width: 25vw;
}

.mainconts .cube_svg#cube002 {
  top: 10em;
  right: 85vw;
  width: 12vw;
}

.mainconts .cube_svg#cube003 {
  top: 15em;
  right: 2vw;
  width: 8.5vw;
}

.mainconts .cube_svg#cube004 {
  top: 6em;
  right: 10vw;
  width: 7vw;
}

.mainconts .cube_svg#cube005 {
  top: 14em;
  right: 10vw;
  width: 6vw;
}



/* ==========================================
moreContents箇所
========================================== */

.plus_cont {
  padding: 25vw 0;
  background: #1c2c58;
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(247, 246, 239, 1));
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(247, 246, 239, 1));
  background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(247, 246, 239, 1));
}

.plus_cont .pcont {
  position: relative;
}



.plus_cont .pcont .spcon {}

.plus_cont .pcont .spcon .spcon_en {
  font-size: 8vw;
}

.plus_cont .pcont .spcon h3 {
  font-size: 4vw;
}

.plus_cont .pcont .spcon ul li {
  font-size: 3.6vw;
  width: 48%;
  margin: 1em auto;
}

.plus_cont .pcont .spcon ul li a {
  color: #121e3e;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}


.plus_cont .pcont .spcon ul li a::before {
  background: #ed7e32;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: -1;
}

.plus_cont .pcont .spcon ul li a:hover {
  color: #fff;
}

.plus_cont .pcont .spcon ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.plus_cont .pcont p {
  font-size: 7vw;
}

.plus_cont .pcont .pcont_bg {
  top: 0em;
  left: 13em;
}

.plus_cont .pcont .pcont_bg img {
  width: 40%;
}




/* ==========================================
cont02_スマホの時のscrollのアニメーション箇所
========================================== */


/*スクロールダウン全体の場所*/
.side_scroll{
    /*描画位置※位置は適宜調整してください*/
  position:relative;
  height: 1.4vh;
}

/*Scrollテキストの描写*/
.side_scroll span{
    /*描画位置*/
  position: absolute;
  left:-15px;
  top: -15px;
    /*テキストの形状*/
  color: #ea5327;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.side_scroll::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0.8em;
    /*線の形状*/
  width: 30px;
  height: 1px;
  background: #ea5327;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    width:0;
    left:0vw;
    opacity: 0;
  }
  30%{
    width: 30px;
    opacity: 1;
  }
  100%{
    width:0;
    left:40vw;
    opacity: 0;
  }
}












.conts01 .c01in .co01in_01,
.conts03 .c03in .co03in_01 {
  padding-top: 14vh;
  position: relative;
}


.conts01 .c01in .co01in_01 {
  padding-bottom: 27vh;
  padding-top: 40vw;
}

.eng_mob {
  font-size: 4.5vw;
}

.conts01 .c01in .co01in_01 h2,
.conts03 .c03in .co03in_01 h2 {
  font-size: 5.3vw;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  color: #1C2C58;
  font-weight: 600;
  padding-bottom: 1.5em;
}

.conts01 .c01in .co01in_01 p {
  font-size: 3.8vw;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #1b1b1b;
  padding-right: 0;
}

.conts01 .c01in .co01in_01 figure {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.conts01 .c01in .co01in_01 figure img {
  max-width: 100%;
}

.conts01 .c01in .co01in_02 {
  padding: 10em 1.5em 7em;
}

.conts01 .c01in .co01in_02 h2 {
  font-size: 5.2vw;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  color: #1C2C58;
  font-weight: 600;
}

.conts01 .c01in .co01in_02 p {
  font-size: 3.8vw;
  padding: 1.5em 0 4em;
}

.conts01 .c01in .co01in_02 .co01in_02_komi {
  padding-bottom: 2.5em;
}

.conts01 .c01in .co01in_02 .co01in_02_komi h3 {
  font-size: 5vw;
  line-height: 1.5em;
}

.conts01 .c01in .co01in_02 .co01in_02_komi h3 span {
  display: inline-block;
  padding-right: 0.5em;
  font-weight: 500;
}

.conts01 .c01in .co01in_02 .co01in_02_komi ul {
  margin: 0.7em auto 2em 3vw;
}

.conts01 .c01in .co01in_02 .co01in_02_komi ul li {
  font-size: 3.8vw;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #1b1b1b;
  display: inline-block;
  margin: 0.5em auto;
  padding-left: 1em;
  position: relative;
}

.conts01 .c01in .co01in_02 .co01in_02_komi ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 0.8em;
  left: 0;
  margin: auto;
  border-radius: 50%;
  border-left: 4px solid #1f2d40;
}


/* ==========================================
各種コンテンツ箇所
========================================== */

.cont02 {}

.cont02 .co02_in {}

.cont02 .co02_in .co02_in_top_p {
  font-size: 3.4vw;
}

.cont02 .co02_in .mx_btn {}


.cont02 .co02_in .mx_btn .not_esg_buttons,
.cont02 .co02_in .co02_sec .mx_btn2 .not_esg_buttons2 {
  display: flex;
  flex-flow: row wrap;
}

.cont02 .co02_in .co02_sec .mx_btn2 .ov_scr .not_esg_buttons2 {
  overflow: hidden;
  width: 1310px;
  align-items: center;
/*   height: fit-content; */
}

.cont02 .co02_in .mx_btn .not_esg_buttons li,
.cont02 .co02_in .co02_sec .mx_btn2 .not_esg_buttons2 li {
/*   background: #121e3e; */
  color: #121e3e;
  font-weight: 200;
  line-height: 1em;
  margin: 1em 2px;
  letter-spacing: 0.08em;
  border-radius: 15px;
  padding: 0.3em 0.1em;
}

.cont02 .co02_in .mx_btn .not_esg_buttons li button,
.cont02 .co02_in .co02_sec .mx_btn2 .not_esg_buttons2 li button {
  color: #121e3e;
  letter-spacing: 0.08em;
  line-height: 1em;
  font-weight: 400;
  background: none;
  border: none;
  font-size: 3.6vw;
  display: inline-block;
  position: relative;
}

.cont02 .co02_in .mx_btn .not_esg_buttons li button::after,
.cont02 .co02_in .co02_sec .mx_btn2 .not_esg_buttons2 li button::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #121e3e;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

.cont02 .co02_in .mx_btn .not_esg_buttons li button:hover::after,
.cont02 .co02_in .co02_sec .mx_btn2 .not_esg_buttons2 li button:hover::after {
    transform: scale(1, 1);
}


.cont02 .co02_in .co02_sec {
  display: block;
  flex-flow: row wrap;
  margin: 1em auto 5em;
}


.cont02 .co02_in .co02_sec .mx_btn2 {
  width: 100%;
  margin: 0 auto 0 auto;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.cont02 .co02_in .co02_sec .mx_btn2 .ov_scr {
  background: #fff;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 3;
}

.cont02 .co02_in .co02_sec .co02_sec_con {
  width: 100%;
  margin: 0 auto;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod {
  margin: 1em auto 4em;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod h3 {
  font-size: 4vw;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-bottom: 2em;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod h3 span {
  font-weight: 600;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box {
  border: solid thin #bcbbbb;
  background: #fff;
  margin-bottom: 0.5em;
  padding: 1em;
  transition: all 0.3s;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box:hover {
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a {
  color: #091246;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a dl {}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a dl dt {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a dl dt .not_esg_pr_cate {
  font-size: 3.2vw;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: 300;
  width: 50%;
  margin-left: 0;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a dl dt .not_esg_pr_cate span {
  color: #fff;
  display: inline-block;
  padding: 0.3em 1em;
  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);
  transition: all 0.3s;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a:hover dl dt .not_esg_pr_cate span {
  background: #ed7e32;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a dl dt .not_esg_date {
  font-size: 3.4vw;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  font-weight: ;
  text-align: right;
  width: 50%;
  margin-right: 0;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a dl dt .not_esg_date time {
  color: #4c6689;
}


.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a dl dd {
  font-size: 4vw;
  line-height: 1.7em;
  letter-spacing: 0.08em;
  font-weight: 300;
  position: relative;
  padding: 0.3em 0 0.3em 1em;
  margin: 1em auto 0.5em;
  width: 95%;
  transition: all 0.3s;
}


.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a:hover dl dd {
  color: #4561a1;
}

.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a dl dd::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2.4em;
  top: 0px;
  left: 0px;
  margin: auto;
  border-left: 3px solid rgba(6,23,47,1);
}


.cont02 .co02_in .co02_sec .co02_sec_con .not_esg_prod .not_esg_prod_box a dl dd .not_c_a_list {
  font-size: 12px;
}

.js_fix_nav.is-fixed {
    position: relative;
/*     top: 0 !important; */
    bottom: 0;
    left: 0;
    width: auto;
    background: #fff;
}

.conttop_return {
  background: #000;
  box-shadow: 0px -3px 10px 0px rgba(108, 108, 108, 0.4);
}

.conttop_return p {}

.conttop_return p a {
/*   display: inline-block; */
  padding: 1.2em 0;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  text-align: center;
  font-style: italic;
}

.blinking{
  -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}

#bun_top {
  position: fixed;
  bottom: 0;
  left: 0;
/*   font-size: 77%; */
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  vertical-align: bottom;
  width: 100%;
}



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

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






.non_pad {
  padding-top: 0 !important;
  padding-bottom: 2em !important;
}



/* ==============================================
著書論文のcss
============================================== */

.nl_c {
  margin: 9em auto 3em;
}

.nl_c h3 {
  font-size: 4.6vw;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  color: #1C2C58;
  font-weight: 600;
  padding-bottom: 1.5vh;
}

.co_in_nl {
  display: flex;
  flex-flow: row wrap;
}

.co_in_nl .nl_box {
  width: 100%;
  margin: 0 auto 4vh;
}

.co_in_nl .nl_box a {
  display: flex;
  flex-flow: row wrap;
  transition: all .4s ease-in-out;
}

.co_in_nl .nl_box a:hover {
  box-shadow: 0px 13px 21px rgba(145,145,145,.35);
}

.co_in_nl .nl_box picture {
  display: inline-block;
  width: 100%;
  margin: 0 0 0 0;
  /* padding: 1.5em; */
  /* background: #A9AAAF;
  background: -moz-linear-gradient(top left, #D8D9DB 0%, #D1D1D3 50%, #A9AAAF 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(#D8D9DB), color-stop(50%, #D1D1D3), to(#A9AAAF));
  background: -webkit-linear-gradient(top left, #D8D9DB 0%, #D1D1D3 50%, #A9AAAF 100%);
  background: -o-linear-gradient(top left, #D8D9DB 0%, #D1D1D3 50%, #A9AAAF 100%);
  background: -ms-linear-gradient(top left, #D8D9DB 0%, #D1D1D3 50%, #A9AAAF 100%);
  background: linear-gradient(to bottom right, #D8D9DB 0%, #D1D1D3 50%, #A9AAAF 100%); */
}

.co_in_nl .nl_box picture img {
  max-width: 94%;
  padding: 1vh;
  background: #A9AAAF;
  background: -moz-linear-gradient(top left, #D8D9DB 0%, #D1D1D3 50%, #A9AAAF 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(#D8D9DB), color-stop(50%, #D1D1D3), to(#A9AAAF));
  background: -webkit-linear-gradient(top left, #D8D9DB 0%, #D1D1D3 50%, #A9AAAF 100%);
  background: -o-linear-gradient(top left, #D8D9DB 0%, #D1D1D3 50%, #A9AAAF 100%);
  background: -ms-linear-gradient(top left, #D8D9DB 0%, #D1D1D3 50%, #A9AAAF 100%);
  background: linear-gradient(to bottom right, #D8D9DB 0%, #D1D1D3 50%, #A9AAAF 100%);
}

.co_in_nl .sem_box picture img {
  padding: 0;
  max-width: 100%;
}


.co_in_nl .nl_box picture.pc {
  display: none;
}

.co_in_nl .nl_box picture.sp {
  display: block;
  margin: 1vh auto;
}

.co_in_nl .nl_box .nl_box_txt {
  width: 100%;
  margin: 0 auto 0;
}

.co_in_nl .sem_box .nl_box_txt {
  margin-top: 2vh;
}

.co_in_nl .nl_box .nl_box_txt .nl_sort {}

.co_in_nl .nl_box .nl_box_txt .nl_sort span {
  display: inline-block;
  font-size: 3.6vw;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #fff;
  padding: 0.3em;
  background: transparent -webkit-gradient(linear,right top,left top,from(#cbcbcb),to(#a0a3b4)) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(270deg,#cbcbcb,#a0a3b4) 0 0 no-repeat padding-box;
}

.co_in_nl .nl_box .nl_box_txt h3.tit {
  font-size: 3.8vw;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  font-weight: 500;
  margin-top: 0.4em;
  color: #1C2C58;
}

.co_in_nl .nl_box .nl_box_txt ul.book_title {
  margin: 1.2em auto ;
}

.co_in_nl .nl_box .nl_box_txt ul.book_title li {
  font-size: 3.2vw;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  padding-left: 1.5em;
  position: relative;
  color: #1C2C58;
}

.co_in_nl .nl_box .nl_box_txt ul.book_title li::before {
  content: "";
  width: 0;
  height: 0.1em;
  position: absolute;
  top: 0.8em;
  left: 0;
  margin: auto;
  color: #A58B68;
  border-left: 1.3em solid #A58B68;
}

.co_in_nl .nl_box .nl_box_txt p.publication,
.co_in_nl .nl_box .nl_box_txt p.author {
  font-size: 3.4vw;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  color: #1C2C58;
  padding: 0.5em 0 0;
}


.co_in_nl .nl_box .nl_box_txt ul.business_field {
  display: flex;
  flex-flow: row wrap;
  margin: 1.5em auto 0;
}

.co_in_nl .nl_box .nl_box_txt ul.business_field li {
  font-size: 3.2vw;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  padding-left: 1.5em;
  color: #1C2C58;
  position: relative;
  margin-right: 1em;
}

.co_in_nl .nl_box .nl_box_txt ul.business_field li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 0.8em;
  left: 0;
  margin: auto;
  border-radius: 50%;
  border-left: 4px solid #A58B68;
}








/* ==============================================
弁護士の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;
}



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


/* =======================================
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%; */
padding-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;
  margin-top: 5%;
  background: #0481A2;
}

.legal_l .llbg a.slipe {
  /* background:#0481A2; */
  padding: 11.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 {
  /* background: rgba(0, 0, 0, 0.5); */
  padding: 0 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;
} */






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




}