

/*/////////////////すべてのサイトにおける設定ここから/////////////////*/
* {
  margin: 0;
  padding: 0;
	}

body {
	color: #000;
	font-family: "游ゴシック体", YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-feature-settings: "palt" 1;
	}

body p {
	margin-bottom: 0;
	}


li {
	list-style-type: none;
	}

img {
	width:100%;
	margin: 0;
    padding: 0;
    vertical-align: bottom;
	display: block;
	}

a {
	text-decoration: none;
	}

h1,h2,h3,h4,h5 {
 	font-size:4.5vw;
	text-decoration:none;
	font-weight: normal;
	}

section {
	position: relative;
	}

@media screen and (min-width: 767px){
h1,h2,h3,h4,h5 {
	font-size:1.5vw;
	}
}


/*レスポンシブ*/
.forSp {
	display: none;
	}

.forPc {
	display: block;
	}

@media screen and (max-width: 767px){
.forSp {
	display: block;
	}
.forPc {
	display: none;
	}
	

}


/*フォントサイズ*/
body {
	font-size:1.1vw;
	line-height: 2.4vw;
	}

@media screen and (max-width: 767px){
body {
	font-size:3.5vw;
	line-height: 6vw;
	}
}




/*///////////////// header /////////////////*/

header {
	display: flex;
	position: fixed;
    z-index: 9000;
    /*background: #fff;*/
    width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.95vw;
	font-weight:900;
	letter-spacing: 0.1vw;
	background: #fff;
  	transition: all 0.5s ease;
	}

header a {
	color: #000;
	}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  transition: all 0.5s ease;
}

.hidden {
  background: none;
  transition: all 0.5s ease;
}

h1 {
	width: 6%;
    margin-left: 7.5%;
	padding-top: 0.5%;
	}

.header_menu_box {
	width: 50%;
	margin-left: 36.5%;
	}

.header_menu {
	display: flex;
	}

.header_menu ul {
	display: flex;
	width: 65%;
    justify-content: space-between;
	line-height: 3.5vw;
	}

.header_menu ul li {
	padding-top: 4.2%;
	}

.header_menu ul li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #000;
  text-decoration: none;
}

.header_menu ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}

.header_menu ul li a:hover:after {
  transform: translate(0, 0);
}

.apply_link {
	width: 27%;
	margin-left: 5%;
    background: #fff;
    text-align: center;
	line-height: 6vw;
	}

.apply_link a {
	display: block;
	color: #fff;
	}


/* 以下 下層ページheader共通 */

.page header a {
	color: #fff;
	}

.page .language_color a {
	color: #48dfff;
	}

.apply_link {
    background: #11B7DA;
	}

.page .apply_link a {
	color: #fff;
	}


 /* spハンバーガー */
.menu-trigger,
.menu-trigger span {
 	display: inline-block;
 	transition: all .4s;
 	box-sizing: border-box;
	}
	
.menu-trigger {
	position: fixed;
    top: 0;
    right: 0;
	width: 18vw;
    height: 18vw;
	z-index: 9999;
    /*background: rgb(0 0 0);
    border-radius: 100px;
    margin: 3%;*/
	}
	
a.menu-trigger:hover{
	background: rgba(0,0,0,0.0);
	}
	
.menu-trigger span {
	position: absolute;
    z-index: 9999;
	width: 36%;
    height: 2px;
	background-color: #000;
    transition: 0.7s;
	margin: 0 auto;
    right: 0;
    left: 0;
	}
	
.menu-trigger span:nth-of-type(1) {
 	top: 35%;
	}
	
.menu-trigger span:nth-of-type(2) {
	top: 49%;
	}
	
.menu-trigger span:nth-of-type(3) {
	top: 63%;
	}
	
.menu-trigger.active span:nth-of-type(1) {
 	-webkit-transform: translateY(15px) rotate(-45deg);
 	transform: translateY(12px) rotate(-45deg);	
	background-color: #000;
	}	
		
.menu-trigger.active span:nth-of-type(2) {
 	opacity: 0;
	}
	
.menu-trigger.active span:nth-of-type(3) {
 	-webkit-transform: translateY(-20px) rotate(45deg);
 	transform: translateY(-8px) rotate(45deg);
	background-color: #000;
	}
	
#overlay{
 	display: none;
	width: 70%;
	height:100%;
 	text-align: center;
 	position: fixed;
	top: 0;
    right: 0;
 	z-index: 1000;
 	background:  #fff;
	padding: 10%;
 	box-sizing: border-box;
	padding-top: 16%;
	}
	
#overlay ul{
 	padding-left: 0px;
	display: block;
	}
	
#overlay ul li{
    width: 100%;
 	padding-left: 0px;
 	list-style-type: none;
 	color: #000;
    padding-bottom: 10vw;
	}
	
#overlay ul li a{
 	color: #000;
 	text-decoration: none;
 	font-size: 3vw;
	letter-spacing: 0.3vw;
 	display: block;
	}

.language {
	width: 11%;
    background: #0c90af;
	color: #fff;
	justify-content: space-between;
	display: flex;
	padding: 2%;
	}

.language a {
	color: #fff;
	}

.language p {
	width: 40%;
	text-align: center;
	line-height: 4vw;
	}

.language_color a{
	color: #48dfff;
	}

.language_box .language {
	width: 100%;
}


@media screen and (max-width: 767px){
header {
	font-size: 3.5vw;
	/*background: #fff;*/
	padding-bottom: 2%;
	}	
	
h1 {
	width: 15%;
    margin-top: 5.5%;
    margin-left: 5.5%;
	}
	
.apply_link {
	line-height: 13vw;
	font-size: 3vw;
    letter-spacing: 0.3vw;
	width: 100%;
	}
	
	
/* 以下 下層ページheader共通 */

.page .menu-trigger span {
	background-color: #000;
	}
	
.language_box {
	margin-left: 45%;
    margin-top: 7%;
	}
	
.language_box .language {
	background: none;
	color: #989898;	
	font-size: 3.5vw;
	}
	
.language a {
	color: #989898;	
	}
	
.language_color a {
	color: #48dfff;
	}
	
.page header a {
	color: #989898;
	}

	
}








/*///////////////// 下層ページページタイトル /////////////////*/

.page_tit {
	padding-top: 10%;
	position: relative;
	}

.page_tit_box01 {
	background: #EFF3F6;
	width: 85%;
	padding-top: 5%;
    padding-bottom: 5%;
	}

.page_subtit_box {
	display: flex;
	}

.page_subtit_box hr {
	width: 13%;
	display: block;
  	height: 1px;
  	background-color: #11B7DA;
  	border: 0; 
	margin-top: 1.2%;
	}

.page_subtit {
	font-size: 1.2vw;
	font-weight:900;
	letter-spacing: 0.1vw;
	color: #11B7DA;
	margin-bottom: 4%;
	margin-left: 2%;
	}

.page_tit_txt01 {
	font-size: 3vw;
    letter-spacing: 0.2vw;
	margin-bottom: 3.2%;
	line-height: 4vw;
	}

.page_tit_box02 {
	margin-left: 15%;
	}

.page_tit_img {
	position: absolute;
	z-index: 100;
	width: 43%;
    right: 0;
    top: 39%;
	}


