@charset "utf-8";

:root {
	--key: #0500b4;
	--bk1: #050070;
	--bk2: #f3f5fc;
	--bl1: #1d197e;
	--mark: #f3dbcc;
}


/* Zen Kaku Gothic New /Regular:400 /Medium:500 /Bold:700 /Black:900 */
.g {
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
  font-style: normal;
}

/* josefin-sans /Regular:400 /Medium:500 /Semibold:600 /Bold:700 */
.e {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-optical-sizing: auto;
  color: var(--key);
	font-size: 16px;
	font-weight: 500;
  font-style: normal;	
}
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
  background-color: #fff;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  transition: opacity .8s ease;
}
body.fadeout::after {
  opacity: 1;
}

p {
	font-size: 16px;
	text-align: justify;
}

a {
  transition: all 0.4s;
  opacity: 1;
}
a:hover {
  opacity: 0.55;
}

mark {
	color: var(--key);
	background-color: var(--mark);
}

em {
	display: inline-block;
	font-style: normal;
}
em.l {
	margin-left: -0.5em;
}
em.r {
	margin-right: -0.5em;
}

br.sp {
  display: none;
}
img.sp {
	display: none;
}


.sa,.saf {
  opacity: 0 !important;
  transition: all 1.0s ease;
}

.sa.show,.saf.show {
  opacity: 1 !important;
  transform: none;
}
.sa--left {
  transform: translate(15px,0);
}
.sa--right {
  transform: translate(-15px,0);
}
.sa--up {
  transform: translate(0,15px);
}
.sa--down {
  transform: translate(0,-15px);
}


/*===== header =====*/
header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50000;
	width: 100%;
	transition: all .3s;	
	pointer-events: auto;
}
header.hid {
	opacity: 0;
	pointer-events: none;
}
header.mv {
	background-color: rgba(255,255,255,0.9);
}

header .inner {
	position: relative;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	width: 1200px;
	height: 100px;
	margin: auto;
	transition: all .3s;
}
header.mv .inner {

}

h1 {
	position: absolute;
	left: 0;
	top: 45px;
	width: 60px;
	transition: all .3s;
}
h1 a {
	display: block;
	position: relative;
	pointer-events: auto;
	transition: all .3s;	
}

header.mv h1 a img {
	clip-path: inset(0 150px 0 0);
}

header .inner nav ul {
	align-items: center;
}
header .inner nav ul li {
	position: relative;
	font-size: 18px;
	line-height: 1em;
	margin-right: 25px;
}
header .inner nav ul li:last-of-type {
	margin-right: 55px;
}

header .inner nav ul li a {
	display: inline-block;
	color: var(--key);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1em;
	transition: all .3s;
}
header.w .inner nav ul li a {
	color: #fff;
}

header .inner .sub {
	display: flex;
	align-items: center;
	transition: all .3s;
}
header .inner .sub a {
	display: block;
}
header .inner .sub a.ig {
	margin-right: 25px;
}
header .inner .sub a img {
	width: auto;
	height: 25px;
}


/*===== footer =====*/
footer {
	position: relative;
	z-index: 10;
	padding: 85px 0 95px;
	background-color: var(--bk1);
}

footer .inner {
	justify-content: space-between;
	color: #fff;
	width: 1120px;
	margin: auto;
}

footer .logo {
	width: 90px;
	margin-left: 20px;
}

footer .cont {
	flex-direction: row-reverse;
	justify-content: space-between;
	position: relative;
	width: 450px;
}
footer .cont .text {
	width: 200px;
}
footer .cont .text p {
	letter-spacing: 0.14em;
	line-height: 1.75em;
	text-align: left;
}
footer .cont .text p:first-of-type {
	line-height: 1em;
	margin-bottom: 20px;
}

footer .cont ul.list li {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1em;
	margin-bottom: 26px;
}
footer .cont ul.list li:last-of-type {
	margin-bottom: 0;
}

footer .cont .sub {
	align-items: center;
	margin-top: 45px;
}
footer .cont .sub a {
	display: block;
}
footer .cont .sub a.ig {
	margin-right: 20px;
}
footer .cont .sub a img {
	width: auto;
	height: 25px;
}

footer .totop {
	position: absolute;
	right: 0;
	bottom: 105px;
	width: 50px;
}

footer .copy {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1em;
	text-align: left;
	width: 100%;
	padding-top: 45px;
	margin-top: 45px;
	border-top: 1px solid #fff;
}


/*===== common =====*/

/*----- page -----*/
.page {
	padding-top: 225px;
}

h2.midashi {	
	color: var(--key);
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1em;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 1px;
	margin-bottom: 80px;
}

h2.top_midashi {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1em;
	text-decoration: underline;
	text-underline-offset: 14px;
	text-decoration-thickness: 1px;
}

/*----- movie -----*/
.mv_box {
	position: relative;
}
.mv_box video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mv_box a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.mv_box a img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%,-50%);
	width: 107px;
	height: 107px;
	cursor: pointer;
}
/*.mv_box .play.playActive {
	display: none;
}*/

/*----- column -----*/
.column {
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 1200px;
	padding-top: 225px;
	margin: 0 auto;
}

.category_list {
	width: 200px;
}
.category_list .sticky {
	position: sticky;
	left: 0;
	top: 225px;
}
.category_list h3 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1em;
	margin-bottom: 30px;
}
.category_list li {
	letter-spacing: 0.14em;
	line-height: 1em;
	margin-bottom: 1.2em;
}
.category_list li:last-of-type {
	margin-bottom: 0;
}
.category_list li a {
	display: inline-block;
	position: relative;
	color: var(--key);
}
.category_list li a::after {
	content: "";
	display: block;
	position: absolute;
	left: -4px;
	top: -3px;
	z-index: -1;
	width: calc(100% + 7px);
	height: calc(100% + 7px);
	background-color: transparent;
	transition: all .4s;
}
.category_list li a.this,
.category_list li a:hover {
	color: #fff;
	opacity: 1;
}
.category_list li a.this::after,
.category_list li a:hover::after {	
	background-color: var(--key);
}

/*----- btn -----*/
a.btn {
	display: inline-block;
	position: relative;
	color: var(--key);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.09em;
	line-height: 1em;
	text-align: center;
	width: auto;
	padding: 17px 70px 16px;
	border: 1px solid var(--key);
	border-radius: 100vmax;
	transition: all .3s;
}
a.btn::after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 24px;
	width: 12px;
	height: 5px;
	background: url("../img/arrow_next01.png") no-repeat 0 0 / 12px 5px;
	transition: all .3s;
}
a.btn:hover,
a.btn.b {
	color: #fff;
	background-color: var(--key);
	opacity: 1;
}
a.btn:hover::after,
a.btn.b::after {
	filter: saturate(0) brightness(0) invert(100%);
}

