*{
	-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;
	overflow-x: hidden;
}

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

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: clip;
}
.ind {
	text-indent: -1em;
	padding-left: 1em;
}

.ta_c{
	text-align: center;
}

.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;
    padding: 5% 0 8%;
	background: #fff;
	border-radius: 0 0 80px 80px;
}

.intro-panel {
    position:absolute;
    left:0;
    width:30%;
    height:150px;
    border-radius: 0 9999px 9999px 0;
    background:linear-gradient(0deg,#ffff83,#ff9900);
    transform-origin:left center;
    z-index:1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
    padding-right: 8%;
	top: 10%;
}

.intro-panel2 {
	display:flex;
    align-items:center;
    justify-content:flex-start;
    padding-left:8%;
    position:absolute;
    width:30%;
	right: 0;
    height:150px;
    border-radius:9999px 0 0 9999px;
    background:linear-gradient(135deg,#66ffff,#0066be);
    transform-origin:right center;
    z-index:1;
	top: 30%;
}

.ppl1{
	position:absolute;
    right:10%;
    top:50%;
    transform:translateY(-80%);
    width:14%;
	height: auto;
}
.ppl2{
	position:absolute;
    top:50%;
    transform:translateY(-80%);
	width:15%;
    height:auto;
    left:10%;
}

.sns-btn-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10% 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);
	border-radius: 10px;
}
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);
	border-radius: 10px;
}
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);
}


#introduction p{
	text-align: center;
	font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
	line-height: 1.8;
}


/* 青背景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;
}
.h2-main,.h2-main3 {
	font-weight: 800;
	/*font-size: clamp(1.625rem, 1.042rem + 1.22vw, 2.5rem);*/
	font-size: 30px;
	position: relative;
}
.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(255 255 255 / 0.5);
	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 255 255 / 0.5);
	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: #0081d5;
}
.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 / 1);
	position: absolute;
	top: -130px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: -1;
}
.h2-main4 {
	font-weight: 800;
	/*font-size: clamp(1.625rem, 1.042rem + 1.22vw, 2.5rem);*/
	font-size: 30px;
	color: #fff;
}
.h2-main4::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.5);
	position: absolute;
	top: -130px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: -1;
}
.h2-main5 {
	font-weight: 800;
	/*font-size: clamp(1.625rem, 1.042rem + 1.22vw, 2.5rem);*/
	font-size: 30px;
	color: #fff;
}
.h2-main5::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.5);
	position: absolute;
	top: -130px;
	left: 40%;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: -1;
}
.au-p {
	font-size:clamp(1rem, 0.955rem + 0.23vw, 1.125rem) ;
	line-height: 1.8;
}

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

#aboutus {
	background: #ffbf00;
    margin-top: 0;
    padding: 12% 0 16%;
    width: 100%;
    position: relative;
    z-index: 1;
}
.au-warp{
	position: relative;
}

.ppl3{
	position: absolute;
    bottom: 30%;
    left: 9%;
    width: 5%;
}
.ppl4{
	position: absolute;
    bottom: 30%;
    right: 9%;
    width: 6%;
}
.au-p{
	font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
	font-weight: 600;
	line-height: 2;
	text-align: center;
	margin: 5% 0 0 0;
}

/* グレー背景 */
/* しーまる2背景 */

/* しーまる2 */

a.company-profile {
	background: #ff8800;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 600px;
	width: 100%;
	min-height: 54px;
	margin: 2% 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;
}

/* EXP背景 */


/*
.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 12%;
	position: relative;
	z-index: 1;
}
.expwks-wrap {
	width: 100%;
	margin-bottom: 8%;
}
.expwks-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:4vh;
}
.expwks-box{
	width: 30%;
    background: #0081d5;
    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: #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.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;
}
.sblue {
	color: #00aae7;
}
.rblue{
	color: #0081d5;
}
/*#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;
}*/
.cmp-tit {
    font-weight: 800;
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
    margin-bottom: 2%;
	text-align: center;
	color: #000;
}
.cmp-tit2 {
    font-weight: 800;
    font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
    margin-bottom: 0;
	text-align: center;
	color: #000;
}
.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-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: #000;
	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: #000;
	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: 7% 0 5%;
}