@media screen and (max-width: 767px){
.page_tit {
	padding-top: 20%;		
	}
	
.page_tit_box01 {
    padding-top: 9%;
    padding-bottom: 13%;
	width: 95%;
	}
		
.page_subtit {
	font-size: 3.2vw;
	margin-bottom: 7%;
	}
	
.page_subtit_box hr {
	margin-top: 3.4%;
	}
	
.page_tit_txt01 {
	font-size: 8.5vw;
    margin-bottom: 7%;
	line-height: 11vw;
	}
	
.page_tit_img {
	width: 80%;
    top: 96%;
	}
}








/*///////////////// top /////////////////*/

.fv {
	position: relative;
	}

.fv_object_01 {
	position: absolute;
	top: 0;
	z-index: 100;
	width: 45%;
	}

.fv_tit_box {
	background: #11b7da;
    color: #fff;
	padding-top: 8%;
    padding-bottom: 9%;
	margin-top: -13.8%;
	padding-left: 13%;
	}

.fv_tit {
	font-size: 3vw;
    font-weight: bold;
    line-height: 4vw;
    letter-spacing: 0.2vw;
	}

.fv_subtit {
	background: #000;
    width: 27%;
    text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
    letter-spacing: 0.1vw;
	margin-bottom: 3%;
	position: relative;
	z-index: 100;
	}


/* 以下fvループ設定 */
/* 1.親スタイルリセットとペース設定 ++++++++++ */
.slider-box p, .slider-box div, .loop-box ul, .loop-box li {
  box-sizing: border-box; 
	/*margin: 0 !important;*/
	padding: 0 !important;
}

/* 2.ベースBOXの設定 +++++++++++++++++++++ */
.slider-box {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%; /* 画面又は親要素に対するサイズ - 変更可 */
  /*background: #fff; /* 背景色 - 変更可・削除可 */
  /*border: solid 5px #ccc; /* 囲み線 - 変更可・削除可 */
  margin: 0 auto; /* Box外の余白 - 変更可 */
  padding: 10px 0 0; /* 上端からスライダーまでの距離 - 変更可・削除可 */
}

/* 3.チェックボックスを利用した停止・再生などの設定 +++++++++++++++++ */
.slider-check {
  display: none;
}
.slider-check:checked ~ .loop-box > .loop {
  animation-play-state: paused;
}
.slider-label {
  display: block;
  cursor: pointer;
  color: #fff; /* 文字色 - 変更可 */
  font-size: 24px; /* 文字サイズ - 変更可 */
  line-height: 2; /* ボタン部分の高さ - 変更可 */
  text-align: center;  
}
.slider-label::before {
  content: "\025a0  STOP"; /* 停止テキスト - 変更可 */
  } 
.slider-check:checked ~ div > .slider-label::before {
  content: "\025b6  MOVE"; /* 再生テキスト - 変更可 */
}

/* 4.スライダー本体とアニメーションの基本設定 ++++++++++++++ */
.loop-box{
  position: relative;
  width: 100%;
  overflow: hidden; 
}
.loop-box, .loop-box ul {
  height: 40vw; /* スライダーの高さ - 変更注意 */
}
.loop-box ul {
  position: absolute; 
  left: 0; 
  top: 2%;
  display: flex; 
  justify-content: space-between;
  /*background: #fff; /* スライダーの背景色 - 変更可 */
  list-style: none;
  max-width: 10000%; 
  min-width: 100%;
  width: calc(43% * 1.5 * 3); /* 画像の横幅×枚数 - 変更注意・変更可・変更注意 */
  animation: 200s linear infinite; /* アニメーション設定 - 変更可 */
}
.loop-box li {
  display: flex;
  align-items: center; 
  justify-content: center;
  /*color: #fff;*/
  width: calc(100% / 3); /* li の幅を均等にする - 削除可・変更注意 */
	margin-left: 0.8%;
}
.loop-box img {
  height: auto;
  width: 100%;
}

