@charset "utf-8";

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

body {
  font-size: 62.5%;
  background: #f8f8f8;
}

img {
  height: auto;
  margin: auto;
  vertical-align: text-bottom;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
not側のベースのフォントなど
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.background {
	background-image: none !important;
}

.not_pc {
  display: block;
}

.not_sp {
  display: none;
}

.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;
}

.new_goth {
  font-family: 'Noto Sans JP', dnp-shuei-gothic-kin-std, sans-serif !important;
}

.new_goth2 {
  font-family:'メイリオ', 'Meiryo','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.new_goth3 {
  font-family: 'Noto Sans JP', sans-serif;
}

.new_min {
  font-family: 'Noto Serif JP', a-otf-ryumin-pr6n, serif;
}

.new_min2 {
  font-family: 'Noto Serif JP', serif;
}

.new_min,.new_min2 {
  font-family: 'Noto Serif JP', a-otf-ryumin-pr6n, serif;
}

.gr {
	color: #78bb81;
}

.bl {
	color: #55a4c7;
}

.or {
	color: #b88627;
}

.cont1600 {
	padding: 3em 4em;
}

.content1440 {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: auto;
}

.content1246 {
  width: 100%;
  max-width: 1246px;
  height: auto;
  margin: auto;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ここからコンテンツのCSSなど
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

header {
  padding-top: 5em;
}


.not_main {
	position: relative;
	padding: 0 2.5vw;
	overflow: hidden;
	margin-top: 3em;
}

.not_main .not_main_01 {
	padding: 17.25em 2vw 12em;
	background: linear-gradient(120deg, rgba(149, 179, 226, 1), rgba(86, 173, 211, 1) 25%, rgba(122, 194, 132, 1) 50%, rgba(211, 213, 49, 1) 75%, rgba(225, 138, 35, 1));
	background-size: 200% 200%;/*サイズを大きくひきのばす*/
	animation: bgesggradient 20s ease infinite;
}

@keyframes bgesggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.not_main .not_main_01 .m_to01 {
	color: #fff;
	text-align: center;
	position: relative;
	padding: 0 0 2em;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.not_main .not_main_01 .m_to01::before {
	position: absolute;
    content: "";
    width: 2px;
    height: 1px;
    top: 2em;
    left: 49.5%;
    margin: auto;
    /* transform: rotate(90deg); */
    border-top: 1.5em solid #fff;
}

.not_main .not_main_01 h1 {
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.2em;
}

.not_main .not_main_01 h1 span {
	color: #fff;
	font-size: 32px;
	letter-spacing: 0.1em;
	font-weight: 600;
}

.not_main .not_main_01 figure {
	display: block;
	margin: auto;
	max-width: 13vw;
	padding: 2em 0 3.5em;
}

.not_main .not_main_01 figure img {
	max-width: 100%;
}

.not_main .m_to02 {
	font-size: 1.5vw;
	line-height: 1em;
	letter-spacing: 0.2em;
	position: absolute;
	top: 41vw;
	left: -12.5vw;
	font-weight: 600;
	width: fit-content;
  transform: rotate(90deg) translateX(-100%);
/*   transform-origin: top left; */
}

/* .not_main .m_to03 {
	font-size: 23px;
	letter-spacing: 0.2em;
	position: absolute;
	top: 0;
	left: calc(100% - 23px);
	font-weight: 600;
	width: fit-content;
    transform: rotate(90deg) translateX(0%);
    transform-origin: top left;
}
 */

.not_main .m_to03 {
	font-size: 1.4vw;
	line-height: 1em;
	letter-spacing: 0.2em;
	font-weight: 600;
	width: fit-content;
	position: absolute;
    display: inline-block;
    transform-origin: top left;
    top: 0vw;
    right: 1vw;
    transform: translate(101%, 0) rotate(90deg);
}

.not_main .m_to02 span,
.not_main .m_to03 span {}


/* =========================================================
not_co01
========================================================= */


.not_co01 {
	display: flex;
	flex-flow: row wrap;
	position: relative;
	margin: 10vw auto !important;
	/*max-width: calc(100% - 19vw);*/
}

.not_co01::before {
	content: "";
	width: 28vw;
	height: 19vw;
	position: absolute;
	top: 1em;
	right: 0;
	background: #fff;
	z-index: -1;
}

.not_co01 .not_co01_l {
	width: 69%;
	margin-right: 4em;
}

.not_co01 .not_co01_l p {
	font-size: 15px;
	letter-spacing: 0.15em;
	line-height: 2em;
}

.not_co01 .not_co01_r {
	margin-left: 4vw;
}

.not_co01 .not_co01_r h3 {
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.7em;
	padding-bottom: 1em;
}

.not_co01 .not_co01_r .not_co01_ul {
	position: relative;
}

.not_co01 .not_co01_r .not_co01_ul li {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.7em;
	font-weight: 600;
	margin-bottom: 1.5em;
	position: relative;
}

.not_co01 .not_co01_r .not_co01_ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 13px;
	left: -11px;
	margin: auto;
	box-sizing: border-box;
	border: 4px solid transparent;
	border-left: 5px solid #4C6689;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

.not_co01 .not_co01_r .not_co01_ul li a {
	display: inline-block;
	position: relative;
}


.not_co01 .not_co01_r .not_co01_ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 1px;
	background: #4C6689;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}

.not_co01 .not_co01_r .not_co01_ul li a:hover {}

.not_co01 .not_co01_r .not_co01_ul li a:hover::before {
	transform: scale(1);
}

.not_co01 .not_co01_r .not_co01_ul li a span {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.7em;
}

.not_co01 {}



/* =========================================================
not_awards
========================================================= */





.not_awards {
  /* padding: 2em 2em 0; */
  margin-top: 7em;
  margin-bottom: 10em;
}

.not_awards .aw_inner {
  background: #f3f3f3;
  /* border: solid thin #141b50; */
  padding: 1.3em 1em 1em;
}

.not_awards p,
.not_awards .aw_inner p {
  margin: auto;
}

.not_aw_titlecate {
	display: flex;
	flex-flow: row-reverse;
}

.not_awards .aw_inner .not_aw_in_slick {
	width: 100%;
	max-width: calc(100% - 5vw);
	margin: auto;
}

.not_awards .aw_inner .aw_in_eng {
  font-size: 70px;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  font-weight: 200;
  text-align: right;
  color: #dea419;
  position: relative;
  width: 50%;
}


/* .not_awards .aw_inner .aw_in_eng::before {
  content: "";
  width: 0;
  height: 0.05em;
  position: absolute;
  top: 0.4em;
  left: 14em;
  margin: auto;
  color: #122747;
  border-left: 2em solid #122747;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform-origin: left top;
}

.not_awards .aw_inner .aw_in_eng::after {
  content: "";
  width: 0;
  height: 0.05em;
  position: absolute;
  top: 0.4em;
  right: 12em;
  margin: auto;
  color: #122747;
  border-right: 2em solid #122747;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform-origin: left top;
} */

.not_awards .aw_inner .aw_in_tit01 {
  font-size: 20px;
  line-height: 1.7em;
  letter-spacing: 0.15em;
  font-weight: ;
  text-align: left;
  width: 50%;
  margin: auto;
}

.not_awards .aw_inner .not_aw_inner_box {
  display: flex;
  flex-flow: row wrap;
}

.not_awards .aw_inner .not_aw_inner_box picture {
  display: inline-block;
  margin: 2em auto;
  width: 30%;
}

.not_awards .aw_inner .not_aw_inner_box picture a img {
  margin: auto;
  transition: .3s;
  width: 100%;
}


.not_awards .aw_inner .not_aw_inner_box picture a:hover img {
  opacity: 0.8;
} 

.not_awards .aw_inner .not_aw_inner_box .not_aw_inner_box_right {
  margin: 2.1em 1em auto;
  width: 62%;
  color: #000;
}

.not_awards .aw_inner .not_aw_inner_box .not_aw_inner_box_right p {
  font-size: 1.6rem;
  line-height: ;
  letter-spacing: ;
  font-weight: 600;
/*   color: #000; */
}


.not_awards .aw_inner .not_aw_inner_box .not_aw_inner_box_right p.not_aw_inner_box_right_p2 {
  font-size: 0.85rem;
  line-height: 2em;
  letter-spacing: 0.15em;
  font-weight: 400;
  margin-top: 1em;
/*   color: #000; */
}








/* =========================================================
not_co02
========================================================= */

.not_co02 {
	position: relative;
	padding: 2vw 0 0;
	margin: 4vw auto auto;
}

.not_co02::before {
	position: absolute;
	content: "";
	width: 50vw;
	height: 35vw;
	top: 0;
	left: 0;
	background-image: linear-gradient(150deg, rgba(149, 211, 226, 1), rgba(84, 165, 193, 1) 100%, rgba(85, 188, 198, 1) 39%, rgba(86, 173, 211, 1) 69%);
	z-index: -1;
}

.not_co02 .not_co02in {}

.not_co02 .not_co02in h2 {
	font-weight: 300;
	letter-spacing: 0.3em;
	line-height: 1.7em;
	font-size: 50px;
	color: #fff;
	padding-left: 9vw;
	padding-bottom: 2vw;
}

.not_co_swipe {
	position: relative;
	margin: auto 0 !important;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ここから昔のswiper
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.not_co_swipe::before {
	background: #fff;
	position: absolute;
	content: "";
	width: 94.5vw;
	height: 36vw;
	top: 0;
	right: 0;
}


.not_co02 .not_co02in .not_co02_fo {
	/*background: #fff;*/
	margin-left: 6vw;
	width: 40%;
}


.not_co02 .not_co02in .not_co02_fo .not_co02_fobox {
	display: flex;
	flex-flow: row wrap;
	padding: 0 2em 0 0;
	margin-top: 0;
}

.not_co02 .not_co02in .not_co02_fo .not_co02_fobox a p {
	display: none;
}

.not_co02 .not_co02in .not_co02_fo .not_co02_fobox a.not_co02_fobox_a {
	/*display: flex;
	flex-flow: row wrap;*/
	padding: 2.5em 2.5em 2em;
	color: #091246;
}

.not_co02_fobox.swiper-slide.swiper-slide-active figure img {
    transform: scale(1.1);
    transition: ease 0.5s;
}

.not_co02_fobox.swiper-slide.swiper-slide-active a {
    padding-top: 2em;
}

.not_co02 .not_co02in .not_co02_fo .not_co02_fobox a .not_co02fo_day {
	letter-spacing: 0.1em;
	line-height: 1.7em;
	font-size: 18px;
	padding-bottom: 3.5em;
}


.not_co02_fobox.swiper-slide.swiper-slide-active a .not_co02fo_day {
	padding-bottom: 0.95em !important;
}

.not_co02 .not_co02in .not_co02_fo .not_co02_fobox a .not_co02fo_day span {}

.not_co02 .not_co02in .not_co02_fo .not_co02_fobox a figure {
	display: inline-block;
	max-width: 100%;
	margin: auto;
}

.not_co02 .not_co02in .not_co02_fo .not_co02_fobox a figure img {
	width: 100%;
}

.not_co02 .not_co02in .not_co02_fo .not_co02_fobox a p.not_co02_fobox_p {
	max-width: 100%;
	margin: 0 auto;
	letter-spacing: 0.1em;
	line-height: 1.7em;
	font-size: 1.1rem;
	font-weight: 600;
	display: block;
	text-align: left;
	padding-top: 1.5vw;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ここから新しいswiper
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.not_co_swipe {
	position: relative;
	margin: auto 0 !important;
	overflow: hidden;
}

.not_co_swipe::before {
	background: #fff;
	position: absolute;
	content: "";
	width: 94.5vw;
	/*height: 35vw;*/
	height: 35vw;
	top: 0;
	right: 0;
}


.swiper-button-prev, .swiper-button-next {
	display: grid;
	place-content: center;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	-webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
	transition: .8s cubic-bezier(.2, 1, .2, 1);
}
.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: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
	        box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
}
.swiper-button-prev::after, .swiper-button-next::after {
	width: 0.8rem;
	height: 0.8rem;
	content: "";
	border: solid #ddd;
	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;
}


.not_co_swipe .swiper-controller {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.6rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.not_co_swipe .swiper-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 1.2rem 0.8rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 auto 0 0;
	text-align: center;
	position: relative;
}

.not_co_swipe .swiper-pagination-bullet {
	width: 1.6rem;
	height: 3px;
	cursor: pointer;
	-webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
	transition: .8s cubic-bezier(.2, 1, .2, 1);
	vertical-align: top;
	background-color: #ddd;
}

.not_co_swipe .swiper-pagination-bullet::before {
	top: 0px;
	height: 2px;
}

.not_co_swipe .swiper-pagination-bullet-active {
	width: 4rem;
	background-color: var(--color-theme);
}
.not_co_swipe .swiper-button-prev, .not_co_swipe .swiper-button-next {
	position: relative;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	margin: 0;
}
.not_co_swipe .swiper-button-disabled {
	pointer-events: none;
	opacity: 0.5;
}
.not_co_swipe .swiper-button-disabled::before {
	-webkit-box-shadow: var(--box-shadow-inset);
	        box-shadow: var(--box-shadow-inset);
}

.not_co_swipe .swiper-controller p {
	display: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -10px;
}

.not_co02_fobox p a.not_co02_fobox_a {
	display: none !important;
}


/* =========================================================
not_co03
========================================================= */

.not_co03 {
	margin: 7vw auto 2vw;
}

.not_co03 .not_co03_00 {
	padding: 3em 0;
  margin-top: 2vw;
}

.not_co03 .not_co03_00 .not_co03_h2 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.not_co03 .not_co03_00 .not_co03_h2 span {
	font-weight: 600;
}

.not_co03 .not_co03_00 .not_co03_p01 {
	font-size: 0.85rem;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	padding: 2em 0;
}

.not_co03 .not_co03_01 {
	position: relative;
	padding: 7em 0;
}

.not_co03 .not_co03_01 .not_co03in {
	position: relative;
	z-index: 2;
}

.not_co03 .not_co03_01 .not_co03in .not_co03_h3 {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.not_co03 .not_co03_01 .not_co03in .not_co03_h3 span {
	font-weight: 600;
}

.not_co03 .not_co03_01 .not_co03_p02 {
	font-size: 14px;
	line-height: 2em;
	letter-spacing: 0.05em;
	padding: 2em 1em;
}

.not_co03 .not_co03_01 .not_num_abso {
	position: absolute;
	top: 2vw;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 30vh;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.05em;
	z-index: 0;
}

#co03_01 {
	background: #fff;
}

#co03_01 .not_num_abso {
	color: #e7f4f7;
}

#co03_02 {
	background: #f2f9fb;
}

#co03_02 .not_num_abso {
	color: #fff;
}