a.btn.b:hover {
	opacity: 0.7;
}


a.btn.t2 {
	font-size: 14px;
	letter-spacing: 0.14em;
	padding: 16px 70px 18px;
}
a.btn.t2::after {
	top: 20px;
}


/*===== Top page =====*/

/*----- first_text -----*/
#first_text {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
#first_text.hid {
  display: none;
}
#first_text img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
  opacity: 0;
	width: auto;
	height: 55px;
}
#first_text.show img {
  opacity: 1;
}

/*----- movie -----*/
#bk_mv {
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}
#bk_mv video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#bk_mv::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(129,132,137,0);
	transition: all 2s;
}
#bk_mv.mv::before {
	background-color: rgba(129,132,137,0.85);
}
#bk_mv.mv.kai::before {
	opacity: 0;
}

/*----- fv -----*/
#fv {
	position: relative;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100vh;
}

.scrolldown {
	position: absolute;
	left: 50%;
	bottom: 75px;
	z-index: 10000;
	transition: all .4s;
	opacity: 1;
}
.scrolldown.mv {
	opacity: 0;
}
.scrolldown:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -2px;
	z-index: 10;
	width: 5px;
	height: 5px;
	background-color: var(--key);
	border-radius: 50%;
	animation:
	circlemove 3.0s ease-in-out infinite,
	cirlemovehide 3.0s ease-out infinite;
}
.scrolldown:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 70px;
	background: var(--key);
}
.scrolldown .sc {
	position: absolute;
	left: 50%;
	bottom: -30px;
	z-index: 10;
	transform: translate(-50%,0);
	color: var(--key);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1em;
}

/*----- statement -----*/
#statement {
	position: relative;
	color: #fff;
	width: 100%;
	height: auto;	
}
#statement.top {
	padding: 290px 0 230px;
}

#statement h2.top {
	position: absolute;
	left: 100px;
	top: 100px;
	transform-origin: left bottom;
	transform: rotate(90deg) translate(-50px,0);
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1em;
	padding-bottom: 24px;
	border-bottom: 1px solid #fff;
}
#statement .text p {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 2.25em;
	width: 780px;
	margin: 0 auto 45px;
}
#statement .text p.first {
	font-size: 55px;
	letter-spacing: 0.14em;
	line-height: 1em;
	text-align: center;
	width: 950px;
	overflow: hidden;
	padding-left: 30px;
	margin-bottom: 100px;
}
#statement .text p.first span {
	display: inline-block;
}
#statement .text p.first span:first-of-type {
	margin-right: -0.5em;
}
#statement .text p.last,
#statement .text p.last2 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1em;
	text-align: center;
	margin-bottom: 0;
}
#statement .text p.last2 {
	letter-spacing: 0.14em;
	line-height: 1.8em;
	margin: 80px auto 60px;
}


#statement p.first.mv {
	animation: st_text1 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
/*
#statement.mv .text p:nth-of-type(2) {
	animation: st_text2 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: 1s;
}
#statement.mv .text p:nth-of-type(3) {
	animation: st_text2 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: 1.5s;
}*/


#statement .horizontal_scroll {
  --sticky-container-height: 100vh;
  height: var(--sticky-container-height);
  min-height: 100vh;
  box-sizing: border-box;
}
#statement .horizontal_scroll .sticky {
	display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
}
#statement .horizontal_scroll .scroller {
  display: flex;
  overflow: auto;
}
#statement .horizontal_scroll .scroller.nobar {
  overflow: hidden;
}
#statement .horizontal_scroll .scroller div.unit {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-start;
	width: 1400px;
	height: 100vh;
	margin-right: 1000px;
	background-color: rgba(151,155,158,0.9);
}

#statement .unit .text p {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 2.76em;
	width: auto !important;
	margin-bottom: 0;
}

#statement .s01,
#statement .s05 {
	width: 100% !important;
}
#statement .s01 {
	margin-left: 100%;
}
#statement .s05 {
	justify-content: center !important;
	margin-right: 0 !important;
}

#statement .s01 div.first {
	text-align: center;
	width: 100%;
}
#statement .s01 h2 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1em;
	text-decoration: underline;
	text-underline-offset: 19px;
	text-decoration-thickness: 1px;
	margin-bottom: 140px;
}
#statement .s01 p {
	font-size: 46px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1em;
	text-align: center;
}
#statement .s01 p span {
	display: inline-block;
}
#statement .s01 p span:first-of-type {
	margin-right: -0.5em;
}

#statement .s02 .text {
	width: 565px;
	margin-left: 235px;
}
#statement .s02 .i {
	width: 600px;
	height: 400px;
}

#statement .s03 {
	flex-direction: row-reverse;
	justify-content: space-between !important;
	padding: 0 200px;
}
#statement .s03 .text {
	width: 480px;
}
#statement .s03 .i {
	width: 444px;
}
#statement .s03 .i01 {
	width: 234px;
	height: 156px;
}
#statement .s03 .i02 {
	width: 368px;
	height: 246px;
	margin: 30px 0 0 auto;
}

#statement .s04 {
	justify-content: space-between !important;
	padding: 0 190px;
}
#statement .s04 .text {
	
}
#statement .s04 .i {	
	width: 518px;
	height: 345px;
}

#statement .s05 p {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 2.06em;
	text-align: center;
}
#statement .s05 p span:first-of-type {
	display: inline-block;
	margin-right: -0.5em;
}
#statement .s05 p:last-of-type {
	font-size: 30px;
	letter-spacing: 0.14em;
	line-height: 1em;
	margin-top: 1.8em;
}



#is {
	position: relative;
	z-index: 10;
	padding: 125px 0 170px;
	background: url("../img/back01.png") repeat 50% 0;
}
/*----- issue -----*/
#is .issue {
	position: relative;
	width: 1000px;
	margin: 0 auto 160px;
}

#is .issue h2 {
	position: absolute;
	right: -20px;
	top: 0;
}

#is .issue .ct {
	position: absolute;
	left: 0;
	top: -5px;
	z-index: 10;
	width: 438px;
}

#is .issue .inner {
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 80px;
}
#is .issue .inner .i {
	width: 680px;
	height: 434px;
}
#is .issue .inner .text p {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 2em;
}
#is .issue .inner .text a.btn {
	margin-top: 40px;
}

/*----- service -----*/
#is .service {
	width: 1080px;
	margin: auto;
}

#is .service h2 {
	text-align: center;
	margin-bottom: 60px;
}

#is .service .slide {
	position: relative;
	width: 100%;
	height: 726px;
}
#is .service .slide .slide-img {
	width: 100%;
	height: 100%;
}

#is .service .ct {
	position: absolute;
	right: -60px;
	top: -40px;
	z-index: 10000;
	width: 130px;
}

