@charset "UTF-8";
/**
 * fonts
*/
.kosugi-maru-regular {
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
}


.noto-serif-jp-<uniquifier> {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
.zen-old-mincho-regular {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.zen-old-mincho-medium {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
}
.zen-old-mincho-semibold {
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
}
.m-plus-rounded-1c-regular {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	font-style: normal;
}

html{
	line-height:1.15;
	-webkit-text-size-adjust:100%
}
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	line-height: 1;
	word-break: break-all;
	position:relative;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
}
a{
	color:rgba( 15, 58, 97, 1);
	text-decoration:underline;
	cursor:pointer;
	transition:all 0.3s
}
a:hover{
	color:rgba( 35, 88, 117, 1);
	text-decoration:none
}
a:focus{
	outline:none
}
a:focus,*:focus{
	outline:none}
@media print{
	* html body{
		zoom:0.7
	}
}
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	list-style:none;
}
img{
	vertical-align:bottom;
	width: 100%;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
/*フェードアニメーション*/
.delay-1 {
	animation-delay: 0.3s;
}
.delay-2 {
	animation-delay: 0.8s;
}
.delay-3 {
	animation-delay: 1.3s;
}
.delay-4 {
	animation-delay: 1.8s;
}
.delay-5 {
	animation-delay: 2.3s;
}

/*
*コンテンツ内のフェードイン 
*/
.con_fade {
	opacity: 0;
	transition: all 1s ease-out;
	
}
.fade-up {
	transform: translateY(20px);
	/*animation: fadeIn-UP 1s ease forwards;*/
}
.fade-left {
	transform: translateX(-30px);
	/*animation: fadeIn-Left 1s ease forwards;*/
}
.fade-right {
	transform: translateX(30px);
	/*animation: fadeIn-Right 1s ease forwards;*/
}
.fade-down {
	transform: translateY(-20px);
	/*animation: fadeIn-Right 1s ease forwards;*/
}
.fade-ford {
	transform: scale(1);
	animation: fadeIn-ford 1s ease forwards;
}
.scrollin {
	opacity: 1 !important;
    transform: translate(0, 0) !important;
	/*animation: fadeIn 1s ease forwards;*/
}

@keyframes fadeIn-UP {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn-Right {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn-Left {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-In {
  to {
	  opacity: 1;
	  transform: translateX(0);
  }
}
@keyframes fadeIn-ford {
	0% {
	  opacity: 0.8;
	}
	100% {
		transform: translateY(-20px);
		opacity:0;
	}
}
.container.no-anim * {
	animation: none !important;
	transition: none !important;
}


/*
 *header 
*/
header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
}
.header.on{
	background: linear-gradient(rgba(255, 255, 255, 1),70%,rgba(255, 255, 255, 0.9));
	backdrop-filter: blur(3px);
}
.header_wrap {
	max-width:1200px;
	margin: 0 auto;
}
.header_bg {
	width: 100%;
	max-width: 1200px;
	margin: 10px auto 0;
	background:rgb(255,255,255,0.9);
	backdrop-filter: blur(3px);
	border-radius:50px;
	box-shadow: 0 3px 6px rgb(0,0,0,0.16);
	padding: 0 20px;
}
.header_wrap {
	display:flex;
}
.hd_content {
	
}
.header_wrap .nav {
	padding-left:20px;
}
.hd_content .hd_content_wrap {
	
	text-align: center;
}
h1 {
	margin: 20px 0 20px;
}
.hd_content_wrap p {
	line-height: 2;
	font-size:18px;
}
.header__bar {
	display:flex;
	width: 95%;
	height: 70px;
	padding: 0 15px 0 25px;
	margin:25px auto 20px auto;
	display:none;
}
.header__bar .logo {
	display: flex;
	align-items:center;
	justify-content:center;
}
.header__bar .logo div {
	width: 10%;
}
.header__bar .logo p {
	font-size:24px;
	margin-left: 20px;
}
.header.active .nav{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
	background: rgba(255,255,255,0.8);
	backdrop-filter: blur(10px);
	
}
.nav {
	width: 100%;
	height: 84px;
	padding: 0 0px;
}
.nav .inner {
	padding: 8px 0 0;
	width: 100%;
	margin: 0 auto;
}
.nav .inner a {
	color:#000;
}
.nav .inner > ul {
	display:flex;
	justify-content: space-between;
}
.nav .inner > ul > li {
	width: calc(100% / 7);
	height: 76px;
	font-size: 14px;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav .inner > ul > li:last-child {
	border-right:none;
}
.nav .inner > ul > li.nav__diagnosis,.nav .inner > ul > li.nav__introduction {
	width: 17.5%;
}
.nav .inner > ul > li ul {
	display:none;
	position: absolute;
	top:70px;
	left:0;
	background:#fefefe;
	padding: 25px 25px 20px 25px;
	z-index:100;
	width: 380px;
}
.nav .inner > ul > li ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	text-align:left;
}
.nav__how-to-participate span{
	font-size:0.9em;
}
.nav .inner > ul li a {
	text-decoration:none;
	padding: 0 5px;
	font-weight: 600;
}
.nav .inner a.active {
	color: rgba(255,136,120);
}

.js-header {
	display: none;
	position: fixed;
	top: 0 ;
	left: 0;
	z-index: 1000;
	background: linear-gradient(rgba(255, 255, 255, 1),80%,rgba(255, 255, 255, 0.5));
	backdrop-filter: blur(3px);
	width: 100%;
	box-shadow: 0 2px 3px #efefef;
}
.js-header .header_wrap {
	display:flex;
	justify-content: space-between;
	align-items:center;
	max-width: 1200px;
	padding: 10px;
}
.js-header h1 {
	margin:0;
}
.js-header nav.nav {
	width: 100%;
	height:auto;
}
.js-header nav.g_nav ul {
	padding-top: 0;
	align-items: center;
}
.js-header nav.nav .inner > ul > li {
	font-size:13px;
	width: calc( 100% / 7 );
	height:auto;
} 
.js-header nav ul li.has-child::before{
	top:8px;
}
.js-header nav li.has-child ul li a:hover {
	color:#fff;
}
.js-header .header_btn {
	display: flex;
	flex-flow: column;
}
.js-header .header_btn a .hd_btn_contact {
	margin-top: 5px;
	margin-right: 0;
}
.js-header .header_btn a p {
	padding:0.3em 0.5em;
}



/*
 *ハンバーガーメニュー 
*/
.hamburger {
	display: none;
}
.nav__sp {
	display:none;
}

/*
 *content 
*/

.wrap {
	
}
.container{
	
}

/*
 *footer
*/
footer {
	background: #F2DDB3;
	padding:30px 0 0;
	position:relative;
	overflow:hidden;
}
#page-top img {
	width: 50px;
	height: 50px;
}
#page-top a{
  width: 50px;
  height: 50px;
  transition:all 0.3s;
}

#page-top a:hover{
  
}