#co03_03 {
	background: #fff;
}

#co03_03 .not_num_abso {
	color: #f4fff3;
}

#co03_04 {
	background: #e6f2e5;
}

#co03_04 .not_num_abso {
	color: #fff;
}

#co03_05 {
	background: #fff;
}

#co03_05 .not_num_abso {
	color: #fafbe8;
}

#co03_06 {
	background: #f8fae8;
}

#co03_06 .not_num_abso {
	color: #fff;
}

#co03_07 {
	background: #fff;
}

#co03_07 .not_num_abso {
	color: #fef2e8;
}

#co03_08 {
	background: #fff6f0;
}

#co03_08 .not_num_abso {
	color: #fff;
}



/* =========================================================
not_co04
========================================================= */

.not_co04 {
	position: relative;
	padding: 3vw 0 0;
	margin-top: 10vw;
}

.not_co04::before {
	position: absolute;
	content: "";
	width: 50vw;
	height: 35vw;
	top: 0;
	left: 0;
	background: rgb(145,204,186);
	background: -moz-linear-gradient(150deg, rgba(145,204,186,1) 0%, rgba(69,179,99,1) 39%, rgba(65,165,138,1) 69%, rgba(87,188,159,1) 100%);
	background: -webkit-linear-gradient(150deg, rgba(145,204,186,1) 0%, rgba(69,179,99,1) 39%, rgba(65,165,138,1) 69%, rgba(87,188,159,1) 100%);
	background: linear-gradient(150deg, rgba(145,204,186,1) 0%, rgba(69,179,99,1) 39%, rgba(65,165,138,1) 69%, rgba(87,188,159,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#91ccba",endColorstr="#57bc9f",GradientType=1);
	z-index: -2;
}

.not_co04::after {
	position: absolute;
	content: "";
	width: 93vw;
	height: 40vw;
	top: 17vh;
	right: 0;
	background-image: linear-gradient(0deg, rgba(248, 248, 248, 1), rgba(255, 255, 255, 1) 70%);
	z-index: -1;
}

.not_co04 .not_co04in {
	padding: 0 1.5em;
}



.not_co04 .not_co04in .not_esg_e {
	font-weight: 300;
	letter-spacing: 0.3em;
	line-height: 1.7em;
	font-size: 35px;
	color: #fff;
	padding-left: 9vw;
	padding-bottom: 2vw;
}

.not_co04 .not_co04in .not_co04_sb {}

.not_co04 .not_co04in .not_co04_sb h2 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	color: #141f3f;
	padding: 1em 0;
}

.not_co04 .not_co04in .mx_btn {}

.not_co04 .not_co04in .mx_btn .not_esg_buttons {
	display: flex;
	flex-flow: row wrap;
}

.not_co04 .not_co04in .mx_btn .not_esg_buttons li {
	background: #121e3e;
  color: #fff;
  font-weight: 600;
  line-height: 1em;
  margin: auto 1em 1em 0;
  letter-spacing: 0.05em;
  border-radius: 15px;
  padding: 0.3em 1em;
}

button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.not_co04 .not_co04in .mx_btn .not_esg_buttons li button {
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1em;
	font-weight: 600;
	padding: 0.2em 1em;
}

.not_co04 .not_co04in .not_esg_prod {
	margin: 4em auto;
}

.not_co04 .not_co04in .not_esg_prod h3 {
	font-size: 1.25rem;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	font-weight: 600;
	padding-bottom: 2em;
}

.not_co04 .not_co04in .not_esg_prod h3 span {
	font-weight: 600;
}

.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box {
	border: solid thin #121e3e;
	background: #fff;
	margin-bottom: 0.5em;
	padding: 1em;
	transition: all 0.3s;
}

.not_co04 .not_co04in .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));
}

