*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  scrollbar-gutter: stable;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #000;
	width: 100%;
  	min-width: 100%;
  	margin: 0;
	padding: 0;
	background: #baf0ff;
}

body.menu-open {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
}

li{
	list-style: none;
}

h1,h2,h3,h4,h5,dl,ul,p,dt,dd,li{
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 2;
}


a{
	outline: none;
	color: #000;
}


.pc-bl {
  display: block;
}

.pc-nn,.slick-slide .pc-nn{
  display: none;
}


/*アニメーション*/

.fade {
}

.fadeUp {
}

img {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}



.side-menu{
	margin-top: 120px;
    top: 20px;
    right: 30px;
	position: fixed;
	z-index: 99;
	mix-blend-mode: difference;
}
.side-menu ul{
	display: flex;
	flex-direction: column;
	gap:5px;
}
.side-menu li{
	font-size: 1.1em;
	font-weight: 400;
}
.side-nav__item a {
	text-decoration: none;
	position: relative;
	color: #fff;
}

.side-nav__item.current a {
  /*border-bottom: 2px solid #D92D35;*/
}


.side-nav__item a::after{
	position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 2px;
    background: #2dd9d1;
}
.side-nav__item a:hover::after{
	width: 100%;
    left: 0;
}
.side-nav__item.current a::after{
    /*width: 0;
    height: 0;*/
}


#wrapper {
	width: 100%;
    margin: 0;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.ind {
	text-indent: -1em;
	padding-left: 1em;
}
.ind5{
	text-indent: -1.7em;
	padding-left: 1.7em;
}

.ta_c{
	text-align: center;
}

.ta_r{
	text-align: right;
}
.small{
	font-size: 0.7em;
}

.flex1{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}



button {
	border: none;
	background: none;
	outline:none;
}
	
.fullscreenmenu{
	width: 100px;
    height: 100px;
	pointer-events: all;
}
	
.menu,.menu span {
	display: inline-block;
	-webkit-transition:all .4s;
	transition: all .4s;
	box-sizing: border-box;
}

.menu{
	position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    z-index: 100000;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease-out;
    background: #000;
}
	
.menu .bar{
	position: absolute;
	left: 25px;
	/*width: 50%;*/
	height: 2px;
	background-color: #fff;
	z-index: 10;
	/*transform: translate3d(-50%,-4px,0);*/
	/*-webkit-transform: translate3d(-50%,-4px,0);*/
}
.menu span:nth-of-type(1) {
	top: 36px;
	width: 50%;
}

.menu span:nth-of-type(2) {
	bottom: 49px;
	width: 50%;
}
	
.menu span:nth-of-type(3) {
	bottom: 36px;
	width: 50%;
}
.menu.active span:nth-of-type(1) {
	transform: translateX(-50%)translateY(13px)rotate(30deg);
	background-color: #fff;
	width: 50px;
	left: 50%;
}

.menu.active span:nth-of-type(2) {
	display: none;
}
.menu.active span:nth-of-type(3) {
	transform: translateX(-50%)translateY(-13px)rotate(-30deg);
	background-color: #fff;
	width: 50px;
	left: 50%;
}

#nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	height: 100dvh;
	opacity: 0;
	background-image: linear-gradient(90deg, #0066be, #66ffff);
	transition: all 0.3s ease-in-out;
	visibility:hidden;
}
	
#nav.active{
	right: 0;
	opacity: 1;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	overflow: auto;
	z-index: 10000;
}
	
#nav ul{

}
	
#nav ul li{
}
	
#nav ul li a{
}
	
	
#nav ul li ul{
	margin: 0;
	padding: 0;
}



.nv-list-wrap{
	max-width: 1100px;
	width: 90%;
    margin: 18vh auto 0;
}

.nv-list-inner{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
	justify-content: space-between;
}