#data::after{
    content: "";
    width: 120%;
    height: 15%;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #00aae7;
    transform: translate(-50%, 30%);
    border-radius: 100%;
    z-index: 1;
  }


.c4 {
	position:absolute;
	left:50%;
	bottom: -34%;
	transform: translate(-50%, -50%);
	width:13%;
	height:auto;
	opacity:0;
	transform-origin:bottom center;
	will-change:transform,opacity;
}


.wave1{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:12%;
    overflow:hidden;
    line-height:0;
    padding-top:7%;
}

.wave-track{
    display:flex;
    width:200%;
    height:100%;
    animation:waveSlide 18s linear infinite;
    will-change:transform;
    transform:translate3d(0,0,0);
}

.wave-svg{
    width:100%;
    height:100%;
    flex-shrink:0;
    display:block;
	position:relative;
    top:1px;
}

@keyframes waveSlide{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}


.data-main,.bf-main{
	font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
	font-weight: 600;
	line-height: 2;
	text-align: center;
	color: #fff;
	margin: 5% 0 0 0;
}
.data-warp,.bf-warp{
	margin: 0 auto 4%;
	position: relative;
}
.dat-ani{
	position: absolute;
	bottom: 1%;
    right: 14%;
	width: 20%;
}
.bf-ppl {
    position: absolute;
    bottom: 30%;
    right: 14%;
    width: 9%;
}
.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;
}

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

#roadmap{
	position: relative;
	width: 100%;
    background: #baf0ff;
	padding: 20% 0 25%;
}

#interview{
	position: relative;
	width: 100%;
    background: #ffbf00;
	margin: 0;
	padding: 0 0 10%;
}
#interview::after{
	position: absolute;
    content: "";
    width: 200%;
    bottom: 0;
    left: 0;
    background: #00aae7;
    clip-path: polygon(0 100%, 100% -90%, 100% 100%, 0 100%);
    padding: 0 0 30%;
}

.wave-track2{
    position: absolute;
	top:-2px;
    left: 0;
    width: 200%;
    height: 100px;
    z-index: 10;
    pointer-events: none;
	display:flex;
    flex-wrap:nowrap;
}
.wave-svg2{
    transform: scaleY(-1);
    width:100%;
    height:100%;
    flex-shrink:0;
    display:block;
	position:relative;
}

.slider-wrap{
    position: relative;
}

.roll-slide-box{
	position: relative;
    z-index: 1;
	width: 100%;
	overflow: hidden;
	margin-bottom: 12%;
}

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


/*#interview::before {
	content: "";
	position:absolute;
	inset:0;
	clip-path: polygon(0 0, 100% 0, 100% 55%, 0 25%);
    background: #ffd37e;
	z-index: 0;
}*/


/* ITV背景 */

.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:7vh;
}
.itv-box{
    width:46%;
    padding:0 0 4% 0;
    box-shadow:10px 10px 0 0 #fff;
    position:relative;
    border-radius:30px;
    height:480px;
    overflow:visible;
    cursor:pointer;
}

/* 通常画像 */
.itv-box::before{
    content:"";
    position:absolute;
    left:-25px;
    bottom:0;
    width:95%;
    height:100%;
    background-repeat:no-repeat;
    background-position:left bottom;
    background-size:contain;
    z-index:1;
}

/* ホバー画像 */
.itv-box::after{
    content:"";
    position:absolute;
    left:-25px;
    bottom:0;
    width:95%;
    height:100%;
    background-repeat:no-repeat;
    background-position:left bottom;
    background-size:contain;
    opacity:0;
    transition:.3s;
    z-index:2;
}
.itv-box::before,
.itv-box::after{
    width:110%;
    height:115%;
    left:-35px;
    bottom:0;
    background-size:contain;
    background-position:left bottom;
}
.itv-box::before,
.itv-box::after{
    top:-45px;
    bottom:auto;
    height:calc(100% + 45px);
}
.itv-box::before,
.itv-box::after{
    transition: opacity .45s ease;
    will-change: opacity;
}

.itv-box::before{
    opacity:1;
}

.itv-box::after{
    opacity:0;
}

.itv-box:hover::before{
    opacity:0;
}

.itv-box:hover::after{
    opacity:1;
}

/* 画像指定 */
.itv1::before{background-image:url("../img/itv-img1.png");}
.itv1::after{background-image:url("../img/itv-img1ov.png");}

