@charset "UTF-8";
@font-face {


}

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

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

.txt-white {
	font-size: 1.75rem;
	line-height: 1.75em;
	color: #fff;
}
.nopc {
	display: none!important;	
}

.menu__name {
	position: relative;
}

.drop-menu {
	/* 初期は表示しない */
  display: none;
	/* 「menu__name」を基準に表示位置を指定 */
	position: absolute;
	/* 「menu__name」の高さ分下に下げて真下に表示 */
	top: 100%;


  border: 1px solid #ccc;
}

.drop-menu__name {
	background-color: #fff;


}

.drop-menu__name a {
        display: block;
        color: #666;
        position: relative;
		background-color: #fff;
		height: 100%;
	padding: 15px;
white-space: nowrap;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
min-width: 200px;
}
.drop-menu__name a:hover {
		background-color: #043c9c;
		color: #fff;
}


.menu__name2 {
	position: relative;
}
.li-sub-menu2 {
	position: relative;
    height: fit-content;}
.drop-menu2 {
	/* 初期は表示しない */
  display: none;
	/* 「menu__name」を基準に表示位置を指定 */
	position: absolute;
	/* 「menu__name」の高さ分下に下げて真下に表示 */
	top: 100%;


  border: 1px solid #ccc;
}
.a-drop-menu2 {
	font-size: 1.3rem!important;
	position: relative;
	z-index: 10;
}

.drop-menu__name2 {
	background-color: #fff;


}

.drop-menu__name2 a {
        display: block;
        color: #666;
        position: relative;
		background-color: #fff;
		height: 100%;
	padding: 10px;
white-space: nowrap;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
width: max-content;
}
.drop-menu__name2 a:hover {
		background-color: #333;
		color: #fff;
}

/* ハンバーガーアイコン */
.hamburger-icon {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 80px;
  height: 80px;
  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 {
	opacity: 0.75;
	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: 50px;
}

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

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

/* フルスクリーンメニュー */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(4, 60, 156,0.95);

 
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  overflow: auto;
  z-index: 5;
  padding-top: 150px;
}

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

.menu.active {
  opacity: 1;
  visibility: visible;
  z-index: 55;
}

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

.menu li {
  margin: 20px 0;
}

.menu a {

}

.menu a:hover {

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

.hamburger-menu.active .hamburger-icon {
	background-color: #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 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display:flex;
flex-wrap: wrap;
justify-content:space-between;
}
.dl-hbm {

	width: calc(100% / 5 -2em);
	margin-top: 20px;
	margin-bottom: 20px;
}
.dd-hbm {
margin-top: 20px;
	margin-bottom: 20px;
display: block;
	margin-left: 20px;
}

.a-hbm {
	color: #fff;
	font-size: 1.5rem;
}
.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 5%, 100% 0%, 100% 95%, 0 100%);
}

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




