@charset "utf-8";
/*////////////////////////////////////
under
////////////////////////////////////*/


@media screen and (min-width: 768px) {
#under_header_area {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
#under_header_tilte {
	position: absolute;
	top:50%;
	left: 16%;
	text-align: center;
	z-index: 2;
}
#under_header_tilte h2 {
	font-family: 'Noto Serif JP', serif;
	color: #0D3551;
	font-size: clamp(1.6rem,4vw,7rem);
	line-height: 1.6;
	font-weight: 300;
	z-index: 3;
}
#under_header_tilte span {
	color: #0D3551;
	font-size: clamp(1.2rem,1vw,2rem);
}
#product_header_img,
#company_header_img {
	position: absolute;
	width: 70%;
	aspect-ratio:16/9;
	top: 16%;
	left: 25%;
}

#company_header_img_innr {
	position: absolute;
	width: 100%;
	aspect-ratio:16/9;
	top: 3%;
	left: 10%;
	transform: rotate(-3deg);
	background: url("../img/company_header_img.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 80px;
	z-index: 1;
}
#company_header_img::after {
	content: "";
	position: absolute;
	width: 100%;
	aspect-ratio:16/9;
	top: 30px;
	left: 50px;
	background:#ACD6DE;
	border-radius: 80px;
	z-index: -1;
}
#product_header_img_innr {
	position: absolute;
	width: 100%;
	aspect-ratio:16/9;
	top: 3%;
	left: 10%;
	transform: rotate(-3deg);
	background: url("../img/company02.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 80px;
	z-index: 1;
}
#product_header_img::after {
	content: "";
	position: absolute;
	width: 100%;
	aspect-ratio:16/9;
	top: 30px;
	left: 50px;
	background:#ACD6DE;
	border-radius: 80px;
	z-index: -1;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#under_header_area {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
#under_header_tilte {
	position: absolute;
	top:60%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 2;
}
#under_header_tilte h2 {
	font-family: 'Noto Serif JP', serif;
	color: #0D3551;
	font-size: clamp(4rem,4vw,7rem);
	line-height: 1.6;
	font-weight: 300;
	z-index: 3;
}
#under_header_tilte span {
	color: #0D3551;
	font-size: clamp(1.2rem,1vw,2rem);
}
#product_header_img,
#company_header_img {
	position: absolute;
	width: 100%;
	aspect-ratio:16/9;
	top: 14%;
	left: 3%;
}
#company_header_img_innr {
	position: absolute;
	width: 100%;
	aspect-ratio:16/9;
	top: 12%;
	left: 10%;
	transform: rotate(-3deg);
	background: url("../img/company_header_img.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 50px;
	z-index: 1;
}
#company_header_img::after {
	content: "";
	position: absolute;
	width: 100%;
	aspect-ratio:16/9;
	top: 30px;
	left: 20px;
	background:#ACD6DE;
	border-radius: 50px;
	z-index: -1;
}
#product_header_img_innr {
	position: absolute;
	width: 100%;
	aspect-ratio:16/9;
	top: 3%;
	left: 10%;
	transform: rotate(-3deg);
	background: url("../img/company02.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 80px;
	z-index: 1;
}
#product_header_img::after {
	content: "";
	position: absolute;
	width: 100%;
	aspect-ratio:16/9;
	top: 30px;
	left: 50px;
	background:#ACD6DE;
	border-radius: 80px;
	z-index: -1;
}
}


@media screen and (min-width: 768px) {
#about_area {
	position: relative;
	width: 100%;
	padding: 100px 0 0 0;
}
#company_area {
	position: relative;
	width: 100%;
	padding: 100px 0 0 0;
}
#company_area2 {
	position: relative;
	width: 100%;
	padding: 100px 0 0 0;
}
#about_title {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
#products_title,
#company_title,
#company_title2 {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
#products_title h2,
#about_title h2,
#company_title h2,
#company_title2 h2 {
	font-family: 'Noto Serif JP', serif;
	color: #0D3551;
	font-size: clamp(1.6rem,4vw,7rem);
	line-height: 1.6;
	font-weight: 300;
}
#products_title h2::before {
	content: "Products";
	position: absolute;
	font-family: "Times New Roman", Times, "serif";
	font-size: clamp(5rem,6vw,10rem);
	font-style: italic;
	font-weight: 300;
	display: block;
	z-index: -1;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #FFF, #f2f0ed);
  	-webkit-background-clip: text;
  	color: transparent;
}
#about_title h2::before {
	content: "About Us";
	position: absolute;
	font-family: "Times New Roman", Times, "serif";
	font-size: clamp(5rem,6vw,10rem);
	font-style: italic;
	font-weight: 300;
	display: block;
	z-index: -1;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #FFF, #f2f0ed);
  	-webkit-background-clip: text;
  	color: transparent;
}
#company_title h2::before {
	content: "Profile";
	position: absolute;
	font-family: "Times New Roman", Times, "serif";
	font-size: clamp(5rem,6vw,10rem);
	font-style: italic;
	font-weight: 300;
	display: block;
	z-index: -1;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #FFF, #f2f0ed);
  	-webkit-background-clip: text;
  	color: transparent;
}
#company_title2 h2::before {
	content: "History";
	position: absolute;
	font-family: "Times New Roman", Times, "serif";
	font-size: clamp(5rem,6vw,10rem);
	font-style: italic;
	font-weight: 300;
	display: block;
	z-index: -1;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #FFF, #f2f0ed);
  	-webkit-background-clip: text;
  	color: transparent;
}
#products_title h2::before {
	content: "Products";
	position: absolute;
	font-family: "Times New Roman", Times, "serif";
	font-size: clamp(5rem,6vw,10rem);
	font-style: italic;
	font-weight: 300;
	display: block;
	z-index: -1;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #FFF, #f2f0ed);
  	-webkit-background-clip: text;
  	color: transparent;
}
.about_word {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 300;
}
.about_word img {
	width: 40%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#company_table {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}
#history_area {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}
#company_table table{
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	border: none;
}
#company_table table th{
	vertical-align:middle;
	font-size: 1.8rem;
	padding:20px;
	line-height:1.6;
	font-weight: 300;
	background:#3698B0;
	color: #FFF;
	border:2px solid #f2f0ed;
}
#company_table table td{
    color:#555;
	vertical-align:middle;
	font-size: 1.8rem;
	line-height:1.6;
	padding:20px;
	font-weight:300;
	border: none;
}
#history_area table {
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	border: none;
}
#history_area table th{
	vertical-align:middle;
	font-size: 1.8rem;
	padding:20px;
	line-height:1.6;
	font-weight: 300;
	min-width: 25%;
	text-align: left;
}
#history_area table td{
    color:#555;
	vertical-align:middle;
	font-size: 1.8rem;
	line-height:1.6;
	padding:20px;
	font-weight:300;
	border: none;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#about_area {
	position: relative;
	width: 100%;
	padding: 100px 0 0 0;
}
#company_area {
	position: relative;
	width: 100%;
	padding: 100px 0 0 0;
}
#company_area2 {
	position: relative;
	width: 100%;
	padding: 100px 0 0 0;
}
#about_title {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
#products_title,
#company_title,
#company_title2 {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
#products_title h2,
#about_title h2,
#company_title h2,
#company_title2 h2 {
	font-family: 'Noto Serif JP', serif;
	color: #0D3551;
	font-size: clamp(4rem,4vw,7rem);
	line-height: 1.6;
	font-weight: 300;
}