#is .service .s_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10000;
	width: 360px;
}
#is .service .s_btn a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1em;
	width: 100%;
	height: 80px;
	padding: 16px 0 0 25px;
	background-color: var(--bl1);
	border-radius: 15px 0 0 0;
}
#is .service .s_btn a::after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0,-50%);
	width: 40px;
	height: 40px;
	background: url("../img/arrow01.png") no-repeat 100% 50% / 40px 40px;
	filter: saturate(0) brightness(0) invert(100%);
}
#is .service .s_btn a span {
	display: block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1em;
	margin-top: 10px;
}

#is .service .text {
	position: absolute;
	left: 40px;
	bottom: 20px;
	z-index: 10000;
	width: 380px;
}
#is .service .text p {
	color: #fff;
	letter-spacing: 0.15em;
	line-height: 1.81em;
}

#ni {
	position: relative;
	z-index: 10;
	padding: 165px 0;
	background-color: #fff;
}
/*----- news -----*/
#ni .news {
	position: relative;
	width: 1080px;
	margin: 0 auto 165px;
}

#ni .news h2 {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 55px;
	font-weight: 600;	
	letter-spacing: 0.01em;
	line-height: 1em;
}

#ni .news .post_list {
	width: 810px;
	margin: -20px 0 0 auto;
}

#ni .news .btn_box {
	position: absolute;
	left: 0;
	top: 80px;
}

/*----- initiative -----*/
#ni .initiative {
	position: relative;	
	width: 926px;
	margin: 0 auto;
}

#ni .initiative .m {
	position: absolute;
	left: -77px;
	top: 0;
}
#ni .initiative .m p {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1em;
	margin-top: 40px;
}

#ni .initiative .ct {
	position: absolute;
	left: 530px;
	top: 0;
	width: 540px;
}

#ni .initiative .slide {
	padding-top: 250px;
}
#ni .initiative .slide .swiper-wrapper {
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch !important;	
}
#ni .initiative .slide .swiper-slide {
	position: relative;
	width: 395px;
	height: auto !important;
	overflow: visible;
	margin-bottom: 120px;
}
#ni .initiative .slide div.swiper-slide:nth-of-type(2n) {
	margin: 120px 0 0;
}
#ni .initiative .slide .swiper-slide a {
	display: block;
}
#ni .initiative .slide .swiper-slide a:hover {
	opacity: 1;
}
#ni .initiative .slide .swiper-slide a .i {
	position: relative;
	width: 100%;
	height: 262px;
	overflow: hidden;
}
#ni .initiative .slide .swiper-slide a .i::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(10,95,200,0.35);
	background-color: rgba(243,219,204,0.90);
  mix-blend-mode: multiply;
  transition: all 0.4s;
  opacity: 1;
}
#ni .initiative .slide .swiper-slide a:hover .i::after {
  opacity: 0;
}
#ni .initiative .slide .swiper-slide a .i img {
  display: block;
  filter: saturate(0%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  transition: all 0.4s;
}
#ni .initiative .slide .swiper-slide a:hover .i img {
  filter: saturate(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
}
#ni .initiative .slide a .title {
	position: relative;
	width: calc(100% - 40px);
	padding: 5px 22px;
	margin: 45px auto;
}
#ni .initiative .slide a .title::before,
#ni .initiative .slide a .title::after {
	content: "";
	display: block;
	position: absolute;
	width: 13px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 13px 18px;
}
#ni .initiative .slide a .title::before {
	left: 0;
	top: 0;
	background-image: url("../img/kakko_l.png");	
}
#ni .initiative .slide a .title::after {
	right: 0;
	bottom: 0;
	background-image: url("../img/kakko_r.png");	
}
#ni .initiative .slide a .title div {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	width: 100%;
}
#ni .initiative .slide a .title p {
	font-size: 20px;
	letter-spacing: 0.15em;
	line-height: 1.65em;
	text-align: left;
}
#ni .initiative .slide a .text {
	letter-spacing: 0.15em;
	line-height: 1.6875em;
	text-align: center;
	width: calc(100% - 40px);
	padding: 10px 0;
	margin: auto;
	border-top: 1px solid var(--key);
	border-bottom: 1px solid var(--key);
}


/*----- h_slide -----*/
#h_slide {
	position: relative;
	background-color: #fff;
}
.h_slide .swiper-wrapper {
  transition-timing-function: linear !important;
}
.h_slide .swiper-slide {
	width: 1024px !important;
	height: 458px !important;
}

/*----- Company -----*/
#company {
	position: relative;
	z-index: 10;
	padding: 100px 0;
	background: url("../img/back01.png") repeat 50% 0;
}

#company .inner {
	width: 1044px;
	padding: 60px 90px 40px;
	margin: auto;
	background-color: #fff;
	border-radius: 20px;
}
#company h2 {
	text-align: center;
	margin-bottom: 60px;
}
#company table {
	width: 100%;
}
#company td {
	letter-spacing: 0.15em;
	line-height: 1.75em;
	vertical-align: top;
	padding: 30px 0;
	border-bottom: 1px solid var(--key);
}
#company td p {
	letter-spacing: 0.15em;
	line-height: 1.75em;
	text-indent: -0.5em;
}
#company tr:last-of-type td {
	letter-spacing: 0.14em;
	border-bottom: none;
}
#company tr td:first-of-type {
	width: 300px;
	padding-left: 30px;
}
#company td dl {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.75em;
}
#company td dl dt {
	width: 85px;
}
#company td dl dd {
	width: calc(100% - 85px);
}



/*===== Issue =====*/
#issue {
	padding-top: 330px;
	background: url("../img/back03.png") repeat 50% 0;
}

#issue h2 {
	display: none;
}

#issue .mv_box_wrap {
	position: relative;
	max-width: 1400px;
	margin: 0 auto 80px;
}
#issue .mv_box_wrap .ct {
	position: absolute;
	right: 840px;
	top: -90px;
	z-index: 1000;
	width: 422px;
}

#issue .mv_box {
	width: 1100px;
	height: 598px;
	overflow: hidden;
	margin: 0 0 0 auto;
	border-radius: 20px 0 0 20px;	
}

#issue .inner {
	width: 1200px;
	margin: auto;
}
#issue .inner h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1em;
}
#issue .inner h3 span {
	display: block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1em;
	margin-top: 1em;
}

#issue .inner .box {
	padding: 110px 135px 105px;
	margin: 60px 0 250px;
	border-radius: 20px;
	background-color: #fff;
}

#issue .inner .unit {
	justify-content: space-between;
	align-items: center;
}
#issue .inner div.unit:nth-of-type(2n) {
	flex-direction: row-reverse;
}

#issue .inner .unit .no {
	display: inline-block;
	margin-bottom: 15px;
	opacity: 0;
}
#issue .inner .unit.st .no {
	animation: issue_no 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