/* 5.アニメーション個別設定 ++++++++++ */
.loop-box ul.loop1 {
  animation-name: loop1;
	filter: drop-shadow(13px 13px 10px #00000047);
}
.loop-box ul.loop2 {
  animation-name: loop2;
	filter: drop-shadow(13px 13px 10px #00000047);
}
@keyframes loop1 {
  0% {transform: translateX(0); }
  49.99999% {transform: translateX(-100%); }
  50% {transform: translateX(100%); }
}
@keyframes loop2 {
  0% {transform: translateX(100%); }
  100%{transform: translateX(-100%); }
}


.news {
	background: #EFF3F6;
    width: 65%;
    margin: 0 auto;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 8%;
    padding-left: 8%;
	display: flex;
	position: relative;
    z-index: 1000;
    margin-top: -4%;
	}

h2 {
	color: #11B7DA;
	font-size: 1.8vw;
    font-weight: 800;
    width: 25%;
	}

.news_box {
	width: 75%;
	}

.news_box ul li {
	padding-bottom: 2.5%;
	padding-top: 2.5%;
    display: flex;
    border-bottom: solid 1px #B3B3B3;
	}

.news_box ul li:first-child {
	padding-top: 0%;
	}

.news_box ul li:last-child {
    border-bottom: none;
	padding-bottom: 0;
	}

.news_date {
	color: #B3B3B3;
	width: 20%;
	}

.top_program {
	margin-top: 4.8%;
	background: #EFF3F6;
	padding-top: 7%;
    padding-bottom: 7%;
	}

.top_contents {
	/*width: 85%;*/
	position: relative;
	}

.top_contents_subtit_box {
	display: flex;
	}

.top_contents_subtit_box hr {
	width: 13%;
	display: block;
  	height: 1px;
  	background-color: #11B7DA;
  	border: 0; 
	margin-top: 1.2%;
	}

.top_contents_subtit {
	font-size: 1.2vw;
	font-weight:900;
	letter-spacing: 0.1vw;
	color: #11B7DA;
	margin-bottom: 4%;
	margin-left: 2%;
	}

.top_contents_tit_txt01 {
	font-size: 3.5vw;
    letter-spacing: 0.2vw;
	margin-bottom: 3.2%;
	line-height: 4.5vw;
	}

.top_contents_box {
	margin-left: 15%;
	}

.top_contents_box_txt {
	text-align: center;
	color: #fff;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
	padding-top: 4%;
	}

.top_contents_img {
	width: 43%;
    position: absolute;
    top: -6%;
    right: 0;
	}

.read-more_bt {
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 1vw;
    font-weight: 900;
    letter-spacing: 0.1vw;
	font-style: italic;
	margin-left: 15%;
	margin-top: 7%;
	}

.read-more_bt a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #11B7DA;
  text-decoration: none;
}

.read-more_bt a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #11B7DA;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}

.read-more_bt a:hover:after {
  transform: translate(0, 0);
}

.top_about {
	/*background: #EFF3F6;*/
	/*padding-top: 7%;*/
	/*padding-bottom: 5%;*/
	margin-top: 10%;
	}

.top_about .top_contents_img {
	top: -17%;
    width: 60%;
	}

.top_faq {
	margin-top: 10%;
	}

.top_faq_list {
	width: 80%;
	}

.top_faq_list li {
	background: #EFF3F6;
	margin-bottom: 1%;
	padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 5%;
	}

.top_faq_list_txt01 {
	color: #11B7DA;
	font-size: 1.5vw;
	}

.top_faq_list_txt02 {
	line-height: 2vw;
    margin-top: 0.8%;	
	}

.top_faq_list .faq_list03 {
	padding-top: 3.5%;
    padding-bottom: 3.5%;
	}

.top_portfolio {
	margin-top: 10%;
	}

/* カルーセル */
/*カルーセル下のドット*/
.slick-dots li button:before {
	font-size:5vw;
}
/*やじるし*/
.slider {
	position:relative;
}
/*左*/
.prev {
	position: absolute;
	top: 105%;
    left: 77vw;
    font-size: 2vw;
    z-index: 2;
    display: block;
	color: #000;
}
/*右*/
.next {
	position: absolute;
	top: 105%;
    right: 10vw;
    font-size: 2vw;
	z-index: 2;
    display: block;
	color: #000;
}
@media screen and (max-width:767px) {
/*カルーセル下のドット*/
.slick-dots li button:before {
	font-size:13vw;
}
/*やじるし左右*/
.prev,.next {
	font-size:6vw;
	top: 92.5%
}
}

.company {
	background: #eff3f6;
	/*margin-right: 2%;*/
	margin: 0.8%;
	padding: 1%;
	}

.company_logo {
	width: 80%;
	margin: 0 auto;
	}

.company_name {
	text-align: center;
	/*font-weight: bold;*/
	margin-top: 5%;
	font-size: 1.3vw;
	}

.company_txt {
	text-align: center;
	line-height: 2vw;
	margin-top: 2%;
	}

.company_bg {
	background: #11b7da;
	height: 18vw;
	/*margin-top: -17%;*/
	}

.top_portfolio .prev {
	top: 103%;
    left: 72vw;
	}

.top_portfolio .next {
	top: 103%;
    right: 6vw;
	}

.top_portfolio .read-more_bt {
	background: #fff;
	margin-top: -5%;
    width: 20%;
    padding-left: 2%;
    padding-top: 3%;
	position: relative;
    z-index: 1000;
	}

.apply_induction {
	padding-top: 13%;
	margin-top: -4%;
	}

.apply_induction .top_contents_subtit {
	text-align: center;
	margin-bottom: 4%;
	margin-left: 0%;
	}

.apply_induction_txt {
	font-size: 3.3vw;
    letter-spacing: 0.1vw;
	text-align: center;
	}

.apply_induction .read-more_bt {
	background: #11b7da;
	width: 15%;
	margin: 0 auto;
	padding: 2%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	margin-top: 3%;
	}

.apply_induction .read-more_bt a {
	color: #fff;
    display: block;
    /* padding: 8%; */
    line-height: 5vw;
	}

.apply_induction .read-more_bt a:after {
	background-color: #fff;
	bottom: 25%;
	}

.apply_induction_line a {
  display: inline-block;
  position: absolute;
	margin: 0 auto;
  right: 0;
	left: 0;
	top: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.apply_induction_line a::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000;
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}


/*.apply_induction {
	padding-top: 13%;
	margin-top: -4%;
	}

.apply_induction .top_contents_subtit {
	text-align: center;
	margin-bottom: 4%;
	margin-left: 0%;
	}

.apply_induction_txt {
	font-size: 3.3vw;
    letter-spacing: 0.1vw;
	text-align: center;
	}

/*.apply_induction .read-more_bt {
	background: #11b7da;
	width: 10%;
	margin: 0 auto;
	/*padding: 2%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 2%
	}

.apply_induction .read-more_bt a {
	color: #fff;
	}

.apply_induction .read-more_bt a:after {
	background-color: #fff;
	}

.appply_link_bt {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	margin-top: 3%;
	}

.appply_link_bt a {
	background: #11b7da;
	padding-bottom: 5%;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 1vw;
    font-weight: 900;
    letter-spacing: 0.1vw;
    font-style: italic;
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 3%;
	}

.appply_link_bt a span {
	border-bottom: 5px solid #fff;
	padding-bottom: 1%;
	}

.apply_induction_line a {
  display: inline-block;
  position: absolute;
margin: 0 auto;
  right: 0;
	left: 0;
	top: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.apply_induction_line a::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000;
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
*/
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


@media screen and (max-width: 767px){
	.loop-box ul {
	width: calc(50% * 1.5 * 3);
	}
	
	.loop-box, .loop-box ul {
	height: 140vw;
	}
	
	.loop-box {
	margin-top: 2%;
	}
	
	.loop-box li {
	margin-left: 1.3%;	
	}
	
	.fv_object_01 {
	width: 70%;	
	}
	
	.fv_subtit {
	width: 60%;
	margin-bottom: 4%;
	}
	
	.fv_tit {
	font-size: 5.5vw;
    line-height: 10.1vw;
	}
	
	.fv_tit_box {
	padding-left: 9%;
	padding-top: 48.5%;
 	padding-bottom: 15%;
    margin-top: -60%;
	}
	
	.read-more_bt {
	 /*height: 3px;
	background-color: #11B7DA;*/
	font-size: 3.3vw;
	}
	
	.read-more_bt a:after {
	transform: none;
	height: 3px;
	}
	
	.top_portfolio .read-more_bt {
	width: 40%;
	padding-left: 5%;
	}
	
	.news {
	display: block;
	padding-top: 7%;
    padding-bottom: 7%;
	margin-top: -6%;
	width: 70%;
	}	
	
	h2 {
	font-size: 5.5vw;
    width: 100%;	
	}
	
	.news_box {
	width: 100%;
	margin-top: 6%;
	}
	
	.news_box ul li {
	padding-bottom: 5.5%;
    padding-top: 5.5%;
	}
	
	.news_date {
	margin-right: 5%;
	width: 20%;
    font-size: 3vw;
	}
	
	.nees_txt {
		width: 80%;
	}
	
.top_program {
	margin-top: 10%;		
	padding-top: 0%;
	}
	
.top_program .top_contents {
	padding-top: 28%;	
	}

	
.top_contents {
    padding-top: 45%;
    padding-bottom: 11%;
	}
		
.top_contents_subtit {
	font-size: 3.2vw;
	margin-bottom: 7%;
	margin-left: 5%;
	}
	
.top_contents_subtit_box hr {
	width: 20%;
	margin-top: 4%;
	}
	
.top_contents_subtit_box {
	background: #EFF3F6;
    z-index: 100;
    position: relative;
    padding-top: 4%;
    width: 60%;
	}
	
.top_contents_tit_txt01 {
	font-size: 9vw;
    margin-bottom: 9.2%;
	line-height: 11vw;
	}
	
.top_about .top_contents_img {
	width: 100%;
	top: 0;
	}
	
.top_about {
	padding-top: 0;
	}
	
.top_about .top_contents_subtit_box {
	background: #fff;
	}
	
.top_portfolio .top_contents {
	padding-top: 0;
	}
	
.page_tit_img {
	width: 92%;
    top: 96%;
	}
	
.top_portfolio .next{
	top: 104.5%;
	right: 7vw;
	}
	
.top_portfolio .prev {
	top: 104.5%;
	left: 51vw;
	}
	
.company {
	width: 100%;
	margin: 0.3%;
	}
	
.company_logo {
	width: 65%;
	}
	
.company_name {
	font-size: 3.5vw;	
	margin-top: 9%;
	}	
	
.company_txt {
	font-size: 3.2vw;
	line-height: 5vw;
	}
	
.top_portfolio .top_contents_subtit_box {
	background: #fff;
	}
	
.top_contents_box_txt {	
    font-size: 4.5vw;
	padding-top: 9%;
	}
	
.company_bg {
	height: 30vw;
    margin-top: 0%;
	}
	
.apply_induction {
	padding-top: 40%;
	}
	
.apply_induction_txt {
	font-size: 8vw;
	}
	
.apply_induction .top_contents_subtit {
	margin-bottom: 5%;
	}
	
.apply_induction .read-more_bt {
	width: 40%;
    padding: 4%;
    padding-top: 2%;
    padding-bottom: 2%;
	margin-top: 7%;
	}
	
.top_contents_img {
	width: 95%;
	z-index: 1;
	}
	
.apply_induction .read-more_bt a {
	line-height: 11vw;
	bottom: 21%;
	}
	
}






/*///////////////// about /////////////////*/

.page_txt_box {
	margin-left: 15%;
	padding-top: 5%;
	margin-bottom: 11%;
}

.about_utec_box .page_tit_txt03 {
	margin-left: 15%;
	font-size: 3vw;
    letter-spacing: 0.2vw;
	margin-bottom: 3.2%;
	line-height: 4vw;
	color: #11B7DA;
}

.about_txt_contents {
	width: 85%;
}

.about_utec_contents {
	width: 85%;
	margin-top: 10%;
}

.about_utec .page_tit_txt02 {
	margin-left: 15%;
}

.about_utec .page_tit_box01 {
	width: 100%;
}

.about_utec .page_tit_img {
	top: 25%;
}

.about_utec_img {
	height: 26vw;
	object-fit: cover;
}

.about .page_txt_box {
	margin-bottom: 3%;
}

.about_movie {
	width: 75%;
    margin-left: 12.5%;
    margin-top: 7%;
	}


@media screen and (max-width: 767px){
	.about_txt {
		margin-top: 42vw;
		margin-bottom: 10vw;
	}

	.about_utec_contents {
		width: 90%;
		margin-top: 18%;
	}

	.about_utec_box .page_tit_txt03 {
		font-size: 7.5vw;
		margin-bottom: 7%;
    	/*line-height: 11vw;*/
	}

	.about_utec .page_tit_img {
		top: 90%;
	}

	.about_utec .page_tit_txt02 {
		/*padding-top: 62vw;*/
		width: 72vw;
		font-size: 3.5vw;
	}

	.page_tit_txt02 {
		font-size: 3.5vw;
	}

	.about_utec {
		margin-bottom: 15vw;
	}
	
	.about_utec .page_tit_box01 {
	padding-bottom: 20%;
	}
	
	.about_txt_contents .page_tit_txt01 {
	font-size: 7.5vw;
    margin-bottom: 7%;
	line-height: 6vw;
	}
	
	.about .page_txt_box {
	margin-bottom: 10%;
	padding-top: 18%;
	}
	
	.about_movie {
		margin-top: 0;
	}
}








/*///////////////// program /////////////////*/

.program .page_tit_txt02 {
	width: 90%;
	}

.program_outline {
	width: 75%;
	margin-top: 8vw;
	}

.program .page_tit_img {
	top: 33%;
	}

h3 {
	font-size: 3vw;
	margin-bottom: 2.3%;
	}

.program_outline_category {
	margin-top: 7%;
	}

.program_outline_category li {
	display: flex;
	border-bottom: 1px solid #808080;
	padding-bottom: 5%;
	padding-top: 5%;
	}

.program_outline_category li:last-child {
	border-bottom: none;
	}

.program_outline_category_tit {
	color: #11b7da;
	width: 24%;
    font-size: 2.4vw;
    font-weight: 900;
	}

.program_outline_category_box {
	width: 70%;
	}

.program_outline_category_box span {
	color: #fff;
	background: #11b7da;
	padding: 1%;
	}

.program_outline_category li .read-more_bt {
	margin-left: 0;	
	}

.program_support {
	background: #eff3f6;
	padding-top: 5%;	
	padding-bottom: 5%;
	position: relative;
	margin-top: 7%;
	}

.program_support_img {
	position: absolute;
	width: 40%;
	top: 0;
	right: 0;
	z-index: 10;
	}

.program_support_tit {
	width: 75%;
	margin: 0 auto;
	font-size: 2.2vw;
    letter-spacing: 0.1vw;
    margin-bottom: 2%;
	position: relative;
	z-index: 20
	}

.program_support_subtit {
	width: 75%;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	}

.program_support_box {
	background: #fff;
    width: 75%;
    margin: 0 auto;
	padding-top: 3%;
	padding-bottom: 5%;
	margin-top: 2.8%;
	position: relative;
	z-index: 500;
	}

.program_support_box_tit {
    width: 85%;
    margin: 0 auto;
    padding-top:6%;
	color: #11b7da;
    font-size: 1.5vw;
    font-weight: bold;
	}

.program_support_box_tit:first-child {
    padding-top: 0%;
	}

.program_support_box ul {
	background: #fff;
    width: 85%;
    margin: 0 auto;
    padding-top: 2%;
	}

.program_support_box ul li {
	display: flex;
	justify-content: space-between;
	background: #eff3f6;
	padding: 6%;
	padding-top: 3%;
    padding-bottom: 3%;
	margin-bottom: 1%;
	}

.program_support_no {
	width: 1.5%;
	}

.program_support_box_txt {
	width: 95%;
	line-height: 1.5vw;
	}

.program_support_no_margin {
	margin-top: 2%;
	}

.program_support_no_line-height {
	line-height: 2vw;
	font-size: 1vw;
	}

.program_category {
	margin-top: 10%;
	}

/* タブ切り替え */

/*タブ切り替え全体のスタイル*/
.tabs {
  /*margin-top: 10%;*/
  padding-bottom: 40px;
  background-color: #fff;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  /*border: #ccc solid 0.1vw;*/
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/5);
  height: 5vw;
  /*border-bottom: 0.3vw solid #5ab4bd;*/
  background-color: #eff3f6;
  line-height: 5vw;
  font-size: 1.5vw;
  text-align: center;
  color: #11b7da;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-left: 12.5%;
}