.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a {
	color: #091246;
}

.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a dl {}

.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a dl dt {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a dl dt .not_esg_pr_cate {
	font-size: 0.9rem;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	text-align: left;
	font-weight: ;
	width: 50%;
	margin-left: 0;
}

.not_co04 .not_co04in .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: #4c6689;
	transition: all 0.3s;
}

.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a:hover dl dt .not_esg_pr_cate span {
	background: #ed7e32;
}

.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a dl dt .not_esg_date {
	font-size: 0.9rem;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	font-weight: ;
	text-align: right;
	width: 50%;
	margin-right: 0;
}

.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a dl dt .not_esg_date time {
	color: #4c6689;
}

.single-body dd {
	width: auto;
}

.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a dl dd {
	font-size: 1.05rem;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	font-weight: 600;
	position: relative;
	padding: 0.3em 0 0.3em 1em;
	margin: 1em auto 0.5em;
	width: 100%;
	transition: all 0.3s;
}


.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a:hover dl dd {
	color: #4561a1;
}

.not_co04 .not_co04in .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: 5px solid #4C6689;
}


.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a dl dd .not_c_a_list {
	font-size: 12px;
}




/**************************************************************

当該分野の弁護士

**************************************************************/

.not_co05 {
	margin: auto;
}

.not_co05 .not_co05_divei {
	font-weight: 300;
    letter-spacing: 0.3em;
    line-height: 1.7em;
    font-size: 50px;
    color: #091246;
    padding-top: 3vw;
    padding-bottom: 1vw;
}

