﻿/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* html {
  scroll-behavior: smooth;
} */
.linkStyle{
	color:var(--color1);
	border-bottom: 1px solid;
}
.linkStyle:hover{
	color:var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
.header .logo1 .header2 {
    display: none;
}
.header.t_header .logo1 .header1 {
    display: none;
}
.header.t_header .logo1 .header2 {
    display: block;
}

.cta_style7 {
    display: block;
    animation: cta_style7 2s ease-out infinite;
    opacity: 1;
}
@keyframes cta_style7 {
    0%, 40%, 60%, 80% {
        transform: scale(1.0);
    }
    50%, 70% {
        transform: scale(0.95);
    }
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
.header .menu_btn span{
    background-color: #fff;
    height: 2px;
}
.header.t_header .menu_btn span{
    background-color: var(--color1);
}
.menu_btn.stick_trans span {
    background-color: var(--color1);
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#main_img::before {
    content: "";
    background-color: var(--color1);
    opacity: 0.45;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
}
#main_img .main_txt_wrap{
    height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#main_img .main_txt{
    height: 90%;
    max-width: 100%;
}
#main_img .main_txt img, #main_img .btn_fv img {
    width: auto;
    height: 100%;
}

#main_img .btn_fv {
    height: 10%;
    max-width: 100%;
    text-align: center;
    margin-top: -18%;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#main_img .main_txt {
    height: auto;
    max-width: 100%;
    width: 80vw;
}
#main_img .main_txt img, #main_img .btn_fv img {
    width: 100%;
    height: auto;
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#main_img .main_txt {
    width: 95vw;
}
#main_img::before {
    opacity: 0.5;
}
#main_img .btn_fv {
    margin-top: -8%;
}

}



/*■■　intro　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#intro {
    height: 70vh;
    display: flex;
    align-items: center;
}
#intro:before {
    content: "";
    background-image: url('/Files/img/intro_ob.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    position: absolute;
    width: 60%;
    height: 100%;
    bottom: 0;
    right: 0;
    mix-blend-mode: overlay;
}
#intro .intro_img01 {
    background-image: url('/Files/img/intro_img01.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}
#intro .title  img {
    width: 150%;
    margin-left: -17%;
    margin-bottom: -3%;
    margin-top: -13%;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#intro {height: 45vh;justify-content: center;}
#intro .intro_img01 {background-position: right 60% top 0%;background-size: cover;}
#intro .intro_inner {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10% 5%;
    backdrop-filter: blur(7px);
}
#intro:before {width: 90%;}
#intro .title  img {
    width: 100%;
    transform: scale(1.3);
    margin-left: 0;
    margin-bottom: 0%;
    margin-top: -10%;
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#intro {height: 65vh;padding: 50px 3%;}
#intro .intro_inner {backdrop-filter: blur(4px);}

}


/*■■　support　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#support::before {
    content: "";
    background-image: url('/Files/img/support_img01.png');
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
#support::after {
    content: "";
    background-image: url('/Files/img/support_img02.png');
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 60%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#support .support_inner {
    z-index: 1;
}
#support .txt_box2 {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 5% 3%;
}
#support .txt_box2 .title {
    width: 70%;
    margin: 0 auto;
    transform: translateY(-50%);
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#support::before, #support::after {width: 90%;}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#support .txt_box2 .title {width: 100%;}

}


/*■■　achieve　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#achieve1 {padding-bottom: 18%;}
#achieve1::before{
    content: "";
    background-image: url('/Files/img/achieve_ob2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: overlay;
}

#achieve2{padding-top: 20%;}
#achieve2 .txt_box1 {margin-top: -34%;}
#achieve2 .support_inner  {z-index:1;}
#achieve2::before{
    content: "";
    opacity: 0.2;
    background-image:  linear-gradient(#98CBED 0.8px, transparent 0.8px), linear-gradient(to right, #98CBED 0.8px, #ffffff 0.8px);
    background-size: 45px 45px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: overlay;
}
#achieve2::after{
    content: "";
    opacity: 0.5;
    background-image: url('/Files/img/achieve_ob.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right bottom;
    position: absolute;
    width: 40%;
    height: 100%;
    bottom: 0;
    right: 0;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#achieve1::before {width: 90%;}
#achieve2::after{width: 70%;}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#achieve2 {background-size: auto;}

}

/*■■　text　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}

/*■■　course　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#course{overflow: hidden;}
#course::before{
    content: "";
    background-image: url('/Files/img/course_ob.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
    position: absolute;
    width: 60%;
    height: 100%;
    top: -3%;
    left: -6%;
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#course::before {
    width: 100%;
    top: -1%;
    left: -8%;
}

}

/*■■　grants　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#grants::before{
    content: "";
    background-image: url('/Files/img/grants_bg01.png'), url('/Files/img/grants_bg02.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top,center bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: overlay;
    opacity: 0.5;
}
#grants .grants_box05 .box {
    margin-top: -6%;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#grants::before {opacity: 0.8;}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#grants::before {background-size: 200%;}
#grants .grants_box05 .box {
    margin-top: -46%;
}

}

/*■■　supervision　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
canvas{ display: block; vertical-align: bottom; } /* ---- particles.js container ---- */
#particles-js{ position:absolute; width: 100%; height: 100%; top: 12%; left: 0; z-index: 0; }
#particles-js > canvas {
    position: absolute;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    top: 0;
    left: 0;
}
.supervision_inner {
    position: relative;
    z-index: 1;
}
/* ---- stats.js ---- */ 
/* .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; }
.js-count-particles{ font-size: 1.1em; }
#stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; }
#stats{ border-radius: 3px 3px 0 0; overflow: hidden; }
.count-particles{ border-radius: 0 0 3px 3px; } */

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}