.tab_item_margin {
	margin-left: 0.8%;
	}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
.program input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  /*padding: 40px 40px 0;*/
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content,
#austlalia:checked ~ #austlalia_content,
#nzland:checked ~ #nzland_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #11b7da;
  color: #fff;
}
@media screen and (max-width:767px) {
/*タブのスタイル*/
.tab_item {
	height: 10vw;
    line-height: 7vw;
    padding-top: 3vw;
    width: calc(80%/2);
    font-size: 4.5vw;
	margin-left: 9.5%;	
	}
	
.tab_item_margin {
	margin-left: 1%;
	}	
/*タブ切り替えの中身のスタイル*/
.tab_content {
  /*padding: 5vw;
  padding-top: 10vw;*/
	
}
}

.equity-Track_box {
	background: #11b7da;
	}

#equity_link {
	display: block;
    padding-top: 70px;
    margin-top: -70px;
	}

.target-company {
	width: 75%;
    margin: 0 auto;
    color: #fff;
    padding-top: 5%;
	}

.target-company_tit {
	font-size: 2.2vw;
    letter-spacing: 0.1vw;
	}

.target-company ul {
	width: 85%;
	margin-top: 2%;
	}

.target-company li {
	display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 6%;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-bottom: 1%;
	color: #000;
	}

