*{
	-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;
  width: 100%;
  overflow: hidden;
}

li{
	list-style: none;
}

h1,h2,h3,h4,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 {
}





#top {
	float: right;
	width: 113px;
	clear: right;
}

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



.rd{
	color: #d34254;
}

.gr{
	color: #cedbd2;
}



.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;
}

.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 .ls{
	width: 100px;
}
.mnav .rs{
	width: 180px;
}
.mnav li a {
  padding:0.5em 0;
  text-decoration: none;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.2;
	width: 100%;
}
.mnav li a span {
	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: 280px;
    width: 45%;
    position: absolute;
    height: 100px;
    right: 100px;
    align-self: center;
	pointer-events: all;
}

#introduction {
	width: 100%;
    height: auto;
	position: relative;
	z-index: 3;
	transform: translateY(-22%);
	margin-bottom: -15%;
	padding-bottom: 7%;
}
.sns-btn-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 6% auto 1%;
}
.sbw-l,.sbw-r{
	width: 47%;
}
a.line-btn {
	background: #fff;
	color: #000;
	font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 600px;
	width: 100%;
	min-height: 76px;
	margin: 0 auto;
    transition: 0.5s ease-in-out all;
	opacity: 1;
	text-decoration: none;
	position: relative;
	border: 2px solid #06c755;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}
a.line-btn::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('../../img/line.png') center center / contain no-repeat;
	padding-right: 5%;
	margin-left: -50px;
    position: relative;
}
a.line-btn::after {
    position: absolute;
    top: 50%;
    right: 1em;
    font: var(--fa-font-solid);
    content: "\f138";
    transform: translateY(-50%);
    font-size: 1.2em;
	color: #06c755;
    transition: 0.5s ease-in-out all;
	opacity: 1;
}
a.ig-btn {
	background: #fff;
	color: #000;
	font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 600px;
	width: 100%;
	min-height: 76px;
	margin: 0 auto;
    transition: 0.5s ease-in-out all;
	opacity: 1;
	text-decoration: none;
	position: relative;
	border: 2px solid #ff0069;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}
a.ig-btn::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('../../img/ig.png') center center / contain no-repeat;
	padding-right: 5%;
	margin-left: -50px;
    position: relative;
}
a.ig-btn::after {
    position: absolute;
    top: 50%;
    right: 1em;
    font: var(--fa-font-solid);
    content: "\f138";
    transform: translateY(-50%);
    font-size: 1.2em;
	color: #ff0069;
    transition: 0.5s ease-in-out all;
	opacity: 1;
}
.heading {
  align-items: center;
  display: flex;
  justify-content: center;
	margin-bottom: 1%;
}
.heading::before,
.heading::after {
  background-color: #000;
  content: "";
  height: 2px;
  width: 30px;
}
.heading::before {
  margin-right: 10px;
  transform: rotate(50deg);
}
.heading::after {
  margin-left: 5px;
  transform: rotate(-50deg);
}


/* 黄色背景 */
.y-panel {
    position:absolute;
    right:-10%;
    width:80%;
    height:260px;
    border-radius:9999px 0 0 9999px;
    background:linear-gradient(0deg,#ffff83,#ff9900);
    transform-origin:right center;
    z-index:1;
	display: flex;
	align-items: center;
	top: 4%;
}
.main-h{
	width: 30%;
	height: auto;
	margin-left: 10%;
	position: relative;
}
#introduction p{
	text-align: center;
	font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
	line-height: 1.8;
}
#introduction .cns-img{
	width: 100%;
	margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
	padding-bottom: 20%;
	z-index: 4;
}
.cns-img1{
	position: absolute;
    width: 17%;
    max-width: 260px;
    top: 0;
    left: 9%;
	z-index: 5;
}
.cns-img2{
	position: absolute;
    width: 29%;
    top: 36%;
    left: 3%;
}
.cns-img3{
    position: absolute;
    width: 30%;
    top: 49%;
    right: 10%;
    z-index: 5;
}
.cns-img4{
	position: absolute;
    width: 8%;
    top: 63%;
    right: 4%;
    z-index: 3;
}
.cns-img5{
    position: absolute;
    width: 8%;
    top: 84%;
    left: 30%;
    z-index: 5;
}




/* 青背景2 */






/* awp */

/* 人物 */


.content-box {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 5% 0 0;
	position: relative;
	z-index: 2;
}

.content-box-s {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.background-container {
  background: #00aae7;
  width: 100%;
  padding: 0 0 0%;
}

#aboutus {
	background: #fff;
    margin-top: 0;
    padding: 8% 0 20%;
    width: 100%;
    position: relative;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
    z-index: 1;
	background-image: url("../img/mid-bg1.png");
	background-position: 95% 8%;
	background-repeat: no-repeat;
	background-size: 30%;
}


/* グレー背景 */
.gr-panel {
	background: #f5f5f5;
    position:relative;
    top:0%;
    left:-5%;
    width:70%;
	padding: 5% 0;
    border-radius:0 9999px 9999px 0;
    transform-origin:left center;
    z-index:0;
}
.gr-wrap{
	margin: 0 0 0 25%;
}
.gr-wrap h2 {
	max-width: 540px;
	width: 80%;
}
.gr-wrap p{
	width: 90%;
	font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
}
.gr-wrap .sub {
	max-width: 617px;
    width: 82%;
	margin: 2% 0 3%;
}