.nv-list-box{
	width: 46%;
}
.nv-list-box a{
	display: inline-block;
}
.nv-list-box h2{
	font-size: 1rem;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 5%;
    padding-bottom: 2%;
}
.nv-list-box p{
	font-size: 1em;
	font-weight: 600;
	color: #D92D35;
	margin-top: -1.4em;
	margin-bottom: 0.5em;
    padding: 0;
}
.nv-list-box li{
	font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
	font-weight: 600;
	margin-bottom: 0.8em;
	color: #fff;
	position: relative;
	display: flex;
    align-items: center;
}
.item1::before {
	content: "";
    display: inline-block;
    width: 4em;
    height: 4em;
    background-image: url(../img/menu1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	margin-right: 1em;
}
.item2::before {
	content: "";
    display: inline-block;
    width: 3em;
    height: 3em;
    background-image: url(../img/menu2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1.5em;
    padding-left: 0.5em;
}
.item3::before {
	content: "";
    display: inline-block;
    width: 4em;
    height: 4em;
    background-image: url(../img/menu3.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1.25em;
    margin-left: -0.25em;
	position: relative;
    top: 2vh;
}
.item4::before {
	content: "";
    display: inline-block;
    width: 4em;
    height: 4em;
    background-image: url(../img/menu4.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	margin-right: 1em;
}
.item5::before {
	content: "";
    display: inline-block;
    width: 3em;
    height: 3em;
    background-image: url(../img/menu5.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1.5em;
    padding-left: 0.5em;
}
.item6::before {
	content: "";
    display: inline-block;
    width: 4em;
    height: 4em;
    background-image: url(../img/menu6.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1em;
    padding-left: 0;
}
.nv-list-box li a{
	color: #fff;
}
.nv-list-box:nth-child(1) li:nth-child(3){
	margin-bottom: -6%;
	
}
.nv-list-box ol {
	display: flex;
    column-gap: 20px;
    padding: 0 0 0 7.5em;
    margin: 0 0 2% 0;
}
.nv-list-box ol li{
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	font-weight: 600;
	margin-bottom: 0.8em;
	color: #fff;
}
/*.ft-list::after{
  content:"";
  display: block;
  width:23%;
}*/

.nv-list-box:nth-child(2) ul:nth-of-type(1) li:nth-of-type(1) {
	font-size: 1.25rem;
    margin-bottom: 0;
    padding: 0;
	line-height: 1.2;
}
.nv-list-box:nth-child(2) ul:nth-of-type(1) li:nth-of-type(2) {
	font-size: 3.125rem;
    margin-bottom: 0;
    padding: 0;
	line-height: 1.2;
}
.nv-list-box:nth-child(2) ul:nth-of-type(1) li:nth-of-type(3) {
	font-size: 1.25rem;
    margin-bottom: 8%;
    padding: 0;
	line-height: 1.2;
}
.nv-list-box:nth-child(2) ul:nth-of-type(2) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin: 7% 0 7%;
}
.nv-list-box:nth-child(2) ul:nth-of-type(2) li:nth-of-type(1) ,.nv-list-box:nth-child(2) ul:nth-of-type(2) li:nth-of-type(2) {
	width: 47%;
}
.nv-list-box:nth-child(2) ul:nth-of-type(2) li:nth-of-type(1) a  {
	background: #ff8800;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 100%;
	min-height: 54px;
	margin: 0 auto;
	border-radius: 10px;
    transition: 0.3s ease-in-out all;
	opacity: 1;
	text-decoration: none;
	position: relative;
	font-size: 1.25rem;
}

.nv-list-box:nth-child(2) ul:nth-of-type(2) li:nth-of-type(2) a  {
	background: #007ab6;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 100%;
	min-height: 54px;
	margin: 0 auto;
	border-radius: 10px;
    transition: 0.3s ease-in-out all;
	opacity: 1;
	text-decoration: none;
	position: relative;
	font-size: 1.25rem;
}
.sns{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
.sns a{
	border-radius: 10px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
}
.sns img {
	width: 50%;
}
.trademark{
	margin-top: 7%;
	margin-left: 2%;
}
.trademark p{
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 4%;
}

/* mnav */
.mnav {
	width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
}

.mnav li {
    display: flex;
}
.mnav li span {
  display: block;
}
.mnav li a {
  padding:0.5em 0;
  text-decoration: none;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.2;
}
.mnav li a span {
	width: 2em;
	word-break: break-all;
	overflow-wrap: break-word;
}

.mnav li.tmp-n  {
	background: #ff8800;
	border-radius: 0 0 0 30px;
}
.mnav li.tmp-r  {
	background: #007ab6;
}
.mnav li.tmp-r a  {
	color: #fff;
}
.mnav li{
	transition: 0.3s ease-in-out all;
	opacity: 1;
}
.r-parts{
	max-width: 200px;
    width: 45%;
    position: absolute;
    height: 100px;
    right: 100px;
    align-self: center;
	pointer-events: all;
}
#news-topics {
	width: 100%;
    height: auto;
    margin-top: -40%;
	padding-top: 40%;
	padding-bottom: 40%;
	position: relative;
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
    background: url(../img/bg1.jpg) top center / cover;
}


/* 青背景 */
.blue-panel {
    position:absolute;
    top:55%;
    right:-10%;
    width:50%;
    height:200px;
    border-radius:9999px 0 0 9999px;
    background:linear-gradient(135deg,#66ffff,#0066be);
    transform:rotate(-30deg);
    transform-origin:top right;
    z-index:2;
}

/* 人物 */
.people {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px) rotate(30deg);
}

.people img {
  width: 35%;
  display: block;
}


/* 黄背景 */
.yellow-panel {
    position:absolute;
    top:55%;
    left:-10%;
    width:35%;
    height:200px;
    border-radius:0 9999px 9999px 0;
    background:linear-gradient(-135deg,#ffff83,#ff9900);
    transform:rotate(30deg);
    transform-origin:top right;
    z-index:0;
}

/* 人物 */
.people2 {
  position: absolute;
  z-index: 2;
  opacity: 0;
    left: clamp(22%, 28%, 32%);
    width: clamp(22%, 26%, 30%);
  transform: translateY(30px) rotate(-30deg);
}

.people2 img {
  width: 100%;
  display: block;
}


/* 青背景2 */
.blue-panel2 {
    position:absolute;
    top:55%;
    right:-10%;
    width:37%;
    height:200px;
    border-radius:9999px 0 0 9999px;
    background:linear-gradient(135deg,#66ffff,#0066be);
    transform:rotate(-30deg);
    transform-origin:top right;
    z-index:2;
}

/* 人物 */
.people3 {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px) rotate(30deg);
}

.people3 img {
  width: 35%;
  display: block;
}


/* 黄背景2 */
.yellow-panel2 {
    position:absolute;
    top:15%;
    left:-10%;
    width:35%;
    height:200px;
    border-radius:0 9999px 9999px 0;
    background:linear-gradient(-135deg,#ffff83,#ff9900);
    transform:rotate(30deg);
    transform-origin:top right;
    z-index:0;
}

/* 人物 */
.people4 {
  position: absolute;
  z-index: 2;
  opacity: 0;
    left: clamp(22%, 22%, 32%);
    width: clamp(22%, 45%, 45%);
  transform: translateY(30px) rotate(-30deg);
}

.people4 img {
  width: 100%;
  display: block;
}



/* awp */
.awp {
    position: absolute;
    bottom: 20%;
    right: -5%;
    width: 23%;
    height: 200px;
	z-index: 2;
	opacity: 0;
    transform: translate(0, 0) scale(0.8);
    will-change: transform, opacity;
}

/* 人物 */
.awp-ppl {
  position: absolute;
  z-index: 2;
  opacity: 1;
}

.awp-ppl img {
  width: 100%;
  display: block;
}




.content-box {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.h2-main,.h2-main3 {
	font-weight: 800;
	/*font-size: clamp(1.625rem, 1.042rem + 1.22vw, 2.5rem);*/
	font-size: 30px;
}
.h2-main::before  {
	content: attr(data-title);
	display: block;
	/*font-size: clamp(3.125rem, 0.125rem + 6.25vw, 7.625rem);*/
	font-size: 120px;
	font-family: "Jost", sans-serif;
	font-weight: 800;
	color: rgb(0 170 231 / 0.4);
	position: absolute;
	top: -130px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: -1;
}
.h2-main3::before  {
	content: attr(data-title);
	display: block;
	/*font-size: clamp(3.125rem, 0.125rem + 6.25vw, 7.625rem);*/
	font-size: 120px;
	font-family: "Jost", sans-serif;
	font-weight: 800;
	color: rgb(255 136 0 / 0.4);
	position: absolute;
	top: -130px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: -1;
}
.h2-main2 {
	font-weight: 800;
	/*font-size: clamp(1.625rem, 1.042rem + 1.22vw, 2.5rem);*/
	font-size: 30px;
	color: #fff;
}
.h2-main2::before  {
	content: attr(data-title);
	display: block;
	/*font-size: clamp(3.125rem, 0.125rem + 6.25vw, 7.625rem);*/
	font-size: 120px;
	font-family: "Jost", sans-serif;
	font-weight: 800;
	color: rgb(255 255 255 / 0.4);
	position: absolute;
	top: -130px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: -1;
}
.news-list-warp{
	max-width: 1200px;
    width: 100%;
    padding: 6% 3%;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
	margin-top: 5%;
}
#news-list {
	width: 95%;
    margin: 0 auto 5%;
	display: flex;
	justify-content: space-between;
}
.news-tag {
	position: absolute;
	top: 0;
	left: 0;
	height: 34px;
	width: auto;
}
.news-cmt1{
	background: #0079b6;
	padding: 4% 5% 5%;
    flex: 1;
}
.news-cmt2{
	background: #ff8802;
	padding: 4% 5% 5%;
    flex: 1;
}
.news-topics-img-wrap{
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
	justify-content: space-between;
}
.v-wrap{
	width: 70%;
	margin:5% auto;
}
.video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9; /* 動画のアスペクト比を指定 */
}
.news-topics-img-wrap img{
	width: 47%;
}
.news-topics-img-wrap2{
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
	justify-content: space-between;
	margin: 5% auto 5%;
}
.news-topics-img-wrap2 img{
	width: 100%;
}
.nt-wp-lk{
	border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
	width: 47%;
    overflow: hidden;
    transition: all 0.3s ease-out;
	opacity: 1;
}
.news-box {
	width: 30%;
	display: flex;
	flex-direction: column;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
    transition: 0.3s ease-in-out all;
	opacity: 1;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}
.news-date {
	font-size:clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
	margin: 0;
	color: #fff;
}
.news-p {
	font-size:clamp(1rem, 0.955rem + 0.23vw, 1.125rem) ;
	line-height: 1.5;
	color: #fff;
}

.modal-date{
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem)!important;
	line-height: 1.5;
	color: #969696;
	font-weight: 700!important;
}
.modal-h3{
	line-height: 1.5!important;
	text-align: left!important;
	font-weight: 700!important;
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem)!important;
}

.au-p {
	font-size:clamp(1rem, 0.955rem + 0.23vw, 1.125rem) ;
	line-height: 1.8;
}
a.more {
	background: #ff8800;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1% 0;
	width: 330px;
	max-width: 100%;
	min-height: 58px;
	margin: 0 auto;
	border-radius: 10px;
    transition: 0.5s ease-in-out all;
	opacity: 1;
	text-decoration: none;
	position: relative;
	border: 2px solid #ff8800;
}
a.more::after {
    position: absolute;
    top: 50%;
    right: 1em;
	font: var(--fa-font-solid);
    content: "\f138";
    transform: translateY(-50%);
	font-size: 1.2em;
    width: 1em;
    height: 1em;
}
#aboutus {
	background: #baf0ff;
    margin-top: 0;
    padding: 0 0 10%;
    border-radius: 0 0 80px 80px;
    width: 100%;
    position: relative;
    z-index: 1;
}

/* しーまる2背景 */
.cm2{
    position: absolute;
    right: 8%;
    bottom: 0%;
    width: 13%;
    z-index: 1;
    height: 10%;
}

/* しーまる2 */
.cm-il2 {
  position: absolute;
  z-index: 2;
  opacity: 1;
}

.cm-il2 img {
  width: 100%;
  display: block;
}


.cns-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.au-txt {
	width: 55%;
    position: relative;
}

.content-box2 {
    max-width: 1200px;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto -20%;
    position: relative;
    transform: translateY(-15%);
}
#aboutus .cns-img{
	width: 40%;
    position: relative;
    top: -8vh;
    left: -4vw;
}
.cns-img1{
	position: relative;
    width: 100%;
    max-width: 500px;
    top: 0;
    left: 0;
    z-index: 2;
}
.cns-img2{
	position: relative;
    width: 75%;
    top: -32%;
    left: 40%;
}
.cns-img3{
    position: relative;
    width: 44%;
    top: -17%;
    left: 8%;
    z-index: 5;
}

.cns-img4{
	position: relative;
    width: 25%;
    top: -29%;
    left: 82%;
    z-index: 3;
}
#aboutus .au-h3 {
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 2%;
}

.lay{
	position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-295%);
}
.roll-slide-box{
	width: 100%;
	overflow: hidden;
}

.roll-slide{
	display: flex;
}
.roll-slide ul{
	display: flex;
}

.roll-slide ul:first-child {
	animation: loop 180s linear infinite;
  }
   
  .roll-slide ul:nth-child(2) {
	animation: loop2 180s -120s linear infinite;
  }
   
  .roll-slide ul:last-child {
	animation: loop3 180s -60s linear infinite;
  }
   
  @keyframes loop {
	0% {
	  transform: translateX(200%);
	}
	to {
	  transform: translateX(-100%);
	}
  }
   
  @keyframes loop2 {
	0% {
	  transform: translateX(100%);
	}
	to {
	  transform: translateX(-200%);
	}
  }
   
  @keyframes loop3 {
	0% {
	  transform: translateX(0%);
	}
	to {
	  transform: translateX(-300%);
	}
  }

.roll-slide img{
}

.roll-slide li{
	width: 384px;
}