#issue .inner .unit .no span {
	display: block;
	font-weight: 600;
	text-align: center
}
#issue .inner .unit .no span:first-of-type {
	font-size: 22px;
	letter-spacing: 0.01em;
	line-height: 1em;
}
#issue .inner .unit .no span:last-of-type {
	font-size: 60px;
	letter-spacing: 0.09em;
	line-height: 1em;
}

#issue .inner .unit .title {
	margin-bottom: 35px;
}
#issue .inner .unit .title div {
	display: inline-block;
	position: relative;
	transform-origin: left center;	
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 2px 5px 2px 8px;
	overflow: hidden;
	opacity: 0;
}
#issue .inner .unit .title div + div {
	margin-top: 12px;
}
#issue .inner .unit .title div span {
	display: inline-block;
	position: relative;
	z-index: 2;
}
#issue .inner .unit .title div:nth-of-type(1) span::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: -2px;
	background: url("../img/check.png") no-repeat 0 0 / 30px 30px;
}
#issue .inner .unit.st .title div::after {
  content: "";
	display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
	z-index: 1;
  width: 100%;
  height: 100%;
	background-color: var(--mark);
  transform-origin: left center;
	opacity: 0;
}
#issue .inner .unit.st .title div:nth-of-type(1) {
	animation: issue_op 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: .5s;
}
#issue .inner .unit.st .title div:nth-of-type(1)::after {
	animation: issue_bg 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: .3s;
}
#issue .inner .unit.st .title div:nth-of-type(2) {
	animation: issue_op 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: .8s;
}
#issue .inner .unit.st .title div:nth-of-type(2)::after {
	animation: issue_bg 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: .6s;
}
#issue .inner .unit.st .title div:nth-of-type(3) {
	animation: issue_op 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: 1.1s;
}
#issue .inner .unit.st .title div:nth-of-type(3)::after {
	animation: issue_bg 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: .9s;
}

#issue .inner .unit .text p {
	letter-spacing: 0.14em;
	line-height: 1.8125em;
	overflow-wrap: anywhere;
	opacity: 0;
}
#issue .inner .unit .text p.s {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.66em;
	margin-top: 3em;
}
#issue .inner .unit.st .text p {
	animation: issue_text 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: 1s;
}
#issue .inner .unit.st .text p.s {
	animation: issue_text 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: 1.2s;
}

#issue .inner .unit .zu {
	text-align: center;
}
#issue .inner .unit .zu .i {
	opacity: 0;
}
#issue .inner .unit .zu .flex {
	justify-content: space-between;
}

#issue .inner .unit .zu .moji {
	letter-spacing: 0.14em;
	line-height: 1.81em;
	opacity: 0;
}
#issue .inner .unit .zu .moji2 {
	letter-spacing: 0.14em;
	line-height: 1.56em;
	opacity: 0;
}

#issue .inner .unit .fuki {
	position: relative;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.14em;
	line-height: 1.39em;
	text-align: center;
	padding: 8px 0;
	background-color: var(--key);
	border-radius: 10px;
	opacity: 0;
}
#issue .inner .unit .fuki::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -12px;
	transform: translate(-50%,0);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 12px solid var(--key);
  border-bottom: 0;
}
#issue .inner .unit.st .f01 {
	animation: issue_fuki 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: 1.5s;
}
#issue .inner .unit.st .f02 {
	animation: issue_fuki 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: 2s;
}
#issue .inner .unit.st .f03 {
	animation: issue_fuki 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: 2.5s;
}
#issue .inner .unit.st .i01 {
	animation: issue_no 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: 1.2s;
}
#issue .inner .unit.st .i02 {
	animation: issue_no 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: 1.7s;
}
#issue .inner .unit.st .i03 {
	animation: issue_no 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: 2.2s;
}

#issue .inner #i01 .flex {
	margin-bottom: 50px;
}
#issue .inner #i01 .flex > div {
	width: 196px;
}
#issue .inner #i01 .flex > div .i {
	width: 160px;
	margin: 30px auto 0;
}
#issue .inner #i01 .i03 {
	width: 380px;
	margin: 30px auto 0;
}

#issue .inner #i02 .f02 {
	margin-top: 55px;
}
#issue .inner #i02 .i {
	margin-top: 35px;
}

#issue .inner #i03 .i {
	padding: 0 20px;
	margin-bottom: 35px;
}

#issue .inner #i04 .flex {
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
	margin-bottom: 60px;
}
#issue .inner #i04 .flex .i {
	width: 108px;
}
#issue .inner #i04 .f01 {
	font-size: 22.89px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1em;
	text-align: left;
	opacity: 0;
}
#issue .inner #i04 .f01 > span {
	position: relative;
	display: block;
	margin: 18px 0 15px;
}
#issue .inner #i04 .f01 > span::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -5px;
	z-index: -1;
	width: 145px;
	height: 20px;
	background-color: var(--mark);
}
#issue .inner #i04 .f01 > span span {
	display: inline-block;
	font-size: 45.79px;
	font-weight: 600;
	letter-spacing: 0.03em;
}
#issue .inner #i04 .f02 {
	position: relative;
	margin: 0 0 -10px -10px;
	z-index: 10;
	width: 135px;
}

#issue .inner #i05 .flex {
	width: calc(100% + 50px);
	margin: 0 -25px 50px;
}
#issue .inner #i05 .flex > div {
	width: 230px;
}
#issue .inner #i05 .flex > div .i {
	width: 200px;
	margin: 0 auto 30px 15px;
}
#issue .inner #i05 .flex > div .i img {
	margin-right: -30px;
}
#issue .inner #i05 .i03 {
	margin: 35px auto 0;
}

#issue .inner .unit .link {
	position: relative;
	text-align: right;
	width: calc(100% + 80px);
	padding: 60px 0;
	margin: 0 -40px;
}
#issue .inner div.unit:nth-of-type(2n) .link {
	text-align: left;
}
#issue .inner .unit .link::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 710px;
	height: 1px;
	background-color: var(--key);
}
#issue .inner .unit:nth-of-type(2n) .link::after {
	left: auto;
	right: 0;
}

#issue .inner #i01 .text {
	width: 380px;
}
#issue .inner #i01 .zu {
	width: 430px;
}
#issue .inner #i02 .text {
	width: 460px;
}
#issue .inner #i02 .zu {
	width: 360px;
}
#issue .inner #i03 .text {
	width: 420px;
}
#issue .inner #i03 .zu {
	text-align: center;
	width: 440px;
}
#issue .inner #i04 .text {
	width: 420px;
}
#issue .inner #i04 .zu {
	width: 425px;
}
#issue .inner #i05 .text {
	width: 410px;
}
#issue .inner #i05 .zu {
	width: 410px;
}


#issue .challenge {
	position: relative;
	padding: 200px 0 175px;
	background: url("../img/back01.png") repeat 50% 0;
}