.lift-wrap{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 5% 0;
}
.lift-box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 6%;
	gap: 30px;
}
.lift-box:nth-child(2){
	margin-left: 8%;
}
.lift-box:nth-child(3){
	margin-left: 30%;
}
.lift-box .l-side{
	width: 11%;
	margin-top: 2%;
}
.lift-box .l-side2{
	width: 18%;
	margin-top: 2%;
}
.lift-box .l-side3{
	width: 10%;
	margin-top: 2%;
}
.lift-box .l-side img,.lift-box .l-side2 img,.lift-box .l-side3 img{
	width: 100%;
}
.lift-box .r-side{
	flex: 1;
}

.lift-box .r-side2{
	flex: 1;
}
.str-wrap{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.str-l{
	color: #baf0ff;
    font-weight: 800;
	font-family: "Jost", sans-serif;
	font-size: clamp(1.25rem, -0.795rem + 10.23vw, 6.875rem);
}
.str-r{
    font-weight: 800!important;
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem)!important;
	line-height: 1!important;
}
.str-r2{
    font-weight: 800!important;
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem)!important;
	line-height: 1.3 !important;
    margin-top: -3%;
}
.str-r3{
    font-weight: 800!important;
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem)!important;
	line-height: 1!important;
}

.lift-box p{
	font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
	margin-left: 3%;
}

.strg-rd{
	font-size: 3.25rem;
	color: #ff0000;
}
/* しーまる2背景 */

/* しーまる2 */
.roll-slide-box{
	width: 100%;
	overflow: hidden;
	margin-top: 20%;
}

.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;
}
.org{
	color: #ff8800;
}

#experience{
	position: relative;
    width: 100%;
    background: #1ca9e3;
    overflow: visible;
}
#experience .cns-img{
	width: 100%;
	margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
	z-index: 1;
}
.cns-img2-1{
	position: absolute;
    width: 40%;
    max-width: 620px;
    top: -3%;
    right: -6%;
    z-index: 1;
}

/* EXP背景 */
.experience-panel {
	background: #007ab6;
    position:relative;
    top:0%;
    margin-left: auto;
    width:90%;
	padding: 5% 0;
    border-radius:9999px 0 0 9999px;
    transform-origin:left center;
    z-index:1;
	transform: translateY(-45%);
}
.experience-wrap{
	width: 100%;
	padding-right: 9%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 2;
	position: relative;
}
.experience-wrap h2 {
	max-width: 385px;
	width: 80%;
}
.experience-wrap p{
	width: 90%;
	font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
	text-align: center;
	color: #fff;
}
.experience-wrap .sub {
	max-width: 558px;
	width: 46%;
	margin: 2% 0 3%;
}


/*
.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);
}
*/


.exp-wrap {
	max-width: 1200px;
	width: 100%;
	margin: 5% auto 0;
	position: relative;
	z-index: 1;
}
.expwks-wrap {
	width: 100%;
	margin-bottom: 3%;
}
.expwks-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:4vh;
}
.expwks-box{
	width: 30%;
    background: #000;
    border-radius: 10px;
	padding: 0 0 1% 0
}
.expwks-box img {
	border-radius: 10px 10px 0 0;
}
.expwks-data {
	font-size: 0.8em;
	color: #fff;
	margin: 3% auto 0;
	width: 90%;
	font-weight: 600;
}
.expwks-tit {
	width: 90%;
	margin: 0 auto;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
}

.expwks-box:nth-child(1){
	transform: translateY(-80px);
}

.expwks-box:nth-child(2){
	transform: translateY(-160px);
}

.expwks-box:nth-child(3){
	transform: translateY(-240px);
}

.expwks-box:nth-child(4){
	transform: translateY(-40px);
}

.expwks-box:nth-child(5){
	transform: translateY(-120px);
}

.expwks-box:nth-child(6){
	transform: translateY(-200px);
}

a.more-exp {
	background: #000;
	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 #000;
}
a.more-exp::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::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;
}*/

#company{
	position: relative;
	width: 100%;
    background: #00aae7;
	padding: 1% 0 10%;
}

.cmp-info-wrap{
    position: relative;
}