.mascot {
	width: 90%;
	border-radius: 0 9999px 9999px 0;
	margin-top: 14vh;
    background: linear-gradient(90deg, #66ffff, #0066be);
    padding: 2% 0;
	padding-left: 10%;
}
.mascot-inner {
	width: 840px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.org{
	color: #ff8800;
}
.mc-tit{
	font-weight: 800;
	color: #fff;
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	margin-bottom: 2%;
}
.mc-name{	
	font-weight: 800;
	color: #fff;
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	text-align: center;
	line-height: 1.6;
}
.mc-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mc-wrap img {
	width: 40%;
	margin-bottom: 5%;
}
.mc-wrap p {
	width: 55%;
	color: #fff;
	font-size: clamp(0.75rem, 0.568rem + 0.91vw, 1.25rem);
	font-weight: 600;
	line-height: 2;
}

.certification {
	max-width: 1200px;
	width: 90%;
	margin: 7% auto 5%;
	display: flex;
	justify-content: space-between;
}

.certification-box{
	width: 24%;
    max-width: 268px;
    height: 268px;
	background: #fff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	padding: 0 0 2%;
	cursor: pointer;
}
.certification-box img {
	width: 65%;
    margin-bottom: 0%;
    margin-top: 10%;
}

.certification-box p {
	font-size:clamp(1rem, 0.955rem + 0.23vw, 1.0rem) ;
	line-height: 1.6;
	flex-grow: 1;
	align-items: center;
	display: flex;
}
.certification-box-btn button{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #ff8800;
	color: #fff;
	border-radius: 0 0 20px 0;
	width: 50px;
	height: 50px;
    transition: 0.3s ease-in-out all;
	opacity: 1;
	margin: 0;
}
.certification-box-btn button::after {
    position: absolute;
    top: 50%;
    right: 1em;
	font: var(--fa-font-solid);
    content: "\2b";
    transform: translateY(-50%);
	font-size: 1em;
    width: 1em;
    height: 1em;
    padding: 0em;
}

a.company-profile {
	background: #ff8800;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 600px;
	width: 100%;
	min-height: 80px;
	margin: 0 auto;
	border-radius: 10px;
    transition: 0.5s ease-in-out all;
	opacity: 1;
	text-decoration: none;
	position: relative;
	border: 2px solid #ff8800;
}

a.company-profile::after {
    position: absolute;
    top: 50%;
    right: 1em;
	font: var(--fa-font-solid);
    content: "\f13a";
    transform: translateY(-50%);
	font-size: 1.2em;
    width: 1em;
    height: 1em;
}

#service{
	position: relative;
	width: 100%;
    background: #f5f5f5;
	padding: 15% 0;
	overflow: visible;
}

#service::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
    height: 120px;
    background: #f5f5f5;
}


.sw-h3 {
    font-size: clamp(1.625rem, 1.307rem + 1.59vw, 2.5rem);
    line-height: 1.8;
	font-weight: 700;
	color: #00aae7;
	margin: 0;
	padding: 0;
}
.sw-p {
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    line-height: 1.8;
	margin: 5% 0;
	text-align: center;
}
.sw-p2 {
    font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
    line-height: 1.8;
}

.sw-p-u {
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    line-height: 1.8;
	font-weight: 700;
	text-decoration: underline;
	margin: 2% 0;
}


.sw-layer {
  position: relative;
  inset: 0;
	overflow: visible;
}

.c4 {
	position: absolute;
    top: -11%;
    right: 2%;
    width: 18%;
    height: 18%;
	will-change: transform;
	opacity: 0;
	visibility: hidden;
}
.sw-layer2 {
  position: relative;
  inset: 0;
	overflow: visible;
}

.c5 {
	position: absolute;
    left: -9%;
    width: 17%;
    height: 17%;
    will-change: transform;
    bottom: 1%;
	 opacity: 0;
    visibility: hidden;
}

.if-layer {
  position: relative;
  inset: 0;
  pointer-events: none;
	overflow: visible;
}

.c6 {
	position: absolute;
    left: 3%;
    top: 42%;
    width: 17%;
    height: auto;
	opacity: 0;
	visibility: hidden;
}


.lc-layer {
  position: relative;
  inset: 0;
  pointer-events: none;
	overflow: visible;
}

.c7 {
	position: absolute;
    left: 80%;
    top: -2%;
    width: 15%;
    height: auto;
	max-width: 200px;
	opacity: 0;
	visibility: hidden;
}


.ga1{
	position: absolute;
    top: -21%;
    left: 10%;
    width: 17%;
    max-width: 220px;
    z-index: 10;
}
.ga2{
	position: absolute;
    top: -7%;
    right: -10%;
    width: 17%;
    max-width: 220px;
    z-index: 10;
}
.ga3{
	position: absolute;
    top: -2%;
    right: 3%;
    width: 17%;
    max-width: 220px;
    z-index: 10;
}
.ga4{
	position: absolute;
    top: -5%;
    left: 3%;
    width: 17%;
    max-width: 220px;
    z-index: 10;
}


/*
.sw-layer::before  {
    content: "";
    position: absolute;
    background-image: url(../img/c4.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: -3%;
    right: -2%;
    z-index: 0;
    width: 18%;
    height: 18%;
	transform: translate(-50%, -50%) translateY(var(--y, 40px));
	opacity: var(--op, 0);
}
*/


.sw-wrap {
	max-width: 1200px;
	width: 100%;
	padding: 6% 3%;
	background: #fff;
	border-radius: 50px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
	margin: 0 auto 10%;
	position: relative;
	z-index: 1;
}

.sw-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5%;
}
.sw-l {
	width: 52%;
}

.sw-r {
	width: 41%;
}
.sblue {
	color: #00aae7;
}
.fblue{
	color: #0066be;
}

.sw-h4 {
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    line-height: 1.8;
	font-weight: 800;
	text-align: center;
	margin: 0 0 3%;
}

.sv-list{
	display: flex;
	row-gap:2vh;
	column-gap: 1vw;
	flex-wrap: wrap;
}
.sv-list a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5em 1em;
	vertical-align: middle;
	border-radius: 9999px;
	line-height: 1!important;
	text-align: center;
	background: #00aae7;
	color: #fff;
	font-weight: 700;
    transition: 0.3s ease-in-out;
	text-decoration: none;
	font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
}

.wks-wrap {
	width: 100%;
	margin-bottom: 5%;
}
.wks-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:4vh;
}
.wks-box{
	width: 30%;
    background: #fff0df;
    border-radius: 10px;
	padding: 0 0 1% 0
}
.wks-box img {
	border-radius: 10px 10px 0 0;
}
.wks-data {
	font-size: 0.8em;
	color: #666666;
	margin: 3% auto 0;
	width: 90%;
	font-weight: 600;
}
.wks-tit {
	width: 90%;
	margin: 0 auto;
	font-weight: 600;
	line-height: 1.5;
}

a.more-works {
	background: #ff8800;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 600px;
	width: 100%;
	min-height: 64px;
	margin: 0 auto;
	border-radius: 10px;
    transition: 0.5s ease-in-out all;
	opacity: 1;
	text-decoration: none;
	position: relative;
	border: 2px solid #ff8800;
}
a.more-works::after {
    position: absolute;
    top: 50%;
    right: 1em;
	font: var(--fa-font-solid);
    content: "\f138";
    transform: translateY(-50%);
	font-size: 1.2em;
    width: 1em;
    height: 1em;
}


#contact {
	width: 100%;
    height: auto;
    margin-top: -50%;
	padding-top: 40%;
	padding-bottom: 10%;
	position: relative;
	background: #f5f5f5;
}
#contact::before {
	content: "";
	position:absolute;
	inset:0;
	clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0% 100%);
    background: url("../img/bg2.jpg") top center / cover;
	z-index: 1;
	border-radius: 0 0 80px 80px;
}


.ctct-p {
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    line-height: 1.8;
	margin: 5% 0;
	text-align: center;
	color: #fff;
}


.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
      padding-top: 3%;
    padding-bottom: 5%;
    width: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 0;
        padding-right: 0;
        padding-top: 2%;
        padding-bottom: 8%;
        flex-wrap: wrap;
        width: 100%;
  }
}
.Form-Item:nth-child(6) {
    width: 100%;
}
.Form-Item-Label {
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 18px;
	color: #fff;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
      border-radius: 6px;
    margin-right: 8px;
	padding: 0 0;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #1179b2;
    color: #fff;
    font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 2px solid #b2b2b2;
  border-radius: 6px;
    margin-top: 5px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    width: 100%;
        margin-left: 0;
        margin-top: 3%;
        height: 40px;
        flex: inherit;
        font-size: 0.85rem;
  }
}
.Form-Item-Textarea {
  border: 2px solid #b2b2b2;
  border-radius: 6px;
    margin-top: 18px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn  {
	background: #ff8800;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 330px;
	width: 100%;
	min-height: 64px;
	margin: 5% auto;
	border-radius: 10px;
    transition: 0.5s ease-in-out all;
	opacity: 1;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	border: 2px solid #ff8800;
}
.btn-wrapper {
  position: relative;
	color: #fff;
	max-width: 330px;
	width: 100%;
	min-height: 60px;
	margin: 5% auto;
}
.Form-HP {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Form-Message {
  display: none;
  width: 100%;
  max-width: 720px;
  margin: 24px auto 0;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.Form-Message.is-visible {
  display: block;
}
.Form-Message.is-success {
  background: #e6f7ec;
  color: #1a7a3d;
  border: 2px solid #1a7a3d;
}
.Form-Message.is-error {
  background: #fdeaea;
  color: #c0392b;
  border: 2px solid #c0392b;
}
.Form-Btn.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.btn-wrapper::after {
    position: absolute;
    top: 50%;
    right: 1em;
	font: var(--fa-font-solid);
    content: "\f1d8";
    transform: translateY(-50%);
	font-size: 1.2em;
    width: 1em;
    height: 1em;
    transition: 0.5s ease-in-out all;
}


#message{
	position: relative;
	width: 100%;
    background: #baf0ff;
	padding: 15% 0 10%;
	border-radius: 0 0 80px 80px;
}

#message::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
    height: 120px;
    background: #baf0ff;
}
.ceo-img {
	display: block;
	max-width: 900px;
	width: 90%;
	margin: 5% auto;
	border-radius: 50px;
}
.ceo-message {
	display: inline-block;
	margin: auto;
	text-align: left;
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    line-height: 1.8;
}

#company{
	position: relative;
	width: 100%;
    background: #fff0df;
	padding: 15% 0 10%;
	border-radius: 0 0 80px 80px;
}

