<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* === common === */

h2 {
	margin-bottom: 60px;
	font-family: "Shippori Mincho B1", serif;
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
h2 span {
	font-size: 2.4rem;
	display: block;
}

@media only screen and (max-width: 767px) {
	h2 {
		margin-bottom: 30px;
		font-size: 2rem;
		font-weight: 700;
	}
	h2 span {
		font-size: 1.2rem;
	}
}

/* -- recruit -- */

#sec_recruit {
	width: 840px;
	margin: 0 auto;
	padding: 0;
	border-radius: 20px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}
.sec_recruit_img {
	width: 50%;
	float: left;
}
.sec_recruit_img img {
	width: 100%;
	border-radius: 20px 0 0 20px;
}
.sec_recruit_txt {
	width: calc(50% - 50px);
	padding: 30px 20px 30px 30px;
	float: right;
}
.sec_recruit_txt h2 {
	margin-bottom: 15px;
	text-align: left;
}
.sec_recruit_txt h2 strong {
	display: none;
}
.sec_recruit_txt h2 span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
}
.sec_recruit_slogan {
	margin-bottom: 20px;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.4rem;
	line-height: 1.5;
}
.sec_recruit_txt p {
	margin-bottom: 30px;
	font-size: 1.4rem;
}
.sec_recruit_txt .btn {
	margin: 0;
}

@media only screen and (max-width: 767px) {
	#sec_recruit {
		width: calc(100% - 60px);
		margin: 60px 30px 0;
		border-radius: 15px;
	}
	.sec_recruit_img {
		width: 100%;
		float: none;
	}
	.sec_recruit_img img {
		width: 100%;
		border-radius: 15px 15px 0 0;
	}
	.sec_recruit_txt {
		width: calc(100% - 40px);
		padding: 30px 20px;
		float: none;
	}
	.sec_recruit_slogan {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	.sec_recruit_txt p {
		margin-bottom: 20px;
	}
	.sec_recruit_txt p br {
		display: none;
	}
	.sec_recruit_txt .btn {
		margin: 0 auto;
	}
}

/* === maintenance === */

.sec_visual_maintenance {
	background-image: url(../img/maintenance/visual_maintenance.jpg);
}

.sec_maintenance_intro_txt {
	margin: 0 0 40px;
	text-align: center;
}
.sec_maintenance_intro_txt .catch {
	margin-bottom: 30px;
	color: #db3e2a;
	font-family: "Shippori Mincho B1", serif;
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.75;
}
.sec_maintenance_intro_txt p {
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	line-height: 2;
}
.sec_maintenance_intro_sdgs {
	max-width: 720px;
	margin: 0 auto;
}
.sec_maintenance_intro_sdgs ul {
	max-width: 320px;
	margin: 0 auto 10px;
}
.sec_maintenance_intro_sdgs ul li {
	width: 30%;
	margin-right: 5%;
	float: left;
}
.sec_maintenance_intro_sdgs ul li:last-child {
	margin-right: 0;
}
.sec_maintenance_intro_sdgs ul li img {
	width: 100%;
}
.sec_maintenance_intro_sdgs p {
	font-size: 1.2rem;
	text-align: center;
}
.sec_maintenance_intro_seisodo {
	max-width: 720px;
	margin: 60px auto 0;
	text-align: center;
}
.sec_maintenance_intro_seisodo_ttl {
	margin: 0 0 20px;
	font-size: 2rem;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.sec_maintenance_intro_txt {
		width: 100%;
		text-align: left;
	}
	.sec_maintenance_intro_txt .catch {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.sec_maintenance_intro_txt .catch br {
		display: none;
	}
	.sec_maintenance_intro_txt p {
		font-size: 1.4rem;
	}
	.sec_maintenance_intro_sdgs {
		width: 100%;
		margin-top: 20px;
	}
	.sec_maintenance_intro_seisodo {
		margin: 30px auto 0;
	}
	.sec_maintenance_intro_seisodo_ttl {
		font-size: 1.6rem;
	}
	.sec_maintenance_intro_seisodo_img img {
		width: 100%;
	}
}

/* icon */
#sec_maintenance_list {
	padding: 0;
}