.cmp-info1 {
	width: 90%;
	border-radius: 9999px 0 0 9999px;
	margin-top: 14vh;
    background: #fff;
    padding: 4% 0;
	padding-right: 10%;
	margin-left: auto;
	position: relative;
	overflow:visible;
	z-index:1;
}
.cmp-info1-inner {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index:2;
}
.c5 {
	position: absolute;
	left: 3%;
	bottom: 30%;
	width: 12%;
	height: auto;
	z-index: 1;
	opacity: 0;
	transform: translate(-80px, 40px) rotate(-15deg);
	will-change: transform, opacity;
}
.cmp-info1 h3 {
    color: #00aae7;
    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{
	font-size: 14px;
    font-weight: 600;
    text-align: center;
	display: block;
	color: #000;
	margin-top: -10px;
}
.cmp-info1 h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 2%;
    padding: 0;
    background: #baf0ff;
    text-align: center;
    border-radius: 9999px;
}
.cmp-tit {
    font-weight: 800;
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
    margin-bottom: 2%;
	text-align: center;
	color: #fff;
}
.cmp-tit2 {
    font-weight: 800;
    font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
    margin-bottom: 0;
	text-align: center;
	color: #fff;
}
.slick-wrap{
	max-width: 1200px;
	margin: 3% auto 5%;
}
/*.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;
  transition: all 0.3s ease-out;
}
.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: #fff;
	opacity: 1;
}
.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: #fff;
	opacity: 1;
}
.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;
}

#data{
	position: relative;
	width: 100%;
    background: #00aae7;
	padding: 1% 0 0;
}
#data::after {
	content: "";
	position:absolute;
	inset:0;
	clip-path: polygon(0 40%, 100% 40%, 100% 100%, 0 100%);
    background: #ffd37e;
	z-index: 0;
}
.data-tit-wrap{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 2;
	position: relative;
}
.data-tit-wrap::before{
	background: #f5f5f5;
	border-radius: 80px 0 0 80px;
	width: 80%;
	height: 1200px;
	position: absolute;
	top: -36%;
	right: -5%;
	content: "";
	z-index: -1;
}
.data-tit-wrap h2 {
	max-width: 526px;
	width: 40%;
}
.data-tit-wrap p{
	width: 90%;
	font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
	text-align: center;
	color: #fff;
}
.data-tit-wrap .sub {
	max-width: 350px;
	width: 26%;
	margin: 2% 0 3%;
}
.data-box-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	row-gap:40px;
}

.data-box > *{
	position: relative;
	z-index: 1;
}
.data-box2 > *{
	position: relative;
	z-index: 1;
}

.data-box{
	position: relative;
	background: #fff;
	border-radius: 30px;
	padding: 3%;
	box-shadow: 0 0 15px rgba(0,0,0,.35);
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	min-height: 380px;
}
.data-box2{
	position: relative;
	background: #fff;
	border-radius: 30px;
	padding: 3%;
	box-shadow: 0 0 15px rgba(0,0,0,.35);
	width: 65%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	min-height: 380px;
}
.data-box:nth-child(1)::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
	height: 40%;
	background: url("../img/data1.png") center center / contain no-repeat;
	z-index: 0;
	pointer-events: none;
}
.data-box:nth-child(2)::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
	height: 40%;
	background: url("../img/data2.png") center center / contain no-repeat;
	z-index: 0;
	pointer-events: none;
}
.data-box:nth-child(3)::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 50%;
	background: url("../img/data3.png") center center / contain no-repeat;
	z-index: 0;
	pointer-events: none;
}
.data-box2::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 50%;
	background: url("../img/data5.png") center center / contain no-repeat;
	z-index: 0;
	pointer-events: none;
}
.data-box:nth-child(8)::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 35%;
	height: 35%;
	background: url("../img/data8.png") center center / contain no-repeat;
	z-index: 0;
	pointer-events: none;
}
.data-box:nth-child(9)::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 35%;
	height: 35%;
	background: url("../img/data9.png") center center / contain no-repeat;
	z-index: 0;
	pointer-events: none;
}
.data-box:nth-child(10)::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
	height: 40%;
	background: url("../img/data10.png") center center / contain no-repeat;
	z-index: 0;
	pointer-events: none;
}
.data-box:nth-child(12)::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 46%;
	height: 46%;
	background: url("../img/data12.png") center center / contain no-repeat;
	z-index: 0;
	pointer-events: none;
}

.data-box:nth-child(13)::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 50%;
	background: url("../img/data14.png") center center / contain no-repeat;
	z-index: 0;
	pointer-events: none;
}
.data-box:nth-child(14)::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 50%;
	background: url("../img/data15.png") center center / contain no-repeat;
	z-index: 0;
	pointer-events: none;
}

.data-box h3,.data-box2 h3{
	font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
	font-weight: 700;
	line-height: 1.5;
}
.data-box .h3-sub,.data-box2 .h3-sub{
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.data-box p,.data-box2 p{
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	line-height: 1.6;
	font-weight: 600;
	text-align: justify;
}
.data-box ul,.data-box2 ul{
	margin: 0 auto;
	padding: 0;
}
.data-box li,.data-box2 li {
	font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
	font-weight: 700;
	color: #ff8800;
}
.data-box li span,.data-box2 li span{
	color: #000;
	font-size: 1rem;
}

.school-wrap{
    display:grid;
    grid-template-columns:fit-content(410px) fit-content(150px) fit-content(160px);
    grid-template-areas:
        "high university vocational"
        "high university tech"
        "high university junior";
    gap:10px;
    max-width:100%;
    margin:auto;
    align-items:start;
}
.highschool{grid-area:high;}
.university{grid-area:university;}
.vocational{grid-area:vocational;}

.highschool ul{
    columns:2;
    column-gap:12px;
}
.highschool li{
    break-inside: avoid;
}

.school-box:nth-child(2){
    grid-row:1 / span 3;
}
.school-box h3{
    color:#ff8a00;
    font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	margin-bottom: 2%;
}

.school-box ul{
    list-style:none;
    padding:0;
    margin:0;
}

.school-box li{
    font-size:clamp(0.375rem, -0.403rem + 1.62vw, 0.813rem);
    line-height:1.6;
	color: #000;
	white-space:nowrap;
}


.history-date{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin:5% 0;
	flex-grow: 1;
}
.history-date2{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin:0;
	flex-grow: 1;
}

.count-wrap{
	display: flex;
    overflow:hidden;
    line-height:1;
	align-items: center;
}

.count{
    display:block;
    font-size:clamp(3.75rem, 3.75rem + 0vw, 3.75rem);
    font-weight:800;
    color:#ff8300;
}

.unit{
    font-size:clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
    font-weight:700;
    line-height:1.2;
	align-self: flex-end; 
}

.chart {
  display: flex;
  justify-content: center;
  align-items: center;
}

.donut {
  position: relative;
  display: inline-block;
  opacity: 0;
  transform: scale(0.9) rotate(-10deg);
}

.donut img {
	display: block;
	margin: 0 auto;
}

.donut-img1 {
	width: 93%;
	height: auto;
}
.donut-img2 {
	width: 53%;
	height: auto;
}
.donut-img3 {
	width: 100%;
	height: auto;
}

#interview{
	position: relative;
	width: 100%;
    background: #f5f5f5;
	margin: -1% 0 0 0;
	padding: 1% 0 0;
}
#interview::before {
	content: "";
	position:absolute;
	inset:0;
	clip-path: polygon(0 0, 100% 0, 100% 55%, 0 25%);
    background: #ffd37e;
	z-index: 0;
}


/* ITV背景 */
.interview-panel {
    position:relative;
    top:0;
    left: 0;
    width:90%;
	padding: 5% 0;
    border-radius:0 9999px 9999px 0;
    background:linear-gradient(-135deg,#ffff83,#ff9900);
    transform-origin:left center;
    z-index:1;
	margin: 12% 0 0 0;
}
.interview-wrap{
	width: 100%;
	padding-left: 9%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 2;
	position: relative;
}
.interview-wrap h2 {
	max-width: 770px;
	width: 66%;
}
.interview-wrap p{
	width: 90%;
	font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
	text-align: center;
	color: #fff;
}
.interview-wrap .sub {
	max-width: 335px;
	width: 18%;
	margin: 2% 0 0;
}

.itv-wrap {
	max-width: 1200px;
	width: 100%;
	margin: 5% auto 5%;
	position: relative;
	z-index: 1;
}

.itv-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:4vh;
}
.itv-box{
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	width: 30%;
    background: #fff;
	padding: 0 0 4% 0;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
	position: relative;
	cursor: pointer;
}
.itv-box img {
}
.itv-name {
	width: 90%;
	margin: 2% auto 3%;
	font-size: clamp(1.375rem, 1.057rem + 1.59vw, 2.25rem);
	line-height: 1.5;
}

