@charset "UTF-8";

@font-face {


}

body {

}

.nosp {
	display: none!important;	
}


div.tothetopfixed {
	bottom: 100px!important;
}

div.tothetopfixed {
	bottom: 20px!important;
}

.txt-black {
	font-size: 1.5rem;
	line-height:2em;
	color: #333;
}
.txt-black b {
	font-size: 1.75rem;
	color: #333;
	font-weight: bold;
}

.txt-white {
	font-size: 1.75rem;
	line-height: 1.75em;
	color: #fff;
}

/*HEADER*/


/* ハンバーガーアイコン */
.hamburger-icon {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  	position: fixed;
	top: 0;
	right: 0;
	background-color: #023d9d;
	transition: all 0.3s ease-in-out 0s;
}
.hamburger-icon:hover {
	transition: all 0.3s ease-in-out 0s;
}
/* ハンバーガーの線 */
.hamburger-icon span {
  width: 30px;
  height: 1px;
  background: #fff;
  transition: transform 0.5s, opacity 0.5s;
  position: absolute;
}

/* 1本目（上の線） */
.hamburger-icon span:nth-child(1) {
  top: 15px;
}

/* 2本目（中央の線） */
.hamburger-icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

/* 3本目（下の線） */
.hamburger-icon span:nth-child(3) {
  bottom: 15px;
}

/* フルスクリーンメニュー */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(4, 60, 156,0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  z-index: 5;
  overflow: auto;
}

/* メニューが開いたとき */
.menu {
  transition: all 0.5s ease-in-out;	
}

.menu.active {
        opacity: 1;
        visibility: visible;
		height: 100vh;
		position: relative;
		z-index: 1000;
}
}

/* メニューのリンク */
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.menu li {
  margin: 20px 0;
}


.hbm-open {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 40;
	width: 100%;
}

.hamburger-menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
}
.hamburger-menu.active .hamburger-icon {
  background: #fff;
}

.hamburger-menu.active .hamburger-icon span {
  background: #013e9f;
}
/* ハンバーガーアイコンが「×」に変形 */
.hamburger-menu.active .hamburger-icon span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.hamburger-menu.active .hamburger-icon span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active .hamburger-icon span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.hamburger-icon {

}