#issue .challenge .ct {
	position: absolute;
	left: calc(((100% - 1400px) / 2) + 100px);
	top: -82px;
	width: 542px;
}

#issue .challenge .box {
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	width: 1080px;
	margin: auto;
}
#issue .challenge .box .i {
	width: 620px;
}
#issue .challenge .box .text {
	width: 335px;
}
#issue .challenge .box .text p {
	letter-spacing: 0.15em;
	line-height: 2.125em;
}
#issue .challenge .box .text p:first-of-type {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.6em;
	margin-bottom: 1em;
}
#issue .challenge .box .text .btn_box {
	margin-top: 60px;
}


/*===== Member =====*/
#member {
	background: url("../img/back01.png") repeat 50% 0;
}

#member .unit_c {
	justify-content: space-between;
	width: 1060px;
	margin: 0 auto 190px;
}
#member .second .unit_c {
	flex-direction: row-reverse;
}
#member .unit_c .h {
	width: 410px;
}
#member .unit_c .h h3.name {
	width: 351px;
	margin-bottom: 50px;
}
#member .second .unit_c .h h3.name {
	width: 236px;
	margin-bottom: 50px;
}
#member .unit_c .h .photo {
	position: relative;
	width: 410px;
	height: 592px;
}
#member .unit_c .h .title {
	position: absolute;
	right: -50px;
	bottom: -60px;
	font-size: 14px;
	letter-spacing: 0.14em;
	line-height: 1.57em;
	width: 300px;
	height: 120px;
	padding: 16px 0 0 28px;
	background-color: #fff;
	border-left: 2px solid var(--key);
}
#member .unit_c .t {
	width: 500px;
}
#member .unit_c .t h4 {
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
	padding-bottom: 15px;
	border-bottom: 1px dashed var(--key);
	margin-bottom: 50px;
}
#member .unit_c .t h4 span {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.01;
	line-height: 1em;
}
#member .unit_c .t p {
	letter-spacing: 0.1em;
	line-height: 1.93em;
	margin-bottom: 1.93em;
}

#member .second {
	position: relative;
	padding: 220px 0 175px;
	background: url("../img/back02.png") repeat 50% 0;
}
#member .second::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: -80px;
	z-index: 1;
	transform: translate(-50%,0);
	width: 1126px;
	height: 128px;
	background: url("../img/maemoatomo.png") no-repeat 0 0 / 1126px 128px;
}

#member .advisor {
	width: 1134px;
	margin: auto;
}
#member .advisor h3 {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1em;
	margin-bottom: 40px;
}
#member .advisor .box {
	justify-content: space-between;
	position: relative;
	padding: 65px 95px;
	background-color: #fff;
	border-radius: 20px;
}
#member .advisor .box::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 65px;
	width: 1px;
	height: calc(100% - 130px);
	border-right: 1px dashed var(--key);
}
#member .advisor .unit {
	position: relative;
	width: 366px;
}
#member .advisor .unit .i {
	width: 194px;
	height: 194px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 40px;
}
#member .advisor .unit .post {
	position: absolute;
	left: 23px;
	top: 30px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.14em;
	line-height: 1em;
	background-color: var(--key);
	text-align: center;
	writing-mode: vertical-rl;
	width: 36px;
	height: 136px;
	padding: 0 10px;
	border-radius: 18px;
}
#member .advisor .unit .name {
	font-size: 22px;
	letter-spacing: 0.14em;
	line-height: 1em;
	text-align: center;
	margin-bottom: 30px;
}
#member .advisor .unit .name span {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1em;
	vertical-align: middle;
}
#member .advisor .unit .title {
	letter-spacing: 0.14em;
	line-height: 1.375em;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid var(--key);
	border-bottom: 1px solid var(--key);
	margin-bottom: 20px;
}
#member .advisor .unit p {
	letter-spacing: 0.08em;
	line-height: 1.93em;
}


/*===== Recruit =====*/
#recruit {
	background: url("../img/back03.png") repeat 50% 0;
}
#recruit h2 {
	color: #fff;
}

#recruit .mv_box {
	width: 1000px;
	height: 560px;
	overflow: hidden;
	margin: auto;
	border-radius: 20px;	
}

#recruit .msg {
	justify-content: space-between;
	color: #fff;
	width: 1000px;
	margin: 150px auto 160px;
}
#recruit .msg .read {
	position: relative;
	font-size: 26px;
	letter-spacing: 0.14em;
	line-height: 2.5em;
	width: 450px;
}
#recruit .msg .read .sticky {
	position: sticky;
	left: 0;
	top: 150px;
}
#recruit .msg .text {
	width: 500px;
	padding-top: 10px;
}
#recruit .msg .text p {
	letter-spacing: 0.06em;
	line-height: 2.215em;
	margin-bottom: 2.215em;
}
#recruit .msg .text div p:last-of-type {
	margin-bottom: 0;
}
#recruit .msg .text .box {
	padding: 95px 0;
	margin-top: 95px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#recruit .msg .text .box h3 {
	display: inline-block;
	color: var(--key);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1em;
	padding: 2px 1px 3px 2px;
	background-color: var(--mark);
	margin-bottom: 0.5em;	
}
#recruit .msg .text .box p + h3 {
	margin-top: 20px;
}
#recruit .msg .text .box p {
	line-height: 2em;
}
#recruit .msg .text .box p.sub {
	margin: 0 0 1em -0.5em;
}
#recruit .msg .text .att {
	margin-top: 35px;
}
#recruit .msg .text .att p {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.66em;
}

#recruit .link_btn {
	width: 1000px;
	margin: auto;
	border: 1px solid #fff;
}
#recruit .link_btn ul {
	position: relative;
}
#recruit .link_btn ul::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 100;
	width: 1px;
	height: 100%;
	background-color: #fff;
}
#recruit .link_btn ul li {
	width: 50%;
	height: 200px;
}
#recruit .link_btn ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.14em;
	line-height: 1em;
	text-align: center;
	width: 100%;
	height: 100%;
}
#recruit .link_btn ul li a::after {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	margin-left: 15px;
	background: url("../img/arrow01.png") no-repeat 0 0 / 44px 44px;
	filter: saturate(0) brightness(0) invert(100%);
}

#recruit .staff_interview {
	color: #fff;
	text-align: center;
	padding: 170px 0;
}
#recruit .staff_interview h3 {
	width: 384px;
	margin: 0 auto 40px;
}
#recruit .staff_interview .text {
	letter-spacing: 0.14em;
	line-height: 2em;
}

