@charset "utf-8";

/*----------------------------------------------
	.l_wrap
---------------------------------------------*/
.l_wrap {
	width: 90%;
  max-width: var(--wrap);
	margin: 0 auto;
}


/*----------------------------------------------
	.l_page
---------------------------------------------*/
.l_page {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}


/*----------------------------------------------
	.l_container
---------------------------------------------*/
.l_container {
  flex: 1;
}


/*----------------------------------------------
	.l_content
---------------------------------------------*/
#top .l_content {
  background: #eeeeee;
}
.l_content > *{
  position: relative;
  z-index: 1;
}
body:not(#top) .l_content{
  padding: 50px 0 80px;
}

body:not(#top) .l_content p,
.block-editor-iframe__body p{
  line-height: 2;
}


/*----------------------------------------------
	.l_header_area
---------------------------------------------*/
.l_header_area {
  width: calc(100% - var(--page_margin) * 2);
  z-index: 99;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 10px;
  position: absolute;
  transition: 0.2s;
}
.l_header_area.load {
  top: 25px;
}
/* スクロール時 */
.l_header_area.is_active {
  position: fixed;
}

/* 上の段 */
.l_header_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  background: #fff;
  border-radius: var(--radius) var(--radius) 0 0;
  box-shadow: 0 -5px 10px #00000012;
}