#company::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
    height: 120px;
    background: #fff0df;
	z-index: -1;
}
.philosophy{
	max-width: 900px;
	width: 90%;
	background: #ff8800;
	color: #fff;
	border-radius: 50px;
	margin: 5% auto 10%;
	padding: 0 0 7%;
}
.philosophy h3 {
	color: #fff;
	font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    line-height: 1.8;
    font-weight: 800;
	margin-bottom: 3%;
}
.philosophy h4 {
	color: #fff;
	font-size: clamp(1.625rem, 1.08rem + 2.73vw, 3.125rem);
    line-height: 1.2;
    font-weight: 800;
	font-family: "Jost", sans-serif;
	margin: 0;
	padding: 0;
}
.philosophy p {
	color: #fff;
	font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    line-height: 1.8;
    font-weight: 800;
	margin: 0;
	padding: 0;
}
.philosophy p.st-b{
	color: #fff;
	font-size: clamp(1.625rem, 1.17rem + 2.27vw, 2.875rem);
    line-height: 1.4;
    font-weight: 800;
	letter-spacing: 0.15em;
}
.philosophy ul{
	display: inline-block;
	margin: 2% auto;
	text-align: left;
}
.philosophy li {
	color: #fff;
    font-weight: 600;
}
.philosophy>div:nth-of-type(1){
	border-bottom: 2px solid #fff;
	padding: 7% 0;
	margin: 7% 0
}
.cmp-tit {
    font-weight: 800;
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
    margin-bottom: 2%;
	text-align: center;
}
.cmp-tit2 {
    font-weight: 800;
    font-size: clamp(1.625rem, 1.307rem + 1.59vw, 2.5rem);
    margin-bottom: 0;
	text-align: center;
}
.cmp-p {
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    line-height: 1.8;
    margin: 0 0 5%;
    text-align: center;
}
.slick-wrap{
	max-width: 1200px;
	margin: 5% auto;
}
/*.slider-2 .slick-slide {
  width: 350px;
  height: 250px;
  margin: 0 20px;
	border-radius: 30px;
  position: relative;
  overflow: hidden;
}*/
/*.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/
.slider-2 .slick-slide {
  width: 350px;
  height: 250px;
  margin: 0 20px;
	border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide img {
  display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-2 .slick-arrow {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 2em;
  position: absolute;
  z-index: 1;
}
.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: 0;
}
.slider-2 .slick-prev {
  left: 0;
}
.slider-2 .slick-next::before {
  position: absolute;
    top: 50%;
    left: 1em;
	font: var(--fa-font-solid);
    content: "\f152";
    transform: translateY(-50%);
	font-size: 1.2em;
    width: 1em;
    height: 1em;
	color: #000;
}
.slider-2 .slick-prev::before {
  position: absolute;
    top: 50%;
    right: 1em;
	font: var(--fa-font-solid);
    content: "\f191";
    transform: translateY(-50%);
	font-size: 1.2em;
    width: 1em;
    height: 1em;
	color: #000;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}

.information-wrap{
	max-width:900px;
	width: 90%;
	background: #fff;
	border-left: 18px solid #ff8800;
	border-radius: 50px;
	margin: 0 auto;
	padding: 5% 5% 9%;
}
.info-list {
	display: flex;
}
.info-list:nth-child(1){
	margin-bottom: 10%;
}
.info-list-l{
	width: 25%;
}
.info-list-l h4{
	color: #ff8800;
    font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
    font-weight: 700;
    margin: 13% 0 0 0;
    padding: 0;
}
.info-list-r{
	width: 70%;
}
.info-list-r dl{
    border-bottom: 1px solid #000;
	    width: 100%;
}
.info-list-r dl dt{
    width: 30%;
    border-top: 1px solid #000;
    margin: 0;
    padding: 7% 0;
    float: left;
    clear: left;
}
.info-list-r dl dd{
	width: 100%;
    margin: 0 0 0 0;
    padding: 7% 0;
    padding-left: 20px;
    border-top: 1px solid #000;
}

.info-list-r dl dt:nth-child(1){
	border: none;
}
.info-list-r dl dd:nth-child(2){
	border: none;
}

.cmp-info1 {
	width: 90%;
	border-radius: 0 9999px 9999px 0;
	margin-top: 14vh;
    background: #fff;
    padding: 4% 0;
	padding-left: 10%;
	overflow: visible;
}
.cmp-info1-inner {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cmp-info2 {
	width: 90%;
	border-radius: 9999px 0 0 9999px;
	margin-top: 14vh;
    background: #fff;
    padding: 4% 0;
	padding-right: 10%;
	margin-left: auto;
}
.cmp-info2-inner {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cmp-info1 h3 {
	text-align: center;
}
.cmp-info1 h3,.cmp-info2 h3 {
    color: #ff8800;
    font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
    font-weight: 700;
    margin: 0 0 1%;
    padding: 0;
	text-align: center;
}

.cmp-info1 .h3-sub,.cmp-info2 .h3-sub{
	font-size: 14px;
    font-weight: 600;
    text-align: center;
	display: block;
	color: #000;
	margin-top: -10px;
}
.cmp-info1 h4,.cmp-info2 h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 2%;
    padding: 0;
}
.license-wrap {
	display: flex;
    gap: 60px;
}
.cmp-info1-inner .license-l ul{
	padding-left: 0;
	column-count: 2;
	column-gap: 40px;
}
.cmp-info1-inner .license-l ul li{
	break-inside: avoid;
}
.cmp-info2-inner .license-l ul{
	padding-left: 0;
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(8, auto);
	column-gap: 40px;
}
.business-partner-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 60px;
}

.office{
	max-width: 1200px;
	width: 90%;
	margin: 14vh auto 5vh;
	border-radius: 50px;
	background: #fff;
	position: relative;
	padding: 5% 0;
}
.office-inner{
	width: 80%;
	margin: 0 auto;
}
.office h3 {
    color: #ff8800;
    font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
    font-weight: 700;
    margin: 0 0 1%;
    padding: 0;
	text-align: center;
}
.office-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 7%;
}
.office-list:last-child{
	margin-bottom: 0;
}
.office-list-l h4{
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 4%;
    padding: 0 0 3%;
	border-bottom: 1px solid #000;
}

.office-list-l {
	width: 70%;
}
.office-list-r{
	width: 30%;
}

.map-container {
	position: relative;
	padding-top: 75%; /* 4:3 アスペクト比 */
	height: 0;
}

.map-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.g-y{
    display: flex;
    column-gap: 30px;
	flex-wrap: wrap;
}




/*以下個別*/