.itv2::before{background-image:url("../img/itv-img2.png");}
.itv2::after{background-image:url("../img/itv-img2ov.png");}

.itv3::before{background-image:url("../img/itv-img3.png");}
.itv3::after{background-image:url("../img/itv-img3ov.png");}

.itv4::before{background-image:url("../img/itv-img4.png");}
.itv4::after{background-image:url("../img/itv-img4ov.png");}

.itv-box:nth-child(1){
	background: #31d7d0;
}
.itv-box:nth-child(2){
	background: #fff500;
}
.itv-box:nth-child(3){
	background: #ff5ed0;
}
.itv-box:nth-child(4){
	background: #3aff5c;
}
/*.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: 60px;
	height: 60px;
    transition: 0.3s ease-in-out all;
	opacity: 1;
	border-radius: 0 0 30px 0;
	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.7em;
    height: 1em;
    padding: 0em;
}

#benefits{
	position: relative;
	width: 100%;
    background: #00aae7;
	margin: 0;
	padding: 2% 0 12%;
	z-index: 2;
}
#benefits::after{
    content: "";
    width: 120%;
    height: 12%;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #00aae7;
    transform: translate(-50%, 30%);
    border-radius: 100%;
    z-index: 1;
  }

.bf-box-wrap{
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap:40px; 
}
.bf-box{
	width: 100%;
	padding: 3%;
	border-radius: 30px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.bf-box:nth-child(4){
	width: 100%;
	padding: 3%;
	border-radius: 30px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.bf-box-l{
	width: 30%;
}

.bf-box-r{
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap:10px;
}
.bf-box-h {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.c-num{
	width: 70px;
    height: 70px;
    background: #ff8800;
    border-radius: 50% 50%;
	margin-right: 10px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	font-weight: 600;
	line-height: 1;
}
.dbl{
	display: block;
}
.sml{
	font-size: 0.6em;
	align-items:flex-end;
	line-height: 1;
	transform: translateY(3px);
}
.bf-box-h h3{
	flex: 1;
	font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
	line-height: 1.3;
	font-weight: 700;
}
.bf-box:nth-child(4) h4{
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem)!important;
	margin-bottom: 2%;
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
}
.bf-box:nth-child(4) ul{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	column-gap: 45px;
    row-gap: 10px;
}
.bf-box p,.bf-box li {
	font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
	line-height: 1.6;
	font-weight: 600;
}
#faq{
	position: relative;
	width: 100%;
    background: #baf0ff;
	margin: 0;
	padding: 15% 0 2%;
	border-radius: 0 0 80px 80px;
	z-index: 1;
}

.c5 {
	position: absolute;
	right: 20%;
	top: 10%;
	width: 12%;
	height: auto;
	z-index: 1;
	opacity: 0;
	transform: translate(-80px, 40px) rotate(-15deg);
	will-change: transform, opacity;
}

/*#faq::before{
	content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #baf0ff;
    border-radius: 0 0 80px 80px;
}*/

