@charset "utf-8";

html *,
::before, ::after {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
html {
	font-size: 14px;
}
@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400; /* Noto Sans JPのレギュラーウェイトを指定 */
	color: #021e42;
	background-color: #f7fcfe;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight: 700;
}
h2 {
	margin: 80px 0 20px 0;
	font-size: 1.5em;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #005baa;/*左線*/
}
a {
	text-decoration: none;
	color: #005baa;
}
/* レスポンシブイメージと画像下スペース防止 */
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.mainimg {
	margin: 0 auto;
	padding: 0 40px;
}
@media(max-width: 768px) {
	.mainimg {
		margin: 0 auto;
		padding: 0 4%;
	}
}
/*
* ***************************************
* base
* ***************************************
*/
.i-content {
	margin: 0 40px;
	padding: 10px 40px;
	line-height: 24px;
}
@media(max-width: 768px) {
	.i-content {
		margin: 0 auto;
		padding: 0 4%;
	}
}

/* ----------------------------
	header 
 ------------------------------ */
@media (min-width: 768px) {
	.header-container {
		margin: 0 auto;
		padding: 0 40px;
		max-width: 1200x;
	}
}
.sitetitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .75em;
}
@media (min-width: 768px) {
	.sitetitle {
		display: block;
		padding: 30px 0 0 0;
	}
}
.header-logo {
	margin: 0 0 20px 20px;
	padding: 10px 0px 0px 10px;
	line-height: 1.5em;
	width: 140px;
}
@media (min-width: 768px) {
	.header-logo {
		padding: 0;
	}
}
/* sp -------------------*/ 
@media (max-width: 768px) {
	.header-container {
		height: 100px;
		z-index: 2;
	}
	.header-container .navbtn.close {
		background-color: hsla(0,100%,0%,0.5);/*追加*/
		background-size: 60px 60px;/*追加 必須 ボタンの大きさ*/
		background-image: url(../images/nav-mobile-close.svg);
		/*background-position: top left;ボタンの位置-左*//*追加*/
		background-position: top right;/*ボタンの位置-右*//*追加*/
		width: 100vw;
		height: 100vh;
	}
	.header-nav {
		position: fixed;
		top: 60px;
		width: 100vw;
		z-index: 2;
	}
	.header-logo {
	width: 180px;
	margin: 20px 0 0 20px;
	}
}
.navbtn { 
	z-index: 1;
	position: fixed;
	top: 0px;
	right: 0px;/*ボタンの位置-右*/
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../images/nav-mobile-open.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.navbtn.close {
	background-image: url(../images/nav-mobile-close.svg);
}
@media (min-width: 768px) {
	.navbtn {
		display: none;
	}
}
.header-nav { /* nav */
	display: flex;
	flex-direction: column;
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
.header-nav.collapse {
	display: none;
}
.header-nav li a {
	display: block;
	padding: 20px 30px;
	border-top: 1px solid #005baa;
	background: #efefef;
	color: hsla(0,100%,0%,0.5);/* グレー */
	text-decoration: none;
}
.header-nav li a:hover {
	background: #b8e5ea;
	text-decoration: none;
}

/* PC -------------------*/
@media (min-width: 768px) {
	.header-container {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: end;
		margin: 0 20px;
	}
	.header-nav {
		display: flex !important;
		flex-direction: row;
		justify-content: flex-end;
	}
	.header-nav li a {
		padding: 6px 10px 2px 10px;
		margin: 0 20px;
		border-top: none;
		border-bottom: 2px solid transparent;
		background: none;
	}
	.header-nav li a:hover {
		border-bottom: 2px solid #005baa;
		background: none;
	}
}

/* 
* ***************************************
* index
* ***************************************
*/
.home {
	max-width: 1200px;
	padding:0 0 20px 0; 
	background-color:#005baa;
	color: #fffcff;
	clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}
.home h1 {
	margin: 0;
	padding: 20px;
	line-height: 48px;
}
.smallfactory_ex00 {
	padding: 10px 20px;
}
.i-main-ex {
	display: flex;
	flex-direction: column;
	margin: 40px 200px 0 200px;
	padding: 0 0 100px 0;
}
.i-main-ex p {
	margin: 10px;
}
.pickup-story {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 40px;
	margin: 0;
	padding: 20px 40px;
}
.storyimg_title {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 28px;
	padding: 0 0 0 100px;
}
.storyimg_title span a{
	font-size: 0.8em;
	color: #f2f2f2;
	padding: 20px 0;
}
.storyimg_title span a:hover{
	opacity: .8;
}
.storyimg img {
	height: 240px;
	object-fit: cover;
}
.smallfactory_ex_top {
	font-weight: 700;
	text-align: left;
	padding: 0 0 10px 0;
	color: #ffd700;
}
.smallfactory_ex_end {
	font-weight: 700;
	text-align: right;
	padding: 10px 0 0 0;
	color: #ffd700;
}
@media (max-width: 980px) {
	.home {
		padding: 0 8% 0 4%;
		clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
	}
	.home h1 {
		font-size: 1.4em;
		line-height: 32px;
	}
	.pickup-story {
		margin: 0;
		padding:  0 20% 0 4%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		background-color:#005baa;
		color: #fffcff;
		clip-path: inset(0 5% 2% 5%);
		gap: 0;
	}
	.storyimg_title {
		text-align: left;
		margin: 0;
		padding: 20px;
		order: 2;
	}
	.share-buttons {
		order: 4;
		}
	.storyimg {
		order: 3;
	}
	.smallfactory_ex04 {
		font-weight: 700;
		text-align: right;
		padding: 10px 0 0 0;
	}
	.smallfactory_ex00 {
		padding: 10px 60px 10px 20px;
	}
	.i-main-ex {
		margin: 0 4%;
	}
}

/* report */
.reportpdf {
	text-align: right;
}
.report_ex {
	margin: 0 auto 80px 20px;
}
.report-container p {
	text-indent:1em;
}
.report_title {
	margin: 40px 0 0 0 ;
	padding: 1rem;
	background: #dfe4ea;
}
.contact_ex {
	margin: 100px auto 60px auto;
	text-align: center;
	color: #005baa;
}
.domain::before {
   content: '@';
}
/* SNS */
.followus {
	margin: 20px 60px 100px 60px;
	padding: 10px;
	font-size: 1.875em;
	text-align: center;
	background-color: #fff;
}
.snsaccount {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 30px;
}
.snsaccount div {
	margin: 0 10px;
}
.snsaccount div a {
	display: block;
	width: 70px;
	height: 70px;
	background-color: #005baa;
	border-radius: 50%;
	font-size: 30px;
	line-height: 70px;
	text-align: center;
	color: #fff;
}
.snsaccount div a:hover{
	opacity: .7;
}
.sns_ex {
	text-align: center; 
	font-size: 16px;
}
/* 
* ***************************************
* ABOUT
* ***************************************
*/
/* 代表メッセージ */
.message-container {
	display: grid;
	grid-template-columns: 1fr 320px;
	grid-template-rows: 240px 60px 320px;
	column-gap: 80px;
	row-gap: 20px;
	margin: 0 40px;
}
.message h1 {
	font-size: 1.5em;
	padding: 0.25em 0.5em;
	background: transparent;
	border-left: solid 5px #005baa;
	margin: 20px 40px 10px 40px;
}
.message-container h3 {
	grid-column: 1;
	grid-row: 1;
	margin: 200px 0 0 0;
}
.profileimg {
	text-align: center;
	grid-column: 2;
	grid-row: 1;
}
.profileimg img {
	width: 240px;
	object-fit: cover;
}
.mission {
	grid-column: 1;
	grid-row: 2 / 4;
}
.my {
	text-align: center;
	font-size: 1.1em;
	grid-column: 2;
	grid-row: 2;
}
.profilep {
	grid-column: 2;
	grid-row: 3 / 5;
}
/* 事業概要 */
.service {
	margin: 0 40px 100px 40px;
}
/* 企業概要 */
.c1-company {
	margin: 0 40px 100px 40px;
}
.table_company {
	margin: 20px auto 120px 100px;
	text-align: left;
}
.table_company th,
.table_company td {
	padding: 10px 0;
	border: none;
	font-weight: 400;
}
.table_company th {
	width: 30%;
}
@media (max-width: 950px) {
	.message-container {
		display: flex;
		flex-direction: column;
		margin: 0 40px 40px 40px;
	}
	.message-container h3 {
		margin: 40px 0 0 0;
	}
	.my {
		margin: 0;
		text-align: left;
}
	.profileimg {
	text-align: right;
	}
}
@media (max-width: 768px) {
	.table_company th,
	.table_company td {
		width: 100%;
		display: block;
		text-align: left;
	}
	.table_company th {
		width: 100%;
	}
	.table_company td {
		padding-top: 0;
	}
}
/*
* ***************************************
* STORY
* ***************************************
*/
.comingsoon {
	font-size: 1.25em;
	text-align: right;
	margin: 0;
}

.breadcrumb-001 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    padding: 0;
    font-size: .9em;
		margin:20px 60px;
		padding: 0 20px;
} 
.breadcrumb-001 li {
    display: flex;
		flex-direction: row;
    align-items: center;
}
.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
    content: '';
}
.breadcrumb-001 a {
    color: #333333;
    text-decoration: none;
}
@media(max-width: 768px) {
	.breadcrumb-001 {
    display: none;
		}
} 
.story-container {
	margin: 20px 40px;
	padding: 0 40px;
}
.wrapper {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 560px;
	gap: 20px;
}
.wrapper p {
	margin: 0;
	line-height: 18px;
}
.news_ex {
	margin: 0 auto 0 20px;
}
.to_news {
	font-weight: 700;
	padding: 20px 0;
}
.news {
	overflow: hidden;
	border-radius: 3px;
	margin-top: 2rem;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
					box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
					transition: all 0.25s ease-in;
					border-bottom: 2px solid transparent;
}
.news .photo {
	margin: 0 auto;
	overflow: hidden;
}
.news .photo img {
	height: 300px;
	object-fit: contain;
} 
.news:hover {
	-webkit-transform: translateY(-5px);
					transform: translateY(-5px);
	border: none;
	border-bottom: 2px solid #005baa;
}
.news .details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 2em 1em 0 1em;
	font-size: 0.8em;
}
.news h2 {
	font-size: 16px;
}
.news .date {
	-webkit-box-flex: 1;
			-ms-flex: 1;
					flex: 1;
	text-align: right;
}
.modoru {
	display: none;
	text-align: right;
	font-weight: 700;
}
.cp_link {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #005baa;
}
.cp_link::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #005baa;
	opacity: 0;
	transition: .3s;
}
.cp_link:hover::after {
	bottom: 0;
	opacity: 1;
}
@media(max-width: 768px) {
	.story-container {
		margin: 0 auto;
		padding: 0 4%;
	}
}
.story-container h1 { 
	font-size: 1.2em;
}
.news {
	overflow: hidden;
	border-radius: 3px;
	margin-top: 2rem;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	-webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
					transition: all 0.25s ease-in;
				  border-bottom: 2px solid transparent;
}
.news:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: none;
  border-bottom: 2px solid #005baa;
}
.news .details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 2em 1em 0 1em;
	font-size: 0.8em;
}
.news h2 {
	font-size: 16px;
	margin: 0;
}
.news .date {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: right;
}
.news .number p {
	font-weight: 700;
	font-size: 1.2em;
	margin: 0;
}
.past-list{
  list-style: none outside;
  margin: 0 0 100px 0;
  padding: 0;
}
.past-list .item {
	display: flex;
	flex-wrap: nowrap;
	text-decoration: none;
	align-items: center;
	column-gap: 20px;
	padding: 0 20px;
}
.past-list .item .000{
	margin: 0;
	min-width: 140px;
	font-size: 16px;
	padding: 0 20px 0 0;
}
.past-list .item .story_title{
	margin: 0;
	min-width: 140px;
	padding: 0 20px 0 0;
}
.past-list .item .story_p{
	margin: 0;
	width: 100%;
}
.past-list .item a:hover {
	color: #005baa;
	border-bottom: 1px solid #005baa;
}