.not_co05 .not_lch002 {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	padding-bottom: 2vw;
}


.lawcont .lawin .lawbox a .lawname h3 {
	padding-bottom: 8px;
	color: #091246;
}

.lawcont .lawin .lawbox a .lawname p {
	color: #091246;
}

.lawcont {
  margin: auto;
}

.lawcont h2 {
  font-size: 18px;
  line-height: 1.7em;
  letter-spacing: 0.09em;
  font-weight: 600;
}

.lawcont .lawin {
  display: flex;
  flex-flow: row wrap;
}

.lawcont .lawbox {
  width: 24.9%;
  margin: 0.5px;
}

.lawcont .lawin .lawbox {
  display: flex;
  flex-flow: row wrap;
  margin: 30px 0;
}


.lawcont .lawin .lawbox p {
  margin-top: auto;
}

.lawcont .lawin .lawbox a {}

.lawcont .lawin .lawbox a:hover {}

.lawcont .lawin .lawbox picture {}

.lawcont .lawin .lawbox picture img {
  max-width: 100%;
  margin: auto;
}

.lawcont .lawin .lawbox .lawname {
  padding: 20px 10px;
}

.lawcont .lawin .lawbox .lawname h3 {
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-bottom: 20px;
}

.lawcont .lawin .lawbox .lawname p {
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  /* padding-bottom: 20px; */
  margin-top: auto;
}

