@charset "UTF-8";
img {
	max-width: 100%;
}
body {
	font-size: 16px;
	line-height: 1.7;
	color: #000;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  background-color: #e7ecef;
}
a {
	text-decoration: none;
	color: inherit;
}
ul {
	list-style: none;
}
.page-header {
	height: 170px;
	width: 1270px;
	max-width: 100%;
	color: #fff;
	margin: 0 auto;
}
header {
	background-color: #1e3f6c;
}
.logo {
	width: 210px;
	border-radius: 24px;
	margin: 0 auto;
	display: flex;
}
.first-view {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.first-view-text {
	text-align: center;
	margin-bottom: 30px;
}
.first-view h1{
	font-family: "Gotham", sans-serif;
	font-size: 80px;
	color: #FFF;
}
.first-view p {
	font-size: 30px;
	color: #FFF;
}
.gaiyou {
	text-align: center;
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	margin-bottom: 100px;
}
.main-nav li {
	padding-bottom: 5px;
	position: relative;
}
.main-nav li::before {
	background: #FFA500;
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.site-menu li:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.site-menu li:hover {
	color: #FFA500;
	transform: scale(120%);
	transition-duration: 0.3s;
}
.syamei {
	text-align: center;
}
.site-menu {
	margin-top: 10px;
}
.site-menu ul {
	display: flex;
	justify-content: space-evenly;
}
.first-view {
	height: calc(100vh - 170px);
	background: url(../images/Cellfilm3.JPG) no-repeat center/cover;
}
.eigo {
	margin-top: 50px;
}
.furigana {
	margin-top: 0;
}
.hajimari-button:hover {
	animation: poyo .6s ease 0s 1 normal running none;
}
@keyframes poyo {
	from, to { transform: none; }
	10% { transform: scale(1.2); }
	40% { transform: scale(.9); }
	60% { transform: scale(1.04); }
	80% { transform: scale(.98); }
}
.hajimari-button {
	 background-color: #6096ba;
	 display: inline-block;
	 min-width: 180px;
	 line-height: 48px;
	 font-family: 'Gotham',sans-serif;
	 font-size: 15px;
	 font-weight: bold;
	 padding: 5px 5px;
	 border-radius: 10px;
	 margin-top: 20px;
}
.hajimari-button:hover {
	background-color: #a3cef1;
	transform: scale(110%);
	transition-duration: 0.5s;
}
.footer {
	height: 70px;
	margin-top: 20px;
	background-color: #1e3f6c;
	color: #fff;
	display: flex;
	justify-content: space-between;
}
footer .site-menu {
	width: 1270px;
	max-width: 100%;
	margin: 0 auto;
}
footer .main-nav {
	padding-top: 10px;
}
.sns {
	display: flex;
	justify-content: flex-end;
	margin: 10px 5px 0 1px;
}
.sns img {
	width: 30px;
	margin-right: 50px;
}
.insta {
	margin-right: 20px;
}
.top {
	width: 60px;
	height: 40px;
	border: 2px solid #1e3f6c;
	border-radius: 10px;
	background-color: #1e3f6c;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*topへ戻るJqwery
------------------------------*/
.up {
	position: fixed;
	right: 2.5%;
 	bottom: -150px;	
	transition: 1s ease-out;
}
.up.is-active {
  bottom: 100px;
}
.up:hover {
	opacity: 0.6;
}
/*ここまで
-------------------------------------*/


/*-----------------------company-------------------*/

.hyoudai {
	display: flex;
	justify-content: center;
	font-size: 35px;
	margin-top: 20px;
}
.kaisya-logo {
	font-family: 'Gotham',sans-serif;
}
.table1 {
	border-collapse: separate;
	caption-side: top;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 4;
	font-size: 20px;
	margin-bottom: 100px;
}
caption {
	font-size: 25px;
	margin-top: 0;
}
td,th {
	border-bottom: 2px solid #aaa;
}
th {
	text-align: left;
	width: 170px;
}
td {
	padding-left: 10px;
}



/*-------------------------research-content---------*/
.research-contents h2 .hyoudai {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.research-contents .hyoudai-furigana {
	font-size: 25px;
	margin-top: 0;
	text-align: center;
}
.re {
	width: 1200px;
	max-width: 90%;
	margin: 70px auto 0;
	display: flex;
	justify-content: space-between;
	
}
.research-year {
	margin-right: 100px;
	position: sticky;
	top: 30px;
	right: 0;
	left: 0;
}
.research-year-inner {
	font-size: 20px;
}
.nendo ul {
	list-style: square;
}
.nendo li {
	font-size: 18px;
	margin-left: 20px;
	border-bottom: 1.5px solid #1e3f6c;
}
.nendo li:hover {
	color: #FFA500;
}
.year {
	font-size: 24px;
	border-bottom: 3px solid #1e3f6c;
	margin-top: 15px;
	margin-bottom: 15px;
}
.article {
	font-size: 20px;
}
.a2025 img,.a2024 img,.a2023 img {
	margin-top: 20px;
	margin-bottom: 100px;
}
.p25 {
	width: 400px;
	display: flex;
}
.a25,.a24,.t23,.a23,.t25 {
	width: 800px;
}
.url:hover {
	color: #FFA500;
}
.url:visited {
	color: #0000FF;
}
.movie {
	width: 800px;
	max-width: 100%;
	background-color: rgba(30,63,108,0.5);
	margin-bottom: 100px;
	padding-bottom: 20px;
	text-align: center;
}
.movie h2 {
	font-size: 20px;
	text-align: center;
}
.movie img {
	max-width: 90%;
}
.movie img:hover {
	transform: scale(1.05);
	transition-duration: 0.5s;
}


/*--------------------------------product-----------------------*/
.product h2 .hyoudai{
	display: flex;
	justify-content: center;
	font-size: 35px;
	margin-top: 20px;
}
.product .hyoudai-furigana{
	font-size: 25px;
	margin-top: 0;
	text-align: center;
}
.okudake h3,.okudake .okudake-p {
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
	margin-left: 70px;
}
.okudake h3 {
	display: inline;
	padding: 10px;
	background-color: #1e3f6c;
	color: #fff;
	margin-bottom: 10px;
}
.okudake-tirashi {
	display: flex;
	justify-content: space-evenly;
	margin-top: 40px;
}
.buy-button {
	display: flex;
	justify-content: center;
}
.buy {
	 background-color: #6096ba;
	 min-width: 180px;
	 line-height: 25px;
	 font-family: 'Gotham',sans-serif;
	 font-size: 15px;
	 font-weight: bold;
	 padding: 10px;
	 border-radius: 10px;
	 margin-top: 20px;
}
.buy:hover {
	animation: poyo .6s ease 0s 1 normal running none;
	background-color: #a3cef1;
	transform: scale(110%);
	transition-duration: 0.5s;
}
.buy-button {
	display: flex;
	justify-content: center;
	margin: 40px auto 100px;
	line-height: 25px;
}


/*--------------------------contact--------------------------------*/
.input-text,.message {
	border: 2px solid #aaa;
}
.toiawase {
	display: flex;
	justify-content: center;
	font-size: 35px;
	margin-top: 20px;	
}
.toiawase-furigana {
	font-size: 25px;
	margin-top: 0;
	text-align: center;
}
.contact {
	width: 950px;
	max-width: 90%;
	margin: 20px auto 0;
}
.form-area {
	background-color: #f1faee;
	border: 3px double #1e3f6c;
	margin-top: 20px;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
}
.form-area dt {
	width: 350px;
	padding: 15px 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
}
.form-area dt .required::after {
	content:'必須';
	font-size: 12px;
	color: #f00;
	margin-left: 10px;
}
.form-area dd {
	width: calc(100vh - 350px);
	padding: 15px 0;
}
.input-text {
	width: 100%;
	max-width: 300px;
	height: 40px;
	padding: 0 10px;
}
.message {
	width: 500px;
	height: 300px;
	padding: 10px;
	line-height: 1.5;
}
.confirm-text {
	font-size: 17px;
	line-height: 22px;
	margin-top: 30px;
}
.sousinbotan {
	 background-color: #6096ba;
	 display: inline-block;
	 min-width: 180px;
	 line-height: 48px;
	 font-family: 'Gotham',sans-serif;
	 font-size: 15px;
	 font-weight: bold;
	 padding: 5px 5px;
	 border-radius: 10px;
	 margin-top: 20px;
	 margin-bottom: 100px;
}
.sousinbotan:hover {
	background-color: #a3cef1;
	transform: scale(110%);
	transition-duration: 0.5s;
	animation: poyo .6s ease 0s 1 normal running none;
}
@keyframes poyo {
	from, to { transform: none; }
	10% { transform: scale(1.2); }
	40% { transform: scale(.9); }
	60% { transform: scale(1.04); }
	80% { transform: scale(.98); }
}

/*----------------media-----------------*/
@media (max-width: 800px) {
/*-----------------media-index----------*/
.page-header {
	height: calc(100vh - 690px);
	width: 800px;
	max-width: 100%;
	color: #fff;
	margin: 0 auto;
}
header {
	background-color: #1e3f6c;
}
.logo {
	width: 150px;
	border-radius: 24px;
	margin: auto;
	display: flex;
}
.first-view {
	height: calc(100vh - 100px);
	background: url(../images/Cellfilm3.JPG) no-repeat center/cover;
}
.first-view h1{
	font-size: 45px;
	font-weight: bold;
	color: #FFF;
}
.first-view p {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
}
.gaiyou {
	text-align: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.header-inner {
	position: relative;
}

.site-menu ul {
	display: block;
	text-align: center;
}

.header-site-menu {
	background-color: rgba(30,63,108,0.7);
	color: #fff;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	display: none;
}
footer .site-menu {
	display: none;
}
.footer {
	margin-top: 50px;
}
.sns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.sns .insta {
	margin-right: 30px;
}
.sns img {
	margin-right: 0;
}
.toggle-menu-button {
	display: block;
	width: 44px;
	height: 34px;
	background: url(../images/icon-menu-w.png) no-repeat center/100px;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 5px 5px auto;
}
.header-site-menu.is-show {
	display: block;
	padding-bottom:20px;
}

/*--------------company-media---------*/
.hyoudai {
	font-size: 25px;
	margin-top: 10px;
}
.table1 {
	line-height: 4.6;
	font-size: 14px;
	margin-bottom: 50px;
}
.table1 caption:first-child {
	line-height: 2;
}
caption {
	font-size: 17px;
	margin-top: 0;
}
td,th {
	border-bottom: 1px solid #aaa;
}
th {
	font-size: 17px;
	text-align: left;
	width: 70px;
}
td {
	font-size: 16px;
	padding-left: 10px;
}

/*-------------------research-media---------*/
.research-contents h2 .hyoudai {
	font-size: 25px;
	margin-top: 10px;
}
.research-contents .hyoudai-furigana {
	font-size: 17px;
	padding-bottom: 10px;
}
.article {
	font-size: 17px;
}
.research-year-inner {
	font-size: 18px;
}
.re {
	width: 1000px;
	max-width: 90%;
	margin: 30px auto 0;
	display: block;
	
}
.contents {
	width: 90%;
	display: inline-block;
	margin: 20px auto;

}
.p25,.a25,.t25,.a24,.t23,.a23 {
	display: inline-block;
	object-fit: cover;
	width: 100%;
	height: auto;
}
.a2025 img,.a2024 img,.a2023 img {
	margin-top: 20px;
	margin-bottom: 20px;
}
.year {
	font-size: 22px;
	border-bottom: 3px solid #1e3f6c;
	margin-top: 10px;
	margin-bottom: 10px;
}
.movie {
	width: 500px;
}

/*-----------product-media--------*/
.product h2 .hyoudai {
	font-size: 25px;
	margin-top: 10px;
}
.product .hyoudai-furigana{
	padding-bottom: 10px;
	font-size: 17px;
}
.okudake h3 {
	font-size: 15px;
	margin-top: 10px;
}
.okudake .okudake-p {
	font-size: 14px;
	margin: 20px 10px 10px 20px;
}
.okudake h3,.okudake .okudake-p {
	margin-left: 10px;
}
.okudake h3 {
	display: inline;
	padding: 5px;
	background-color: #1e3f6c;
	color: #fff;
	margin-bottom: 10px;
}
.okudake-tirashi {
	width: 90%;
	display: flex;
	flex-direction: column;
	margin: 20px auto;
}
.tirashi1 {
	margin-bottom: 50px;
	object-fit: cover;
	width: 100%;
	height: auto;
	box-shadow: 3px 3px 5px 5px #fff;
}
.tirashi2 {
	object-fit: cover;
	width: 100%;
	height: auto;
	box-shadow: 3px 3px 5px 5px #fff;
}
.buy-button {
	margin: 40px auto 0;

}
/*------------------contact-media----------*/
.toiawase {
	font-size: 25px;
	margin-top: 10px;	
}
.toiawase-furigana {
	font-size: 17px;
}
.contact {
	width: 500px;
	margin: 10px auto 0;
}
.form-area {
	margin-top: 10px;
	padding: 15px;
}
.form-area dt {
	width: 350px;
	padding: 0;
	font-size: 17px;
	line-height: 15px;
}
.form-area dd {
	width: 100%;
}
.message {
	width: 100%;
}
.sousinbotan {
	width: 100%;
	margin-bottom: 0;

}




}

