@charset "utf-8";
/* CSS Document */

/* ==================== */
/* default */
/* ==================== */


html {
	font-size: 100%;
}

body {
	font-family: "M PLUS 1", sans-serif;
	font-size: 1.0rem;
	color: #444;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.05rem;
}

h1 {
	
}

h2 {
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

input {
    all: revert;
}

/* ---------- */
/* img */
/* ---------- */

img {
	width: 100%;
	height: auto;
}

/* ---------- */
/* margin */
/* ---------- */

.mgt-4 {
	margin-top: 0.5rem;
}

.mgt-16 {
	margin-top: 1.0rem;
}

.mgt-20 {
	margin-top: 20px;
}

.mgb-16 {
	margin-bottom: 1.0rem;
}

.mgtb-1rem {
	margin-top: 1.0rem;
	margin-bottom: 1.0rem;
}

.mgtb-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

/* ---------- */
/* br */
/* ---------- */

.br__tablet {
	display: none;
}

.br__smartphone {
	display: none;	
}

@media (max-width: 768px) {
	
.br__tablet {
	display: block;
}

}

@media (max-width: 640px) {

.br__smartphone {
	display: block;	
}

}

/* ==================== */
/* header */
/* ==================== */

.wrap__header {
	display: flex;
/*	flex-wrap: wrap;*/
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 1.0rem;
}

.item__header--h1 a {
	display: flex;
	align-items: center;
}

.img__logo {
	width: 50px;
}

h1 {
	width: 200px;
	padding-left: 10px;
}

.img__logo img ,
h1 img {
	width: 100%;
	height: auto;
}

nav#nav__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 0.5rem 1.25rem;
	padding-left: 1.25rem;
}

ul.fb__menu--group1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 1.25rem;
}

ul.fb__menu--group1 li a {
	font-size: 0.9rem;
	color: 	#505050;
}

ul.fb__menu--group1 li a:hover {
	opacity: 0.7;
}

ul.fb__menu--group2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 0.75rem;
	font-size: 0.9rem;
}

a.btn__nav--recruit {
	display: inline-block;
	padding: 0.2rem 1.0rem 0.3rem;
	color: #FFF;
	background-color: #1DC3CF;
	border-radius: 100vh;
}

a.btn__nav--contact {
	display: inline-block;
	padding: 0.2rem 1.0rem 0.3rem;
	color: #FFF;
	background-color: #004EBE;
	border-radius: 100vh;
	
}

a.btn__nav--recruit:hover ,
a.btn__nav--contact:hover {
	opacity: 0.7;
}

.block__drawer {
	display: none;
}

#nav__drawer {
    position: fixed;
    z-index: 999;
	top: 0;
    right: -120%;
	width: 100%;
    height: 100vh;
	background-color: rgba(29, 177, 207, 0.9);
	transition: all 0.6s;
}

#nav__drawer.panelactive {
    right: 0;
}

#nav__drawer.panelactive #nav__drawer--list {
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#nav__drawer ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	display: flex;
	flex-direction: column;
	gap: 0.5rem 0;
	width: calc(100% - 60px);
	padding: 0 30px;
}

#nav__drawer li {
	list-style: none;
	text-align: left;
}

#nav__drawer li a {
	display: block;
	padding: 0.75rem;
	font-size: 0.875rem;
	color: #1DB1CF;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #FFF;
	border-radius: 5px;
}

#nav__drawer li a::before {
	content: "\f138";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	margin-right: 0.5rem;
}

.openbtn {
	position: fixed;
    z-index: 9999;
	top: 1.5rem;
	right: 1.0rem;
	cursor: pointer;
    width: 50px;
    height: 50px;
}

.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
}

.openbtn span:nth-of-type(1) {
	top: 15px;	
}

.openbtn span:nth-of-type(2) {
	top: 23px;
}

.openbtn span:nth-of-type(3) {
	top: 31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
	background-color: #FFF;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
	background-color: #FFF;
}

/* ==================== */
/* second contents 02  */
/* ==================== */

.wrap__2nd--kv {
	width: 100%;
/*	padding: 0 1.0rem;*/
}

.kv__2nd {
	position: relative;
	z-index: -1;
	width: 100%;
	height: 400px;
}

.block__h2--2nd {
	position: absolute;
	top: 50%;
	left: 2.0rem;
	transform: translateY(-50%);
}

.block__h2--2nd h2 {
	position: relative;
	margin-bottom: 20px;
	color: #6BF5FF;
	font-size: 4.0rem;
	font-weight: 900;
}

.block__h2--2nd h2::before {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 150px;
	height: 5px;
	content: "";
	background: #6BF5FF;
}

.wrap__2nd--contents {
	width: 100%;
	padding: 0 1.0rem 100px;
}

.kv__job {
	background-image: url("../img2/job/img__kv.jpg?260612");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(10 , 55 , 142 , 0.2);
	background-blend-mode: darken;
}