.lawcont .lawin .lawbox .lawname ul {}

.lawcont .lawin .lawbox .lawname ul li {
  font-size: 12px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}


/**************************************************************

各種メディアクエリ

**************************************************************/


/* @media screen and (min-width: 1600px) */
@media (1600px <= width < 1920px) {

.cont1600 {
	max-width: 1600px;
	width: 100%;
	margin: auto;
	padding: 3em 0;
}

.not_co01::before {
	content: "";
	width: 22vw;
	height: 19vw;
	position: absolute;
	top: 0;
	right: -8vw;
	background: #fff;
	z-index: -1;
}

.not_co04::after {
	top: 17vh;
}

.not_co04 .not_co04in .not_esg_e {
	padding-bottom: 3em;
}

}



@media (1600px <= width < 1920px) {

.not_co01::before {
	content: "";
	width: 30vw;
	height: 19vw;
	position: absolute;
	top: 0;
	right: -8vw;
	background: #fff;
	z-index: -1;
}

.not_co_swipe::before {
	background: #fff;
	position: absolute;
	content: "";
	width: 94.5vw;
	/*height: 35vw;*/
	height: 40.5vw;
	top: 0;
	right: 0;
}

}


/* @media screen and (min-width: 1920px) { */
@media (1921px <= width) {

.not_main .not_main_01 {
	padding: 24em 2vw 20em;
}

.not_co03 .not_co03_01 .not_num_abso {
	font-size: 25vh;
}

.not_co01 .not_co01_l {
	margin-left: 6vw;
}

.not_co01::before {
	content: "";
	width: 22vw;
	height: 12vw;
	position: absolute;
	top: 0;
	right: 0vw;
	background: #fff;
	z-index: -1;
}

.not_awards .aw_inner .not_aw_in_slick {
    width: 100%;
    max-width: calc(100% - 15vw);
    margin: auto;

}

.not_co04::after {
	top: 14vh;
}

}