@media screen and (max-width: 768px){
	.wrapper {
		margin: 0 auto 100px auto;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.past-list .item {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		text-decoration: none;
		padding: 0;
		margin: 10px;
	}
	.past-list .item p{
	margin: 0;
	}
}

/*
* ***************************************
* 記事ひな形
* ***************************************
*/
article p {
	line-height: 1.75em;
}
.newstopics {
	margin: 40px 80px 120px 80px;
	color: #1a1a1a;
	line-height: 1.5em;
}
.publicationdate {
	margin: 0;
	font-size: .8em;
}
.newstopics h1 {
	padding: 0 0 0.8rem 0;
	margin: 1rem 0 0.4rem 0;
	font-size: 1.8em;
	line-height: 1.25em;
	background-image: linear-gradient(90deg, #1a1a1a 0 20%, #005baa 20%);
	background-repeat: no-repeat;
	background-size: 100% 10%;
	background-position: bottom;
	color: #1a1a1a;
}
.subtitle {
	margin: 20px 0 40px 0;
	font-size: 1.2em;
}
.story-container h2 {
	margin: 0 0 20px 0;
	font-size: 1.5em;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #005baa;/*左線*/
}
.newstopicsimg {
	margin: 40px auto 20px auto;
	text-align: center;
}
.newstopicsimg img {
	height: 400px;
	object-fit: cover;
}
.leadsentence {
	text-align: center;
	color: #050505;
}
.point_text {
	margin: 40px 0;
}
.info-box {
	margin: 10px;
	padding: 1.5em;
	border: 4px solid #005baa;
}
.introduction {
	margin: 40px 0 0 0;
}
.introduction span {
	font-weight: 700;
	position: relative;
	display: inline-block;
	transition: .3s;
}
.introduction span::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #005baa;
	transition: .3s;
	transform: translateX(-50%);
}
.introduction span:hover::after {
	width: 100%;
}
@media (max-width: 768px) {
.newstopics {
	margin: 0;
	padding: 20px 4% 100px 4%;
	}
	.newstopics p {
	padding: 0;
	}
}

/*
* ***************************************
* footer
* ***************************************
*/
.footer-container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 10px 100px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	color: #1a1a1a;
	border-top: 2px solid #1a1a1a;
}
.footer-logo img {
	width: 120px;
}
.footer-nav {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 60px;
	list-style: none;
	font-weight: 700;
	color: #1a1a1a;
	padding: 20px 0;
} 
.footer-nav li a {
	color: #1a1a1a;
	text-decoration: none;
}
.footer-nav li a:hover {
	border-bottom: 2px solid #005baa;
	background: none;
}
.copyright {
	font-size: .75rem;
	color: #005baa;
}
@media (max-width: 768px) {
.footer-container {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	margin: 0 auto;
	padding: 0 4% 0 4%;
	}
	.footer-logo img {
		width: 120px;
		margin: 40px auto 0 auto;
	}
}