.cont-box{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.mb2p{
	margin-bottom: 2%;
}
.mb5p{
	margin-bottom: 5%;
}
.mb10p{
	margin-bottom: 10%;
}

header{
	position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 4;
    opacity: 1;
	pointer-events: none;
}

header a{
	text-decoration: none;
}
footer a{
	text-decoration: none;
	color: #fff;
}

.pc-header{
	width: 100%;
    padding: 0;
    position: relative;
}

.pc-header>.cont-box{
	position: relative;
}

/*.pc-header h2{
	font-size: clamp(1em,1.5vw,1.6em);
	font-weight: 900;
	 align-self: center;
	position: absolute;
    left: 220px;
}*/
.pc-header h1{
}
.header-logo{
    display: flex;
    align-items: center;
    max-width: 400px;
	width: 30%;
    padding: 2%;
    background-color: rgb(255 255 255 / 0.9);
    height: 100px;
    border-radius: 0 0 30px 0;
	z-index: 99999;
	pointer-events: all;
}

.header-logo img{
	width: 100%;
}

.header-logo a{
    transition: 0.3s ease-in-out all;
	opacity: 1;
	display:block;
}



.pc-menu{
	width: 780px;
	/* transform: translate(0,250px); */
	align-self: center;
	/* position: absolute;
	bottom: -100px;
	right: 0; */
}

.pc-menu a,.pc-header h2 a{
	transition: 0.3s ease-in-out all;
    opacity: 1;
}


/*.pc-menu li:nth-last-child(1) a{
	padding-right: 0;
}*/

.main-visual{
	width: 100%;
    padding: 0;
    position: relative;
	z-index: 3;
}

.mv-cover{
    position:fixed;
    inset:0;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:999999999;
	transition:opacity .3s ease;
}

.mv-cover.hide{
	opacity:0;
	pointer-events:none;
}

.mv-loading-logo{
	width:min(300px,40vw);
	height:auto;
}


.pc-mv{
	position:relative;
    display:block;
    width:100%;
    height:auto;
	pointer-events:none;
}

.main-btn{
    position:absolute;
    z-index:10;
	opacity:1;
	transition: 0.3s ease-in-out all;
	width: 3%;
	height: auto;
}

.main-btn.hide{
    opacity:0;
    pointer-events:none;
}
.m-btn1{
    top:22%;
    left:10.7%;
}
.m-btn1::before{
    content:"";
    position:absolute;
    top:50%;
    left:55%;
    width:157px;  /* hover画像サイズ */
    height:91px;
    background:url(../img/m-btn1-ov.png) center center / contain no-repeat;
    transform:translate(-50%, -35%) scale(.8);
    opacity:0;
	transition: 0.3s ease-in-out all;
}
.m-btn2::before{
    content:"";
    position:absolute;
    top:50%;
    left:70%;
    width:128px;  /* hover画像サイズ */
    height:80px;
    background:url(../img/m-btn2-ov.png) center center / contain no-repeat;
    transform:translate(-50%, -50%) scale(.8);
    opacity:0;
	transition: 0.3s ease-in-out all;
}
.m-btn3::before{
    content:"";
    position:absolute;
    top:50%;
    left:70%;
    width:128px;  /* hover画像サイズ */
    height:80px;
    background:url(../img/m-btn3-ov.png) center center / contain no-repeat;
    transform:translate(-50%, -50%) scale(.8);
    opacity:0;
	transition: 0.3s ease-in-out all;
}
.m-btn4::before{
    content:"";
    position:absolute;
    top:50%;
    left:45%;
    width:128px;  /* hover画像サイズ */
    height:80px;
    background:url(../img/m-btn4-ov.png) center center / contain no-repeat;
    transform:translate(-50%, -50%) scale(.8);
    opacity:0;
	transition: 0.3s ease-in-out all;
}
.m-btn5::before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:176px;  /* hover画像サイズ */
    height:91px;
    background:url(../img/m-btn5-ov.png) center center / contain no-repeat;
    transform:translate(-50%, -50%) scale(.8);
    opacity:0;
	transition: 0.3s ease-in-out all;
}
.m-btn6::before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:161px;  /* hover画像サイズ */
    height:90px;
    background:url(../img/m-btn6-ov.png) center center / contain no-repeat;
    transform:translate(-50%, -50%) scale(.8);
    opacity:0;
	transition: 0.3s ease-in-out all;
}


.m-btn1 img,.m-btn2 img,.m-btn3 img,.m-btn4 img,.m-btn5 img,.m-btn6 img{
	opacity:1;
    transition:opacity .3s ease .3s;
}


.m-btn2{
    top:3%;
    right:26%;
}


.m-btn3{
    top:6%;
    right:31%;
}

.m-btn4{
    top:43%;
    left:29%;
}

.m-btn5{
    top:36.8%;
    left:36%;
}

.m-btn6{
    top:46%;
    right:3%;
}



/* しーまる1背景 */
.cm1 {
    position: absolute;
    top: 70%;
    left: 30%;
    width: 15%;
    height: auto;
    z-index: -1;
}

/* しーまる1 */
.cm-il1 {
  position: absolute;
  z-index: 2;
  opacity: 1;
}

.cm-il1 img {
  width: 100%;
  display: block;
}


@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
.marquee {
    display: flex;
    white-space: nowrap;
    width: 100%;
    gap: 5vw;
    font-size: clamp(2.5rem, -0.227rem + 13.64vw, 10rem);
	font-family: "Jost", sans-serif;
    font-weight: 900;
    color: #fff;
    position: absolute;
    bottom: -11px;
    line-height: 0.85;
	z-index: 1;
}
.marquee-inner {
	animation: marquee 30s linear infinite;
}

@keyframes marquee {
	0%   { translate: 0; }
	100% { translate: calc(-100% - 5vw); }
}

.slick-slider div {
	transition: none;
}


.cont-box{
	z-index: 10;
	position: inherit;
}


footer{
	background-image: linear-gradient(90deg, #0066be, #66ffff);
	padding: 1% 0 3%;
	position: relative;
	z-index: -1;
}
footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
    height: 120px;
	background-image: linear-gradient(90deg, #0066be, #66ffff);
    z-index: 0;
}
footer h4{
	color: #fff;
}

footer a {
    transition: 0.3s ease-in-out all;
    opacity: 1;
    display: block;
}
footer a:hover{
	opacity: 0.6;
}

.foot-cont{
	position: relative;
}


.foot-txt{
	margin: 40px auto 0;
}
.foot-txt dt{
	font-size: 1.85em;
	margin-bottom: 5%;
	font-weight: 700;
}
.foot-txt dl dt{
	color: #fff;
	font-weight: 700;
}
.foot-txt dl dd{
	color: #fff;
	font-weight: 700;
}

.foot-txt p{
}

address{
	text-align: right;
	font-style: normal;
	align-self: end;
	font-size: 0.7em;
	color: #fff;
}

#pagetop{
	position: fixed;
	width: 90px;
	bottom: 20px;
	right: 20px;
	z-index: 998;

	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .3s;
}

#pagetop.show{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

#pagetop a{
	transition: 0.3s ease-in-out all;
	opacity: 1;
}


.modalOpen{
	padding: 0;
	border: 0;
	width: 100%;
	margin-bottom: 0.9%;
	border-radius: 0;
	z-index: 1000;
	cursor: pointer;
}
.modalOpen2{
	padding: 0;
	border: 0;
	z-index: 1000;
	cursor: pointer;
}

.modalOpen-ex{
	padding: 0;
	border: 0;
	margin-bottom: 0.9%;
	/* margin-right: 10px; */
	border-radius: 0;
	z-index: 10;
	cursor: pointer;
}


.modalOpen:nth-of-type(5n){
	margin-right: 0;
}

.modal {
	display: none;
	position: fixed;
	inset: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: rgba(75, 96, 101, 0.95);
	z-index: 100000;
}

.modal-box{
	min-height:100dvh;
	display:flex;
	justify-content:center;
	align-items:center;
}

.modal-cont{
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
	height: 66vh;
    animation-duration: 1s;
    position: relative;
	background-color: #fff;
	padding: 3vh 3%;
	border-radius: 30px;
	animation: show 0.3s linear 0s;
	z-index: 150;
	opacity: 1;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}