.list_icon {
	text-align: center;
}
.list_icon li {
	width: 25%;
	float: left;
}
.list_icon a {
	padding: 35px 0 30px;
	background: #fff;
	border: 15px solid #fff;
	color: #333;
	font-size: 1.6rem;
	font-weight: 500;
	text-decoration: none;
	display: block;
}
.list_icon a:hover {
	border-color: #f7d3ce;
	color: #db3e2a;
}
.list_icon img {
	height: 96px;
	margin-bottom: 30px;
}
.list_icon span {
	line-height: 1.5;
	display: block;
}

@media only screen and (max-width: 767px) {
	.list_icon {
		margin-top: 30px;
	}
	.list_icon li {
		width: 50%;
	}
	.list_icon a {
		padding: 20px 0 15px;
		border-width: 10px;
		font-size: 1.2rem;
	}
	.list_icon img {
		height: 60px;
		margin-bottom: 20px;
	}
}

/* column */
.maintenance_column {
	margin: 0 0 80px;
}
.maintenance_column_txt {
	width: calc(50% - 100px);
	padding: 50px;
	float: right;
}
.maintenance_column_txt._left {
	float: left;
}
.maintenance_column_txt h2 {
	margin-bottom: 15px;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.8rem;
	line-height: 1.5;
	text-align: left;
}
.maintenance_column_txt .ttl {
	margin-bottom: 10px;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2rem;
	line-height: 1.75;
}
.maintenance_column_img {
	width: calc(50% + 60px);
	margin-left: -60px;
	float: left;
}
.maintenance_column_img._right {
	margin-right: -60px;
	margin-left: 0;
	float: right;
}
.maintenance_column_img img {
	width: 100%;
	float: left;
}