.itv-cmt {
	width: 90%;
	margin: 0 auto;
	line-height: 1.5;
	color: #000;
}
.itv-dp{
	color: #ff8800;
	font-size: 1rem;
	margin-right: 1em;
}
.itv-box:nth-child(1){
	transform: translateY(0);
}

.itv-box:nth-child(2){
	transform: translateY(100px);
}

.itv-box:nth-child(3){
	transform: translateY(200px);
}

.itv-modal-btn button{
	position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    transition: 0.3s ease-in-out all;
    opacity: 1;
    margin: 0;
}
.itv-modal-btn button::after {
    position: absolute;
    top: 50%;
    right: 1em;
	font: var(--fa-font-solid);
    content: "\2b";
    transform: translateY(-50%);
	font-size: 1.5em;
    width: 0.5em;
    height: 1em;
    padding: 0em;
}


#evaluation{
	position: relative;
	width: 100%;
    background: #f5f5f5;
	margin: -1% 0 0 0;
	padding: 1% 0 10%;
	background-image: url("../img/mid-bg2.png");
	background-position: 15% 20%;
	background-repeat: no-repeat;
	background-size: 30%;
}

.evaluation-wrap{
	margin: 10% auto 5%;
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.evaluation-wrap h2 {
	max-width: 525px;
	width: 40%;
}
.evaluation-wrap .sub {
	max-width: 468px;
	width: 36%;
	margin: 2% 0 3%;
}
.evaluation-wrap p{
	width: 90%;
	font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
	text-align: center;
	color: #000;
}
.evaluation-p{
	width: 90%;
	font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
	text-align: center;
	margin: 0 auto;
	color: #000;
}

.cns-img2-5{
	position: absolute;
    width: 33%;
    max-width: 490px;
    top: 25%;
    right: -4%;
    z-index: 1;
}
.career-img{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto 2%;
}


#requirements{
	position: relative;
	width: 100%;
    background: #baf0ff;
	margin: -1% 0 0 0;
	padding: 1% 0 10%;
}