.modal-cont-inner{
	width: 100%;
	height: 58vh;
	margin: 0 auto;
	overflow: scroll;
	overflow-x: hidden;
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.ig-modal-cont{
    margin: 0 auto;
    max-width: 540px;
    width: 90%;
	height: 66vh;
    animation-duration: 1s;
    position: relative;
	background-color: #fff;
	padding: 3vh 3%;
	border-radius: 30px;
	animation: show 0.3s linear 0s;
	z-index: 150;
	opacity: 1;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}
.ig-modal-cont-inner{
	width: 100%;
	height: 58vh;
	margin: 0 auto;
	overflow-y: auto;
	overflow-x: hidden;
}
.ig-modal-txt-box{
	width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.ig-modal-txt-box h3{
	font-size: clamp(1.875rem, 0.764rem + 2.31vw, 2.5rem);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 2%;
}
.ig-modal-txt-box h4{
	font-size: clamp(1.25rem, 0.583rem + 1.39vw, 1.625rem);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 8%;
}
.ig-modal-txt-box h5{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: "Jost", sans-serif;
	font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 5%;
}
.ig-modal-txt-box h5::before {
    transform: rotate(-30deg);
}
.ig-modal-txt-box h5::after {
    transform: rotate(30deg);
}
.ig-modal-txt-box h5::before, .ig-modal-txt-box h5::after {
    content: "";
    width: 2px;
    height: 1em;
    background: currentColor;
    flex-shrink: 0;
}
.ig-modal-img {
	display: block;
	width: 35%;
	margin: 0 auto 8%;
}

.modalClose{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	z-index: 10;
	transition: 0.3s ease-in-out all;
	opacity: 1;
}

.modal-txt-box{
	width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.modal-txt-box h3{
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 5%;
}
.modal-txt-box h4{
	font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 2px solid #00aae7;
	padding-bottom: 2%;
	margin-bottom: 2%;
}
.modal-txt-box h5,.modal-txt-box p,.modal-txt-box li{
	font-size: clamp(0.85rem, 0.795rem + 0.27vw, 1rem);
	font-weight: 500;
	line-height: 1.8;
}
.modal-txt-box li {
	margin-bottom: 2%;
}
.modal-txt-box .eco-h{
	font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
	margin-bottom: 10%;
	font-weight: 700;
	text-align: center;
}
.modal-txt-box .eco-h-2{
	font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
	font-weight: 700;
	line-height: 1.5;
}

.mdl1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 10%;
	width: 75%;
}
.mdl1-l{
	width: 35%;
}
.mdl1-r{
	width: 55%;
}

.mdl2-img{
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
	margin: 0 auto 5%;
}

.mdl3-img{
	width: 80%;
	margin: 0 auto 5%;
}

.modalClose{
	right: -25px;
	top: -25px;
	border: none;
	background: #000;
	color: #fff;
	font-weight: 900;
	font-size: 2em;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	cursor: pointer;
	transition: 0.3s ease-in-out all;
	opacity: 1;
}
.sp-header{
	display: none;
}

/* ここに全hoverを書く */
@media (hover: hover) {
.modalClose:hover{
	opacity: 0.6;	
	}
a.more:hover {
	background: #fff;
	color: #ff8800;
	border: 2px solid #ff8800;
}
	
.nv-list-box:nth-child(2) ul:nth-of-type(2) li:nth-of-type(1) a:hover{
	opacity: 0.6;
}
	
.nv-list-box:nth-child(2) ul:nth-of-type(2) li:nth-of-type(2) a:hover{
	opacity: 0.6;
}
	
.mnav li:hover{
	opacity: 0.6;
}
	
a.company-profile:hover  {
	background: #fff;
	color: #ff8800;
	border: 2px solid #ff8800;
}
	
.sv-list a:hover{
	transform: scale(1.05);
	background: #000;
}
a.more-works:hover  {
	background: #fff;
	color: #ff8800;
	border: 2px solid #ff8800;
}

.Form-Btn:hover {
	background:#fff;
	color: #ff8800;
	border: 2px solid #ff8800;
}
	
.btn-wrapper:hover {
	color: #ff8800;
}
	
.header-logo a:hover{
	opacity: 0.6;
}

.pc-menu a:hover,.pc-header h2 a:hover{
    opacity: 0.6;
}

.pc-menu a:hover::after{
	width: 100%;
    left: 0;
}

.m-btn1:hover::before{
    opacity:1;
    transform:translate(-50%, -70%) scale(1);
}

.m-btn2:hover::before{
    opacity:1;
    transform:translate(-50%, -40%) scale(1);
}
.m-btn3:hover::before{
    opacity:1;
    transform:translate(-80%, -65%) scale(1);
}
.m-btn4:hover::before{
    opacity:1;
    transform:translate(-50%, -70%) scale(1);
}
.m-btn5:hover::before{
    opacity:1;
    transform:translate(-50%, -70%) scale(1);
}
.m-btn6:hover::before{
    opacity:1;
    transform:translate(-65%, -70%) scale(1);
}

.m-btn1:hover img,.m-btn2:hover img,.m-btn3:hover img,.m-btn4:hover img,.m-btn5:hover img,.m-btn6:hover img{
    opacity:0;
    transition-delay:0s;
}

.m-btn1:hover::before,.m-btn2:hover::before,.m-btn3:hover::before,.m-btn4:hover::before,.m-btn5:hover::before,.m-btn6:hover::before{
    opacity:1;
}

#pagetop a:hover{
	opacity: 0.6;
}
.news-box:hover {
	opacity: 0.6;
}
.nt-wp-lk:hover{
	opacity: 0.6;
}
}




@media screen and (max-width:1550px){
.side-menu{
	display: none;
}
}


@media screen and (max-width:1024px){

	.sp-header{
		width: 100%;
        height: 60px;
        position: relative;
        display: flex;
        justify-content: space-between;
	}
	.sp-header-logo {
		align-self: center;
        width: 120px;
        height: auto;
        margin: 0 10px 0 0;
		}
	.sp-header-logo img {
		width: 100%;
		}

	.side-menu{
		display: none;
	}
	.sp-bl,.slick-slide .sp-bl{
		display: block;
	}

	.sp-nn{
		display: none!important;
	}


	p,li,dt,dd,a{
		font-size: 0.95em;
	}

	p{
		line-height: 1.6;
	}

	h2{
		font-size: 1em;
	}

	img{
		width: 100%;
	}

	body{
		overflow-x: hidden;
	}

	header{
		height: auto;
		position: fixed;
	}
	
	.pc-header{
		display: none;
	}

	#wrapper{
		margin-top: 0;
	}

	button {
		border: none;
		background: none;
		outline:none;
	}
	
	.fullscreenmenu{
		width: 60px;
		height: 60px;
	}
	
	.menu,.menu span {
		display: inline-block;
		-webkit-transition:all .4s;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu{
		position: fixed;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        z-index: 100000;
        cursor: pointer;
        padding: 0;
        transition: all 0.3s ease-out;
	}
	
	.menu .bar{
		position: absolute;
		left: 16px;
		height: 2px;
		background-color: #fff;
		z-index: 10;
		/*transform: translate3d(-50%,-4px,0);*/
		/*-webkit-transform: translate3d(-50%,-4px,0);*/
	}
	.menu span:nth-of-type(1) {
		top: 20px;
		width: 50%;
	}


	.menu span:nth-of-type(2) {
		top: 29px;
		width: 50%;
	}
	.menu span:nth-of-type(3) {
		bottom: 20px;
		width: 50%;
	}

	.menu.active span:nth-of-type(1) {
		-webkit-transform: translateX(-50%)translateY(9px)rotate(30deg);
		transform: translateX(-50%)translateY(9px)rotate(30deg);
		background-color: #fff;
		width: 50%;
		left: 50%;
	}
	.menu.active span:nth-of-type(2) {
		display: none;
	}

	.menu.active span:nth-of-type(3) {
		-webkit-transform: translateX(-50%)translateY(-9px)rotate(-30deg);
		transform: translateX(-50%)translateY(-9px)rotate(-30deg);
		background-color: #fff;
		width: 50%;
		left: 50%;
	}
	.r-parts {
    width: 180px;
        position: relative;
        height: 60px;
        top: 0;
        right: 30px;
        align-self: center;
}
	.mnav li a {
    padding: 0.5em 0;
    text-decoration: none;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.2;
	opacity: 1;
}
	.mnav li a:visited{
		opacity: 1;
	}
	.mnav li.tmp-n {
    background: #ff8800;
    border-radius: 0;
}

	#sp-nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		width: 100%;
		height: 100dvh;
		opacity: 0;
		background-image: linear-gradient(90deg, #0066be, #66ffff);
		transition: all 0.3s ease-in-out;
		visibility:hidden;
	}
	
	#sp-nav.active{
		right: 0;
		opacity: 1;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
		overflow: auto;
		z-index: 10000;
	}

	.nv-list-wrap {
		max-width: 80%;
		margin: 20vw auto 30vw;
	}
	.nv-list-inner {
	}
	.nv-list-box {
    width: 100%;
}

	.nv-list-box h3 {
		font-size: 1.6em;
	}
	
	.nv-list-box p {
    font-size: 0.8em;
    margin-top: -1.0em;
	}
	.nv-list-box li {
    font-size: 0.95em;
}
	.nv-list-box ol li {
    font-size: 0.85rem;
}
	.nv-list-box ol {
    display: flex;
    column-gap: 20px;
    padding: 0 0 0 4.7em;
    margin: 0 0 2% 0;
}
	.nv-list-box h2 {
    font-size: 0.8rem;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 5%;
    padding-bottom: 2%;
}
	.nv-list-box:nth-child(1){
		margin-bottom: 10%;
	}
	.nv-list-box:nth-child(2) ul:nth-of-type(1) li:nth-of-type(1) {
    font-size: 0.8rem;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.2;
}
	.nv-list-box:nth-child(2) ul:nth-of-type(1) li:nth-of-type(2) {
    font-size: 2rem;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.2;
}
	.nv-list-box:nth-child(2) ul:nth-of-type(1) li:nth-of-type(3) {
    font-size: 0.8rem;
    margin-bottom: 8%;
    padding: 0;
    line-height: 1.2;
}
	.nv-list-box:nth-child(2) ul:nth-of-type(2) li:nth-of-type(1) a {
    background: #ff8800;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    min-height: 45px;
    margin: 0 auto;
    border-radius: 10px;
    transition: 0.3s ease-in-out all;
    opacity: 1;
    text-decoration: none;
    position: relative;
    font-size: 0.9rem;
}
	.nv-list-box:nth-child(2) ul:nth-of-type(2) li:nth-of-type(2) a {
    background: #007ab6;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    min-height: 45px;
    margin: 0 auto;
    border-radius: 10px;
    transition: 0.3s ease-in-out all;
    opacity: 1;
    text-decoration: none;
    position: relative;
    font-size: 0.9rem;
}
	.sns a {
    border-radius: 10px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
}
	#news-topics {
    width: 100%;
    height: auto;
    margin-top: -40%;
    padding-top: 40%;
    padding-bottom: 50%;
    position: relative;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}
	.h2-main::before {
    content: attr(data-title);
    display: block;
    font-size: 40px;
    font-family: "Jost", sans-serif;
    font-weight: 800;
    color: rgb(0 170 231 / 0.4);
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: -1;
}
	.h2-main, .h2-main3 {
    font-weight: 800;
    /* font-size: clamp(1.625rem, 1.042rem + 1.22vw, 2.5rem); */
    font-size: 22px;
}
	#news-list {
        max-width: 100%;
        margin: 0 auto 5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
}
	.news-box {
    width: 46%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	border-radius: 5px;
}
	.news-date {
    font-size: 0.6rem;
    margin: 2% 0;
}
	.news-p {
    font-size: 0.7rem;
    line-height: 1.5;
}
	
	.content-box2 {
        max-width: 1200px;
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto 0;
        position: relative;
        transform: translateY(2%);
}
	.lay {
    	position: absolute;
    	z-index: 5;
        right: 0;
        left: 0;
        margin: 0 auto;
        transform: translateY(-190%);
}
	.cns-wrap{
		display: flex;
		flex-direction: column;
		gap: 30px;
		transform: translateY(-8%);
	}
	.cns-img1 {
    position: relative;
    width: 90%;
    max-width: 500px;
    top: -5%;
    left: -15%;
    z-index: 2;
}
	.cns-img4 {
        position: absolute;
        width: 20%;
        top: 21%;
        left: 78%;
        z-index: 1;
}
	.cns-img2 {
    position: absolute;
        width: 50%;
        top: 56%;
        left: 53%;
}
	.cns-img3 {
       position: absolute;
        width: 35%;
        top: 6%;
        left: 45%;
        z-index: 5;
}
	
	a.more {
    min-height: 50px;
}
	#aboutus .cns-img {
        width: 100%;
        position: relative;
        z-index: -1;
        height: auto;
        top: 0;
        left: 0;
}
	.au-txt {
    width: 100%;
    margin-left: auto;
		position: relative;
}
	
	#aboutus .au-h3 {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 2%;
}
	
	.au-p {
    font-size: 0.85rem;
    line-height: 1.8;
		text-align: justify;
}
	
	.roll-slide-box {
    width: 100%;
    overflow: hidden;
    padding-top: 0;
}
	.roll-slide li {
    width: 134px;
}
	.mascot {
    width: 95%;
    border-radius: 0 30px 30px 0;
    margin-top: 5vh;
    background: linear-gradient(90deg, #66ffff, #0066be);
    padding: 5% 0;
    padding-left: 5%;
}
	
	.mascot-inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
	.mc-tit {
    font-weight: 800;
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 2%;
}
	.mc-name {
    font-weight: 800;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
		margin-bottom: 5%;
}
	.mc-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}
	.mc-wrap p {
    width: 100%;
    color: #fff;
    font-size: clamp(0.75rem, 0.568rem + 0.91vw, 1.25rem);
    font-weight: 600;
    line-height: 2;
    text-align: center;
}
	
	.certification {
    max-width: 1200px;
    width: 90%;
    margin: 7% auto 5%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}
	.certification-box {
    width: 47%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
	
	.certification-box p {
    font-size: 0.7rem;
    line-height: 1.4;
    flex-grow: 1;
    align-items: center;
    display: flex;
	margin-bottom: 13%;
}
	.certification-box-btn button {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ff8800;
    color: #fff;
    border-radius: 0 0 10px 0;
    width: 30px;
    height: 30px;
	margin: 0;
}
	.certification-box-btn button::after {
    position: absolute;
    top: 50%;
    right: 0.5em;
    font: var(--fa-font-solid);
    content: "\2b";
    transform: translateY(-50%);
    font-size: 1em;
    width: 1em;
    height: 1em;
    padding: 0em;
}
	.certification-box img {
        width: 83%;
        margin-bottom: 7%;
        margin-top: 10%;
}
	a.company-profile {
    background: #ff8800;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    width: 90%;
    min-height: 50px;
    margin: 0 auto;
    border-radius: 10px;
    transition: 0.3s ease-in-out all;
    opacity: 1;
    text-decoration: none;
    position: relative;
}
	#aboutus {
    background: #baf0ff;
    margin-top: 0;
    padding: 0 0 10%;
    border-radius: 0 0 30px 30px;
    width: 100%;
    position: relative;
    z-index: 1;
}
	.sw-p {
    font-size: 0.85rem;
    line-height: 1.8;
    margin: 5% 0;
    text-align: left;
		text-align: justify;
}
	.sw-wrap {
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    margin: 0 auto 10%;
	padding: 6%;
}
	.sw-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10%;
    flex-direction: column;
    gap: 20px;
}
	
	.sw-l {
    width: 100%;
}
	.sw-p2 {
    font-size: 0.85rem;
    line-height: 1.8;
		text-align: justify;
}
	.sw-r {
    width: 100%;
}
	.wks-box {
    width: 47%;
    background: #fff0df;
    border-radius: 5px;
    padding: 0 0 1% 0;
}
	.wks-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
            gap: 2vh;
}
	.wks-box img {
    border-radius: 5px 5px 0 0;
}

	.wks-data {
    font-size: 0.75rem;
    color: #666666;
    margin: 3% auto 0;
    width: 90%;
    font-weight: 600;
}
	.wks-tit {
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    line-height: 1.5;
    font-size: 0.75rem;
}
	a.more-works {
    background: #ff8800;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    width: 100%;
    min-height: 50px;
    margin: 0 auto;
    border-radius: 10px;
    transition: 0.3s ease-in-out all;
    opacity: 1;
    text-decoration: none;
    position: relative;
}
	#contact {
    width: 100%;
    height: auto;
    margin-top: -60%;
    padding-top: 50%;
    padding-bottom: 10%;
    position: relative;
    background: #f5f5f5;
}
	#contact::before {
    content: "";
    position: absolute;
    inset: 0;
    clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
    background: url(../img/bg2.jpg) top center / cover;
    z-index: 1;
    border-radius: 0 0 30px 30px;
}
	.h2-main2 {
    font-weight: 800;
    /* font-size: clamp(1.625rem, 1.042rem + 1.22vw, 2.5rem); */
    font-size: 22px;
    color: #fff;
}
	.h2-main2::before {
    content: attr(data-title);
    display: block;
    /* font-size: clamp(3.125rem, 0.125rem + 6.25vw, 7.625rem); */
    font-size: 40px;
    font-family: "Jost", sans-serif;
    font-weight: 800;
    color: rgb(255 255 255 / 0.4);
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: -1;
}
	.ctct-p {
    font-size: 0.85rem;
    line-height: 1.8;
    margin: 5% 0;
    text-align: justify;
    color: #fff;
}
	    .Form {
        margin-top: 20px;
    }
	
	.Form-Btn {
    background: #ff8800;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 330px;
    width: 100%;
    min-height: 50px;
    margin: 5% auto;
    border-radius: 10px;
    transition: 0.3s ease-in-out all;
    opacity: 1;
    text-decoration: none;
    position: relative;
    border: none;
    cursor: pointer;
    font-weight: 600;
}
.btn-wrapper {
    position: relative;
    color: #fff;
    max-width: 330px;
    width: 100%;
    min-height: 50px;
    margin: 0% auto;
}
	
	
.sw-h3 {
    font-size: 1.35rem;
    line-height: 1.8;
    font-weight: 700;
    color: #00aae7;
    margin: 0;
    padding: 0;
    text-align: center;
}
	
	.sw-p-u {
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    line-height: 1.8;
    font-weight: 700;
    text-decoration: underline;
    margin: 2% 0;
    text-align: center;
}
	.Form-Item:nth-child(6) {
    width: 100%;
    padding-bottom: 4%;
}
	.ceo-img {
    width: 100%;
    margin: 5% auto;
    border-radius: 10px;
}
	.ceo-message {
    display: inline-block;
    margin: auto;
    text-align: justify;
    font-size: 0.85rem;
    line-height: 1.8;
}
	#message {
    position: relative;
    width: 100%;
    background: #baf0ff;
    padding: 15% 0 10%;
    border-radius: 0 0 30px 30px;
}
	
	.h2-main3::before {
    content: attr(data-title);
    display: block;
    /* font-size: clamp(3.125rem, 0.125rem + 6.25vw, 7.625rem); */
    font-size: 40px;
    font-family: "Jost", sans-serif;
    font-weight: 800;
    color: rgb(255 136 0 / 0.4);
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: -1;
}
	.philosophy {
    max-width: 900px;
    width: 100%;
    background: #ff8800;
    color: #fff;
    border-radius: 20px;
    margin: 5% auto 10%;
    padding: 0 0 7%;
}
	.philosophy {
    max-width: 900px;
    width: 100%;
    background: #ff8800;
    color: #fff;
    border-radius: 20px;
    margin: 5% auto 10%;
    padding: 0 0 7%;
}
	.philosophy>div:nth-of-type(1) {
    border-bottom: 2px solid #fff;
    padding: 7% 5%;
    margin: 7% 0;
}
	.philosophy h3 {
    color: #fff;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 800;
    margin-bottom: 3%;
}
	.philosophy p {
    color: #fff;
        font-size: 1rem;
        line-height: 1.6;
        font-weight: 800;
        margin: 4% 0 5%;
        padding: 0;
}
	.philosophy li {
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
}
	.philosophy p.st-b {
    color: #fff;
    font-size: clamp(1.625rem, 1.17rem + 2.27vw, 2.875rem);
    line-height: 1.4;
    font-weight: 800;
    margin: 0 0 1%;
}
	.cmp-p {
    font-size: 0.85rem;
    line-height: 1.8;
    margin: 0 0 5%;
    text-align: center;
}
	.cmp-tit2 {
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 0;
    text-align: center;
}
	