@media (min-width: 768px) and (max-width: 1200px) {
	.maintenance_column_img {
		width: calc(50% + 30px);
		margin-left: -30px;
	}
	.maintenance_column_img._right {
		margin-right: -30px;
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.maintenance_column {
		margin: 0 0 40px;
	}
	.maintenance_column_txt {
		width: 100%;
		padding: 0 0 25px;
		float: none;
	}
	.maintenance_column_txt._left {
		float: none;
	}
	.maintenance_column_txt h2 {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.maintenance_column_txt .ttl {
		font-size: 1.6rem;
	}
	.maintenance_column_txt p br {
		display: none;
	}
	.maintenance_column_img {
		width: 100%;
		margin-left: 0;
		float: none;
	}
	.maintenance_column_img._right {
		margin-right: 0;
		float: none;
	}
	.maintenance_column_img img {
		float: none;
	}
}

/* box */
.maintenance_box {
	margin-top: 120px;
}
.maintenance_box h2 {
	margin-bottom: 60px;
	font-family: "Shippori Mincho B1", serif;
	font-size: 3.2rem;
	text-align: center;
}
.maintenance_box h2.ttl_nekonote span {
	padding: 70px 130px 70px 145px;
	background-image: url(../img/maintenance/character_m.png),url(../img/maintenance/character_w.png);
	background-position: center left, center right;
	background-repeat: no-repeat, no-repeat;
	display: inline-block;
}
.maintenance_inr {
	width: 720px;
	margin: 0 auto;
	background: #fff;
}
.maintenance_list li {
	margin-bottom: 50px;
	zoom: 1;
}
.maintenance_list li:after {
	content:"";
	display: block;
	clear: both;
}
.maintenance_list li:last-child {
	margin-bottom: 0;
}
.maintenance_list_txt {
	width: 68%;
	float: right;
}
.maintenance_list_txt h3 {
	margin-bottom: 5px;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2rem;
}
.maintenance_list_txt p.copy {
	margin-bottom: 15px;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2rem;
	line-height: 1.75;
}
.maintenance_list_img {
	width: 28%;
	float: left;
}
.maintenance_list_img img {
	width: 100%;
}
.maintenance_list_img_wide {
	width: 480px;
	margin: 0 auto;
}
.maintenance_list_img_wide img {
	width: 100%;
}
.maintenance_list_kinds {
	margin-top: 20px;
	zoom: 1;
}
.maintenance_list_kinds:after {
	content:"";
	display: block;
	clear: both;
}
.maintenance_list_kinds li {
	width: 49%;
	margin: 0 1% 1% 0;
	padding: 3px 0;
	border: 1px solid #db3e2a;
	border-radius: 20px;
	text-align: center;
	float: left;
}
.maintenance_list_kinds li:nth-child(2n) {
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.maintenance_box {
		margin-top: 60px;
	}
	.maintenance_box h2 {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.maintenance_box h2.ttl_nekonote span {
		padding: 35px 65px 35px 75px;
		background-size: auto 70px, auto 70px;
	}
	.maintenance_inr {
		width: auto;
		padding: 0;
	}
	.maintenance_list li {
		margin-bottom: 20px;
	}
	.maintenance_list_txt {
		width: 70%;
		float: right;
	}
	.maintenance_list_txt h3 {
		font-size: 1.7rem;
	}
	.maintenance_list_txt p.copy {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.maintenance_list_txt p.copy br {
		display: none;
	}
	.maintenance_list_img {
		width: 25%;
		float: left;
	}
	.maintenance_list_img_wide {
		width: 100%;
	}
	.maintenance_list_kinds li {
		width: 100%;
		margin: 0 0 5px;
		padding: 3px 0;
		float: none;
	}	}
}

/* nekonote */
.nekonote_list {
	clear: both;
}
.nekonote_list &gt; li {
	margin-top: 40px;
	zoom: 1;
}
.nekonote_list &gt; li:after {
	content:"";
	display: block;
	clear: both;
}
.nekonote_list &gt; li h3 {
	margin-bottom: 5px;
	color: #db3e2a;
	font-size: 1.8rem;
	font-weight: 500;
}
.nekonote_list_txt {
	width: 50%;
	float: left;
	clear: both;
}
.nekonote_list_txt._photo_1 {
	width: 75%;
}
.nekonote_list_txt._photo_0 {
	width: 100%;
}
.nekonote_list_txt ul li {
	margin-right: 1em;
	float: left;
}
.nekonote_list_txt ul li:before {
	color: #ccc;
	content: "●";
}
.nekonote_list_img {
	width: 45%;
	float: right;
}
.nekonote_list_img._photo_1 {
	width: 160px;
}

@media only screen and (max-width: 767px) {
	.nekonote_list {
		padding-top: 5px;
		clear: both;
	}
	.nekonote_list &gt; li {
		margin-top: 20px;
	}
	.nekonote_list &gt; li h3 {
		margin-bottom: 5px;
		color: #db3e2a;
		font-size: 1.8rem;
		font-weight: 500;
	}
	.nekonote_list_txt {
		width: 70%;
		float: left;
	}
	.nekonote_list_txt._photo_1 {
		width: 70%;
	}
	.nekonote_list_txt ul li {
		margin: 0;
		float: none;
	}
	.nekonote_list_img {
		width: 25%;
	}
	.nekonote_list_img._photo_1 {
		width: 25%;
	}
	.nekonote_list_img img {
		width: 100%;
		margin-bottom: 5px;
	}
}


/* === security === */

.sec_visual_security {
	background-image: url(../img/security/visual_security.jpg);
}
#sec_security_intro {
	margin-bottom: 40px;
}
.sec_security_intro_txt {
	width: 42.5%;
	float: left;
}
.sec_security_intro_txt .catch {
	margin-bottom: 30px;
	color: #db3e2a;
	font-family: "Shippori Mincho B1", serif;
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.75;
}
.sec_security_intro_txt p {
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	line-height: 2;
}
.sec_security_intro_img {
	width: 55%;
	float: right;
}
.sec_security_intro_img img:nth-child(1) {
	width: 100%;
	margin-bottom: 20px;
}
.sec_security_intro_img img:nth-child(2) {
	width: calc(50% - 10px);
	float: left;
}
.sec_security_intro_img img:nth-child(3) {
	width: calc(50% - 10px);
	float: right;
}

@media (min-width: 768px) and (max-width: 1200px) {
	.sec_security_intro_txt .catch {
		font-size: 2.8rem;
	}
	.sec_security_intro_txt .catch br {
		display: none;
	}
	.sec_security_intro_txt p br {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#sec_security_intro {
		margin-bottom: 0;
		padding: 30px 0;
	}
	.sec_security_intro_txt {
		width: 100%;
		float: none;
	}
	.sec_security_intro_txt .catch {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.sec_security_intro_txt p {
		font-size: 1.4rem;
	}
	.sec_security_intro_txt p br {
		display: none;
	}
	.sec_security_intro_img {
		width: 100%;
		margin-top: 20px;
		float: none;
	}
	.sec_security_intro_img img:nth-child(1) {
		margin-bottom: 10px;
	}
	.sec_security_intro_img img:nth-child(2) {
		width: calc(50% - 5px);
	}
	.sec_security_intro_img img:nth-child(3) {
		width: calc(50% - 5px);
	}
}

#sec_security_column {
	clear: both;
}
.security_column {
	margin: 0 0 80px;
}
.security_column_txt {
	width: calc(50% - 100px);
	padding: 25px 50px;
	float: right;
}
.security_column_txt._left {
	float: left;
}
.security_column_txt h2 {
	margin-bottom: 30px;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.8rem;
	line-height: 1.5;
	text-align: left;
}
.security_column_txt h3 {
	margin-top: 1.5em;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2rem;
}
.security_column_txt p {
	margin-top: .75em;
}
.security_column_txt ul {
	margin-top: 1em;
}
.security_column_txt ul li {
	margin-right: 1em;
}
.security_column_txt ul li:before {
	color: #ccc;
	content: "●";
}
.security_column_img {
	width: calc(50% + 70px);
	margin-left: -70px;
	float: left;
}
.security_column_img._right {
	margin-right: -70px;
	margin-left: 0;
	float: right;
}
.security_column_img img {
	width: 100%;
}
.security_column_img_small {
	margin-left: 70px;
	padding-left: 50px;
	clear: both;
}
.security_column_img_small img {
	width: calc(50% - 8px);
	margin-top: 15px;
	float: left;
}
.security_column_img_small img:nth-child(2n) {
	float: right;
}

@media only screen and (max-width: 767px) {
	.security_column {
		margin: 0 0 40px;
	}
	.security_column_txt {
		width: 100%;
		padding: 0 0 20px;
		float: none;
	}
	.security_column_txt._left {
		float: none;
	}
	.security_column_txt h2 {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.security_column_txt h3 {
		font-size: 1.6rem;
	}
	.security_column_txt .ttl {
		font-size: 1.6rem;
	}
	.security_column_txt p br {
		display: none;
	}
	.security_column_img {
		width: 100%;
		margin-left: 0;
		float: none;
	}
	.security_column_img._right {
		margin-right: 0;
		float: none;
	}
	.security_column_img_small {
		margin-left: 0;
		padding: 0;
	}
	.security_column_img_small img {
		width: calc(50% - 2px);
		margin-top: 5px;
	}
}

/* === dx === */

.sec_visual_dx {
	background-image: url(../img/dx/visual_dx.jpg);
}
.btn_contact_dx {
	position: fixed;
	right: -40px;
	bottom: 80px;
	transition: all .5s;
}
.btn_contact_dx:hover {
	right: -20px;
}
#sec_dx_intro p {
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	line-height: 2;
}
.btn_hx_training {
	margin-top: 60px;
	text-align: center;
}
.btn_hx_training a:hover {
	opacity: .8;
}

@media only screen and (max-width: 767px) {
	#sec_dx_intro p {
		font-size: 1.4rem;
	}
	.btn_hx_training {
		margin-top: 30px;
	}
	.btn_hx_training img {
		width: 100%;
	}
}

.dx_column {
	margin: 0 0 80px;
}
.dx_column:last-child {
	margin: 0;
}
.dx_column_txt {
	width: calc(50% - 100px);
	padding: 50px;
	float: left;
}
.dx_column_txt._right {
	float: right;
}
.dx_column_txt p {
	margin: 60px 0 30px;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.8rem;
	line-height: 1.75;
}
.dx_column_txt_name {
	font-size: 1.6rem;
}
.dx_column_txt_name strong {
	font-size: 2rem;
	display: block;
}
.dx_column_img {
	width: calc(50% + 70px);
	margin-right: -70px;
	float: left;
}
.dx_column_img._right {
	margin-right: 0;
	margin-left: -70px;
	float: right;
}
.dx_column_img img {
	width: 100%;
	float: left;
}
.dx_column_msg {
	max-width: 960px;
	margin: 0 auto 80px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}
.dx_column._miyazawa .dx_column_img img {
	width: auto;
	float: right;
}

@media only screen and (max-width: 767px) {
	.dx_column {
		margin: 0 0 40px;
	}
	.dx_column_txt {
		width: 100%;
		padding: 0 0 25px;
		float: none;
	}
	.dx_column_txt._left {
		float: none;
	}
	.dx_column_txt p {
		margin: 0 0 10px;
		font-size: 1.8rem;
	}
	.dx_column_txt_name {
		font-size: 1.4rem;
	}
	.dx_column_txt_name strong {
		font-size: 1.6rem;
	}
	.dx_column_img {
		width: 100%;
		margin-left: 0;
		float: none;
	}
	.dx_column_img._right {
		margin-left: 0;
		float: none;
	}
	.dx_column_img img {
		float: none;
	}
	.dx_column_msg p {
		margin: 0 auto 40px;
		font-size: 1.4rem;
		text-align: justify;
	}
	.dx_column_msg p br {
		display: none;
	}
    .dx_column._miyazawa {
        text-align: center;
    }
    .dx_column._miyazawa .dx_column_img img {
        width: 180px;
        float: none;
    }
}

#sec_dx_lowcost p {
	margin-bottom: 30px;
	font-size: 1.6rem;
}
#sec_dx_lowcost p.caption {
	margin: 5px 0 0;
	font-size: 1.3rem;
}
#sec_dx_lowcost ul li {
	width: 33.333%;
	float: left;
}
#sec_dx_lowcost ul li img {
	width: 100%;
}

