@charset "utf-8";

/*----------------------------------------------
	.l_wrap
---------------------------------------------*/
.l_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.l_wrap2 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}


/*----------------------------------------------
	.l_header
---------------------------------------------*/
.l_header {
  position: sticky;
  top: 0;
  z-index: 999;
	background: var(--color_white);
  box-shadow: 0px 3px 5px hsla(0,0%,20%,0.16);
}


/*----------------------------------------------
	.l_nav
---------------------------------------------*/
.l_nav {
	display: flex;
	justify-content: space-between;
  align-items: center;
}


/*----------------------------------------------
	.l_main
---------------------------------------------*/
.l_main {
	background-image: url("../images/bg2.png"),url("../images/bg3.png");
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: 0px 1080px;
}


/*----------------------------------------------
	.l_firstview_area
---------------------------------------------*/
.l_firstview_area {
  position: relative;
}


/*----------------------------------------------
	l_mv
---------------------------------------------*/
.l_mv {
  /*width: 100%;*/
  height: 580px;
  background-image: url(../images/mv.webp), url(../images/mv2.webp);
  background-repeat: no-repeat;
  background-size: 1120px 630px, cover;
  background-position: 120px -60px, bottom;
  /* background-color: #ededed;*/
}


/*----------------------------------------------
	l_side_contents
---------------------------------------------*/
.l_side_contents {
  position: absolute;
  top: 10px;
  left: 50%;
  translate: -50% 0;
  max-width: 1200px;
  width: 100%;
}

.l_side_contents > * {
  margin-left: 40%;
}


/*----------------------------------------------
	.l_link_area
---------------------------------------------*/
.l_link_area {
  display: grid;
  grid-template-columns: 270px 270px 1fr;
  gap: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  color: var(--color_white);
  font-size: 14px;
}

.l_link_area > *{
  border-radius: 5px;
  background: #E5ECE7;
  box-shadow: 0 0 5px #3333331f;
}

.l_link_area img {
  width: 100%;
  margin-bottom: 10px;
}