.faq-wrap{
	margin: 5% auto;
	position: relative;
	max-width: 1000px;
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.faq-wrap h2 {
	max-width: 525px;
	width: 40%;
}
.faq-wrap p{
	width: 90%;
	font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
	text-align: center;
	color: #000;
}

.accordion{
    width:100%;
    margin:0 auto 4%;
    background:#fff;
    border-radius:10px;
    border:2px solid #0081d5;
    overflow:hidden;
    transition: all 0.3s ease-out;
	opacity: 1;
}

/* summary */
.accordion summary{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 1em;
	height: 72px;
    background:#0081d5;
    color:#fff;
	font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
    font-weight:700;
    cursor:pointer;
    list-style:none;
    user-select:none;
	gap:12px;
    transition: all 0.3s ease-out;
	opacity: 1;
}
.q-mark{
    display:flex;
    justify-content:center;
    align-items:center;
    width:52px;
    height:52px;
	line-height: 1;
    margin-right:10px;
    border-radius:50%;
    background:#fff;
    color:#0081d5;
    font-size:clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
    font-weight:800;
    flex-shrink:0;
}
.q-mark span{
    display:block;
    transform:translateY(-4px);
}
.answer{
    display:flex;
    align-items:flex-start;
    gap:20px;
    padding:0 0.5em;
}

.a-mark{
    display:flex;
    justify-content:center;
    align-items:center;
    width:52px;
    height:52px;
    flex-shrink:0;
    border-radius:50%;
    background:#ff8800;
    color:#fff;
    font-size:clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
    font-weight:800;
}

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

.answer p{
    flex:1;
    margin:0;
    line-height:1.8;
	text-align: left;
	color: #0081d5;
	font-size: clamp(0.85rem, 0.705rem + 0.73vw, 1.25rem);
	font-weight: 600;
	padding: 0!important;
}

.accordion-title{
    flex:1;
}
/* デフォルトの三角を消す */
.accordion summary::-webkit-details-marker{
    display:none;
}

/* =========================
Font Awesome icon
========================= */
.accordion .icon{
    font-size:clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
    transition:transform .25s ease, opacity .25s ease;
    transform-origin:center;
}

/* 閉じている状態（＋） */
.accordion:not([open]) .icon{
    transform:rotate(0deg);
    opacity:1;
}

/* 開いている状態（－） */
.accordion[open] .icon{
    transform:rotate(180deg);
}

/* 中身（JSで高さ制御するのでCSSでは固定しない） */
.accordion p{
    margin:0;
    padding:0 2em;
}

.accordion-inner{
    overflow:hidden;
}

.accordion-content{
    padding:1.5em 1em;
}

.accordion-content p{
    margin:0;
    opacity:0;
    transform:translateY(-10px);
}


#requirements{
	position: relative;
	width: 100%;
    background: #ffbf00;
	margin: 0;
	padding: 12% 0 10%;
}
#requirements::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
    height: 120px;
    background: #ffbf00;
}

.information-wrap{
	max-width:1200px;
	width: 90%;
	background: #fff;
	border-radius: 50px;
	margin: 5% auto 0;
	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 h3 {
	font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
	text-decoration: underline;
	text-decoration-thickness:2px;
	text-underline-offset:0.1em;
	line-height: 1.5;
	font-weight: 600;
}
.info-list-r{
	width: 80%;
	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: 75%;
    margin: 0 0 0 25%;
    padding: 3% 0;
    padding-left: 20px;
}

.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: #fdc03a;
    margin: 0;
    padding: 3% 0 10%;
	border-radius: 0 0 80px 80px;
}

.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;
	box-shadow: 0 10px 0 0 #fff;
}
.message-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1140px;
	width: 90%;
	margin: 0 auto;
    position:relative;
}
.message-l{
	max-width: 360px;
	width: 32%;
	position: relative;
}
.ceo-img {
	position: absolute;
    width: 52%;
    top: -20%;
    right: 5%;
}
.message-r{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 65%;
}
.message-wrap h2 {
	max-width: 610px;
    width: 100%;
    margin-top: 8%;
    margin-bottom: 4%;
}
.message-wrap p{
	font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.125rem);
	color: #fff;
}
.message-wrap .p-name{
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
	color: #fff;
	margin: 8% 0 0 0;
}
.message-wrap .name-img {
	max-width: 140px;
    width: 20%;
}




/*以下個別*/

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

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: #000;
}

.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;
}
.pc-main{
	position: relative;
	width: 100%;
}

/* ==========================
   CLOUD
========================== */

.cloud-layer{
    position:absolute;
    inset:0;
    overflow:hidden;
    pointer-events:none;
    z-index:0;
}

.cloud{
    position:absolute;
    will-change:transform;
}

/* サイズと高さだけ固定 */
.cloud1{width:12vw; top:32%;}
.cloud2{width:9vw;  top:74%;}
.cloud3{width:9vw;  top:6%;}
.cloud4{width:15vw; top:-6%;}
.cloud5{width:9vw;  top:86%;}
.cloud6{width:9vw;  top:14%;}



.rc1{
	position: absolute;
    width: 22.5%;
    top: 4%;
    left: 2.5%;
	z-index: 1;
}
.rc2{
	position: absolute;
    width: 22.5%;
    top: 13%;
    left: 27%;
    z-index: 1;
}
.rc3{
	position: absolute;
    width: 22.5%;
    top: 5%;
    left: 51%;
    z-index: 1;
}
.rc4{
	position: absolute;
    width: 22.5%;
    top: 13%;
    right: 2%;
    z-index: 1;
}