#sec_dx_platform ul {
	font-size: 1.8rem;
}
#sec_dx_platform ul li {
	padding-left: 1em;
	position: relative;
}
#sec_dx_platform ul li:before {
	content: "●";
	color: #db3e2a;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 767px) {
	#sec_dx_platform ul {
		font-size: 1.4rem;
	}
}

#sec_dx_usability h3 {
	margin-bottom: 30px;
	font-size: 2.4rem;
	text-align: center;
}
#sec_dx_usability ul li {
	margin-bottom: 30px;
}
#sec_dx_usability ul li img {
	width: 100%;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ccc;
}

@media only screen and (max-width: 767px) {
#sec_dx_usability h3 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	#sec_dx_usability ul li {
		margin-bottom: 15px;
	}
}

#sec_dx_app ul {
	margin-bottom: 30px;
}
#sec_dx_app ul li {
	width: 28%;
	margin-right: 8%;
	text-align: center;
	float: left;
}
#sec_dx_app ul li:nth-child(3) {
	margin-right: 0;
}
#sec_dx_app ul li:nth-child(4) {
	width: 100%;
	margin-top: 50px;
}
#sec_dx_app ul li span {
	display: block;
}
#sec_dx_app ul li a {
	margin-top: 7px;
	padding: 0 1em;
	background: #db3e2a;
	border: 1px solid #db3e2a;
	border-radius: 20px;
	color: #fff;
	font-size: 1.3rem;
	text-decoration: none;
	display: inline-block;
}
#sec_dx_app ul li a:hover {
	background: #fff;
	color: #db3e2a;
	display: inline-block;
}
.list_app_ttl {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 500;
}
.list_app_logo {
	height: 50px;
	margin-bottom: 0;
	position: relative;
}
.list_app_logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 767px) {
	#sec_dx_app ul {
		margin-bottom: 20px;
	}
	#sec_dx_app ul li {
		width: 100%;
		margin: 0 0 15px 0;
		padding-bottom: 15px;
		border-bottom: 1px solid #ddd;
		float: none;
	}
	#sec_dx_app ul li:nth-child(4) {
		margin-top: 0;
	}
	.list_app_ttl {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.list_app_logo {
		height: auto;
		margin-bottom: 10px;
		position: relative;
	}
	.list_app_logo img {
		max-height: 30px;
		position: relative;
		top: auto;
		left: auto;
		transform: translateY(0) translateX(0);
	}
}