#page-top {
  position: fixed;
  right: 10px;
  bottom:10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}
.ft_bg_wrap {
	position:relative;
}
.ft_bg_wrap::before {
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	border-top-left-radius: 50px;
	z-index: 0;
	content:"";
	background: #7AA001;
	background: linear-gradient(0deg,rgba(122, 160, 1, 1) 0%, rgba(172, 205, 2, 1) 100%);
	
}
.footer_wrap {
	position:relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 20px;
	display: flex;
	justify-content: space-between;
	align-items:center;
	z-index:1;
}
.footer_wrap > div {
	display:flex;
	width: 50%;
	
}
.footer_wrap .ft_left {
	justify-content: space-between;
}
.footer_wrap .ft_left .ft_flex_left {
	width: 40%;
}
.footer_wrap .ft_left .ft_flex_left p.contact {
	margin: 20px 10px;
}
.footer_wrap .ft_left .ft_flex_left p.contact a {
	display:block;
	text-decoration:none;
	text-align:center;
	color:#000;
	background: #fff;
	border: solid 1px #666;
	border-radius:50px;
	padding: 0.5rem 0;
	transition:0.5s;
}
.footer_wrap .ft_left .ft_flex_left p.contact a:hover {
	background:#7AA001;
	color:#fff;
	border: solid 1px #7AA001;
}
.footer_wrap .ft_left .ft_flex {
	width: 56%;
	padding-right:2%;
	line-height: 1.5;
}
.footer_wrap .ft_left .ft_flex p {
	font-size: 14px;
	margin-bottom: 20px;
}
.footer_wrap .ft_left .ft_flex span {
	display:block;
	margin: 7px 0;
	font-size: 12px;
}
.footer_wrap .ft_right {
	justify-content: space-around;
	font-size: 14px;
	position:relative;
}
.footer_wrap::before {
	position:absolute;
	content:"";
	width:100%;
	max-width: 1300px;
	height: 100%;
	top:0;
	right:50%;
	transform: translateX(85%);
	background-image: url("../images/common/bg.png");
	background-repeat: no-repeat;
	background-size:350px 350px;
	background-position: right 40px;
	opacity:0.6;
	z-index:0;
	pointer-events: none;
}
.footer_wrap .ft_right p {
	margin-bottom: 20px;
}
.footer_wrap .ft_right p a {
	text-decoration:none;
	color:#fff;
	line-height: 1.5;
	position:relative;
	transition: all .3s;
}
.footer_wrap .ft_right p a::after {
	position:absolute;
	left: 0;
    bottom: -4px;
    content: "";
    width: 0%;
    height: 2px;
    transition: all .5s;
    background: #fff;
    opacity: 0;
}
.footer_wrap .ft_right p a:hover::after {
	width:100%;
	opacity:1;
}
footer .copy {
	position:relative;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding-bottom: 10px;
	text-align:right;
	z-index:1;
	color:#fff;
}