.requirements-wrap{
	margin: 10% auto 5%;
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.requirements-wrap h2 {
	max-width: 340px;
	width: 23%;
}
.requirements-wrap .sub {
	max-width: 440px;
	width: 30%;
	margin: 2% 0 0;
}
.requirements-wrap p{
	width: 90%;
	font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
	text-align: center;
	color: #000;
}

.information-wrap{
	max-width:1200px;
	width: 90%;
	background: #fff;
	border-left: 18px solid #00aae7;
	border-radius: 50px;
	margin: 0 auto;
	padding: 5% 5%;
}

.info-list {
	display: flex;
	justify-content: center;
}
.info-list:nth-child(1){
	margin-bottom: 5%;
}
.info-list:nth-child(2) {
    margin-bottom: 10%;
}
.info-list-r{
	width: 70%;
	margin: 0 auto;
}
.info-list-r dl{
	width: 100%;
	margin-bottom: 2%;
}
.info-list-r dl dt{
    width: 25%;
    margin: 0;
    padding: 3% 0;
    float: left;
    clear: left;
}
.info-list-r dl dd{
	width: 100%;
    margin: 0 0 0 0;
    padding: 3% 0;
    padding-left: 20px;
}
.info-list h3 {
    font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
    text-underline-offset: 0.1em;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: underline 2px;
}
.flow-list {
	width: 90%;
	margin: 0 auto;
}
.cblue{
	color: #00aae7;
}
.flow-list p{
	font-weight: 800;
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	margin-bottom: 3%;
	text-align: center;
}
.flow-list img {
	margin-bottom: 8%;
}
a.rec-entry {
	background: #0081d5;
	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 #0081d5;
}
a.rec-entry::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;
}


#message{
	position: relative;
	width: 100%;
    background: #baf0ff;
	margin: -1% 0 0 0;
	padding: 1% 0 10%;
}

.c4 {
	position:absolute;
	right:2%;
	bottom:30%;
	width:13%;
	height:auto;
	opacity:0;
	transform-origin:bottom center;
	will-change:transform,opacity;
}
.message-panel-wrap{
    position: relative;
}

.message-panel {
	background: #00aae7;
    position:relative;
    top:0%;
    left:0;
    width:90%;
	padding: 5% 0;
    border-radius:0 9999px 9999px 0;
    transform-origin:left center;
    z-index:2;
}
.message-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 920px;
	width: 90%;
	margin: 0 auto;
    position:relative;
	flex-direction: row-reverse;
}
.message-l{
	max-width: 360px;
	width: 32%;
}
.message-r{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 68%;
}
.message-wrap h2 {
	max-width: 610px;
	width: 90%;
}
.message-wrap .sub {
	max-width: 328px;
	width: 53%;
	margin: 2% 0 3%;
}
.message-wrap p{
	font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
	color: #fff;
}




/*以下個別*/

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

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;
}

.top{
	padding: 0 0 30px;
}

.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;
}
.cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像をはみ出さずに全体にフィットさせる */
  z-index: 10;       /* 動画より手前に表示 */
  transition: opacity 0.5s ease; /* フェードアウト用のアニメーション */
}
.cover-image2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像をはみ出さずに全体にフィットさせる */
  z-index: 11;       /* 動画より手前に表示 */
  transition: opacity 0.5s ease; /* フェードアウト用のアニメーション */
	mix-blend-mode: hard-light;
}
.cover-image3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像をはみ出さずに全体にフィットさせる */
  z-index: 12;       /* 動画より手前に表示 */
  transition: opacity 0.5s ease; /* フェードアウト用のアニメーション */
}

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

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

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


.pc-mv{
	position:relative;
    display:block;
    width:100%;
    height:auto;
	pointer-events:none;
}
.pc-mv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}



/* しーまる1背景 */

/* しーまる1 */
.main-copy{
	max-width: 1200px;
    width: 90%;
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}

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

.slick-slider div {
	transition: none;
}


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


footer{
	background: #000;
	padding: 1% 0 3%;
	position: relative;
	z-index: -1;
}
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;
}



.sp-header{
	display: none;
}
.business-partner-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 60px;
}


.modalOpen{
	padding: 0;
	border: 0;
	width: 100%;
	margin-bottom: 0.9%;
	border-radius: 0;
	z-index: 1000;
	cursor: pointer;
}
.modalOpen2{
	padding: 0;
	border: 0;
	width: 19.3%;
	margin-bottom: 0.9%;
	/* margin-right: 10px; */
	border-radius: 0;
	z-index: 10;
	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-wrap{
    position: relative;
    width: 90%;
    max-width: 800px;
}

.modalClose{
	position: absolute;
    top: -20px;
    right: 20px;
    border: none;
    background: #000;
    color: #fff;
    font-weight: 900;
    font-size: 2em;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 150;
	transition: 0.3s ease-in-out all;
	opacity: 1;
}
.modal-cont{
    margin: 0 auto;
    max-width: 800px;
    width: 90%;
	height: 68vh;
    animation-duration: 1s;
    position: relative;
	background-color: #fff;
	padding: 0;
	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);
	overflow: hidden;
}
.modal-cont-inner{
	font-family: "M PLUS Rounded 1c", sans-serif!important;
	font-weight: 700!important;
	width: 100%;
	height: 68vh;
	margin: 0 auto;
	overflow: scroll;
	overflow-x: hidden;
	/*padding-right: 36px;*/
}

@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;
	
}
.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%;
}

/* ig-modalのみクローズボタンを箱の外側に配置（modal1〜4は変更しない） */
#ig-modal .modalClose{
	top: -25px;
	right: -25px;
}

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