#recruit .staff_interview .slide {
	width: 1020px;
	margin: 120px auto 0;
}
#recruit .staff_interview .slide .swiper-container {
	overflow: visible !important;
}
#recruit .staff_interview .slide .swiper-wrapper {
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch !important;	
}
#recruit .staff_interview .slide .swiper-slide {
	position: relative;
	color: var(--key);
	width: 300px;
	height: 534px !important;
	overflow: visible !important;
	padding: 60px 0 0;
	background-color: #fff;
	border-radius: 20px;
}
#recruit .staff_interview .slide .swiper-slide .look {
	display: block;
	position: absolute;
	right: -30px;
	top: -35px;
	width: 105px;
	height: auto;
}
#recruit .staff_interview .slide .swiper-slide .i {
	display: block;
	width: 135px;
	height: 135px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 30px;
}
#recruit .staff_interview .slide .swiper-slide .name {
	font-size: 22px;
	letter-spacing: 0.14em;
	line-height: 1em;
}
#recruit .staff_interview .slide .swiper-slide .en {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1em;
	margin: 10px 0 40px;
}
#recruit .staff_interview .slide .swiper-slide .post {
	letter-spacing: 0.14em;
	line-height: 1.625em;
	width: 200px;
	padding: 30px 0 35px;
	border-top: 1px dashed var(--key);
	margin: auto;
}
#recruit .staff_interview .slide .swiper-slide a.btn {
	padding: 15px 70px 18px;
}


/*===== News =====*/
#news_list {
	padding-bottom: 175px;
}
#news_list h2 {
	text-align: left;
	margin-bottom: 80px;
}
.post_list {
	width: 935px;
}
.post_list li {
	width: 100%;
	border-bottom: 1px solid var(--key);
}
.post_list li.non {
	font-size: 18px;
	letter-spacing: 0.14em;
	line-height: 1em;
	text-align: center;
	padding: 60px 0 140px;
}
.post_list li a {
	display: block;	
	position: relative;
	padding: 40px 60px 35px 0;
	background: url("../img/arrow01.png") no-repeat 100% 50% / 40px 40px;
}
.post_list li a .sub {
	align-items: center;	
	margin-bottom: 12px;
}
.post_list li a .date {
	position: relative;
	letter-spacing: 0.08em;
	line-height: 1em;
	padding-top: 3px;
	margin-right: 2em;
}
.post_list li a .date::after {
	content: "";
	display: block;
	position: absolute;
	right: -1em;
	top: 2px;
	width: 1px;
	height: 16px;
	background-color: var(--key);
}
.post_list li a .cat {
	line-height: 1em;
	letter-spacing: 0.14em;
}
.post_list li a .title p {
	font-size: 18px;
	letter-spacing: 0.14em;
	line-height: 1.75em;
}

/*----- pagenavi -----*/
.pagenavi {
	text-align: right;
	margin-top: 45px;
}
.pagenavi .wp-pagenavi {
	display: inline-block;
	height: 56px;
	padding: 14px 10px 0;
	border: 1px solid var(--key);
	border-radius: 28px;
}
.pagenavi span,
.pagenavi a {
	display: inline-block;
	color: var(--gy2);
	font-size: 18px;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 0;
	text-align: center;
	width: 28px;
	height: 28px;
	padding: 6px 0 0 !important;
	margin: 0 5px !important;
	background-color: transparent;
	border: none !important;
	box-sizing: border-box;
	border-radius: 50%;
}
.pagenavi a:hover {
	color: var(--key) !important;
	opacity: 1 !important;
}
.pagenavi .current {
	color: #fff;
	background-color: var(--key);
}
.pagenavi .nextpostslink,
.pagenavi .previouspostslink {
	background-position: 50% calc(50% - 2px);
	background-repeat: no-repeat;
	background-size: 12px 5px;
}
.pagenavi .nextpostslink {
	background-image: url("../img/arrow_next01.png");
}
.pagenavi .previouspostslink {
	background-image: url("../img/arrow_prev01.png");
}


/*----- Single -----*/
#single {
	background: url("../img/back01.png") repeat 50% 0;
	padding-bottom: 180px;
}
#single article {
	width: 810px;
}

#single article .h {
	padding-bottom: 35px;
	border-bottom: 1px solid var(--key);
	margin-bottom: 100px;
}
#single article .h .sub {
	line-height: 1em;
	margin-bottom: 1em;
}
#single article .h .date {
	position: relative;
	letter-spacing: 0.08em;
	padding-top: 3px;
	margin-right: 2em;
}
#single article .h .date::after {
	content: "";
	display: block;
	position: absolute;
	right: -1em;
	top: 1px;
	width: 1px;
	height: 16px;
	background-color: var(--key);
}
#single article .h .cat {
	letter-spacing: 0.14em;
}
#single article .h h2 {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1.5em;
}
#single article .h h2 span {
	display: block;
	font-size: 22px;
	line-height: 1.77em;
}

#single article .cont h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.85em;
	padding: 15px 35px;
	margin: 100px 0 70px;
	background-color: var(--key);
}
#single article .cont h3:first-of-type {
	margin-top: 0;
}
#single article .cont h4 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 2em;
	margin: 0 0 2em;
}
#single article .cont p {
	letter-spacing: 0.15em;
	line-height: 2em;
	text-align: left;
	margin-bottom: 2em;
	overflow-wrap: anywhere;
}
#single article .cont strong {
	font-size: 18px;
	font-weight: 700;
}
#single article .cont .wp-block-image {
	margin-bottom: 70px;
}
#single article figure figcaption {
	font-size: 14px;
	letter-spacing: 0.15em;
	line-height: 2.28em;
	margin: 0.5em 0 0 !important;
}
#single article .cont .wp-block-separator {	
	color: var(--key);
	background-color: var(--key);
	border-top-width: 1px !important;
	margin: 70px 0;
}

/*----- pager -----*/
.pager {
	width: 550px;
	margin: 150px auto 0;
}
.pager td {
	width: 25%;
	vertical-align: middle;
}
.pager td:nth-of-type(2) {
	width: 50%;
	text-align: center;
}
.pager td:nth-of-type(3) {
	text-align: right;
}
.pager td a {
	display: inline-block;
	color: var(--key);
	line-height: 1em;
}
.pager td:nth-of-type(1) a,
.pager td:nth-of-type(3) a {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	min-height: 45px;
	padding-top: 14px;
}
.pager td:nth-of-type(1) a {
	padding-left: 60px;
	background: url("../img/arrow_prev02.png") no-repeat 0 0 / 45px 45px;
}
.pager td:nth-of-type(2) a {
	font-size: 15px;
	letter-spacing: 0.14em;
	text-align: center;
	width: 200px;
	height: 55px;
	padding-top: 19px;
	border: 1px solid var(--key);
	border-radius: 28px;
}
.pager td:nth-of-type(3) a {
	padding-right: 60px;
	background: url("../img/arrow_next02.png") no-repeat 100% 0 / 45px 45px;
}


/*===== initiative =====*/
#initiative {
	position: relative;
	padding-bottom: 175px;
}
#initiative h2 {
	text-align: left;
	margin-bottom: 120px;
}
#initiative .sub_title {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1em;
	text-align: right;
}