.l_link_area p {
  padding: 7px 15px 7px 15px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

.l_link_area .is_member p {
  display: flex;
  align-items: center;
  background: #2F7F5A;
  border-radius: 5px 5px 0 0;
}
.l_link_area .is_doctor p {
  background: #1B78BE;
  border-radius: 5px 5px 0 0;
}
.l_link_area .is_patient p {
  display: flex;
  align-items: center;
/*  font-size: 14px;*/
  background: #F69130;
  border-radius: 5px 5px 0 0;
}


.l_link_area a {
  position: relative;
  display: block;
  height: 100%;
  margin-bottom: 5px;
  padding-right: 10px;
  color: #084608 !important;
  font-size: 12px;
  transition: 0.2s;
}
.l_link_area a:hover {
  opacity: 0.7;
}
.l_link_area .link_box:not(.is_patient) a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  background-image: url("../images/icon_btn_side_green.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.l_link_area ul {
  padding: 0 15px 10px 15px;
  line-height: 1.3;
}

.l_link_area .is_member {
  position: relative;
}
.is_member::before {
	content: "";
	background: url(../images/top_member.png);
	width: 100px;
	height: 70px;
	position: absolute;
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: 0.15;
	bottom: 10px;
	right: 10px;
}

.l_link_area .is_patient {
  position: relative;
} 
.is_patient::before {
	content: "";
	background: url(../images/top_patient.png);
	width: 80px;
	height: 60px;
	position: absolute;
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: 0.15;
	bottom: 10px;
	right: 10px;
}

.l_link_area .is_doctor {
  position: relative;
}
.is_doctor::before {
	content: "";
	background: url(../images/top_doctor.png);
	width: 80px;
	height: 85px;
	position: absolute;
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: 0.15;
	bottom: 10px;
	right: 10px;
}


/*----------------------------------------------
  .l_news_and_topics
---------------------------------------------*/
.l_news_and_topics {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/*----------------------------------------------
  .l_news_area
---------------------------------------------*/
.l_news_area {
  margin-right: 10px;
  /*margin-bottom: 10px;*/
  border: 3px solid #8F3523;
  background: hsla(0,0%,100%,0.60);
  box-shadow: 0 0 5px #33333378;
  border-radius: 5px;
}

.l_news_area h2 {
  padding: 5px 0px 10px 15px;
  color: #8f3523;
  font-family: var(--font_serif);
  font-weight: bold;
  font-size: 24px;
  letter-spacing: .1em;
}

.l_news_area h2 span {
  margin-left: 12px;
  font-size: 12px;
  letter-spacing: 0em;
}

.l_news_area dl {
  align-content: start;
  display: grid;
  grid-template-columns: 6.5em 1fr;
  grid-row-gap: 7px;
  padding: 0px 15px 15px 35px;
  height: 280px;
  overflow-y: scroll;
}

.l_news_area dt {
  position: relative;
}
.l_news_area dt::before {
  content: "";
  position: absolute;
  top: 4px;
  width: 14px;
  height: 14px;
  left: -20px;
  background-image: url("../images/icon_news.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.l_news_area dd a {
  color: var(--color_black);
  transition: 0.2s;
}
.l_news_area dd a:hover {
  opacity: 0.7;
}


/*----------------------------------------------
  .l_topics_area
---------------------------------------------*/
.l_topics_area {
  margin-right: 20px;
  /*margin-bottom: 30px;*/
  border: 3px solid #252161;
  background: hsla(0,0%,100%,0.60);
  padding: 5px 0px 0px 15px;
  box-shadow: 0 0 5px #33333378;
  border-radius: 5px;
}

.l_topics_area h2 {
  margin-bottom: 15px;
  color: #252161;
  font-family: var(--font_serif);
  font-weight: bold;
  font-size: 24px;
  letter-spacing: .1em;
}

.l_topics_area h2 span {
  margin-left: 12px;
  font-size: 12px;
  letter-spacing: 0em;
}

.l_topics_area .is_topics_btn {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding-right: 25px;
  color: #252161;
}
.l_topics_area .is_topics_btn:hover {
  opacity: 0.7;
}
.l_topics_area .is_topics_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url("../images/icon_btn_side_blue.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.l_topics_area dl {
  display: grid;
  grid-template-columns: 6.5em 1fr;
  grid-row-gap: 7px;
  height: 275px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.l_topics_area dd a {
  color: var(--color_black);
  transition: 0.2s;
}
.l_topics_area dd a:hover {
  opacity: 0.7;
}


/*----------------------------------------------
  .l_bnr_area
---------------------------------------------*/
.l_bnr_area {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-right: 20px;
  column-gap: 20px;
  row-gap: 10px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
  position: relative;
}
.l_bnr_area img {
  width: 220px;
  height: 50px;
}

.l_bnr_area a img:hover,
.l_bnr_area2 a img:hover {
  opacity: .7;
}

.zynbityu_oya {
  position: relative;
}
.zynbityu_oya span.zynbityu {
  opacity: 0;
  transition: .2s;
  position: absolute;
  top: 50%;
  right: 50%;
  translate: 50% -50%;
  background: #085208c9;
  color: #fff;
  width: 100%;
  text-align: center;
  transition: .2s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zynbityu_oya:hover span.zynbityu {
  opacity: 1;
}


.l_bnr_area2 {
  display: grid;
  grid-template-columns: 200px 200px 200px;
  justify-content: center;
  gap: 20px;
  margin-top: -100px;
  margin-bottom: 50px;
}


/*----------------------------------------------
  .l_slide_area
---------------------------------------------*/
.l_slide_area {
  position: relative;
}

.l_slide_area .is_slide_btn {
  position: absolute;
  bottom: -100px;
  left: 0;
}
.l_slide_area .is_slide_btn button {
  width: 70px;
  height: 70px;
  background-image: url("../images/btn_slide_arrow.png");
  background-color: hsla(0,0%,0%,0.00);
  background-size: 100%;
  border: none;
  transition: .2s;
  cursor: pointer;
}
.l_slide_area .is_slide_btn button.slick_next {
  transform: rotate(180deg);
  margin-left: 30px;
}
.l_slide_area .is_slide_btn button:hover {
  opacity: .7;
}

.is_slide_dots {
  position: absolute;
  right: 0;
  bottom: -50px;
}
.is_slide_dots ul {
  display: grid;
  grid-auto-flow: column;
  width: 200px;
}
.is_slide_dots ul li {
  width: 100%;
}
.is_slide_dots ul li.slick-active button {
  border: 3px solid var(--color_white);
  opacity: 1;
}
.is_slide_dots ul li button {
  display: block;
  width: 100%;
  border: 3px solid var(--color_white);
  opacity: .5;
}


/*----------------------------------------------
  .l_journals_area
---------------------------------------------*/
.l_journals_area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  justify-content: center;
  grid-auto-flow: column;
  column-gap: 50px;
  margin-bottom: 70px;
  background-image: url("../images/bg4.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.l_journals_area img {
  filter: drop-shadow(0 10px 15px #085208);
}

.l_journals_area a {
  display: block;
  color: var(--color_white);
}

.l_journals_area h3 {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}
.l_journals_area li {
  text-align: center;
  transition: 0.2s;
}
.l_journals_area li:hover {
  opacity: .7;
}


/*----------------------------------------------
  .l_medical_main
---------------------------------------------*/
.l_medical_main {
  flex-shrink: 0;
  margin-right: 70px;
}

.l_medical_main h3 {
  font-size: 20px;
  font-family: var(--font_serif);
}

.is_medical_box {
  width: 260px;
  margin-right: 30px;
  padding: 20px 0px 0px 30px;
  border-radius: 5px;
  background: #116211;
}

.is_medical_image {
  overflow: hidden;
  height: 456px;
}
.is_medical_image img {
  height: 100%;
  max-width: inherit;
}


/*----------------------------------------------
  .l_education_area
---------------------------------------------*/
.l_education_area {
  display: flex;
}
.is_education_images {
  width: 50%;
  height: 456px;
  overflow: hidden;
  margin-right: 70px;
}
.is_education_images img {
  height: 100%;
  object-fit: cover;
}
.is_education_text {
  width: 50%;
}


/*----------------------------------------------
  .l_research_area
---------------------------------------------*/
.l_research_area {
  display: flex;
}
.is_research_images {
  height: 456px;
  overflow: hidden;
}
.is_research_images img {
  height: 100%;
  object-fit: cover;
}
.is_research_text {
  width: 58%;
  margin-right: 70px;
}


/*----------------------------------------------
  .l_pagetop
---------------------------------------------*/
.l_pagetop {
  position: fixed;
  right: 25px;
  bottom: 50px;
  width: 60px!important;
  z-index: 99;
}


/*----------------------------------------------
  .l_footer
---------------------------------------------*/
.l_footer {
	background: var(--color_green2);
}


/*----------------------------------------------
  .l_footer_area
---------------------------------------------*/
.l_footer_area {
  display: grid;
  grid-auto-flow: column;
  column-gap: 2vw;
  padding: 60px 0 40px 0;
}
.is_footer_ttl a:not(.sub-menu > li > a) {
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #2C4D2C;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid var(--color_green);
  font-family: var(--font_serif);
  display: block;
}
.is_footer_ttl a:not([href]) {
  pointer-events: none;
}
.is_footer_ttl a:hover {
  opacity: 0.7;
}
.sub-menu {
  margin-bottom: 40px;
  margin-left: 15px;
}
.sub-menu li {
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: normal;
  font-family: sans-serif;
}
.l_footer_area ul li a {
  position: relative;
  color: #2C4D2C;
  transition: 0.2s;
}
.l_footer_area ul.sub-menu li a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -10px;
  width: 5px;
  height: 5px;
  background: #2C4D2C;
  border-radius: 100%;
}
.l_footer_area ul li a:hover {
  opacity: 0.7;
}
.is_footer_sns {
  display: flex;
}
.is_footer_sns img {
  width: 25px;
}


/*----------------------------------------------
  .l_copyright
---------------------------------------------*/
.l_copyright {
  padding: 10px 0;
  text-align: center;
  background: var(--color_green);
  color: var(--color_white);
	font-size: 10px;
}


/*----------------------------------------------
  .l_inner_view
---------------------------------------------*/
.l_wrap_inner {
  padding-bottom: 100px;
  background: var(--color_white);
}


/*----------------------------------------------
  .l_pankuzu
---------------------------------------------*/
.l_pankuzu {
  margin-bottom: 50px;
  padding-top: 30px;
  font-size: 12px;
}
.l_pankuzu a,
.l_pankuzu span {
  color: var(--color_black);
}
.l_pankuzu span {
  padding-right: 10px;
}
.l_pankuzu span:not(:first-child) {
  padding: 10px;
}
.l_pankuzu a:hover {
  color: var(--color_green);
}