.modal-cont-inner h3{
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	background: #ff8800;
	color: #fff;
	padding: 1% 0;
}
.dbl{
	display: block;
}
.faq-wrap{
	width: 100%;
	margin: 0 auto 5%;
}
.cr-20{
	border-radius: 20px;
}
.sche{
    width: 95%;
    margin: 5% auto 8%;
}
.q-tit{
    display:flex;
    align-items:center;
    padding:0;
    color:#000;
	font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
    font-weight:700;
    list-style:none;
    user-select:none;
	gap:10px;
	margin: 0 auto 2%;
}
.q-mark{
    display:flex;
    justify-content:center;
    align-items:center;
    width:40px;
    height:40px;
	line-height: 1;
    margin-right:10px;
    border-radius:50%;
    background:#0081d5;
    color:#fff;
    font-size:1.1em;
    font-weight:800;
    flex-shrink:0;
}
.q-mark span{
    display:block;
    transform:translateY(-2px);
}

.answer{
    display:flex;
    align-items:flex-start;
    gap:20px;
}

.a-mark{
    display:flex;
    justify-content:center;
    align-items:center;
    width:40px;
    height:40px;
    flex-shrink:0;
    border-radius:50%;
    background:#ff8800;
    color:#fff;
    font-size:1.6em;
    font-weight:800;
}

.a-mark span{
    display:block;
    transform:translateY(-1px);
}

.answer p{
    flex:1;
    margin:0;
    line-height:1.8;
	text-align: justify;
	color: #000;
	font-size: clamp(0.85rem, 0.705rem + 0.73vw, 1.25rem);
	font-weight: 600;
	padding: 0!important;
}
.modal-cont-inner-mb5{
	margin-bottom: 5%;
}
.modal-name-sml{
	font-size: 1rem;
	margin-right: 1em;
}

.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 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%;
}

.mdl1{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 10%;
    width: 100%;
}
.mdl1-l{
	width: 47%;
}
.mdl1-l h4{
	width: 100%;
	padding: 0.4em 0;
	text-align: center;
	margin-bottom: 3%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	border: 2px solid #ff8800;
	color: #ff8800;
	font-size: 20px;
	border-radius: 8px;
}

.mdl1-r{
	width: 47%;
}
.school-nowrap{
	white-space:nowrap;
	font-weight:inherit;
	font-size: clamp(0.375rem, -0.403rem + 1.62vw, 0.813rem)!important;
    line-height: 1.6!important;
}


/* ここに全hoverを書く */
@media (hover: hover) {
a.line-btn:hover {
	background: #b7f9d1;
}
a.ig-btn:hover {
	background: #f9d4e4;
}
	
.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.more-exp:hover  {
	background: #fff;
	color: #000;
	border: 2px solid #000;
}
a.rec-entry:hover  {
	background: #fff;
	color: #0081d5;
	border: 2px solid #0081d5;
}
	
.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;
}

#pagetop a:hover{
	opacity: 0.6;
}
.slider-2 .slick-arrow:hover{
	opacity: 0.6;
}
.modalClose: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,td,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: 220px;
        position: relative;
        height: 60px;
        top: 0;
        right: 30px;
        align-self: center;
}
	
	.mnav .ls{
		width: 60px;
	}
	.mnav .rs{
		width: 100px;
	}
	.mnav li a {
    padding: 0.5em 0;
    text-decoration: none;
    width: 100%;
    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;
}
	.cns-img1 {
        position: absolute;
        width: 23%;
        max-width: 500px;
        top: 170%;
        left: 2%;
        z-index: 2;
    }
	.cns-img4 {
        position: absolute;
        width: 12%;
        top: 192%;
        right: 3%;
        z-index: 1;
}
	    .cns-img2 {
        position: absolute;
        width: 40%;
        top: 210%;
        left: -6%;
    }

	.cns-img3 {
    position: absolute;
    width: 35%;
    top: 235%;
    right: -5%;
    z-index: 5;
}
.cns-img5 {
    position: absolute;
    width: 12%;
    top: 254%;
    left: 30%;
    z-index: 5;
}
.lift-box .l-side2 {
    width: 16%;
    margin-top: 2%;
}
.lift-box .l-side3 {
    width: 16%;
    margin-top: 2%;
}
	.lift-box .l-side3 img{
		width: 75%;
        padding-left: 6%;
	}	
	.content-box {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 50% 0 0;
    position: relative;
    z-index: 2;
}
	.content-box-5 {
    padding: 10% 0 0!important;
}
.y-panel {
    position: absolute;
    right: -10%;
    width: 80%;
    height: 100px;
    border-radius: 9999px 0 0 9999px;
    background: linear-gradient(0deg, #ffff83, #ff9900);
    transform-origin: right center;
    z-index: 1;
    display: flex;
    align-items: center;
    top: 13%;
}
.main-h {
    width: 60%;
    height: auto;
    margin-left: 10%;
    position: relative;
    margin-top: 4%;
}
	#aboutus .cns-img {
        width: 100%;
        position: relative;
        z-index: -1;
        height: auto;
        top: 0;
        left: 0;
}
	
	.roll-slide-box {
    width: 100%;
    overflow: hidden;
    padding-top: 0;
}
	.roll-slide li {
    width: 134px;
}


	
.slick-wrap{
	max-width: 80%;
	margin: 5% auto 10%;
}
.slider-2 .slick-slide{
    height:auto;
    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;
}
	/*.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;
	}

	#header{
	}
header{
	pointer-events: all;
}
	    .mv-loading-logo{
        width:65vw;
        max-width:320px;
    }
	.business-partner-wrap{
		font-size: 0.85rem;
		display: inline-block;
	}
	.main-visual {
	width: 100%;
	overflow: hidden; 
	aspect-ratio: 9 / 16;
	position: relative;
	height: 100vh;
}
	.main-visual video {
	width: 100%;
	height: 100%;
	object-fit: cover; 
	object-position: center;
	position: relative;
	}
	
	.sns-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10% auto 1%;
    flex-direction: column;
	gap: 25px;
}
	.sbw-l, .sbw-r {
    width: 100%;
}
	
a.line-btn,a.ig-btn {
    min-height: 60px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
	a.ig-btn::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../../img/ig.png) center center / contain no-repeat;
    padding-right: 5%;
    margin-left: -30px;
    position: relative;
}
	a.line-btn::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../../img/line.png) center center / contain no-repeat;
    padding-right: 5%;
    margin-left: -30px;
    position: relative;
}
	
	
	
.data-box {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 6% 6%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .35);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: auto;
}
	.data-box2 {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 6%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .35);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: auto;
}
.school-wrap{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-areas:
        "high high"
        "university vocational";
    gap:10px;
}

.highschool{
    grid-area:high;
}

.university{
    grid-area:university;
}

.vocational{
    grid-area:vocational;
}

/* ←これが重要 */
.school-box:nth-child(2){
    grid-row:auto;
}
	
	
	