/* 上の段の右 */
.l_header_right{
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* 下の段 */
.l_header_bottom{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  background: var(--color);
  border-radius: 0 0 var(--radius) var(--radius);
  position: relative;
  box-shadow: 0 5px 10px #00000012;
}


/*----------------------------------------------
	.l_login
---------------------------------------------*/
.l_login {
  background: #F6F6F6;
  padding: 10px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}


/*----------------------------------------------
	.l_inner_header
---------------------------------------------*/
.l_inner_header {
  padding: 255px 0 90px;
  background: url(../images/bg_inner.jpg) no-repeat;
  background-size: cover;
}

/*----------------------------------------------
	.l_mv_wrap
---------------------------------------------*/
.l_mv_wrap {
  position: relative;
  z-index: 1;
}


/*----------------------------------------------
	.l_mv
---------------------------------------------*/
.l_mv {
  width: 100%;
  height: 600px;
}
.l_mv .is_slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l_mv .is_slide img{
  width: 100%;
  height: 600px;
  object-fit: cover;
}



/*----------------------------------------------
	.l_ttl
---------------------------------------------*/
.l_ttl {
  padding: 40px 0 30px;
  text-align: center;
}
.l_ttl img{
  width: 100%;
  height: auto;
}
.l_ttl.is_jp img{
  max-width: 900px;
}
.l_ttl.is_en img{
  max-width: 990px;
}

/*----------------------------------------------
	.l_nav_area
---------------------------------------------*/
.l_nav_area {
  display: flex;
  align-items: center;
  touch-action: auto!important;
}


/*----------------------------------------------
  .l_footer
---------------------------------------------*/
.l_footer {
  background: #E3E2E2;
  padding: 60px 0;
  position: relative;
}
.l_footer_inner{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.l_footer_menu {
  display: flex;
  gap: 50px;
}
.l_footer_dtl{
  min-width: 450px;
  padding-right: 85px;
  margin-right: 85px;
  border-right: 1px solid #A3A3A3;
  display: flex;
  flex-direction: column;
  gap: 40px;
}


/*----------------------------------------------
  .l_footer_area
---------------------------------------------*/
.l_footer_area {
	position: relative;
	background: #ddd;
	color: #333;
	padding: 30px 0;
}

/*----------------------------------------------
  .l_contact_area
---------------------------------------------*/
.l_footer_area .l_contact_area {
	padding: 0 30px;
}

/*----------------------------------------------
  .l_copyright
---------------------------------------------*/
.l_copyright {
	padding: 18px;
	font-size: 1.8rem;
	color: #ffffffad;
  background: var(--color);
  font-weight: 300;
  text-align: center;
}

/*----------------------------------------------
  .l_btns
---------------------------------------------*/
.l_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

/*----------------------------------------------
  .l_pagetop
---------------------------------------------*/
.l_pagetop {
  position: fixed;
  right: 25px;
/*	left: calc(50% + 550px);*/
  bottom: 50px;
	z-index: 99;
}
.l_pagetop a{
	line-height: 0;
	display: block;
}
.l_pagetop img {
  width: 50px;
  height: 50px;
}
.l_pagetop img:hover {
	opacity: 0.9;
}
/*
.l_pagetop.attached {
  position: absolute;
  bottom: 0;
}
*/
/*画面幅が1250pxを下回るとボタンが隠れるため*/
/*
@media only screen and (max-width: 1250px) {
  .l_pagetop {
    left: auto;
    right: 25px;
  }
  .l_pagetop.attached {
    position: fixed;
    bottom: 240px;
    right: 25px;
  }
}
*/
/*----------------------------------------------
  .l_double
---------------------------------------------*/
.l_double > div {
  width: 49%;
  display: inline-block;
}
.l_double:nth-child(1) { margin-left: 0; }
.l_double:nth-child(2) { margin-right: 0; }

/*----------------------------------------------
  .l_double02
---------------------------------------------*/
.l_double02 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.l_double02 > * {
	width: 49%!important;
}


/*----------------------------------------------
	.l_news
---------------------------------------------*/
.l_news {
  padding: 100px 0;
  margin-left: calc((100vw - var(--wrap)) / 2);
}
.l_news_inner{
  display: flex;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  align-items: flex-start;
}
.l_news_head{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-shrink: 0;
}
.l_news_dtl{
  background: #fff;
  border-radius: 50px 0 0 50px;
  box-shadow: 0 0 10px #00000012;
  padding: 50px;
  width: 100%;
}


/*----------------------------------------------
	.l_about
---------------------------------------------*/
.l_about{
  background: #fff;
  border-radius: 100px;
  box-shadow: 0 0 10px #00000012;
  padding: 100px 0 90px;
}
.l_about_grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 80px;
}
.l_about_content{
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 0 10px #00000012;
}


/*----------------------------------------------
	.l_member
---------------------------------------------*/
.l_member_content{
  background: #fff;
  border-radius: 50px;
  padding: 70px 60px;
  box-shadow: 0 0 10px #00000012;
}


/*----------------------------------------------
	.l_member_bnrs
---------------------------------------------*/
.l_member_bnrs{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px 30px;
}
.l_member_bnrs .is_img_wrap{
  /* width: 160px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center; */
  flex-shrink: 0;
}
/* .l_member_bnrs .is_img_wrap img{
  height: 100%;
  width: auto;
  object-fit: contain;
  padding: 0 10px;
} */


/*----------------------------------------------
	.l_activity
---------------------------------------------*/
.l_activity{
  background: #fff;
  border-radius: 50px;
  padding: 100px 0;
  box-shadow: 0 0 10px #00000012;
}
.l_activity_grid{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}


/*----------------------------------------------
	.l_system_cards
---------------------------------------------*/
.l_system_cards{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.l_system_cards .is_right{
  width: 100%;
  max-width: 570px;
}

/*----------------------------------------------
	.l_org
---------------------------------------------*/
.l_org{
  background: #fff;
  border-radius: 100px 100px 0 0;
  box-shadow: 0 0 10px #00000012;
  padding: 100px 0;
}
.l_org_bnrs{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/*----------------------------------------------
	.l_deco
---------------------------------------------*/
.l_deco{
  position: relative;
  z-index: 0;
}
.l_deco::after{
  content: '';
  background: url(../images/bg_deco.jpg) no-repeat;
  width: 1935px;
  height: 1991px;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.l_deco.is_01::after{
  right: -45vw;
  top: -200px;
}
.l_deco.is_02::after{
  top: -700px;
  left: -45vw;
}
.l_deco.is_03::after{
  right: -41vw;
  top: -300px;
}

/*----------------------------------------------
	.l_breadcrumbs
---------------------------------------------*/
.l_breadcrumbs {
  padding: 30px 0 0;
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
.l_breadcrumbs > * {
  flex-shrink: 0;
}
.l_breadcrumbs > *:last-child {
  flex-shrink: 1;
}


/*----------------------------------------------
	.l_members
---------------------------------------------*/
.l_members {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 50px;
}


/*----------------------------------------------
	.l_merit
---------------------------------------------*/
.l_merit {
  display: flex;
  gap: 30px 10px;
  flex-wrap: wrap;
  justify-content: center;
}


/*----------------------------------------------
	.l_theme
---------------------------------------------*/
.l_theme {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}


/*----------------------------------------------
	.l_prob
---------------------------------------------*/
.l_prob {
  display: flex;
  flex-direction: column;
  gap: 10px;
}


/*----------------------------------------------
	.l_solution_container
---------------------------------------------*/
.l_solution_container {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 40px;
}