#sec_dx_hx ol {
	margin-bottom: 40px;
}
#sec_dx_hx ol li {
	margin-bottom: 40px;
	list-style: none;
	clear: both;
}
#sec_dx_hx ol li span {
	display: block;
}
.list_hx_num {
	width: 100px;
	font-family: "Noto Serif JP", serif;
	font-size: 5.6rem;
	font-weight: 500;
	line-height: 1;
	float: left;
}
.list_hx_ttl {
	margin-bottom: 20px;
	margin-left: 100px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #db3e2a;
	font-family: "Noto Serif JP", serif;
	font-size: 2.4rem;
	font-weight: 500;
}
.list_hx_txt {
	padding-left: 100px;
}
#sec_dx_hx p {
	font-size: 1.8rem;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	#sec_dx_hx ol {
		margin-bottom: 10px;
	}
	#sec_dx_hx ol li {
		margin-bottom: 30px;
	}
	#sec_dx_hx ol li span {
		display: block;
	}
	.list_hx_num {
		width: 40px;
		font-size: 2.4rem;
	}
	.list_hx_ttl {
		margin-bottom: 10px;
		margin-left: 0;
		font-size: 1.6rem;
	}
	.list_hx_txt {
		padding-left: 0;
		clear: both;
	}
	#sec_dx_hx p {
		color: #db3e2a;
		font-size: 1.4rem;
		font-weight: 500;
	}
}