.slick-wrap{
	max-width: 80%;
	margin: 5% auto 10%;
}
.slider-2 .slick-slide {
	height: auto;
	width: 65vw !important;
	border-radius: 20px;
}
.slider-2 .slick-slide img {
        width: 100%;
        height: auto;
        object-fit: contain;
}
.slider-2 .slick-arrow {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 1.5em;
    position: absolute;
    z-index: 1;
}
	.information-wrap {
        max-width: 900px;
    width: 100%;
    background: #fff;
    border-left: 10px solid #ff8800;
    border-radius: 20px;
    margin: 0 auto;
    padding: 5% 0 9% 5%;
}
	.info-list {
        display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}
	.info-list-l {
    width: 100%;
}
	.info-list-r {
    width: 93%;
}
	.info-list-r dl dt {
    width: 30%;
    border-top: 1px solid #000;
    margin: 0;
    padding: 7% 0;
    float: left;
    clear: left;
    font-size: 0.75rem;
}
	.info-list-r dl dd {
    width: 100%;
    margin: 0 0 0 0;
    padding: 7% 0;
    padding-left: 20px;
    border-top: 1px solid #000;
    font-size: 0.75rem;
}
	.info-list:nth-child(1) {
    margin-bottom: 10%;
}
	.info-list-l h4 {
    color: #ff8800;
    font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
    font-weight: 700;
    margin: 0;
    padding: 0;
}
	.cmp-info1 {
    width: 95%;
    border-radius: 0 30px 30px 0;
    margin-top: 7vh;
    background: #fff;
    padding: 4% 0;
    padding-left: 5%;
}
	.license-wrap {
    display: flex;
    flex-direction: column;
		gap: 20px;
        width: 80%;
}
	.license-l,	.license-r{
		width: 100%;
	}
	.cmp-info1-inner .license-l ul {
    padding-left: 0;
		display: flex;
        flex-direction: column;
    column-gap: 40px;
    font-size: 0.85rem;
}
	.cmp-info1 h4, .cmp-info2 h4 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 2%;
    padding: 0;
}
	.cmp-info1-inner .license-r ul {
    font-size: 0.85rem;
}
		.cmp-info2-inner .license-r ul {
    font-size: 0.85rem;
}
	.cmp-info2 {
    width: 95%;
    border-radius: 30px 0 0 30px;
    margin-top: 7vh;
    background: #fff;
    padding: 4% 0;
    padding-right: 5%;
    margin-left: auto;
}
	.cmp-info2-inner .license-l ul {
    padding-left: 0;
		display: flex;
        flex-direction: column;
    column-gap: 40px;
    font-size: 0.85rem;
}
	.g-y {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 0.85rem;
	width: auto;
}
	.cmp-info2-inner .license-r{
		margin-bottom: 5%;
	}
	#company {
    position: relative;
    width: 100%;
    background: #fff0df;
    padding: 15% 0 10%;
    border-radius: 0 0 30px 30px;
}
	.office {
    max-width: 1200px;
    width: 90%;
    margin: 7vh auto 5vh;
    border-radius: 30px;
    background: #fff;
    position: relative;
    padding: 5% 0;
}
	.office-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10%;
    flex-direction: column;
		gap:10px;
}
	.office-list-l {
    width: 100%;
}
	.office-list-l h4 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 4%;
    padding: 0 0 3%;
    border-bottom: 1px solid #000;
}
	.office-list-l li{
		font-size: 0.85rem;
	}
	.office-list-r {
    width: 100%;
}
	.office-list-r:last-child{
		margin-bottom: 2%;
	}
	/*.mnav2 li.tmp-n a::after {
		position: absolute;
		top: 50%;
		right: 1em;
		font: var(--fa-font-solid);
		content: "\f061";
		transform: translateY(-50%);
		font-size: 0.8em;
		width: 1em;
		height: 1em;
		padding: 0.2em;
	}*/
	/*.mnav2 li.tmp-r a::after {
		position: absolute;
		top: 50%;
		right: 1em;
		font: var(--fa-font-solid);
		content: "\f061";
		transform: translateY(-50%);
		font-size: 0.8em;
		width: 1em;
		height: 1em;
		padding: 0.2em;
	}*/

	.main h2{
		font-size: 9vw;
		letter-spacing: 1px;
		line-height: 1;
		text-align: center;
		margin-top: 5%;
	}

	.main img{
		width: 100%;
	}


	.header-logo img{
		width: 100%;
	}

	.cont-box {
		width: 90%;
	}


	.main{
		margin: 70px 0 0;
		position: relative;
	}
	.title{
		margin: 70px 0 8%;
		position: relative;
	}
	.message h3 {
		padding: 0.5em 0.5em;
	}


	footer{
		padding: 5% 0;
	}

	.foot-txt{
		font-size: 3vw;
		text-align: left;
		margin: 0;
	}
	.foot-txt dt {
    font-size: 1.15rem;
}

	.foot-txt p{
		line-height: 1;
	}

	address{
		margin: 4vw auto 0;
	}

	#pagetop {
		width: 60px;
        bottom: 10px;
        right: 10px;
	}


	
	/* voice */

	#header{
	}
	.foot-cont .logo {
    	width: 40%;
	}
	.main-visual {
}
	
	.marquee {
    display: flex;
    white-space: nowrap;
    bottom: -1px;
}
	
	.cm1 {
    position: absolute;
        top: 85%;
        left: 23%;
        width: 25%;
        height: auto;
        z-index: -1;
}
	
	.blue-panel {
		display: none;
}
	.ga1 {
    position: absolute;
        top: -10%;
        left: 0%;
        width: 27%;
        max-width: 220px;
        z-index: 10;
}
	.cm2 {
    position: absolute;
    right: 8%;
    bottom: -4%;
    width: 13%;
    z-index: 1;
    height: 10%;
}
	#service {
    padding: 25% 0 15%;
}
	
	.ga2 {
    position: absolute;
    top: -4.7%;
    right: -5%;
    width: 30%;
    max-width: 220px;
    z-index: 10;
}
	.ga3 {
    position: absolute;
    top: -3%;
    right: 1%;
    width: 24%;
    max-width: 220px;
    z-index: 10;
}
	
	.c4 {
    position: absolute;
    top: -3%;
    right: 2%;
    width: 18%;
    height: auto;
    will-change: transform;
    opacity: 0;
    visibility: hidden;
}
	.awp {
    position: absolute;
    bottom: 20%;
    right: -18%;
    width: 35%;
    height: 200px;
    z-index: 2;
    opacity: 0;
    transform: translate(0, 0) scale(0.8);
    will-change: transform, opacity;
}
	.c5 {
    position: absolute;
    left: 0%;
    width: 17%;
    height: auto;
    will-change: transform;
    bottom: -4%;
    opacity: 0;
    visibility: hidden;
}
	.blue-panel2{
		display: none;
	}
	.ga4 {
    position: absolute;
        top: -2%;
        left: -2%;
        width: 25%;
        max-width: 220px;
        z-index: 10;
}
	.yellow-panel2{
		display: none;
	}
	.c6 {
    position: absolute;
    left: -6%;
    top: 42%;
    width: 17%;
    height: auto;
    opacity: 0;
    visibility: hidden;
}
	.yellow-panel{
		display: none;
	}
	.mc-wrap img {
    width: 46%;
    margin-bottom: 0;
}
	.c7 {
    position: absolute;
    left: 80%;
    top: -4%;
    width: 15%;
    height: auto;
    max-width: 200px;
    opacity: 0;
    visibility: hidden;
}
	