.kv__news {
	background-image: url("../img2/news/img__kv-02.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(10 , 55 , 142 , 0.3);
	background-blend-mode: darken;
}

.kv__works {
	background-image: url("../img2/works/img__kv.jpg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(10 , 55 , 142 , 0.4);
	background-blend-mode: darken;
}

.kv__company {
	background-image: url("../img2/company/img__kv.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(10 , 55 , 142 , 0.4);
	background-blend-mode: darken;
}

.kv__report {
	background-image: url("../img2/report/img__kv-02.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(10 , 55 , 142 , 0.4);
	background-blend-mode: darken;
}

.kv__sdgs {
	background-image: url("../img2/sdgs/img__kv-02.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(10 , 55 , 142 , 0.2);
	background-blend-mode: darken;
}


/* ==================== */
/* パンくず */
/* ==================== */

/* company recruit */
.block__breadcrumb {
	width: 100%;
	padding: 0 1.0rem;
}

nav.nav__breadcrumb {
/*	margin: 1.0rem 0;*/
	padding: 1.0rem 0;
}

nav.nav__breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	font-size: 0.813rem;
	list-style-type: none;
}

nav.nav__breadcrumb ol li + li::before {
	content: "\f105";
	margin: 0 8px;
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
}


/* ==================== */
/* page top */
/* ==================== */

#page-top a {
	display: flex;
	justify-content:center;
	align-items:center;
	background:#000;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size: 1.5rem;
	transition: all 0.3s;
}

#page-top a:hover {
	background: #777;
}

#page-top {
	position: fixed;
	right: 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);
  }
}


/* ===================== */
/* footer */
/* ===================== */

.wrap__footer {
	width: 100%;
	padding: 2.0rem 1.0rem;
}


.fb__footer--logo-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1.0rem;
	width: 100%;
}

.fb__footer--logo {
	display: flex;
	align-items: center;
}

.item__footer--logo {
	width: 50px;
}

.item__footer--name {
	width: 200px;
	padding-left: 10px;
}

.item__footer--logo img ,
.item__footer--name img {
	width: 100%;
	height: auto;
}

ul.fb__foote--nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 1.25rem;
}

ul.fb__foote--nav li a {
	font-size: 0.875rem;
	color: 	#505050;
}

ul.fb__foote--nav li a:hover {
	opacity: 0.7;
}

ul.fb__foote--nav li a i {
	padding-right: 0.5rem;
}

.fb__footer--address {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.0rem;
	margin: 30px 0;
}

.block__footer--group {
	margin: 30px 0;
}

.fb__footer--group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1.0rem;
	margin: 10px 0;
}

.fb__footer--group a {
	padding: 0.5rem 1.5rem;
	color: #FFF;
	background-color: #1DC3CF;
	border-radius: 100vh;
}

.fb__footer--group a:hover {
	opacity: 0.7;
}

/* ==================== */
/* page-top */
/* ==================== */


/* ===================== */
/* 404 NotFound */
/* ===================== */


@media (max-width: 1280px) {

/* ==================== */
/* second contents */
/* ==================== */

.kv__2nd {
	height: 450px;
}

.block__h2--2nd h2 {
	font-size: 3.6rem;
}

.block__h2--2nd h2::before {
	bottom: -27px;
	width: 135px;
}


}



@media (max-width: 1100px) {

}


@media (max-width: 1024px) {
/* 0.8 */

/* ==================== */
/* second contents */
/* ==================== */

nav#nav__menu {
	display: none;
}

.block__drawer {
	display: flex;
}

.kv__2nd {
	height: 400px;
}

.block__h2--2nd h2 {
	font-size: 3.2rem;
}

.block__h2--2nd h2::before {
	bottom: -24px;
	width: 120px;
}

.wrap__2nd--contents {
	padding: 0 1.0rem 80px;
}


}


@media (max-width: 768px) {
/* 0.7 */

/* ==================== */
/* second contents */
/* ==================== */

.kv__2nd {
	height: 350px;
}

.block__h2--2nd h2 {
	font-size: 2.8rem;
}

.block__h2--2nd h2::before {
	bottom: -21px;
	width: 105px;
}

.wrap__2nd--contents {
	padding: 0 1.0rem 70px;
}


}


@media (max-width: 640px) {
/* 0.6 */

/* ==================== */
/* second contents */
/* ==================== */

.kv__2nd {
	height: 250px;
}

.block__h2--2nd h2 {
	font-size: 2.0rem;
}

.block__h2--2nd h2::before {
	bottom: -15px;
	width: 75px;
}

.wrap__2nd--contents {
	padding: 0 1.0rem 60px;
}


}

@page {
   size: A4 portrait; 
   margin: 10mm;
}

@media print {

body {
	zoom: 0.6;
}

}