.initiative_list {
	position: relative;
	width: 964px;
}
.initiative_list li {
	width: 280px;
	margin: 0 62px 75px 0;
}
.initiative_list li:nth-of-type(3n) {
	margin-right: 0;
}

.initiative_list li.non {
	letter-spacing: 0.14em;	
	line-height: 1em;
	text-align: center;
	width: 100%;
	padding: 0 0 120px;
	margin: 0;
}
.initiative_list li a {
	display: block;
}
.initiative_list li a:hover {
	opacity: 1;
}
.initiative_list li a .i {
	position: relative;
	width: 100%;
	height: 178px;
	overflow: hidden;
	margin-bottom: 25px;
}
.initiative_list li a .i::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(10,95,200,0.35);
  background-color: rgba(243,219,204,0.90);
  mix-blend-mode: multiply;
  transition: all 0.4s;
  opacity: 1;
}
.initiative_list li a:hover .i::after {
  opacity: 0;
}
.initiative_list li a .i img {
  display: block;
  filter: saturate(0%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  transition: all 0.4s;
}
.initiative_list li a:hover .i img {
  filter: saturate(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
}
.initiative_list li a .sub {
	align-items: center;	
	margin-bottom: 10px;
}
.initiative_list li a .date {
	position: relative;
	letter-spacing: 0.08em;
	line-height: 1em;
	padding-top: 3px;
	margin-right: 2em;
}
.initiative_list li a .date::after {
	content: "";
	display: block;
	position: absolute;
	right: -1em;
	top: 2px;
	width: 1px;
	height: 16px;
	background-color: var(--key);
}
.initiative_list li a .cat {
	line-height: 1em;
	letter-spacing: 0.14em;
}
.initiative_list li a .title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
.initiative_list li a .title p {
	letter-spacing: 0.08em;	
	line-height: 1.75em;
	text-align: left;
}

/*===== talk =====*/
#talk {
	background: url("../img/back01.png") repeat 50% 0;
	padding: 225px 0 165px;
}

#talk article {
	width: 1000px;
	margin: auto;
}

#talk .first {
	position: relative;
	height: 620px;
	overflow: hidden;
	margin-bottom: 130px;
}
#talk .first .obi {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 544px;
	height: 97px;
}

#talk .profile {
	position: relative;
	padding: 70px 20px 60px;
}
#talk .profile::before,
#talk .profile::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 442px;
	height: 1px;
	background-color: var(--key);
}
#talk .profile::before {
	left: 0;
}
#talk .profile::after {
	right: 0;
}
#talk .profile h3 {
	position: absolute;
	left: 50%;
	top: -7px;
	transform: translate(-50%,0);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1em;
	text-align: center;
}
#talk .profile .photo {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0,-50%);
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 50%;
}
#talk .profile .text {
	width: 720px;
}
#talk .profile .text .h {
	align-items: center;
	justify-content: space-between;
}
#talk .profile .text .h .title {
	display: inline-block;
	letter-spacing: 0.14em;
	line-height: 1.625em;
	height: 40px;
	padding: 6px 30px 0;
	background-color: #fff;
	border-radius: 20px;
}
#talk .profile .text .h .title span {
	display: inline-block;
}
#talk .profile .text .h .title span + span {
	margin-left: 0.5em;
}
#talk .profile .text .h .name .j {
	font-size: 22px;
	letter-spacing: 0.14em;
	line-height: 1em;
}
#talk .profile .text .h .name .j::after {
	content: "｜";
}
#talk .profile .text .h .name .e {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1em;
	padding-top: 6px;
}
#talk .profile .text .ex {
	padding-top: 25px;
	margin-top: 30px;
	border-top: 1px dashed var(--key);
}
#talk .profile .text .ex p {
	letter-spacing: 0.14em;
	line-height: 2em;
}

#talk .midashi_box {
	align-items: center;
	padding: 65px 0;
	border-top: 1px solid var(--key);
	border-bottom: 1px solid var(--key);
}
#talk .midashi_box .tsc {
	width: 460px;
	padding: 0 75px 0 35px;
}
#talk .midashi_box ul {
	position: relative;
	width: 540px;
	padding: 0 0 0 75px;
	border-left: 1px solid var(--key);
}
#talk .midashi_box ul::after {
	content: "";
	display: block;
	position: absolute;
	left: 135px;
	top: 7px;
	width: 1px;
	height: calc(100% - 14px);
	border-right: 1px dashed var(--key);
}
#talk .midashi_box ul li::after {
	content: "";
	position: absolute;
	left: 56px;
	top: 50%;
	z-index: 10;
	transform: translate(0,-50%);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #E3E9EA;
	border: 1px solid var(--key);
}
#talk .midashi_box ul li {
	position: relative;
	margin-bottom: 25px;
}
#talk .midashi_box ul li:last-of-type {
	margin-bottom: 0;
}
#talk .midashi_box ul li a {
	align-items: center;
}
#talk .midashi_box ul li span {
	display: block;
	letter-spacing: 0.14em;
	line-height: 1em;
	width: calc(100% - 100px);
}
#talk .midashi_box ul li span.e {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.09em;
	line-height: 1em;
	padding-top: 4px;
	width: 100px;
}

#talk .theme {
	position: relative;
	margin: 130px 0 100px;
}
#talk .theme span {
	display: block;
	position: absolute;
	left: 50%;
	top: -10px;
	z-index: 10;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1em;
	transform: translate(-50%,0);
}
#talk .theme h3 {
	position: relative;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 40px 0;
	margin-bottom: 40px;
	background-color: #fff;
}
#talk .theme h3::before,
#talk .theme h3::after {
	content: "";
	display: block;
	position: absolute;
	width: 35px;
	height: 35px;
}
#talk .theme h3::before {
	left: 0;
	bottom: 0;
	border-left: 2px solid var(--key);
	border-bottom: 2px solid var(--key);
}
#talk .theme h3::after {
	right: 0;
	top: 0;
	border-right: 2px solid var(--key);
	border-top: 2px solid var(--key);
}
#talk .theme p {
	letter-spacing: 0.14em;
	line-height: 2em;
}

#talk .session h4 {
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.33em;
	padding: 10px 0;
	margin-top: 80px;
	border-bottom: 1px solid var(--key);
}
#talk .session h4 div.e {
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0.09em;
	line-height: 1em;
	width: 110px;
	padding-top: 10px;
}
#talk .session h4 div.m {
	width: calc(100% - 110px);
}
#talk .session .box {
	margin: 40px 0;
}
#talk .session .box .u {
	width: 150px;
}
#talk .session .box .c {
	width: calc(100% - 150px);
}
#talk .session .box figure {
	display: block;
	width: 100%;
	margin: 70px 0;
}
#talk .session .box figure figcaption {
	font-size: 14px;
	letter-spacing: 0.15em;
	line-height: 2.28em;
	margin: 0.5em 0 0 !important;
}
#talk .session .box p {
	letter-spacing: 0.14em;
	line-height: 2em;
}