.process {
	background: #fff;
	margin-top: 4%;
	padding-top: 5%;
	padding-bottom: 5%;
	width: 95%;
	}

.process_tit {
	font-size: 2.2vw;
    letter-spacing: 0.1vw;
	width: 75%;
    margin: 0 auto;
	margin-bottom: 3%;
	}

.process_object {
	width: 50%;
	margin-left: 12.5%;
	}

.process ul {
	display: flex;
	width: 75%;
    margin: 0 auto;
	margin-top: 1.5%;
	}

.process ul li {
	width: 33%;
	}

.process_no {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	letter-spacing: 0.1vw;
	}

.process_no span {
	font-size: 1.5vw;
	}

.process_txt_grant-track {
	padding-left: 12.5%;
	}

.conditions {
	background: #fff;
	color: #fff;
	}

.conditions_box {
	background: #11b7da;
	margin-left: 10%;
	display: flex;
	padding-top: 4%;
	padding-bottom: 4%;
	padding-left: 8%;
	}

.conditions_tit {
	font-size: 2.2vw;
    letter-spacing: 0.1vw;
	width: 19%;
	}

.conditions_txt {
	width: 75%;
	}

.conditions_txt a {
	border-bottom: solid 1px #fff;
	color: #fff;
	}

.application-materials {
	background: #fff;
	padding-top: 10%;
    padding-left: 12.5%;
	}

.application-materials_tit {
	font-size: 2.2vw;
    letter-spacing: 0.1vw;
	margin-bottom: 1.5%;
	}

.application-materials_txt a {
	color: #11b7da;
	border-bottom: 1px solid #11b7da;
	}

.support-outline {
	background: #fff;
	padding-top: 6%;
    padding-left: 12.5%;
	}

.support-outline_tit {
	font-size: 2.2vw;
    letter-spacing: 0.1vw;
	margin-bottom: 3%;
	}

.support-outline_tit span {
	font-size: 1.5vw;
	}

.psupport-outline ul {
	background: #fff;
    width: 85%;
    margin: 0 auto;
    padding-top: 2%;
	}

.support-outline ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.3%;
	width: 70%;
	}

.support-outline_no {
	width: 5%;
	margin-right: 1%;
	}

.support-outline_txt {
	line-height: 2.5vw;
	border-bottom: 1px solid #666666;
	width: 93%;
	}

.support-outline_point {
	font-size: 1vw;
	margin-top: 4%;
	}

@media screen and (max-width: 767px){
.program .page_tit_img {
	width: 92%;
	top: 94%;
	}
	
.program_outline {
	margin-top: 60vw;
	}
	
h3 {
	font-size: 7.5vw;
    margin-bottom: 7%;
	}
	
.program_outline_category li {
	display: block;
	padding-bottom: 10%;
    padding-top: 20%;
	}
	
.program_outline_category_tit {
	width: 100%;
	font-size: 6.5vw;
	margin-bottom: 4%;
	}
	
.program_outline_category_box span {
	font-size: 3vw;
	}
	
.program_support {
	padding-top: 10%;
	}
	
.program_support_tit {
	font-size: 6.5vw;
	margin-bottom: 4%;
	}
	
.program_support_box {
	width: 85%;
	padding-top: 5%;
	margin-top: 4.8%;
	padding-bottom: 4%;
	}
	
.program_support_box ul {
	width: 90%;
	}
	
.program_support_box_tit {
	font-size: 4vw;	
	padding-top: 9%;
	}
	
.program_support_no {
	width: 4%;
	padding-top: 5%;
	}
	
.program_support_box_txt {
	line-height: 5.5vw;
	width: 90%;
	font-size: 3.2vw;
	}
	
.program_support_img {
	width: 70%;
	opacity: 0.7;
	}
	
.target-company_tit {
	font-size: 5vw;
	}
	
.target-company {
	width: 85%;
	padding-top: 10%;
	}
	
.target-company ul {
	width: 100%;
	}
	
.program_support_no {
	padding-top: 7%;
	}
	
.process {
	width: 92.5%;
	padding-top: 10%;
    padding-bottom: 6%;
	position: relative;
	}
	
.process_tit {
	font-size: 5vw;
	margin-bottom: 5%;
	}
	
.process_object {
	margin-left: 0;
	transform: rotate(90deg);
	position: absolute;
	left: -12%;
    top: 48%;
    width: 54.5%;
	}
	
.process ul {
	display: block;
	margin-left: 23%;
	width: 100%;
	}
	
.process ul li {
	width: 100%;
	margin-bottom: 7%;
	}	
	
.process_no span {
	font-size: 4.5vw;
	}
	
.conditions_box {
	display: block;
	padding-top: 10%;
    padding-bottom: 9%;
	}
	
.conditions_tit {
	font-size: 5vw;
	width: 100%;
	margin-bottom: 5%;
	}
	
.conditions_txt {
	width: 90%;
	}
		
.application-materials_tit {
	font-size: 5vw;
	margin-bottom: 5%;
	}
	
.support-outline_tit {
	font-size: 5vw;
	margin-bottom: 5%;
	}
	
.support-outline_tit span {
	font-size: 3.5vw;
	}
	
.support-outline {
	padding-top: 12%;
	}
	
.support-outline ul li {
	width: 85%;
	margin-bottom: 6%;
	}
	
.support-outline_no {
    width: 10%;
    margin-right: 4%;
	}
	
.support-outline_txt {
	line-height: 5.5vw;
	width: 86%;
	padding-bottom: 4%;
	}
	
.support-outline_point {
	font-size: 3.1vw;
	line-height: 5vw;
	}
	
.grant-track_box .program_support_no {
	padding-top: 4%;
	}
	
.program_outline_category_box {
	width: 100%;
	}
}


/* 21.06.11 追記 */
/*.grant-track_box .process {
	margin-top: 0;
	padding-top: 8%;
	}

.grant-track_box .process_object {
	width: 63%;
	}

.grant-track_box .process ul {
	width: 84%;
    margin-left: 12.5%;
	}*/

.application-materials {
	margin-top: 4%;
	padding-top: 5%;
	/*width: 95%;*/
	}

.application-materials article {
	width: 75%;
    margin: 0 auto;
	}

.application-materials_box {
	width: 90.5%;
	margin-top: 1.5%;
	}

.application-materials_box li {
	display: flex;
    justify-content: space-between;
	background: #eff3f6;
	padding: 6%;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-bottom: 1%;
	}

.application-materials_point {
	margin-top: 3%;
	}

.application-materials_point_box {
	background: #eff3f6;
    padding: 6%;
    padding-top: 1%;
    padding-bottom: 1%;
	width: 78.5%;
	margin-top: 1%;
	}

.obligation_tit {
	font-size: 2.2vw;
    letter-spacing: 0.1vw;
    width: 19%;
	line-height: 3.2vw;
	}

.program_contents01 {
    padding-top: 1%;
    width: 95%;
    padding-left: 0%;
	background: #fff;
	padding-bottom: 4%;
	}

.program_contents01_box {
	width: 75%;
    margin: 0 auto;
	display: flex;
	border-bottom: solid 1px #000;
    padding-bottom: 3%;
	padding-top: 3%;
	}

.program_contents01_box:last-child {
	border-bottom: none;
	}

.program_contents_tit {
	font-size: 2.2vw;
    letter-spacing: 0.1vw;
    width: 25%;
	line-height: 3.2vw;
	}