.sp-mv{
    display:block;
    width:100%;
    height:auto;
	pointer-events:none;
}
.main-btn{
    position:absolute;
    z-index:10;
	opacity:1;
	transition: 0.3s ease-in-out all;
	width: 10%;
	height: auto;
}

.main-btn.hide{
    opacity:0;
    pointer-events:none;
}
.m-btn1{
    top: 59%;
    left: 59%;
    width: 25%;
}

.m-btn2{
    top:15%;
    right:1%;
    width: 21%;
}

.m-btn3{
    top:8.5%;
    right:10.5%;
    width: 21%;
}

.m-btn4{
    top:58%;
    left:11%;
    width: 21%;
}

.m-btn5{
    top:27%;
    left:3%;
    width: 28%;
}

.m-btn6{
    top:66%;
    right:2%;
    width: 25%;
}
header{
	pointer-events: all;
}
	    .mv-loading-logo{
        width:65vw;
        max-width:320px;
    }
	.news-list-warp {
    max-width: 1200px;
    width: 100%;
    padding: 6% 5%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    margin-top: 5%;
}
	.mdl1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 5% auto 15%;
    width: 100%;
    flex-direction: column;
}
	.mdl1-r {
    width: 100%;
}
	.mdl1-l {
    width: 35%;
    margin-bottom: 5%;
}
	.modalClose {
    right: -10px;
    top: -15px;
    border: none;
    background: #000;
    color: #fff;
    font-weight: 900;
    font-size: 1.5em;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    cursor: pointer;
}
	.news-topics-img-wrap{
	row-gap: 20px;
}
	.news-topics-img-wrap2{
	row-gap: 20px;
}
	
.nt-wp-lk{
	border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
	
	.news-tag {
	height: 16px;
	width: auto;
}
	
.trademark p{
	font-size: 10px!important;
}
	
.ig-modal-txt-box{
	width: 90%;
}
	.cmp-info1 .h3-sub, .cmp-info2 .h3-sub {
    font-size: 12px;
}
	.v-wrap{
	width: 100%;
}
}

@media screen and (max-width:768px){
	
	.sp-header-logo {
	    display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 5%;
        background-color: rgb(255 255 255 / 0.9);
        height: 60px;
        border-radius: 0;
        z-index: 99999;
        margin: 0;
        flex: 1;
		}
	
	.sp-header-logo img {
		width: 100%;
		}
	.business-partner-wrap{
		font-size: 0.85rem;
		display: inline-block;
	}
}