.ul-hmbmenu {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.li-hmbmenu {
	margin-bottom: 20px!important;
}
.a-hmbmenu {
	color: #599989!important;
	background-color: #fff!important;
	font-size: 2rem!important;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	border-radius: 50px ;
	width: 100%;
	border: 2px solid #fff;
	transition: all 0.3s ease-in-out 0s;
	letter-spacing: 0.2em;
}
.a-hmbmenu:hover {
	color: #fff!important;
	background-color: #599989!important;
	transition: all 0.3s ease-in-out 0s;
}

.div-hbm {

	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	height: calc(100vh);
	width: 80%;
	padding: 10%;
}
.dl-hbm {
	clear: both;
	margin-bottom: 10%;
	display: block;
	overflow: hidden;
}
.dt-hbm {
	margin-bottom: 5%;
}
.dd-hbm {

display: block;
float: left;
margin-left: 20px;
	margin-bottom: 20px;
}

.a-hbm {
	color: #fff;
	font-size: 1.5rem;

	display: block;
}
.a-hbm:hover {
	text-decoration: underline;
}
.dt-hbm .a-hbm {
	font-size: 1.75rem;
}

/*SECTION*/
.sec-on {
background: url(../img/bg_on.png) center center repeat;
	background-size: 2000px auto;
clip-path: polygon(0 1%, 100% 0%, 100% 99%, 0 100%);
}

.bg-white {
	background-color: #fff;
}






/*HEADER*/
.sec-header {
clip-path: polygon(0 0%, 100% 0%, 100% 98%, 0 100%);

padding-top: 50px;
overflow: hidden;
}


.div-headrogo {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.img-headrogo {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5%;
}
.h1-headrogo {
	width: 100%;
}
.h1-headrogo b {
        color: var(--blue);
		font-weight: bold;
		font-size: 8vw;
		text-align: center;
		display: block;
		margin-bottom: 5%;
}
.h1-headrogo i {
        color: var(--blue);
		font-size: 13vw;
		font-weight: 700;
		text-align: center;
		display: block;
		line-height: 1.1em;
		margin-bottom: 5%;
}
.p-headrogo01 {
	color: var(--white);
	background-color: #e40169;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: 8vw;
	width: 90%;
	margin-bottom: 5%;
}
.p-headrogo02 {
	color: var(--blue);
	font-size: 8vw;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
}
.p-headrogo02 b {
	color: var(--blue);
	font-size: 11vw;
	font-weight: bold;
}


.img-header01 {
        position: absolute;
        width: 70%;
        height: auto;
        top: 0;
        margin-top: 150%;
        left: -5%;
}
.img-header04 {
/*            position: absolute;

            width: 50%;
            height: auto;
			top: 0;
			margin-top: 230%;
			left: 10%;*/
display: none;
}
.img-header03 {
position: absolute;
        width: 60%;
        height: auto;
        top: 0;
        margin-top: 200%;
        right: -5%;
}
.img-header02 {
/*            position: absolute;

            width: 50%;
            height: auto;
			top: 0;
			margin-top: 260%;
			right: 10%;
			z-index: 10;*/
display: none;
}
.img-header05 {
position: absolute;
        width: 45%;
        height: auto;
        top: 0;
        margin-top: 150%;
        left: 50%;
        z-index: 10;}
.img-header06 {
        position: absolute;
        width: 45%;
        height: auto;
        top: 0;
        margin-top: 210%;
        right: 50%;
        z-index: 15;
}
.img-header07 {
            position: absolute;
			width: 100%;
			margin-right: auto;
	margin-left: auto;
	bottom: -5%;
	z-index: 15;
}

.div-header {

	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 185%;
}












.h2-mid {
	background: url(../img/p_robokun.png) center top no-repeat;
	background-size: 75px auto;
	padding-top: 100px;
	margin-bottom: 10%;
	margin-right: auto;
	width: max-content;
	margin-left: auto;
	display: block;
}
.h2-mid b {
        color: var(--blue);
		display: block;
		font-size: 2.5rem;
		text-align: center;
		font-weight: bold;
		margin-bottom: 5%;
		line-height: 1.25em;
}
.h2-mid i {
        color: var(--text);
		display: block;
		text-align: center;
		font-size: 1.5rem;
}
.h2-mid i:before {
content: '〜';
margin-right: 5px;
}
.h2-mid i:after {
content: '〜';
margin-left: 5px;
}


/*ABOUT*/
.sec-about {
	padding-top: 5%;
	padding-bottom: 10%;
}
.art-product {

	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
.div-product {
}
.img-about {
	width: 100%;
	height: auto;
	margin-bottom: 5%;
}
.a-gotoabout {
	background-color: var(--blue);
	display: block;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	color: var(--white);
	font-size: 2rem;
	font-weight: bold;
	padding: 5%;
}
.a-gotoabout i {
	position: absolute;
	font-size: 1.75rem!important;
	right: 5px;
}
.p-product {
	margin-bottom: 25px;
}
.a-gotoabout i {

}
/*MENU*/
.ul-anker {

width: 90%;
margin-right: auto;
	margin-left: auto;
	background-color: #fff;
padding: 2.5% 5%;
border-top: 1px solid var(--blue);
border-bottom: 1px solid var(--blue);
position: relative;
z-index: 10;
}
.li-anker {

}
.a-anker {
	color: var(--blue);
	font-size: 1.75rem;
	display: block;
	padding: 0.25em;
}
.a-anker i {
	margin-right: 5;
	font-size: 1.5rem!important;
}

/*ABOUT*/
.sec-aboutwork {
padding-bottom: 20%;
	padding-top: 20%;
position: relative;

}
.div-aboutwork {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.div-abotunit {
	margin-right: auto;
	margin-left: auto;
	padding: 10%;
	margin-bottom: 5%;
}


.div-slider {
	background: url(../img/p_slider.jpg) center center repeat-x;
	height: 300px;
	background-size: auto 100%;
	width: 100%;
	margin-bottom: -50px;
}
.img-slider {
	
}
.div-aboutwork {

}
.h3-aboutwork {
	color: var(--blue);
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 25px;
}
.p-aboutwork {

}



.p-about {
	background-color: var(--blue);
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	font-size: 2rem;
	padding: 35% 10% 10%;
	position: relative;
	margin-top: 30%;
}

.img-voicecolmn04 {
position: absolute;
        width: 50%;
        height: auto;
        top: -20%;
        right: 50%;
        transform: translateX(50%) !important;
}

/*MERIT*/
.sec-merit {
	margin-top: 10%;
}
.div-merit {
	margin-right: auto;
	margin-left: auto;
}
.div-merit {
	margin-bottom: 15%;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
.h3-merit {
	color: var(--blue);
	font-size: 2rem;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 10px;
	line-height: 1.5em;
}
.p-merit {
	margin-bottom: 10px;
}
.img-merit {
	width: 100%;
	height: auto;
}
.h3-merit01 {
	background: url(../img/f_rank01.svg) left center no-repeat;
	background-size:40px auto ;
}
.h3-merit02 {

	background: url(../img/f_rank02.svg) left center no-repeat;	
	background-size:40px auto ;
}
.h3-merit03 {

	background: url(../img/f_rank03.svg) left center no-repeat;	
	background-size:40px auto ;
}
.h3-merit04 {

	background: url(../img/f_rank04.svg) left center no-repeat;	
	background-size:40px auto ;
}
.h3-merit05 {

	background: url(../img/f_rank05.svg) left center no-repeat;	
	background-size:40px auto ;
}
.h3-merit06 {

	background: url(../img/f_rank06.svg) left center no-repeat;	
	background-size:40px auto ;
}
.h3-merit07 {

	background: url(../img/f_rank07.svg) left center no-repeat;	
	background-size:40px auto ;
}

/*VOICE*/
.sec-voice {
	padding-top: 20%;
	padding-bottom:10%;
}
.div-voice {

}
.div-voicecolmn {
	margin: 30% auto 10%;
	background-color: #fff;
	position: relative;
	width: 80%;
}
.div-voicecolmn01 {
	padding: 27.5% 5% 5%;
}
.div-voicecolmn02 {
	padding: 27.5% 5% 5%;
}

.div-voicecolmn01 img {
	position: absolute;
	width: 50%;
	height: auto;
	top: -20%;
	right: 50%;
transform: translateX(50%)!important;
}
.div-voicecolmn02 img {
	position: absolute;
	width: 50%;
	height: auto;
	top: -20%;
	right: 50%;
transform: translateX(50%)!important;
}

.p-voicecolmn {
	
}

/*ENV*/
.sec-env {
	padding-top: 15%;
}
.div-env {
	
}
.art-colmn2 {


margin-right: auto;
	margin-left: auto;
width: 90%;
}
.div-colmn2 {
}
.h3-env {
	color: var(--blue);
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--blue);
	padding-bottom: 20px;
	font-size: 2.5rem;
	line-height: 1.25em;
}
.p-env {
	margin-bottom: 50px;
}
.img-env {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

/*FAQ*/
.sec-faq {
	padding-top: 20%;
	padding-bottom: 20%;
}
.div-faq {
	
}
.dl-faq {
	margin-right: auto;
	margin-left: auto;
	padding: 5%;
	width: 80%;
}
.dt-faq {
	color: var(--blue);
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 20px;
}
.dd-faq {
	margin-bottom: 10%;

}
.dt-faq:before {
content: 'Q.';
color: var(--blue);
font-size: 3rem;
margin-right: 10px;

}
.dd-faq:before {
content: 'A.';
font-weight: bold;
color: var(--text);
font-size: 2rem;
margin-right: 10px;

}



/*FLOW*/
.sec-flow {
	padding-top: 15%;
	padding-bottom: 5%;
}
.div-flow {
	
}
.ul-flow {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
.li-flow {
	background-color: var(--blue);
	display: block;
	margin-bottom: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 1.5em;
	position: relative;
}
.li-flow:after {
	content: '▼';
	color: var(--blue);
	font-size: 2rem;
	position: absolute;
  left: 50%;
  transform:  translateX(-50%);
  bottom: -25px;
}
.li-flow:last-child:after {
	content: '';	
}

.li-flow b {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.li-flow i {
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	display: block;
	line-height: 1.5em;
}

/*YOUKOU*/
.sec-youkou {
	padding-top: 20%;
	padding-bottom: 20%;
}
.div-youkou {
	
}
.div-youkoutab {

	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	width: 90%;
}
.tab-youkou {
	margin-right: auto;
	margin-left: auto;

}
.tab-youkou th {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.75em;
	display: block;
	background-color: #004da0;
	padding: 5%;
}
.tab-youkou td {
	color: var(--text);
	font-size: 1.5rem;
	line-height: 1.75em;
	display: block;
	padding: 5% 5% 10%;
}
.tab-youkou td a {

	color: var(--blue);
	font-size: 1.5rem;
	text-decoration: underline;
}
/*ENTRY*/
.sec-entry {
	padding-bottom: 20%;
	padding-top: 20%;
}
.div-entry {
	
}
.p-entry {
	text-align: center;
	color: var(--text);
	font-size: 1.75rem;
	line-height: 1.75em;
	margin-bottom: 10%;
	margin-right: auto;
	width: 90%;
	margin-left: auto;
}
.art-entry {
margin-right: auto;
	margin-left: auto;
	margin-bottom: 5%;
}
.a-entry {
	background-color: var(--blue);
	display: block;
	margin-right: auto;
	margin-left: auto;
	color: var(--white);
	font-weight: bold;
	padding: 5%;
	text-align: center;
	width: 80%;
	font-size: 6.5vw;
	margin-bottom: 5%;
}
.a-entry b {
	font-size: 3rem;
	font-weight: bold;
	display: block;
}
.a-entry i {
	font-size: 2rem;
}
.fa-solid {
	font-size: 2.5rem!important;
	margin-right: 10px;
}

.a-gotoinfo {
	background-color: var(--blue);
	display: block;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	color: var(--white);
	font-weight: bold;
	padding: 5%;
	font-size: 6.5vw;
	line-height: 1.25em;
}


nav {
	display: none;
}
main {
	height: 2000px;
	text-align: center;
	background-color: #fff;
}
footer {
	padding: 3em 0;
	text-align: center;
	color: #fff;
	background-color: #000;
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}



/* Toggle Button */
#nav-toggle {
	display: block;
	position: fixed;
	top: 10px;
	width: 41px;
	height: 40px;
	cursor: pointer;
	padding: 5px;right: 10px;z-index: 8000;
}

#nav-toggle div {
	position: relative;display: block;}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;}
#nav-toggle span:nth-child(1) {
	top: 7px;
}
#nav-toggle span:nth-child(2) {
	top: 14px;
}
#nav-toggle span:nth-child(3) {
	top: 21px;
}

.inner {
	width: 100%;
	margin: 0 auto;
	    position: relative;
}


	#main-visual {
		height: 300px;
	}


	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;z-index: 7000;}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
	}

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -700px;
background-color: #0c2e6b;
		width: 100%;
		text-align: center;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;z-index: 7200;}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 11px;float: none;}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}

	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);top: 13px;}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 13px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(700px);
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
	}

.img-aboutwork {
	width: 100%;
	height: auto;
}