.program_contents01_box .program_contents_tit {
	width: 30%;
	}

.program_contents01_box .program_contents_txt {
	width: 70%;
	}

.program_contents02 {
	background: #fff;
	}

.program_contents02 article {
	background: #11b7da;
    margin-left: 10%;
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 8%;
	color: #fff;
	}

.obligation {
	display: flex;
	border-bottom: solid 1px #fff;
    padding-bottom: 3%;
	width: 90%;
	}

.pitch-material {
	display: flex;
	padding-top: 3%;
	width: 90%;
	}

.color_point {
	background: #eff3f6;
	padding: 1%;
	}














/*///////////////// portfolio /////////////////*/

.portfolio_txt {
	text-align: center;
    margin-top: 10%;
    font-size: 1.5vw;
	}


.Equity_Track_box {
	/*padding: 5% 0;*/
	margin: 0 auto;
	margin-left: 15%;
	margin-top: 8vw;
}

.Equity_Track_wrapper {
	width: 85%;
}

.Equity_Track_contents .page_tit_txt03 {
	font-size: 3vw;
    letter-spacing: 0.2vw;
	margin-bottom: 3.2%;
	line-height: 4vw;
	color: #11B7DA;
}

.Equity_Track_group {
	margin: 0 auto;
	margin-bottom: 8vw;
}

.Equity_Track_list {
	display: flex;
	justify-content: space-between;
}

.Equity_Track_list_top {
	margin-bottom: 3%;
}

.Equity_Track_card {
	width: 22vw;
	text-align: left;
	border: #d2d2d2 1px solid;
}

.Equity_Track_card_box {
	padding: 2.5vw;
	font-size: 1.2vw;
}


/*.box {
	width        : auto;
	height       : 100px;
	background   : #fff;
  }*/

.card_Company_Name {
	margin-top: 2vw;
	border-bottom: #11B7DA 1px solid;
	padding: 0 0 1vw 0;
	font-weight: bold;
	font-size: 1.5vw;
	margin-bottom: 3%;
}

.card_heading {
	/*font-size: 1.5vw;*/
	color: #11B7DA;
	line-height: 1.5;
	padding-top: 7%;
}

.Equity_Track_card_box img {
    object-fit: contain;
    width: 100%;
    height: 15vw;
}



@media screen and (max-width: 767px){
	.portfolio_txt {
	margin-top: 15%;
    font-size: 3.5vw;
	}
	
	.Equity_Track_box {
	margin-top: 15vw;
	}
	
	.Equity_Track_contents .page_tit_txt03 {
		font-size: 7.5vw;
		margin-bottom: 7%;
    	line-height: 6vw;
	}

	.Equity_Track_group {
		margin-bottom: 0;
	}

	.Equity_Track_list {
		flex-direction: column;
	}

	.Equity_Track_card_box {
		padding: 8vw;
	}

	.Equity_Track_card {
		width: 100%;
		margin-bottom: 4vw;
	}

	.Equity_Track_card p {
		font-size: 4vw;
	}

	.Equity_Track_list_top {
		margin-bottom: 0;
	}

	.card_Company_Name {
		margin-top: 5vw;
	}
	.Equity_Track_card_box img {
    object-fit: contain;
    width: 100%;
    height: 15vw;
    height: 45vw;
}
}






/*///////////////// team /////////////////*/

.team_img_1 {
	object-fit: cover;
	width: 45vw;
	height: 25vw;
}

.team_top .page_tit_img {
	width: auto;
}

.utec_team_box {
	margin: 10vw auto;
}

.utec_team_block {
	width: 85%;
}

.utec_team_block .page_tit_txt03 {
	margin-left: 15%;
	font-size: 3vw;
    letter-spacing: 0.2vw;
	margin-bottom: 3.2%;
	line-height: 4vw;
	color: #11B7DA;
}

.ufp_team_box .page_tit_txt03 {
	margin-left: 15%;
	font-size: 3vw;
    letter-spacing: 0.2vw;
	margin-bottom: 3.2%;
	line-height: 4vw;
	color: #11B7DA;
}

.utec_team_img_block {
	text-align: center;
	margin: 0 auto;
}

.utec_team_img_block .team_img_2 {
	text-align: center;
	object-fit: cover;
	width: 75vw;
	margin-left: 15%;
	margin-bottom: 3vw;
}

.btn_utec_hp {
	display: inline-block;
	background-color: #11B7DA;
	width: 20vw;
	height: 5vw;
	text-align: center;
	margin: 0 auto;
	margin-left: 15%;
	line-height: 5vw;
	color: #EFF3F6;
	font-size: 1.5vw;
}

.ufp_team_block {
	width: 85%;
	margin: 15vw 0;
}

.ufp_team_card {
	width: 30%;
	text-align: left;
	margin-right: 5%;
}

.ufp_team_card:last-child {
	margin-right: 0;
	}

.ufp_team_list {
	margin-left: 15%;
	display: flex;
	/*justify-content: space-between;*/
	width: 90%;
}

.ufp_team_list:not(:first-of-type) {
	margin-top: 5vw;
}

.ufp_team_name_heading {
	font-weight: bold;
	font-size: 1.5vw;
	padding-top: 2vw;
	margin-bottom: 2%;
}

.card_txt {
	font-weight: 500;
	line-height: 2vw;
	/*font-size: 1.1vw;*/
	color: #000;
}

.box2 {
	/*width        : auto;
	height       : 150px;*/
	background   : #eff3f6;
  }

.sns_btn_block {
	margin-top: 3vw;
	display: none;
}  

.sns_btn {
	width: 2.8vw;
}  

.sns_btn_space {
	margin-right: 1vw;
}


@media screen and (max-width: 767px){
	.team_img_1 {
	height: 40vw;
    position: relative;
    top: -6vw;
    width: 92vw;
	}

	.utec_team_block {
		margin-top: 55vw;
	}

	.utec_team_box {
		margin-bottom: 15vw;
	}


	.page_tit_txt03 {
		font-size: 5vw;
		margin-bottom: 6%;
	}

	.btn_utec_hp {
		width: 40vw;
		height: 10vw;
		line-height: 10vw;
		font-size: 3.5vw;
	}

	.ufp_team_block {
		margin-top: 30vw;
	}

	.ufp_team_list {
		display: block;
	}

	.ufp_team_card {
		width: auto;
		margin-bottom: 10vw;
	}

	.ufp_team_name_heading {
		font-size: 4vw;
		padding-top: 4vw;
	}

	.sns_btn {
		width: 10vw;
	}

	.sns_btn_space {
		margin-right: 3vw;
	}

	.ufp_team_list_block {
		margin-bottom: 20vw	
	}

	.utec_team_block .page_tit_txt03{
		font-size: 7.5vw;
		margin-bottom: 7%;
	}

	.ufp_team_box .page_tit_txt03 {
		font-size: 7.5vw;
		margin-bottom: 7%;
	}
	
	.card_txt {
		font-size: 3.5vw;
		line-height: 6vw;
	}

}


/*///////////////// apply /////////////////*/