#data::after {
    content: "";
    width: 210%;
    height: 15%;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #00aae7;
    transform: translate(-50%, 7%);
    border-radius: 100%;
    z-index: 1;
}
	
	
	
	.cover-image3 {
    position: absolute;
    top: 20%;
    left: -4%;
    width: 180%;
    height: auto;
    object-fit: scale-down;
    z-index: 12;
    transition: opacity 0.5s ease;
}
	.cover-image2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 260%;
    height: 100%;
    object-fit: cover;
    z-index: 11;
    transition: opacity 0.5s ease;
    mix-blend-mode: hard-light;
}
	
	
	#aboutus {
    background: #fff;
    margin-top: 0;
    padding: 8% 0 20%;
    width: 100%;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    z-index: 1;
    background-image: url(../img/mid-bg1.png);
    background-position: 95% 21%;
    background-repeat: no-repeat;
    background-size: 15%;
    transform: translateY(-8%);
}
	.gr-panel {
    background: #f5f5f5;
    position: relative;
    top: 0%;
    left: -5%;
    width: 100%;
    padding: 5% 0;
    border-radius: 0 9999px 9999px 0;
    transform-origin: left center;
    z-index: 0;
}
.gr-wrap {
    margin: 0 0 0 10%;
}
.lift-box .l-side {
    width: 16%;
    margin-top: 2%;
}
.lift-box p {
    font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
    margin-left: 0;
}
.str-r-lh {
    line-height: 1.1 !important;
}
.str-r {
	font-size: 1em !important;
	margin-bottom: 4%;
}
.str-r2 {
	margin-bottom: 4%;
	font-size: 1em !important;
	margin-top: -7%;
}
.str-r3 {
	font-size: 1em !important;
	margin-bottom: 4%;
	margin-top: -6%;
}
.strg-rd {
    font-size: 2.25rem;
    color: #ff0000;
}
.lift-box:nth-child(2) {
    margin-left: 0;
}
.lift-box:nth-child(3) {
    margin-left: 0;
}
.experience-panel {
    width: 95%;
}
	.cns-img2-1 {
    position: absolute;
    width: 40%;
    max-width: 620px;
    top: -21%;
    left: -9%;
    z-index: 1;
}
	.experience-wrap {
    width: 100%;
    padding-right: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    position: relative;
}
	.experience-wrap h2 {
    max-width: 385px;
    width: 65%;
}
	.experience-wrap .sub {
    max-width: 558px;
    width: 80%;
    margin: 2% 0 3%;
}
	
	.experience-wrap p {
    width: 95%;
    font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
    text-align: left;
    color: #fff;
}
	
	.expwks-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4vh;
    margin-top: -30%;
    margin-bottom: 8%;
}
	.expwks-box:nth-child(1) {
    transform: none;
}
	.expwks-box:nth-child(2) {
    transform: none;
}
	.expwks-box:nth-child(3) {
    transform: none;
}
	.expwks-box:nth-child(4) {
    transform: none;
}
	.expwks-box:nth-child(5) {
    transform: none;
}
	.expwks-box:nth-child(6) {
    transform: none;
}
	.expwks-data {
    font-size: 0.7em;
    color: #fff;
    margin: 3% auto 0;
    width: 90%;
    font-weight: 600;
}
	.expwks-tit {
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    font-size: 0.7em;
}

	.expwks-box {
    width: 46%;
    background: #000;
    border-radius: 10px;
    padding: 0 0 1% 0;
}
	
	a.more-exp {
    background: #000;
    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.5s ease-in-out all;
    opacity: 1;
    text-decoration: none;
    position: relative;
    border: 2px solid #000;
}
	
	.cmp-info1 {
    width: 95%;
    border-radius: 30px 0 0 30px;
    margin-top: 14vh;
    background: #fff;
    padding: 4% 0;
    padding-right: 10%;
    margin-left: auto;
    position: relative;
    overflow: visible;
    z-index: 1;
}
	.c5 {
	position: absolute;
	left: 1%;
	bottom: 30%;
	width: 12%;
	height: auto;
	z-index: 1;
	opacity: 0;
	transform: translate(-80px, 40px) rotate(-15deg);
	will-change: transform, opacity;
}
	.data-tit-wrap h2 {
    max-width: 526px;
    width: 80%;
}
	.data-tit-wrap .sub {
    max-width: 350px;
    width: 52%;
    margin: 2% 0 8%;
}
	.interview-panel {
    position: relative;
    top: 0;
    left: 0;
    width: 95%;
    padding: 5% 0;
    border-radius: 0 9999px 9999px 0;
    background: linear-gradient(-135deg, #ffff83, #ff9900);
    transform-origin: left center;
    z-index: 1;
    margin: 12% 0 0 0;
}
	.interview-wrap h2 {
    max-width: 770px;
    width: 96%;
}
	.interview-wrap .sub {
    max-width: 335px;
    width: 64%;
    margin: 2% 0 0;
}
	.itv-box {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    width: 46%;
    background: #fff;
    padding: 0 0 4% 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    position: relative;
}
	.itv-box:nth-child(1) {
    transform: none;
}
	.itv-box:nth-child(2) {
    transform: none;
}
	.itv-box:nth-child(3) {
    transform: none;
}
	
	.itv-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4vh;
}
	.itv-cmt {
    width: 90%;
    margin: 0 auto;
    line-height: 1.5;
    color: #000;
    font-size: 0.8em;
}
	.itv-modal-btn button {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    transition: 0.3s ease-in-out all;
    opacity: 1;
    margin: 0;
}
	.itv-modal-btn button::after {
    position: absolute;
    top: 50%;
    right: 1em;
    font: var(--fa-font-solid);
    content: "\2b";
    transform: translateY(-50%);
    font-size: 0.9em;
    width: 0.5em;
    height: 1em;
    padding: 0em;
}
	.evaluation-wrap h2 {
    max-width: 525px;
    width: 63%;
}
	.evaluation-wrap .sub {
    max-width: 468px;
    width: 70%;
    margin: 2% 0 3%;
}
	.cns-img2-5 {
    position: absolute;
    width: 28%;
    max-width: 490px;
    top: 15%;
    right: -4%;
    z-index: 1;
}
	.evaluation-p {
    width: 90%;
    font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
    text-align: left;
    margin: 0 auto;
    color: #000;
}
	.requirements-wrap h2 {
    max-width: 340px;
    width: 50%;
}
	.requirements-wrap .sub {
    max-width: 440px;
    width: 60%;
    margin: 2% 0 0;
}
	.information-wrap {
    max-width: 1200px;
    width: 90%;
    background: #fff;
    border-left: 10px solid #00aae7;
    border-radius: 20px;
    margin: 0 auto;
    padding: 5% 5%;
}
	