.rc-tit{
	position: absolute;
    width: 73%;
    bottom: 16.5%;
    left: 13.5%;
    z-index: 10;
}
.fv-bg-cloud{
	position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}


.cmaru{
	position: absolute;
    top: 0;
    left: 61%;
    width: 10%;
}
.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;
}



/* しーまる1背景 */

/* しーまる1 */



.fv-bg{
	width: 100%;
    background: #F5F5F5;
    padding: 20% 0;
    clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0% 100%);
    z-index: 1;
    position: absolute;
    top: 14%;
}


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



.fv-bg .wrapper{
}

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

.slick-slider div {
	transition: none;
}


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


footer{
	background: #fff;
	padding: 1% 0 3%;
	position: relative;
	color: #000;
	z-index: -1;
}
footer h4{
	color: #000;
}

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: #000;
	font-weight: 700;
}
.foot-txt dl dd{
	color: #000;
	font-weight: 700;
}

.foot-txt p{
}

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

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


.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;
	color: #fff;
	padding: 1% 0;
}
#modal1 h3{
	background: #31d7d0;
}
#modal2 h3{
	background: #fff500;
	color: #000;
}
#modal3 h3{
	background: #ff5ed0;
}
#modal4 h3{
	background: #3aff5c;
	color: #000;
}
.dbl{
	display: block;
}
.r-faq-wrap{
	width: 100%;
	margin: 0 auto 5%;
}
.cr-20{
	border-radius: 20px;
}
.sche{
    width: 95%;
    margin: 5% auto 8%;
}
.r-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%;
}
.r-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;
}
.r-q-mark span{
    display:block;
    transform:translateY(-2px);
}

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

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

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

.r-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.company-profile:hover  {
	background: #fff;
	color: #ff8800;
	border: 2px solid #ff8800;
}
	