/*■■　reason　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#reason{overflow: hidden;}
#reason::before{
    content: "";
    background-image: url('/Files/img/reason_ob.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
    position: absolute;
    width: 60%;
    height: 100%;
    top: -3%;
    left: -6%;
}
.animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s;
}
.animate.show {
  opacity: 1;
  transform: translateY(0px);
}
.animate.show:nth-of-type(1) {
  transition-delay: 0.2s;
}
.animate.show:nth-of-type(2) {
  transition-delay: 0.4s;
}
.animate.show:nth-of-type(3) {
  transition-delay: 0.6s;
}
.animate.show:nth-of-type(4) {
  transition-delay: 0.8s;
}
.animate.show:nth-of-type(5) {
  transition-delay: 1.0s;
}
.animate.show:nth-of-type(6) {
  transition-delay: 1.2s;
}
.animate.show:nth-of-type(7) {
  transition-delay: 1.4s;
}
.animate.show:nth-of-type(8) {
  transition-delay: 1.6s;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#reason::before {
    width: 90%;
    top: -12%;
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#reason::before {
    width: 100%;
    top: 0;
    left: -17%;
}
.animate.show {
  transition-delay: 0.2s !important;
}

}

/*■■　recommendation　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ---------- loopSlider ---------- */
.loopSliderWrap{
    top: 0;
    left: 0;
    height: 522px;
}
.loopSlider {
    margin: 0 auto;
    height: 522px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider .ul {
    height:522px;
    float: left;
    overflow: hidden;
}
.loopSlider .ul .li {
    width: 450px;
    /* height: 522px; */
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
.loopSlider .ul .li img{
    border-radius: 0;
}
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 325px;
}
.loopSlider .ul .li{
    width: 280px;
}
#top_conveyor {
    padding-bottom: 0;
    padding-top: 0;
}
}
/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 348px!important;
}
.loopSlider .ul .li{
    width: 300px;
}
}