#about_title h2::before {
	content: "About Us";
	position: absolute;
	font-family: "Times New Roman", Times, "serif";
	font-size: clamp(5rem,6vw,10rem);
	font-style: italic;
	font-weight: 300;
	display: block;
	z-index: -1;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #FFF, #f2f0ed);
  	-webkit-background-clip: text;
  	color: transparent;
}
#company_title h2::before {
	content: "Profile";
	position: absolute;
	font-family: "Times New Roman", Times, "serif";
	font-size: clamp(5rem,6vw,10rem);
	font-style: italic;
	font-weight: 300;
	display: block;
	z-index: -1;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #FFF, #f2f0ed);
  	-webkit-background-clip: text;
  	color: transparent;
}
#company_title2 h2::before {
	content: "History";
	position: absolute;
	font-family: "Times New Roman", Times, "serif";
	font-size: clamp(5rem,6vw,10rem);
	font-style: italic;
	font-weight: 300;
	display: block;
	z-index: -1;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #FFF, #f2f0ed);
  	-webkit-background-clip: text;
  	color: transparent;
}
.about_word {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 300;
}
.about_word img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	max-width: 600px;
}
#company_table {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}
#history_area {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}
#company_table table{
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	border: none;
}
#company_table table th{
	vertical-align:middle;
	font-size: 1.6rem;
	padding:20px;
	line-height:1.6;
	font-weight: 300;
	background:#3698B0;
	color: #FFF;
	border:2px solid #f2f0ed;
}
#company_table table td{
    color:#555;
	vertical-align:middle;
	font-size: 1.6rem;
	line-height:1.6;
	padding:20px;
	font-weight:300;
	border: none;
}
#history_area table {
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	border: none;
}
#history_area table th{
	vertical-align:middle;
	font-size: 1.6rem;
	padding:20px;
	line-height:1.6;
	font-weight: 300;
	min-width: 35%;
	text-align: left;
}
#history_area table td{
    color:#555;
	vertical-align:middle;
	font-size: 1.6rem;
	line-height:1.6;
	padding:20px;
	font-weight:300;
	border: none;
}
}

.product_word {
	position: relative;
	width: 90%;
	max-width: 800px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 50px;
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 300;
}
@media screen and (min-width: 768px) {
#products_place {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.item_place {
	position: relative;
	width: 20%;
	margin: 2.5%;
}
.item_photo {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	border: 10px solid #236FAC;
	border-radius: 50%;
	margin-bottom: 10px;
	transition: all 0.4s;
}
.item_name {
	position: relative;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	color: #236FAC;
}

}
@media screen and (min-width: 0px) and (max-width: 767px) {
#products_place {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.item_place {
	position: relative;
	width: 45%;
	margin: 2.5%;
}
.item_photo {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	border: 5px solid #236FAC;
	border-radius: 50%;
	margin-bottom: 10px;
	transition: all 0.4s;
}
.item_name {
	position: relative;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	color: #236FAC;
}
}

#item1 {
	background: url("../img/item2.jpg");
	background-position: center;
	background-size: cover;
}
#item2 {
	background: url("../img/item1.jpg");
	background-position: center;
	background-size: cover;
}
#item3 {
	background: url("../img/item3.jpg");
	background-position: center;
	background-size: cover;
}
#item4 {
	background: url("../img/item4.jpg");
	background-position: center;
	background-size: cover;
}
#item5 {
	background: url("../img/item5.jpg");
	background-position: center;
	background-size: cover;
}
#item6 {
	background: url("../img/item9.jpg");
	background-position: center;
	background-size: cover;
}
#item7 {
	background: url("../img/item7.jpg");
	background-position: center;
	background-size: cover;
}
#item8 {
	background: url("../img/item8.jpg");
	background-position: center;
	background-size: cover;
}
.item_photo:hover {
	transform: scale(1.1) rotate(10deg);
}