a.more-exp:hover  {
	background: #fff;
	color: #0081d5;
	border: 2px solid #0081d5;
}
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;
}
.itv-box:hover .itv-modal-btn button{
	background: #0081d5;
}
.accordion summary:hover{
	opacity: 0.6;
}
/*.accordion:hover{
	 border: 2px solid rgba(0, 129, 213, 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: 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;
}
	.h2-main::before {
    content: attr(data-title);
    display: block;
    font-size: 40px;
    font-family: "Jost", sans-serif;
    font-weight: 800;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: -1;
}
	.h2-main4::before {
    font-size: 40px;
    font-weight: 800;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: -1;
}
	.h2-main5::before {
    font-size: 40px;
    font-weight: 800;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: -1;
}
	.h2-main, .h2-main3, .h2-main4, .h2-main5 {
    font-weight: 800;
    /* font-size: clamp(1.625rem, 1.042rem + 1.22vw, 2.5rem); */
    font-size: 22px;
}
	.dat-ani {
    position: absolute;
    bottom: 122%;
    right: -3%;
    width: 23%;
}
	
	.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;
}
	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: #ffbf00;
    margin-top: 0;
    padding: 12% 0 16%;
    width: 100%;
    position: relative;
    z-index: 1;
}
	.ppl3 {
    position: absolute;
    bottom: 109%;
    left: 6%;
    width: 6%;
}
	.ppl4 {
    position: absolute;
    bottom: 109%;
    right: 7%;
    width: 8%;
}
	.expwks-box {
    width: 46%;
    background: #0081d5;
    border-radius: 10px;
    padding: 0 0 1% 0;
}
	.expwks-tit {
    font-size: 0.75rem;
}
	.expwks-data {
    font-size: 0.75rem;
    color: #fff;
    margin: 3% auto 0;
    width: 90%;
    font-weight: 600;
}
	a.more-exp {
    min-height: 50px;
}
	.h2-main2 {
    font-weight: 800;
    /* font-size: clamp(1.625rem, 1.042rem + 1.22vw, 2.5rem); */
    font-size: 22px;
}
	.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;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: -1;
}
	.ceo-img {
        width: 8%;
        top: 0;
        right: 3%;
}
	.message-panel {
    background: #00aae7;
    position: relative;
    top: 0%;
    left: 0;
    width: 100%;
    padding: 5% 0;
    border-radius: 0 60px 60px 0;
    transform-origin: left center;
    z-index: 2;
    box-shadow: 0 10px 0 0 #fff;
}
	.message-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
}
	
	.message-l {
    width: 100%;
    position: relative;
}
	.message-r {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}
	
	#message {
    position: relative;
    width: 100%;
    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;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: -1;
}
	.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;
    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;
}
	.data-warp, .bf-warp {
    margin: 0 auto 4%;
    position: relative;
    width: 90%;
}
	/*.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 {
}
	.fv-bg {
    padding: 50% 0;
}
.c4 {
    position: absolute;
    left: 50%;
    bottom: 11%;
    transform: translate(-50%, -50%);
    width: 13%;
    height: auto;
    opacity: 0;
    transform-origin: bottom center;
    will-change: transform, opacity;
}
header{
	pointer-events: all;
}
	    .mv-loading-logo{
        width:65vw;
        max-width:320px;
    }
	
.sp-main{
	position: relative;
	width: 100%;
}
.sp-rc1{
	position: absolute;
        width: 48.5%;
        top: 11.5%;
        left: 0;
        z-index: 1;
}
.sp-rc2{
	position: absolute;
        width: 48.5%;
        top: 18%;
        right: 0;
        z-index: 1;
}
.sp-rc3{
	position: absolute;
        width: 48.5%;
        top: 50.5%;
        left: 0;
        z-index: 1;
}
.sp-rc4{
	position: absolute;
        width: 48.5%;
        top: 56%;
        right: 0;
        z-index: 1;
}
.sp-rc-tit{
	position: absolute;
        width: 91%;
        top: 40%;
        left: 4.5%;
        z-index: 3;
}
.sp-rc-sub1{
	position: absolute;
    width: 30.5%;
    top: 31.5%;
    left: -17.5%;
    z-index: 0;
}
.sp-rc-sub2{
	position: absolute;
    width: 23.5%;
    bottom: 1.5%;
    left: 34.5%;
    z-index: 0;
}
.sp-rc-sub3{
	position: absolute;
    width: 22.5%;
    top: 11%;
    right: 8.5%;
    z-index: 0;
}
.sp-rc-sub4{
	position: absolute;
    width: 28.5%;
    bottom: -2%;
    right: -2%;
    z-index: 0;
}
.sp-rc-sub5{
    position: absolute;
    width: 25.5%;
    bottom: 6%;
    left: -5%;
    z-index: 0;
}
.sp-rc-sub6{
   position: absolute;
   width: 20.5%;
   top: 48%;
   right: -10%;
   z-index: 0;
}
.sp-fv-bg-cloud{
	position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
	
/* ==========================
   SP CLOUD FLOW
========================== */

.sp-main .cloud-layer{
    position:absolute;
    inset:0;
    overflow:hidden;
    pointer-events:none;
    z-index:0;
}

.sp-main .cloud-layer img{
    position:absolute;
    left:0;
    will-change:transform;
}
	
	
	.intro-panel,.intro-panel2{
		background: none;
	}
	#introduction p {
    text-align: center;
    font-size: 0.8em;
    line-height: 2;
}
	.cmaru {
    position: absolute;
    top: -4%;
    left: 61%;
    width: 14%;
}
	.ppl1 {
     position: absolute;
        right: 54%;
        top: 1%;
        width: 18%;
        height: auto;
}
	.ppl2 {
    position: absolute;
    top: -49%;
    transform: translateY(-80%);
    width: 20%;
    height: auto;
    left: 67%;
}
	.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;
}
	