.apply .formtab {
	width: 72.5%;
    margin-left: 12.5%;
	display: flex;
    flex-wrap: wrap;
	margin-top: 9vw;
}
.apply .leftbox {
	width: 49.8%;
    /* padding-right: 9%; */
    border-right: 1px solid #a5a5a5;
    text-align: center;
    /* box-sizing: border-box; */
}
.apply .leftbox div {
	padding-right: 10%;
}
.apply .rightbox {
	width: 50%;
    /* padding-left: 10%; */
    /* border-right: 0.1vw solid #000; */
    text-align: center;
    box-sizing: border-box;
}
.apply .rightbox div {
	padding-left: 10%;
}
.formtabbtn {
	background: #11b7da;
    line-height: 3.5vw;
    color: #fff;
}


.apply .leftbox a {
	color: #11b7da;
    border-bottom: solid 1px #11b7da;
	}

.apply .formTable {
	width: 100%;
}
.apply .formTable th {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: start;
	line-height: 2.5vw;
}
.apply .formTable tr {
	line-height: 5vw;
	vertical-align: initial;
}
.link_file {
	line-height: 2.5vw;
}
.apply .formTable td {
	 width: 70%;
}

.apply .formTable a {
	color: #11b7da;
    border-bottom: 1px solid #11b7da;
	}

.apply .mast {
	background: #11b7da;
    color: #fff;
    border-radius: 2vw;
    width: 20%;
    font-size: 0.8vw;
    margin-right: 3%;
	padding: 0 0.5vw;
}
.apply .nomast {
	padding-left: 23%;
}
.apply .link_file {
	line-height: 2vw;
    padding-bottom: 3vw;
    padding-top: 3vw;
}

.apply #policy {
	margin-top: 9vw;
}
.consent {
	text-align: center;
    margin: 3vw 0 3vw 0;
}
.apply .policybox {
	height: 20vw;
    overflow: auto;
    padding: 2%;
    border: 1px solid #c0c0c0;
    background-color: #fff;
}

.apply input[type="checkbox"], input[type="radio"] {
	display: inline-block;
	margin-right: 0.4vw;
	transform: scale(1.3);
	vertical-align: -0.05vw;
}
.apply .apheight {
	 margin-bottom: 2vw;
}
.apminitxt {
	font-size: 0.8vw;
	    font-weight: normal;
}
.applycheckCON {
	/*display: flex;*/
}
.applycheckreason {
	margin-right: 2vw;
}

.applycheckreason {
    margin-right: 2vw;
}

.consent .mast {
	display: inline-block;
	width: 6%;
	margin-left: 1vw;
}
.apply .Fbtn {
	width: 30%;
    line-height: 5vw;
}

.apply .btnoff {
	background: #cccc;
}


/*0614吉田追記*/

.apply .tab_item {
	width: calc(100%/3);
	height: 4vw;
	line-height: 4vw;
    font-size: 1.1vw;
}
.apply .tabs {
	position: relative;
	margin-top: 9vw;
}
.apply .formdltxt01 {
	position: absolute;
	top: 5vw;
	left: 16vw;
	z-index: 1;
}

.formdltxt01 a {
	color: #11b7da;
	border-bottom: 1px solid #11b7da;
	}

.formdltxt02 a {
	color: #11b7da;
	border-bottom: 1px solid #11b7da;
	}

.apply .formdltxt02 {
	position: absolute;
	top: 5vw;
    right: 19vw;
		z-index: 1;
}
.apply .tab_item_margin {
    margin-left: 6%;
} 
.apply input[name="tab_item"] {
    display: none;
}
.Equity_Track_contents .page_tit_txt03 {
	display: block;
}

/*///////////////// apply /////////////////*/
@media screen and (max-width: 767px){

	.apply .formtab { 
		margin-top: 15vw;
	}	

	.apply .rightbox div {
		padding-left: 0;
	}

	.apply .leftbox div {
		padding-right: 0;
	}

	.apply .leftbox {
		width: 100%;
		margin-bottom: 8vw;
	}

	.apply .rightbox {
		width: 100%;
	}

	.apply .leftbox {
		border-right: 0px solid #a5a5a5;
		border-bottom: 1px solid #a5a5a5;
		padding-bottom: 6vw;
	}

	.formtabbtn {
		padding: 4vw 0;
		margin-bottom: 2vw;
		font-size: 5vw;
	}

	.apply .formTable th {
		line-height: 5vw;
		margin-bottom: 3vw;
	}

	.apply .formTable td {
		display: block;
		width: 100%;
		margin-bottom: 20vw;
	}

	.apply .nomast {
		padding-left: 0;
	}

	.apply .fontsize02 {
		display: inline-block;
		margin-top: 3vw;
		line-height: 6vw;
	}

	.apply .link_file {
		padding-bottom: 0;
	}

	.apply #policy {
		margin-top: 0;
	}

	.apply .consent {
		margin: 5vw 0 10vw 0;
		text-align: center;
	}

	.button, input, select, textarea {
		padding: 3vw;
	}

	.apply .mast {
		width: 20%;
		padding: 0.5vw;
		font-size: 3vw;
		display: inline-block;
	}

	.apply .formTable p {
		padding-top: 0.5vw;
	}

	.apply input[type="checkbox"], input[type="radio"] {
		margin-right: 3vw;
		margin-top: 0.5vw;
		transform: scale(1.5);
		vertical-align: -0.2vw;
	}
	.applycheckCON {
    display: block;
	line-height: 10vw;
}
	.apminitxt {
    font-size: 3vw;
    font-weight: normal;
    line-height: 5vw;
    /* margin-top: 9vw; */
}

	.consent .mast {
		margin-right: 0;
		margin-left: 2vw;
	}
	.apply .policybox {
    height: 55vw;
    padding: 5%;
}
.apply .Fbtn {
	width: 100%;
	line-height: 11vw;
	}
	.Equity_Track_contents .page_tit_txt03 {
		line-height: 10vw;
	}
	
	
.apply .tab_item {
	width: 80%;
	height: 9vw;
	line-height: 7vw;
    font-size: 3.5vw;
}
.apply .tabs {
	position: relative;
	margin-top: 15vw;
}
.apply .formdltxt01 {
	position: absolute;
	top: 14vw;
    left: 10vw;
}
.apply .formdltxt02 {
	position: absolute;
	top: 44vw;
    right: 10vw;
}
.apply .tab_item_margin {
    margin-left: 9.5%;
	margin-top: 17vw;
}
.apply .Equity_Track_box {
    margin-top: 30vw;
}	
	
.apply input[name="tab_item"] {
    display: none;
}
.Equity_Track_contents .page_tit_txt03 {
	display: block;
}
}




/* apply誘導 下層ページ共通 */
.page .apply_induction {
 	margin-top: 5%;
	}

/* apply誘導 下層ページ共通 */
.page .apply_induction {
 	margin-top: 5%;
	}


/* 210811 追記 */
/*
.grant_tab {
	color: #fff;
	background: #c1c1c1;
	pointer-events: none;
	}

.grant_tab_txt {
	color: #989898;
	}
*/





/*///////////////// footer /////////////////*/

footer {
	background: #000;
	color: #fff;
	display: flex;
	padding: 14%;justify-content: space-between;
	padding-top: 6%;
    padding-bottom: 6%;
	margin-top: 15%;
	}

footer a {
	color: #fff;
	}

.footer_box {
	width: 100%;
	}

.footer_logo {
	width: 6%;
	}

/* sns設置したら */
/*.footer_box {
	width: 50%;
	}

.footer_logo {
	width: 20%;
	}

.sns {
	width: 42%;
	}*/