#talk .next {
	padding: 45px 0;
	margin-top: 60px;
	border-top: 1px solid var(--key);
	border-bottom: 1px solid var(--key);
}
#talk .next p {
	font-size: 20px;
	letter-spacing: 0.14em;
	line-height: 1.6em;
	text-align: center;
}

#talk .sanko {
	margin-top: 100px;
}
#talk .sanko p {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.66em;
}


/*===== Contact =====*/
#contact {
	padding-bottom: 170px;
	background: url("../img/back01.png") repeat 50% 0;
}

#contact .inner {
	width: 1120px;
	padding: 100px 90px 100px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 20px;
}

#contact .inq p.last {
	font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 2em;
  text-align: center;
  margin-top: 30px;
}


#contact td {
	padding-bottom: 40px;
}
#contact td p {
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 1em;
  margin: 0;
}
#contact tr td:nth-of-type(1) {
  position: relative;
  width: 205px;
	padding-left: 20px;
}
#contact tr td:nth-of-type(1) span {
	position: relative;
	top: -3px;
  display: inline-block;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1em;
}
#contact tr td:nth-of-type(2) {
	width: calc(100% - 205px);
  
}
#contact tr td:nth-of-type(2) div {
  min-height: 60px;
  padding: 22px 10px;
  background-color: var(--bk2);
	border-radius: 10px;
}

/*---- check leyout -----*/
#contact tr td:nth-of-type(2) div.ck {
  padding: 50px 55px 30px;
}
#contact tr td:nth-of-type(2) div.ck .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
	align-items: center;
}
#contact tr td:nth-of-type(2) div.ck .wpcf7-form-control .wpcf7-list-item {
	width: 50%;
  margin-bottom: 20px;
}

/*---- 送信確認 -----*/
#contact tr.flex {
  display: flex;
  flex-wrap: wrap;
}
#contact .ac {
	min-height: 1em !important;
  padding: 0 !important;
  background-color: transparent !important;
}
#contact .ac .a {
	display: inline-block;
	margin-left: 1em;
}

/*----- item -----*/
input[type="text"],
input[type="email"],
textarea {
  font-size: 16px;
  width: 100%;
  height: auto;
  padding: 0 5px;
  background-color: var(--gray8);
  border: none;
  -webkit-appearance : none;
  outline: none;
}
textarea {
  height: 220px;
	padding: 5px;
}

/*----- その他テキスト -----*/
.wpcf7-list-item.has-free-text {
	display: flex;
	align-items: center;
}
.wpcf7-list-item.has-free-text input {
	width: 300px;
	margin-left: 20px;
	background-color: #fff;
}

/*----- lable -----*/
.inq label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 1em;
  padding-left: 20px;
  cursor: pointer;
}
.inq .wpcf7-list-item {
  margin: 0;
}
.inq .wpcf7-list-item-label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 1em;
}

/*----- radio check -----*/
.inq label span.wpcf7-list-item-label::before,
.inq label span.wpcf7-list-item-label::after {
  display: none;
}
.inq label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border: 1px solid var(--key);
  box-sizing: border-box;
}
.inq label input[type="radio"],
.inq label input[type="checkbox"] {
  display: none;
}
.inq label input[type="radio"]:checked + .wpcf7-list-item-label::before,
.inq label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border: 1px solid var(--key);
  background-color: var(--key);
  box-sizing: border-box;
}
.inq .accept {
  position: relative;
  padding-left: 0px;
  cursor: pointer;
}
#contact .ac label::before {
  top: 1px;
  width: 14px;
  height: 14px;
}
#contact .ac label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  top: 1px;
  width: 14px;
  height: 14px;
}

/*----- submit ------*/
#contact .btn {
  display: block;
  position: relative;
  width: 210px;
  margin: 20px auto 0;
}
#contact .btn p {
  height: 54px;
  overflow: hidden;
}
.wpcf7-submit {
  display: block;
  color: #fff;
  font-size: 18px;
	font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.14em;
  text-align: center;
  width: 100%;
  height: 54px;
  border: 1px solid var(--key);
  background-color: var(--key);
	border-radius: 10px;
  transition: all .5s;
  -webkit-appearance: none;
  cursor: pointer;
}
.wpcf7-submit:hover {
  opacity: 0.45;
}

/*----- 送信後 ------*/
.transmission {
  display: none;
  width: 100%;
  padding: 130px 0;
  margin: auto;
}
.transmission p {
  font-size: 14px !important;
  line-height: 2.2em !important;
  letter-spacing: 0.2em;
  text-align: center;
  vertical-align: middle;
}
.sent .transmission {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sent .inq {
  display: none;
}

/*----- エラー ------*/
.wpcf7-response-output {
  display: none;
}
.wpcf7-not-valid-tip {
  position: absolute;
  left: -10px;
  bottom: -40px;
	font-size: 13px !important;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.ck .wpcf7-not-valid-tip {
  left: -55px;
	bottom: -50px;
}
textarea + .wpcf7-not-valid-tip {
	bottom: -40px;
}


/*----- reCAPTCHA ------*/
.reCAPTCHA_text p {
  font-size: 13px;
  letter-spacing: 0.18em;
	line-height: 1em;
  text-align: center;
  margin-top: 40px;
}
.grecaptcha-badge { visibility: hidden; }


/*===== Not found =====*/
#not-found .flex {
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 350px 0 250px;
}
#not-found .flex p {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 2em;
}


@keyframes circlemove {
  0% {bottom: 70px;}
  100% {bottom: -5px;}
}
@keyframes cirlemovehide {
  0% {opacity: 0}
  10% {opacity: 1;}
  95% {opacity: 0.9;}
  100% {opacity: 0;}
}

@keyframes st_text1 {
  0% {
    opacity: 0;
    transform: translate(0,50px);
	}
  100% {
		opacity: 1;
    transform: translate(0,0);
  }
}
@keyframes fdo {
  0% {
		opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fdi {
  0% {
		opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@keyframes issue_no {
	0% {
    opacity: 0;
    transform: translate(0,-10px);
	}
  100% {
		opacity: 1;
    transform: translate(0,0);
  }
}
@keyframes issue_op {
  0% {
    opacity: 0;
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes issue_bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes issue_text {
	0% {
    opacity: 0;
    transform: translate(10px,0);
	}
  100% {
		opacity: 1;
    transform: translate(0,0);
  }
}
@keyframes issue_fuki {
	0% {
    opacity: 0;
    transform: translate(0,15px);
	}
  100% {
		opacity: 1;
    transform: translate(0,0);
  }
}