.itv-wrap {
    max-width: 1200px;
    width: 90%;
    margin: 5% auto 5%;
    position: relative;
    z-index: 1;
}
	.itv-box {
    width: 43%;
    padding: 0 0 4% 0;
    box-shadow: 7px 7px 0 0 #fff;
    position: relative;
    border-radius: 10px;
    height: 140px;
    overflow: visible;
}
	.itv-modal-btn button {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    width: 26px;
    height: 26px;
    transition: 0.3s ease-in-out all;
    opacity: 1;
    border-radius: 0 0 10px 0;
    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.7em;
    width: 0.7em;
    height: 1em;
    padding: 0em;
}
	.bf-ppl {
    position: absolute;
        bottom: 16%;
        right: 0;
        width: 11%;
}
	.school-box li {
    font-size: 12px!important;
}
	.bf-box {
    width: 100%;
    padding: 6%;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    gap: 10px;
}
	.bf-box-l {
    width: 100%;
}
	.bf-box-r {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}
	.pic-cut{
	object-fit: cover;
    height: 210px;
	}
	.c-num {
    font-size: 30px;
}
	#benefits::after {
    content: "";
    width: 110%;
    height: 3%;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #00aae7;
    transform: translate(-50%, 30%);
    border-radius: 100%;
    z-index: 1;
}
	.bf-box:nth-child(4) {
    width: 100%;
    padding: 3%;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
	
	.c5 {
    right: 7%;
    top: 3%;
    width: 12%;
}
	.accordion-title {
    flex: 1;
    line-height: 1.5;
}
	.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1em;
    height: 60px;
    background: #0081d5;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    user-select: none;
    gap: 12px;
    transition: all 0.3s ease-out;
    opacity: 1;
}
	.accordion-content p {
    margin: 0;
    opacity: 0;
    transform: translateY(-10px);
    font-size: 0.8rem;
}
	
	.q-mark {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    line-height: 1;
    margin-right: 0px;
    border-radius: 50%;
    background: #fff;
    color: #0081d5;
    font-size: clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
    font-weight: 800;
    flex-shrink: 0;
}
	.q-mark span {
    display: block;
    transform: translateY(-2px);
}
	.a-mark {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #ff8800;
    color: #fff;
    font-size: clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
    font-weight: 800;
}
	.answer {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
}
	.a-mark span {
    display: block;
    transform: translateY(-1px);
}
	.accordion-content {
    padding: 1em 1em;
}
	#faq {
    position: relative;
    width: 100%;
    background: #baf0ff;
    margin: 0;
    padding: 15% 0 2%;
    border-radius: 0 0 30px 30px;
    z-index: 1;
}
	
	.information-wrap {
    max-width: 1200px;
    width: 90%;
    background: #fff;
    border-radius: 10px;
    margin: 5% auto 0;
    padding: 5% 5%;
}
	
	.info-list-r {
    width: 95%;
    margin: 0 auto;
}
	.info-list-r dl dt {
    width: 39%;
    margin: 0;
    padding: 3% 0;
    float: left;
    clear: left;
    font-size: 0.8em;
	line-height: 1.6;
}
	
	.info-list-r dl dd {
    width: 100%;
    margin: 0 0 0 0;
    padding: 3% 0;
    padding-left: 39%;
    font-size: 0.8em;
    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-wrap .p-name {
    font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
    color: #fff;
    margin: 4% 0 0 0;
}
	.message-wrap .name-img {
    width: 26%;
}
	.r-q-mark {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    line-height: 1;
    margin-right: 10px;
    border-radius: 50%;
    background: #0081d5;
    color: #fff;
    font-size: 1.1em;
    font-weight: 800;
    flex-shrink: 0;
}
	.r-q-mark span {
    display: block;
    transform: translateY(-1px);
}
	.r-a-mark {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #ff8800;
    color: #fff;
    font-size: 1.2em;
    font-weight: 800;
}
	.r-faq-wrap {
    width: 100%;
    margin: 0 auto 8%;
}
	.r-q-tit {
    display: flex;
    align-items: flex-start;
    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%;
}
	
	.cr-20 {
    border-radius: 10px;
}
	.modal-cont-inner-mb5 {
    margin-bottom: 8%;
}
	
	.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;
}
	.modal-cont {
    height: 85vh;
    border-radius: 10px;
}
	.modal-cont-inner {
    height: 85vh;
}
	
.modalClose {
    position: absolute;
    top: -20px;
    right: 0px;
    border: none;
    background: #000;
    color: #fff;
    font-weight: 900;
    font-size: 1.5em;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 150;
    transition: 0.3s ease-in-out all;
    opacity: 1;
}
	/* ig-modalのみ（モバイル） */
	#ig-modal .modalClose {
    top: -15px;
    right: -10px;
}
.school-nowrap{
	white-space:normal;
	font-size: 12px !important;
}
.expwks-list {
    gap: 3vh;
}
.itv-list {
    gap: 4vh;
}
	
.trademark p{
	font-size: 10px!important;
}
		
.ig-modal-txt-box{
	width: 90%;
}
.itc{
	font-size: 0.8em!important;
}
}

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