/* === about us === */

.sec_visual_aboutus {
	background-image: url(../img/aboutus/visual_aboutus.jpg);
}
#sec_aboutus_intro img {
	width: 100%;
}
#sec_aboutus_msg p {
	margin: 0 0 1em;
	line-height: 2;
}
#sec_aboutus_msg p.name {
	margin: .5em 0 0;
	line-height: 1.5;
	text-align: right;
}
.aboutus_activity_ph {
	width: 50%;
	float: left;
	clear: both;
}
.aboutus_activity_ph._right {
	float: right;
}
.aboutus_activity_ph img {
	width: 100%;
}
.aboutus_activity_txt {
	width: calc(50% - 60px);
	padding: 90px 30px 0;
	float: right;
}
.aboutus_activity_txt span {
	display: block;
}
.aboutus_activity_date {
	color: #ccc;
	font-family: "Lora", serif;
	font-size: 2rem;
}
.aboutus_activity_ttl {
	font-weight: bold;
}
.aboutus_activity_ttl.txt_left {
	text-align: justify !important;
}
.aboutus_activity_txt._left {
	float: left;
}
.aboutus_activity_txt._left .aboutus_activity_date,
.aboutus_activity_txt._left .aboutus_activity_ttl {
	text-align: right;
}


@media only screen and (max-width: 767px) {
	.aboutus_activity_ph {
		width: 100%;
		margin: 0 0 15px;
		float: none;
	}
	.aboutus_activity_ph._right {
		float: none;
	}
	.aboutus_activity_ph img {
		width: 100%;
	}
	.aboutus_activity_txt {
		width: 100%;
		margin: 0 0 30px;
		padding: 0;
		float: none;
	}
	.aboutus_activity_txt._left {
		float: none;
	}
}


/* === company === */

.sec_corp h2 {
	font-size: 3rem;
}

@media only screen and (max-width: 767px) {
	.sec_corp h2 {
		font-size: 2rem;
	}
}

#sec_corp_philosophy p {
	font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
	#sec_corp_philosophy p {
		font-size: 1.4rem;
	}
}