.footer_menu {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:900;
	font-size: 0.8vw;
	letter-spacing: 0.2vw;
	margin-top: 4%;
	display: flex;
	}

.footer_menu li {
	margin-bottom: 0.5%;
	margin-right: 2%;
	}

.utec_site {
	color: #11B7DA;
	display: flex;
	margin-top: 2%;
	width: 20%;
	font-size: 1vw;
	border-bottom: solid 1px #11B7DA;
    padding-bottom: 0%;
	}

.utec_site_icon {
	width: 8%;
    margin-left: 13%;
    margin-top: 4%;
	}

.copyright {
	font-size: 0.9vw;
    letter-spacing: 0.1vw;
    color: #ffffff82;
	margin-top: 3%;
	}

.facebook {
	margin-bottom: 8%;
	}

.utec_contact {
	font-size: 1vw;
    margin-top: 2%;	
	}

.utec_contact span {
	border-bottom: solid 1px #fff;
	}


@media screen and (max-width: 767px){
footer {
	display: block;
	padding-bottom: 6%;
	margin-top: 30%;
	padding-top: 10%;
	}
	
.footer_box {
	width: 100%;
	margin-bottom: 18%;
	}
	
.footer_logo {
	width: 20%;
	}
	
.footer_menu {
	font-size: 3.1vw;
	display: block;
	margin-top: 8%;
	}
	
.footer_menu li {
	margin-bottom: 3.5%;
	}
	
.utec_site {
	width: 60%;
	font-size: 3.5vw;
	margin-top: 11%;
	}
	
.sns {
	width: 100%;
	}
	
.facebook {
	margin-bottom: 4%;
	}

.copyright {
	margin-top: 17%;
	font-size: 2.9vw;
	}	
	
.utec_contact {
	font-size: 3.5vw;
	margin-top: 4%;	
	}
	
}

/* loader */
.loader {
  position: absolute;
  top: -2rem;
  right: 2rem;
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background: #11b7da;
  background: -moz-linear-gradient(left, #11b7da 10%, rgba(17,183,218, 0) 42%);
  background: -webkit-linear-gradient(left, #11b7da 10%, rgba(17,183,218, 0) 42%);
  background: -o-linear-gradient(left, #11b7da 10%, rgba(17,183,218, 0) 42%);
  background: -ms-linear-gradient(left, #11b7da 10%, rgba(17,183,218, 0) 42%);
  background: linear-gradient(to right, #11b7da 10%, rgba(17,183,218, 0) 42%);
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.portfolio .loader {
  top: -1.5rem;
  left: 2rem;
  right: auto;
  width: 4.5rem;
  height: 4.5rem;
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #11b7da;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #EFF3F6;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.portfolio .loader:after {
  background: #ffffff;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.Equity_Track_wrapper {
  min-height: 300px;
  overflow: hidden;
}
.Equity_Track_list {
  position: relative;
  flex-wrap: wrap;
}
.Equity_Track_card {
  margin-bottom: 2.5rem;
  box-sizing: border-box;
}
.Equity_Track_list::after{
  content:"";
	display: block;
  width:30%;
}
.portfolio .active .loader {
  display: none;
}
.news {
  overflow: hidden;
  position: relative;
}

/*///////////////// english /////////////////*/

.english .header_menu ul {
	width: 42%;
	}

.english .header_menu_box {
	width: 38%;
    margin-left: 49%;
	}

.english .apply_link {
	width: 33%;
    margin-left: 7%;
	}

.english .language {
    width: 14%;
    padding: 2%;
	}

.english .language p {
	line-height: 4.5vw;
	}

.english .header_menu ul li {
	padding-top: 8%;
	}

.english .fv_tit {
	font-size: 2.5vw;
	width: 80%;
	}

.english .fv_tit_box {
	padding-bottom: 5%;
	}

.top_contents_box_margin {
	margin-top: 5%;
	}

.english .top_contents_tit_txt01 {
	margin-bottom: 1.2%;
	}

.top_contents_box_margin span a {
	font-weight: bold;
	color: #11B7DA;
	border-bottom: solid 1px #11B7DA;
	}

.english .top_contents_tit_txt01 {
	font-size: 3vw;
	letter-spacing: 0vw;
	}

.top_contents_tit_txt02 {
	width: 80%;
	margin-bottom: 2%;
	}

.english .program_outline_category {
	width: 70%;
	margin: 0 auto;
	}

.english .program_outline_category_tit {
	font-size: 1.8vw;
	}

.english .program_outline_category_box_txt {
	width: 70%;
	}

.target-sectors {
	width: 70%;
	margin: 0 auto;	
	}

.target-sectors_tit {
	font-weight: bold;
	margin-top: 5%;
	}

/*.target-sectors_tit:first-child {
	margin-top: 0%;
	}*/

.en_track {
	width: 70%;
	margin: 0 auto;
	margin-top: 7%;
	}

.en_track_tit {
	font-size: 2vw;
	color: #11b7da;
	/*margin-bottom: 2%;*/
	}

.en_track_category {
	font-weight: bold;
    font-size: 1.3vw;
	margin-top: 3%;
	}

.english .top_contents_subtit_box {
	}

.english .utec_contact span {
	font-family: 'Noto Sans JP', sans-serif;
	}

#en_team .top_contents_subtit_box {
	background: #fff;
	margin-top: 10%;
	}

#en_team {
	margin-bottom: 10%;
	}

.en_team_txt a {
	border-bottom: 1px solid #12B7DA;
	color: #12B7DA;
	}

.en_team_img {
	width: 80%;
	}

.en_team_txt {
	margin-top: 3%;
	}

@media screen and (max-width: 767px){
	.english .apply_link {
		width: 80%;
	}
	
	.english .language {
	width: 100%;
	}
	
	.english .fv_tit {
		line-height: 7vw;
		font-size: 4.5vw;
	}
	
	.english .top_contents {
		padding-top: 0%;
	}
	
	.english .top_contents_tit_txt01 {
		font-size: 9vw;
		margin-bottom: 3.2%;
	}
	
	.top_contents_box_margin {
		margin-top: 14%;
	}
	
	.top_contents_tit_txt02 {
		margin-bottom: 6%;
	}
	
	.english .top_contents {
		padding-bottom: 1%;
	}
	
	.english .top_program {
		padding-top: 9%;
	}
	
	.english .program_outline_category_tit {
		font-size: 4.8vw;
	}
	
	.english .program_outline_category li {
		padding-top: 10%;
	}
	
	.en_track_tit {
		font-size: 7vw;
		margin-bottom: 6%;
	}
	
	.en_track {
		margin-top: 13%;
	}
	
	.en_track_category {
		font-size: 3.5vw;
		margin-top: 7%;
	}
	
	.en_team_txt {
	width: 70%;
	}
}


/* english apply */

.en_apply .apply .formTable th {
	line-height: 1.7vw;
	}

.en_apply_txt01 {
	text-align: left;
	}

.apply .formTable th .business-summary {
	display: block;
	}

.en_apply .nomast {
	text-align: left;
	}

.en_apply .business-summary .mast {
	line-height: 5vw;
	}

.en_apply .formTable td {
	width: 65%;
	}

@media screen and (max-width: 767px){
	.en_apply .business-summary .mast {
	line-height: 8.5vw;
	}
	
	.en_apply .formTable td {
		width: 100%;
	}
}






