/*1300px以上*/
@media screen and (min-width: 1300px) {

/*HEADER*/
.sec-header {
clip-path: polygon(0 0%, 100% 0%, 100% 90%, 0 100%);
height: 1300px;
padding-top: 50px;
overflow: hidden;
}

.div-header {
	width: 640px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.div-headrogo {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.img-headrogo {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.h1-headrogo {
	width: 100%;
}
.h1-headrogo b {
        color: var(--blue);
		font-weight: bold;
		font-size: 5.5rem;
		text-align: center;
		display: block;
		margin-bottom: 25px;
}
.h1-headrogo i {
        color: var(--blue);
		font-size: 9rem;
		font-weight: bold;
		text-align: center;
		display: block;
		margin-bottom: 25px;
		line-height: 1.1em;
}
.p-headrogo01 {
	color: var(--white);
	background-color: #e40169;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	font-size: 5.5rem;
}
.p-headrogo02 {
	color: var(--blue);
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.25em;
}
.p-headrogo02 b {
	color: var(--blue);
	font-size: 4rem;
	font-weight: bold;
}


.img-header01 {
	position: absolute;
	left: calc(50% - 900px);
	width: 480px;
	height: auto;
	top: -75px;
}
.img-header04 {
	position: absolute;
	left: calc(50% - 730px);
	width: 360px;
	height: auto;
	top: 430px;
}
.img-header03 {
	position: absolute;
	left: calc(50% + 400px);
	width: 480px;
	height: auto;
	top: 100px;
}
.img-header02 {
	position: absolute;
	left: calc(50% + 340px);
	width: 360px;
	height: auto;
	top: 580px;
}
.img-header05 {
	position: absolute;
	left: calc(50% - 720px);
	width: 240px;
	height: auto;
	top: 800px;
}
.img-header06 {
	position: absolute;
	left: calc(50% + 480px);
	width: 240px;
	height: auto;
	top: 925px;
}
.img-header07 {
	position: absolute;
	left: calc(50% - 400px);
	width: 800px;
	height: auto;
	top: 720px;
}

.a-anker {
	color: var(--blue);
	font-size: 2rem;
	padding: 0.5em;
}
.a-anker i {
	margin-right: 0;
	font-size: 1.75rem!important;
}

}

/* 1300px以下*/
@media screen and (max-width: 1300px) {

/*HEADER*/
.sec-header {
clip-path: polygon(0 0%, 100% 0%, 100% 90%, 0 100%);
height: 1100px;
padding-top: 50px;
overflow: hidden;
}

.div-header {
	width: 480px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.div-headrogo {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.img-headrogo {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.h1-headrogo {
	width: 100%;
}
.h1-headrogo b {
        color: var(--blue);
		font-weight: bold;
		font-size: 4.2rem;
		text-align: center;
		display: block;
		margin-bottom: 25px;
}
.h1-headrogo i {
        color: var(--blue);
		font-size: 6.7rem;
		font-weight: bold;
		text-align: center;
		display: block;
		margin-bottom: 25px;
		line-height: 1.1em;
}
.p-headrogo01 {
	color: var(--white);
	background-color: #e40169;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	font-size: 4.2rem;
}
.p-headrogo02 {
	color: var(--blue);
	font-size: 2.75rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
}
.p-headrogo02 b {
	color: var(--blue);
	font-size: 3.25rem;
	font-weight: bold;
}


.img-header01 {
            position: absolute;
            left: calc(50% - 630px);
            width: 380px;
            height: auto;
            top: -75px;
}
.img-header04 {
            position: absolute;
            left: calc(50% - 560px);
            width: 300px;
            height: auto;
            top: 330px;
}
.img-header03 {
            position: absolute;
            left: calc(50% + 280px);
            width: 380px;
            height: auto;
            top: 40px;
}
.img-header02 {
            position: absolute;
            left: calc(50% + 260px);
            width: 290px;
            height: auto;
            top: 420px;
        
}
.img-header05 {
            position: absolute;
            left: calc(50% - 550px);
            width: 240px;
            height: auto;
            top: 650px;
}
.img-header06 {
            position: absolute;
            left: calc(50% + 320px);
            width: 240px;
            height: auto;
            top: 725px;
}
.img-header07 {
            position: absolute;
            left: calc(50% - 330px);
            width: 640px;
            height: auto;
            top: 590px;
}


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

}












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


/*ABOUT*/
.sec-about {
	padding-top: 50px;
	padding-bottom: 200px;
}
.art-product {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	display:flex;
justify-content:space-between;
}
.div-product {
	width: 47.5%;
}
.img-about {
	width: 100%;
	height: auto;
}
.a-gotoabout {
	background-color: var(--blue);
	display: block;
	width: max-content;
	margin-right: auto;
	margin-left: auto;
	color: var(--white);
	font-size: 3rem;
	font-weight: bold;
	padding: 30px 100px;
}
.a-gotoabout i {
	margin-left: 20px;
	position: relative;
	top: -5px;
}
.p-product {
	margin-bottom: 25px;
}
.a-gotoabout i {

}
/*MENU*/
.ul-anker {
display:flex;
justify-content:center;
width: 100%;
margin-right: auto;
	margin-left: auto;
	background-color: #fff;
padding-top: 20px;
	padding-bottom: 20px;
border-top: 1px solid var(--blue);
border-bottom: 1px solid var(--blue);
position: relative;
z-index: 10;
}
.li-anker {
	
}


/*ABOUT*/
.sec-aboutwork {
padding-bottom: 300px;
	padding-top: 300px;
position: relative;
top: -200px;
}
.div-aboutwork {
}
.div-abotunit {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 50px;
	margin-bottom: 25px;
	position: relative;
	top: -50px;
}


.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: 25px 25px 25px 175px;
	width: 700px;
	position: relative;
	margin-top: 25px;
}

.img-voicecolmn04 {
	width: 220px;
	height: auto;
	position: absolute;
	left: -70px;
	top: -15px;
}

/*MERIT*/
.sec-merit {
	margin-top: -200px;
	padding-bottom: 50px;
}
.div-merit {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.div-merit {
	margin-bottom:75px;
}
.h3-merit {
	color: var(--blue);
	font-size: 2.5rem;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	padding-left: 70px;
}
.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:60px auto ;
}
.h3-merit02 {

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

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

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

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

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

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

/*VOICE*/
.sec-voice {
	padding-top: 200px;
	padding-bottom: 200px;
}
.div-voice {

}
.div-voicecolmn {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	margin-bottom: 75px;
	position: relative;
}
.div-voicecolmn01 {
	padding: 50px 50px 50px 150px;
}
.div-voicecolmn02 {
	padding: 50px 150px 50px 50px;
}

.div-voicecolmn01 img {
	position: absolute;
	width: 200px;
	height: auto;
	left: -75px;
	top: -50px;
}
.div-voicecolmn02 img {
	position: absolute;
	width: 240px;
	height: auto;
	right: -125px;
	top: -50px;
}

.p-voicecolmn {
	
}

/*ENV*/
.sec-env {
	padding-top: 100px;
}
.div-env {
	
}
.art-colmn2 {
display:flex;
flex-wrap: wrap;
justify-content:space-between;
width: 1200px;
margin-right: auto;
	margin-left: auto;
}
.div-colmn2 {
	width: 47.5%;
}
.h3-env {
	color: var(--blue);
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--blue);
	padding-bottom: 20px;
}
.p-env {
	margin-bottom: 50px;
}
.img-env {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

/*FAQ*/
.sec-faq {
	padding-top: 200px;
	padding-bottom: 200px;
}
.div-faq {
	
}
.dl-faq {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 50px;
}
.dt-faq {
	color: var(--blue);
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.25em;
	padding-left: 40px;
	margin-bottom: 20px;
}
.dd-faq {
	margin-bottom: 50px;
	padding-left: 80px;
}
.dt-faq:before {
content: 'Q.';
color: var(--blue);
font-size: 4rem;
margin-right: 10px;
	margin-left: -55px;
}
.dd-faq:before {
content: 'A.';
font-weight: bold;
color: var(--text);
font-size: 2.75rem;
margin-right: 10px;
	margin-left: -37px;
}



/*FLOW*/
.sec-flow {
}
.div-flow {
	
}
.ul-flow {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.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: 2.5rem;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.li-flow i {
	color: #fff;
	font-size: 1.75rem;
	text-align: center;
	display: block;
	line-height: 1.5em;
}

/*YOUKOU*/
.sec-youkou {
	padding-top: 200px;
	padding-bottom: 200px;
}
.div-youkou {
	
}
.div-youkoutab {
	width: 900px;
	padding: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}
.tab-youkou {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
.tab-youkou th {
	padding: 25px;
	color: var(--text);
	font-size: 1.75rem;
	line-height: 1.75em;
	width: 7em;
	border-bottom: 1px dotted #ccc;
}
.tab-youkou td {
	padding: 25px;
	color: var(--text);
	font-size: 1.75rem;
	line-height: 1.75em;
	border-bottom: 1px dotted #ccc;
}
.tab-youkou td a {

	color: var(--blue);
	font-size: 1.75rem;
	text-decoration: underline;
}
/*ENTRY*/
.sec-entry {
	padding-bottom: 100px;
	padding-top: 50px;
}
.div-entry {
	
}
.p-entry {
	text-align: center;
	color: var(--text);
	font-size: 1.75rem;
	line-height: 1.75em;
	margin-bottom: 50px;
}
.art-entry {
display:flex;
flex-wrap: wrap;
justify-content:center;
margin-right: auto;
	margin-left: auto;
width: 1100px;
	margin-bottom: 50px;
}
.a-entry {
	background-color: var(--blue);
	display: block;
	margin-right: auto;
	margin-left: auto;
	color: var(--white);
	font-size: 3rem;
	font-weight: bold;
	padding: 30px ;
	width: calc(47.5% - 60px);
	text-align: center;
}
.a-entry b {
	font-size: 3rem;
	font-weight: bold;
}
.a-entry i {
	font-size: 2rem;
}
.fa-solid {
	font-size: 3rem!important;
	margin-right: 10px;
}

.a-gotoinfo {
	background-color: var(--blue);
	display: block;
	width: max-content;
	margin-right: auto;
	margin-left: auto;
	color: var(--white);
	font-size: 3rem;
	font-weight: bold;
	padding: 30px 100px;	
}


nav {
	position: relative;
	top: -100px;
}
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%;
}




	@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 1);
}
.scroll-infinity__item>img {
  width: 100%;
}







