.corp_msg_img {
	width: 40%;
	float: left;
}
.corp_msg_img img {
	width: 100%;
}
.corp_msg_txt {
	width: 55%;
	float: right;
}
.corp_msg_name {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
}
.corp_msg_name strong {
	font-size: 2rem;
	display: block;
}
.corp_msg_biography {
	margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
	.corp_msg_img {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		float: none;
	}
	.corp_msg_img img {
		width: 180px;
	}
	.corp_msg_txt {
		width: 100%;
		float: none;
	}
	.corp_msg_name {
		text-align: center;
	}
	.corp_msg_name strong {
		font-size: 2rem;
	}
}

#sec_corp_outline dl {
	margin-bottom: 30px;
	border-top: 1px solid #ddd;
}
#sec_corp_outline dl dt {
	width: 5em;
	padding: .75em 1em;
	float: left;
	clear: both;
}
#sec_corp_outline dl dd {
	padding: .75em 1em .75em 8em;
	border-bottom: 1px solid #ddd;
}
#sec_corp_outline dl dd p {
	margin-bottom: .75em;
}
.certificate {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#sec_corp_outline dl {
		margin-bottom: 20px;
	}
	#sec_corp_outline dl dt {
		width: auto;
		padding: .5em .5em 0;
		font-weight: 500;
		float: none;
	}
	#sec_corp_outline dl dd {
		padding: 0 .5em .5em;
	}
	#sec_corp_outline dl dd p {
		margin-bottom: .5em;
	}
	.certificate img {
		width: 100%;
		max-width: 320px;
	}
}

.googlemap iframe {
	width: 100%;
	height: 400px;
	border: none;
}

@media only screen and (max-width: 767px) {
	.googlemap iframe {
		height: 200px;
	}
}

#sec_corp_contact {
	text-align: center;
}
.corp_contact_tel {
	font-size: 5rem;
	font-weight: 700;
	line-height: 1;
}
.corp_contact_tel span {
	margin: 1em 0 20px;
	font-size: 1.4rem;
	font-weight: 500;
	display: block;
}
.corp_contact_tel a {
	color: #db3e2a;
}
.corp_contact_businesshours {
	margin-bottom: 5px;
	font-size: 1.6rem;
}
.corp_contact_closedday {
	font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
	.corp_contact_tel {
		font-size: 3.6rem;
	}
	.corp_contact_businesshours {
		font-size: 1.3rem;
	}
	.corp_contact_closedday {
		font-size: 1.3rem;
	}
}

/* === recruit === */

.sec_recruit h2 {
	font-size: 3rem;
}
.sec_recruit h3 {
	margin-bottom: 2em;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sec_recruit h2 {
		font-size: 2rem;
	}
}

#sec_recruit_intro {
	text-align: center;
}
.recruit_slogan {
	margin-bottom: 20px;
	color: #db3e2a;	
	font-size: 2.4rem;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.recruit_slogan {
		margin-bottom: 15px;
		font-size: 2rem;
	}
}

.recruit_now_box {
	margin-bottom: 80px;
}
.recruit_now_box:last-child {
	margin-bottom: 0;
}
.recruit_now_img {
	width: 45%;
	float: left;
}
.recruit_now_img img {
	width: 100%;
}
.recruit_now_txt {
	width: 50%;
	float: right;
}
.recruit_now_ttl {
	margin-bottom: 15px;
	color: #db3e2a;	
	font-size: 2rem;
	font-weight: 500;
}
.recruit_now_item ul {
	padding-left: 1.5em;
}
.recruit_now_item ul li {
	list-style: disc;
}

@media only screen and (max-width: 767px) {
	.recruit_now_box {
		margin-bottom: 40px;
	}
	.recruit_now_img {
		margin-bottom: 15px;
		width: 100%;
		float: none;
	}
	.recruit_now_txt {
		width: 100%;
		float: none;
	}
	.recruit_now_ttl {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
}

#sec_recruit_contact {
	text-align: center;
}
.recruit_contact_tel {
	font-size: 5rem;
	font-weight: 700;
}
.recruit_contact_tel a {
	color: #db3e2a;
}
.recruit_contact_businesshours {
	margin-bottom: 5px;
	font-size: 1.6rem;
}
.recruit_contact_closedday {
	font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
	.recruit_contact_tel {
		font-size: 3.6rem;
	}
	.recruit_contact_businesshours {
		font-size: 1.3rem;
	}
	.recruit_contact_closedday {
		font-size: 1.3rem;
	}
}