@media screen and (max-width: 1200px) {
	.nav .inner > ul > li.nav__introduction {
		font-size:0.75em;
	}
	.nav__how-to-participate span {
		font-size:0.85em;
	}
	.nav__how-to-participate span font {
		font-size:0.75em;
	}
}
@media screen and (max-width: 999px) {
	h1 {
		margin: 10px 0 ;
	}
	.nav .inner > ul > li {
		font-size:12px;
		height:60px;
	}
	.hd_content {
		width:20%;
	}
	.nav,.nav .inner {
		padding: 0;
		height:auto;
	}
	.hd_content .hd_content_wrap {
		width: 90%;
	}
	.nav__research span,.nav__patient span {
		font-size:0.9em;
	}
}
@media screen and (max-width: 750px) {
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.nav {
		display:none;
	}
	.header_wrap {
		height:50px;
	}
	.hd_content {
		width:120px;
	}
	.hamburger {
		display: block;
        position: fixed;
        top: 0;
        right: 1%;
        width: 60px;
        height: 60px;
        z-index: 1001;
	}
	.hamburger__trigger {
		display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
        position: relative;
        width: 60px;
        height: 60px;
	}
	.hamburger__trigger span {
		display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
        position: absolute;
        left: 25%;
        width: 50%;
        height: 2px;
        background-color: rgba(15, 58, 97, 1);
	}
	.hamburger__trigger span:nth-of-type(1) {
		top: 24px;
	}
	.hamburger__trigger span:nth-of-type(2) {
		top: 33px;
	}
	.hamburger__trigger span:nth-of-type(3) {
		top: 42px;
	}
	.hamburger__trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
	}
	.hamburger__trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.hamburger__trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
	}
	.nav__sp {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 1000;
        overflow: auto;
        padding-bottom: 20%;
    }
	.nav__sp ul {
		padding: 0 5%;
	}
	.nav__sp>ul>li {
        border-bottom: 1px solid #eee;
        background: #fff;
    }
	.nav__sp>ul>li>a {
        display: block;
        width: 100%;
        padding: 4% 5%;
        text-decoration: none;
        border-bottom: 1px solid #edeef0;
        position: relative;
        font-size: 16px;
        font-size: 1.6rem;
        color: #333;
    }
	.nav__sp>ul>li>a ul {
		margin-bottom: 5%;
	}
	.nav__sp>ul>li>a ul li {
		border-bottom: 1px dotted #edeef0;
	}
	.nav__sp>ul>li ul li a {
		display: block;
        width: 100%;
        padding: 2% 5% 2% 10%;
        font-size: 1.3rem;
        text-decoration: none;
        color: #333;
	}
	
	/*footer*/
	.ft_bg_wrap::before {
		width:100%;
		height:45%;
		top:auto;
		bottom:0;
		border-radius:0;
	}
	.footer_wrap {
		flex-flow:column;
	}
	.footer_wrap .ft_left {
		margin-bottom:50px;
	}
	footer .copy {
		text-align: center;
	}
	
}
@media screen and (max-width: 680px) {
	.footer_wrap::before {
		transform: translateX(95%);
	}
	.footer_wrap .ft_left {
		flex-flow:column;
		width:70%;
	}
	.footer_wrap .ft_left .ft_flex_left {
		width:100%;
	}
	.footer_wrap .ft_left .ft_flex {
		width:100%;
	}
	.footer_wrap .ft_right {
		width:100%;
	}
	.footer_wrap .ft_left .ft_flex {
		padding-right:0;
	}
	.ft_bg_wrap::before {
		height:30%;
	}
}
@media screen and (max-width: 480px) {
	.footer_wrap .ft_left{
		flex-flow:column;
	}
	.footer_wrap .ft_left .ft_flex_left,.footer_wrap .ft_left .ft_flex {
		width:100%;
	}
	.footer_wrap .ft_right {
		flex-flow:column;
	}
	.footer_wrap .ft_right {
		width:50%;
	}
	.ft_bg_wrap::before {
		height:45%;
	}
}
.load_fade {
	display:none;
}