@media screen and (max-width: 1455px) {
.content1440 {
  width: 90%;
  max-width: 1440px;
  height: auto;
  margin: auto 5%;
}

}




@media screen and (max-width: 1455px) {
.content1246 {
  width: 90%;
  max-width: 1246px;
  height: auto;
  margin: auto;
}

.not_co04::after {
	width: 97vw;
}

}





@media screen and (max-width: 767px) {}

@media screen and (max-width: 640px) {

header {
	background: none;
	padding-top: 0;
}

header .logo {
	position: relative;
	left: auto;
	max-width: 60vw;
	margin: auto;
}


header .logo img {
	width: auto;
}

header .logo h1 {
	font-size: 3vw;
}

.cont1600 {
	padding: 3em 0em;
	width: 90%;
	margin: auto;
}

.not_main {
    padding: 5.5vw 2.5vw 6vw;
    overflow: hidden;
    margin-top: 2em;
}

.not_main .not_main_01 {
	background-size: 120% 120%;
	animation: bgesggradient 13s ease infinite;
}

.not_main .m_to02 {
	font-size: 4.4vw;
	line-height: 1em;
	letter-spacing: 0.2em;
	font-weight: 600;
	width: fit-content;
	transform: rotate(0deg) translateX(0%);
	transform-origin: top left;
	top: auto;
	bottom: 0;
	left: 1rem;
}


.not_main .m_to03 {
	font-size: 4.4vw;
	line-height: 1em;
	letter-spacing: 0.2em;
	font-weight: 600;
	width: fit-content;
	position: absolute;
    display: inline-block;
    transform-origin: top left;
    top: 0rem;
    left: 1rem;
    transform: translate(0%, 0) rotate(0deg);
}

.not_main .not_main_01 figure {
    max-width: 30vw;
    padding: 2em 0 3.5em;
}


.not_main .m_to02 span,
.not_main .m_to03 span {
	font-weight: 600;
}


/* =========================================================
not_co01
========================================================= */

.not_co01 {
	display: block;
	flex-flow: row wrap;
	position: relative;
}

.not_co01::before {
	content: "";
	width: 97vw;
	height: 64vw;
	position: absolute;
	top: auto;
	bottom: 3vh;
	right: -1em;
	background: #fff;
	z-index: -1;
}

.not_co01 .not_co01_l {
	width: 100%;
	margin-right: auto;
}

.not_co01 .not_co01_l p {
	font-size: 3.6vw;
	letter-spacing: 0.1em;
	line-height: 2em;
}

.not_co01 .not_co01_r {
	margin-top: 2em;
}

.not_co01 .not_co01_r h3 {
	font-size: 4.5vw;
}

.not_co01 .not_co01_r .not_co01_ul {
	padding-left: 1em;
}

.not_co01 .not_co01_r .not_co01_ul li {
	font-size: 3.8vw;
}

.not_co01 .not_co01_r .not_co01_ul li a {
	display: inline-block;
	position: relative;
}


.not_co01 .not_co01_r .not_co01_ul li a:hover::before {
	transform: scale(1);
}

.not_co01 .not_co01_r .not_co01_ul li a span {
	font-size: 4vw;
}


/* =========================================================
not_awards
========================================================= */





.not_awards {
  /* padding: 2em 2em 0; */
  margin-top: 4em;
  margin-bottom: 6em;
}

.not_awards .aw_inner {
  background: #f3f3f3;
  /* border: solid thin #141b50; */
  padding: 1.3em 1em 1em;
}

.not_awards p,
.not_awards .aw_inner p {
  margin: auto;
}

.not_aw_titlecate {
	display: flex;
	flex-flow: row-reverse;
}

.not_awards .aw_inner .aw_in_eng {
  font-size: 8vw;
  font-weight: 300;
}

.not_awards .aw_inner .aw_in_tit01 {
  font-size: 4vw;
}

.not_awards .aw_inner .not_aw_inner_box {
	display: inline-block;
}

.not_awards .aw_inner .not_aw_inner_box picture {
  width: 100%;
  margin: 1em auto auto;
}

.not_awards .aw_inner .not_aw_inner_box picture a img {
  margin: auto;
  transition: .3s;
}


.not_awards .aw_inner .not_aw_inner_box picture a:hover img {
  opacity: 0.8;
}

.not_awards .aw_inner .not_aw_inner_box .not_aw_inner_box_right {
  margin: 1em auto 0;
  width: 100%;
  /*height:18em;*/
}

.not_awards .aw_inner .not_aw_inner_box .not_aw_inner_box_right p {
	font-size: 4.8vw;
}

.not_awards .aw_inner .not_aw_inner_box .not_aw_inner_box_right p.not_aw_inner_box_right_p2 {
  font-size: 3.4vw;
  -webkit-text-size-adjust: 100%;
}




/* =========================================================
not_co02
========================================================= */

.not_co02 {
	position: relative;
	padding: 2vw 0 0;
	margin: 4vw auto auto;
}

.not_co02::before {
	position: absolute;
	content: "";
	width: 80vw;
	height: 90vw;
	top: 0;
	left: 0;
	background-image: linear-gradient(150deg, rgba(149, 211, 226, 1), rgba(84, 165, 193, 1) 100%, rgba(85, 188, 198, 1) 39%, rgba(86, 173, 211, 1) 69%);
	z-index: -1;
}

.not_co02 .not_co02in {}

.not_co02 .not_co02in h2 {
	font-size: 12vw;
}

.not_co_swipe::before {
	width: 96vw;
	height: 130vw;
}

.not_co02 .not_co02in .not_co02_fo {
	width: calc(100% - 11vw);
	margin-left: 9vw;
	height: 60%;
}

.not_co02 .not_co02in .not_co02_fo .not_co02_fobox {
	display: block;
	flex-flow: row wrap;
	padding: 1em 0.1em 0.5em;
}

.not_co02 .not_co02in .not_co02_fo .not_co02_fobox a.not_co02_fobox_a {
	display: block;
	flex-flow: row wrap;
	padding: 1em 0.2em 0.5em;
	width: 94%;
}

.not_co02 .not_co02in .not_co02_fo .not_co02_fobox a .not_co02fo_day {
	font-size: 3.6vw;
}

.not_co02 .not_co02in .not_co02_fo .not_co02_fobox a figure {
    max-width: 100%;
    text-align: center;
}


.not_co02 .not_co02in .not_co02_fo .not_co02_fobox a figure img {
	width: 92%;
	margin: auto;
	text-align: center;
}

.not_co02 .not_co02in .not_co02_fo .not_co02_fobox a p.not_co02_fobox_p {
	max-width: 100%;
	margin: 0 auto;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	font-size: 4vw;
	font-weight: 600;
	padding-top: 3.5vw;
}


.not_co02_fobox p a.not_co02_fobox_a {
	display: none;
}


/* =========================================================
not_co03
========================================================= */

.not_co03 {
	margin: 22vw auto 6vw;
}

.not_co03 .not_co03_00 {
	padding: 3em 0;
	margin-top: 2vw;
}

.not_co03 .not_co03_00 .not_co03_h2 {
	font-size: 6vw;
}

.not_co03 .not_co03_00 .not_co03_h2 span {
	font-weight: 600;
}

.not_co03 .not_co03_00 .not_co03_p01 {
	font-size: 3.6vw;
}

.not_co03 .not_co03_01 .not_co03in .not_co03_h3 {
	font-size: 4.5vw;
}

.not_co03 .not_co03_01 .not_co03in .not_co03_h3 span {
	font-weight: 600;
}

.not_co03 .not_co03_01 .not_co03_p02 {
	font-size: 3.6vw;
}

.not_co03 .not_co03_01 .not_num_abso {
	position: absolute;
	top: 0;
	left: 50vw;
	right: 0;
	width: auto;
	text-align: center;
	font-size: 38vw;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.05em;
	z-index: 0;
}



/* =========================================================
not_co04
========================================================= */

.not_co04 {
	position: relative;
	padding: 3vw 0 0;
	margin-top: 10vw;
}

.not_co04::before {
	width: 85vw;
	height: 60vw;
}

.not_co04::after {
	position: absolute;
	content: "";
	width: 94vw;
	height: 92vw;
	top: 12.5em;
	right: 0;
	background: #fff;
	z-index: -1;
}

.not_co04 .not_co04in {
	padding: 0 1.5em;
}


.not_co04 .not_co04in .not_co04out {
	width: 100%;
}



.not_co04 .not_co04in .not_esg_e {
	line-height: 1.3em;
	font-size: 9vw;
	padding-left: 5vw;
}

.not_co04 .not_co04in .not_co04_sb {
	margin: auto 5%;
}

.not_co04 .not_co04in .not_co04_sb h2 {
	font-size: 5vw;
}

.not_co04 .not_co04in .mx_btn {
	margin: 1em 5% auto;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.not_co04 .not_co04in .mx_btn .not_esg_buttons {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	overflow: hidden;
	width: 1600px;
}

.not_co04 .not_co04in .mx_btn .not_esg_buttons li {
	background: #121e3e;
    color: #fff;
    font-weight: 600;
    line-height: 1em;
    margin: auto 0.5em 1em 0;
    letter-spacing: 0.05em;
    border-radius: 15px;
    padding: 0.3em 1em;
}

.not_co04 .not_co04in .mx_btn .not_esg_buttons li button {
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1em;
	font-weight: 600;
	font-size: 3.6vw;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}

/* ==========================================
cont02_スマホの時のscrollのアニメーション箇所
========================================== */


/*スクロールダウン全体の場所*/
.not_btn_liner{
    /*描画位置※位置は適宜調整してください*/
  position:relative;
}

/*Scrollテキストの描写*/
.not_btn_liner span{
    /*描画位置*/
  position: absolute;
  left:-15px;
  top: -15px;
    /*テキストの形状*/
  color: #ea5327;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.not_btn_liner::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0.8em;
    /*線の形状*/
  width: 70px;
  height: 2px;
  background: #ea5327;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    width:0;
    left:5vw;
    opacity: 0;
  }
  30%{
    width: 50px;
    opacity: 1;
  }
  100%{
    width:0;
    left:70vw;
    opacity: 0;
  }
}

.not_co04 .not_co04in .not_esg_prod {
	margin: 4em auto;
}

.not_co04 .not_co04in .not_esg_prod h3 {
	font-size: 5.6vw;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	font-weight: 600;
	padding-bottom: 2em;
}

.not_co04 .not_co04in .not_esg_prod h3 span {
	font-weight: 600;
}

.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box {
	border: solid thin #121e3e;
	background: #fff;
	margin-bottom: 0.5em;
	padding: 1em;
	transition: all 0.3s;
}

.not_co04 .not_co04in .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));
}