/* === education === */

.sec_visual_education {
	background-image: url(../img/education/visual_education.jpg);
}

.education_lecturer_right {
	text-align: center;
	float: right;
}
.education_lecturer_right img {
	margin-bottom: 7px;
}
.education_lecturer_left {
	font-size: 1.8rem;
	line-height: 2;
	float: left;
}
.education_lecturer_left ul {
	margin: 1em 0 0;
}
.education_lecturer_left ul li {
	padding: 0 0 0 1em;
	position: relative;
}
.education_lecturer_left ul li:before {
	content: "●";
	color: #db3e2a;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#sec_education_ex {
	text-align: center;
}
#sec_education_ex p {
	margin: 1em 0 0;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

.education_ex_img img {
	margin: 1em 0;
}
#sec_education_ex img {
	width: 49%;
	float: left;
}
#sec_education_ex img:nth-child(2) {
	float: right;
}

#sec_education_btn {
	text-align: center;
}
#sec_education_btn p {
	margin: 0 0 1em;
	font-size: 1.8rem;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.education_lecturer_right {
		margin: 0 0 20px;
		float: none;
	}
	.education_lecturer_left {
		font-size: 1.4rem;
		float: none;
	}
	.education_lecturer_left p br {
		display: none;
	}

	#sec_education_ex {
		text-align: justify;
	}
	#sec_education_ex p {
		font-size: 1.4rem;
		text-align: justify;
	}
	
	#sec_education_btn p {
		font-size: 1.4rem;
	}
}


/* === environment === */

.sec_visual_environment {
	background-image: url(../img/environment/visual_environment.jpg);
}
#sec_visual.sec_visual_environment h1 {
	color: #fff;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}

.environment_sdgs_left {
	width: 80%;
	float: left;
}
.environment_sdgs_right {
	width: 15%;
	float: right;
}
.environment_sdgs_right img {
	width: 100%;
	margin: 0 0 10px;
}

.inr_product {
	margin: 0 0 60px;
}
.inr_product_img {
	width: 35%;
	float: right;
}
.inr_product_img img {
	width: 100%;
}
.inr_product_txt {
	width: 60%;
	float: left;
}
.inr_product_txt h3 {
	margin-bottom: 20px;
	color: #db3e2a;
	font-size: 2.4rem;
	font-weight: 500;
}
.youtube {
    width: 100%;
    height: 0;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    position: relative;
}
.youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#sec_environment_shop h3 {
	margin: 0 0 30px;
	color: #db3e2a;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
}
.pono {
	width: 80%;
	margin: 30px 0 0;
	float: left;
}
.pono img {
	width: 100%;
	margin: 0 0 30px;
}
.pono dl dt {
	float: left;
	clear: both;
}
.pono dl dd {
	padding: 0 0 0 7em;
}

@media only screen and (max-width: 767px) {
	#sec_visual.sec_visual_environment h1 {
		width: calc(100% - 60px);
		padding: 30px;
	}

	.environment_sdgs_left {
		width: 100%;
		margin: 0 0 15px;
		float: none;
	}
	.environment_sdgs_right {
		width: 100%;
		text-align: center;
		float: none;
	}
	.environment_sdgs_right img {
		max-width: 80px;
		margin: 0 5px;
	}

	.inr_product {
		margin: 0 0 45px;
	}
	.inr_product_img {
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}
	.inr_product_txt {
		width: 100%;
		float: none;
	}
	.inr_product_txt h3 {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}

	#sec_environment_shop h3 {
		margin: 0 0 15px;
		font-size: 1.6rem;
		text-align: left;
	}
	#sec_environment_shop h3 br {
		display: none;
	}
	.pono {
		width: 100%;
		margin: 30px 0 0;
		float: none;
	}
	.pono img {
		width: 100%;
		margin: 0 0 30px;
	}
	.pono dl dt {
		float: left;
		clear: both;
	}
	.pono dl dd {
		padding: 0 0 0 7em;
	}
}</pre></body></html>