/*■■　offer　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.f_contact_box {padding: 100px 0px;}
.f_contact_btn a {
    border-radius: 10px;
    font-size: 50px;
    padding: 50px 10px;
}
.f_contact_btn a .btn_txt2 {
    border-radius: 100px;
    background-color: rgba(152,203,237,0.6);
}
.f_contact_btn2 a {
    padding: 20px 0px;
    border-radius: 50px;
    transition: .3s;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur( 15px );
    background-color: rgba(255, 255, 255, 0.1);
}
.f_contact_btn2 a:hover {
    background-color: rgba(255, 255, 255, 0.85);
}
#offer .f_contact_btn2 svg {
    width: 20px;
    padding-right: 10px;
}
#offer .f_contact_btn2 a svg .cls-1 {
    fill: #fff;
    transition: .3s;
}
#offer .f_contact_btn2 a:hover svg .cls-1 {
    fill: var(--color1);
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
.f_contact_box {padding: 50px 0px;}
.f_contact_btn a {
    font-size: 35px;
    padding: 30px 10px;
}
#offer .f_contact_btn2 svg {
    width: 17px;
    padding-right: 5px;
}

}

/*■■　FAQ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.cms_5-f .cate:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 100%;
    top: 0;
    left: 1px;
    background-color: #ccc;
}
.cms_5-f .cate_box .box_item{
    display: none;
    border: none; 
}
.cms_5-f .cate_box .open_bt .box_title1{
    display: inline-block;
    position: relative;
    margin-left: 70px;
    letter-spacing: 1px;
    cursor: pointer;
}
.cms_5-f .cate_box .open_bt .box_title1::before{
    content: "Q.";
    position: absolute;
    left: -26px;
    top: -1px;
    color: #363636;
    display: inline-block;
    vertical-align: baseline;
}
.cms_5-f .cate_box .box_txt1{
    background-color: rgba(221, 221, 221, 0.3);
    padding-left: 34px;
}
.cms_5-f .cate_box .open_bt{
    position: relative;
    width: 100%;
    cursor: pointer;    
    padding: 3px 0;
}
.cms_5-f .cate_box .arrow{
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translate(0,-50%);
}
.cms_5-f .cate_box .open_bt .arrow::before,.cms_5-f .cate_box .open_bt .arrow::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #484848; 
}
.cms_5-f .cate_box .open_bt .arrow::before{
    top:48%;
    left: 15px;
    transform: rotate(180deg);    
    transition: all 0.5s;
}
.cms_5-f .cate_box .open_bt .arrow::after{    
    top:48%;
    left: 15px;
    transform: rotate(-90deg);
    transition: all 0.5s;
}
.cms_5-f .cate_box .open_bt .arrow.arrow_be::before{
    transform: rotate(0deg);
    transition: all 0.5s;
}
.cms_5-f .cate_box .open_bt .arrow.arrow_be::after{
    transform: rotate(0deg);
    transition: all 0.5s;
}
@media screen and (max-width: 667px){
    .cms_5-f .cate_box .open_bt {
        border-bottom: 1px solid #eee;
    }
    .cms_5-f .cate:before{display: none;}
    .cms_5-f .cate_box .box_item {
        padding-left: 0;
        padding-right: 0;
    }
    .cms_5-f .cate_box .box_txt1 {
        background-color: rgba(221, 221, 221, 0.3);
        padding-left: 20px;
    }
}


/*■■　footer　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* modal */
.modal_bt{
    cursor: pointer;
}
.modal_box{
    top: 0;
    left: 0;
    z-index: 10000;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}
.modal_box.active{
    opacity: 1;
    pointer-events: auto;
}
.modal_box::-webkit-scrollbar{
    display:none;
}
.modal_box .modal_bg{
    top: 0;
    left: 0;
}
.modal_box .modal_close{
    cursor: pointer;
    background-color: rgba(122, 122, 122, 0.4);
	margin-left: -40px;
	position: sticky;
	top: 0;
	width: 40px;
	height: 40px;
	z-index: 1;
}
.modal_box .modal_close::before, .modal_box .modal_close::after{
	position: absolute;
	content: "";
	width: 20px;
	height: 2px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #fff;
}
.modal_box .modal_close::before{
	transform: rotate(45deg);
}
.modal_box .modal_close::after{
	transform: rotate(-45deg);
}
.modal_item{
	max-width: 562.5px;
}
.modal_box .dupe_box:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}