.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a {
	color: #091246;
}

.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a dl {}

.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a dl dt {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a dl dt .not_esg_pr_cate {
	font-size: 3.5vw;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	text-align: left;
	font-weight: ;
	width: 50%;
	margin-left: 0;
}

.not_co04 .not_co04in .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: #4c6689;
	transition: all 0.3s;
}

.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a:hover dl dt .not_esg_pr_cate span {
	background: #ed7e32;
}

.not_co04 .not_co04in .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;
}

.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a dl dt .not_esg_date time {
	color: #4c6689;
}

.single-body dd {
	width: auto;
}

.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a dl dd {
	font-size: 3.5vw;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	font-weight: 600;
	position: relative;
	padding: 0.3em 0 0.3em 1em;
	margin: 1em auto 0.5em;
	width: 95%;
	transition: all 0.3s;
}


.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a:hover dl dd {
	color: #4561a1;
}

.not_co04 .not_co04in .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: 5px solid #4C6689;
}


.not_co04 .not_co04in .not_esg_prod .not_esg_prod_box a dl dd .not_c_a_list {
	font-size: 3.2vw;
}





.lawcont .lawbox {
  width: 100%;
  margin: 1em;
}

.lawcont .lawin .lawbox {
  display: flex;
  flex-flow: row wrap;
  margin: 30px 0;
}



/**************************************************************

当該分野の弁護士

**************************************************************/


.not_co05 .not_co05_divei {
	font-weight: 300;
    letter-spacing: 0.3em;
    line-height: 1.7em;
    font-size: 9vw;
    color: #091246;
    padding-top: 3vw;
    padding-bottom: 1vw;
}

.not_co05 .not_lch002 {
	font-size: 4.5vw;
	font-weight: 600;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	padding-bottom: 2vw;
}



}