.info-list-r {
    width: 100%;
    margin: 0 auto;
}
	.info-list-r dl dt {
    width: 25%;
    margin: 0;
    padding: 3% 0;
    float: left;
    clear: left;
    font-size: 0.9rem;
    line-height: 1.6;
}
	.info-list-r dl dd {
    width: 100%;
    margin: 0 0 0 0;
    padding: 3% 0;
    padding-left: 25%;
    font-size: 0.9rem;
    line-height: 1.6;
}
	a.rec-entry {
    background: #0081d5;
    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.5s ease-in-out all;
    opacity: 1;
    text-decoration: none;
    position: relative;
    border: 2px solid #0081d5;
}
	.message-panel {
    background: #00aae7;
    position: relative;
    top: 0%;
    left: 0;
    width: 95%;
    padding: 5% 0;
    border-radius: 0 30px 30px 0;
    transform-origin: left center;
    z-index: 2;
}
	.message-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 920px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    flex-direction: row-reverse;
    flex-direction: column-reverse;
    gap: 20px;
}
	.message-r {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}
	.message-l {
    max-width: 360px;
    width: 52%;
    margin: 0 auto;
}
	.mdl1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 10%;
    width: 100%;
    flex-direction: column;
	gap: 10px;
}
	.mdl1-l {
    width: 100%;
}
	.mdl1-l h4 {
        width: 100%;
        padding: 0.4em 0;
        text-align: center;
        margin-bottom: 3%;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        border: 2px solid #ff8800;
        color: #ff8800;
        font-size: 16px;
        border-radius: 8px;
    }
	.str-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
	.lift-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 6%;
    gap: 10px;
}

.school-box li {
    font-size: 12px!important;
}
.school-nowrap{
	white-space:normal;
	font-size: 12px !important;
}
	
.expwks-list {
    gap: 3vh;
}
	
.trademark p{
	font-size: 10px!important;
}
		
.ig-modal-txt-box{
	width: 90%;
}
.cmp-info1 .h3-sub, .cmp-info2 .h3-sub {
    font-size: 12px;
}
}
	
	
	
	


@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%;
		}
}

