@charset "UTF-8";
/* CSS Document */
/* ---------------------
    common style
--------------------- */
:root {
	--color-main: #389FDF;
	--color-blue: #41B6F9;
	--color-green: #65D8A1;
}
body {
	color: var(--color-main);
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 18px;
	min-height: 100vh;
	width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
a {
	color: var(--color-main);
	text-decoration: none;
	transition: 0.5s;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ib {
	display: inline-block;
}
.-color-blue {
	color: var(--color-blue);
}
.-color-green {
	color: var(--color-green);
}
.-bg-gray {
	background-color: #F7F7F7;
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
	transition-duration: 0.8s;
}
@media (min-width: 1022px) {
	.tab {
		display: none!important;
	}
}
@media (min-width: 768px) {
	.sp {
		display: none!important;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 16px;
	}
	.pc {
		display: none!important;
	}
	[data-aos=fade-up] {
		transform: translate3d(0, 50px,0);
	}
}
/* ---------------------
    custom style
--------------------- */
/* ヘッダー */
.header {
	background-color: rgba(255, 255, 255, 0.90);
	font-size: 16px;
	height: 70px;
	padding-left: 20px;
	padding-right: 18px;
	position: fixed;
	width: 100vw;
	z-index: 10;
}
.header .logo {
	width: 173px;
}
.header .nav {
	max-width: 827px;
	width: calc(100% - 183px);
}
.header .nav_menu {
	justify-content: space-between;
	width: 100%;
}
.header .nav_menu a {
	font-weight: 400;
	text-decoration: none;
}
.header .btnContact {
	border: 2px #0084D6 solid;
	color: #0084D6;
	line-height: 1.1;
	padding: 10px;
}
@media (max-width: 1021px) {
	.header .nav {
		display: none;
	}
}
@media (max-width: 767px) {
	.header {
		height: 56px;
		padding: 0 15px;
	}
	.header .logo {
		width: 40px;
	}
}
/* メインビジュアル */
.main {
	padding-top: 70px;
}
.mv {
	background: linear-gradient(97deg, #37B7F9 1.27%, #63D7E6 45.97%, #64D7A4 100.53%);
	height: 700px;
	padding: 20px;
	width: 100%;
}
.mv_inner {
	align-items: center;
	display: flex;
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	position: relative;
}
.mv_text {
	max-width: 700px;
	position: relative;
	width: 58%;
}
.mv_img {
	position: absolute;
	right: -4.4%;
	top: 192px;
	width: 52%;
}
@media (max-width: 767px) {
	.main {
		padding-top: 56px;
	}
	.mv {
		background: linear-gradient(138deg, #37B7F9 31.84%, #64D7A4 90.93%);
		height:calc(100vh - 56px);
		min-height: 500x;
		max-height: 700px;
		padding: 0 10%;
	}
	.mv img {
		width: 100%;
	}
	.mv_inner {
		align-items: center;
		display: flex;
		height: 100%;
		flex-direction: column;
		justify-content: space-evenly;
		max-width: 398px;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	.mv_text {
		margin: 0 auto 15px;
		width: 100%;
	}
	.mv_img {
		bottom: auto;
		right: auto;
		position: relative;
		top: auto;
		width: 100%;
	}
}
/* service */
.service {
	background-color: #64D7EA34;
	padding: 60px 20px 80px;
	text-align: center;
}
.service_ttl {
	background: linear-gradient(90deg, var(--color-blue) 0%, var(--color-green) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 auto 55px;
	position: relative;
	width: fit-content;
}
.service_ttl::after {
	background: linear-gradient(90deg, var(--color-blue) 0%, var(--color-green) 100%);
	content: '';
	display: block;
	height: 5px;
	margin: 0 auto;
}
.service_list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 1140px;
}
.service_list li {
	margin: 0;
	padding: 10px 20px;
	width: 380px;
}
.service_btn {
	align-items: center;
	background-color: var(--color-main);
	color: #fff;
	display: inline-flex;
	font-size: 20px;
	font-weight: bold;
	justify-content: center;
	line-height: 1.35;
	height: 80px;
	width: 100%;
}
.service_btn.-lightblue {
	background-color: #63D7E6;
}
.service_btn.-green {
	background-color: #65D8A1;
}
@media (max-width: 767px) {
	.service {
		padding: 50px 8% 60px;
	}
	.service_ttl {
		margin-bottom: 20px;
	}
	.service_ttl img {
		max-height: 46px;
		width: auto;
	}
	.service_list li {
		margin: 10px auto;
		padding: 0;
	}
	.service_btn {
		font-size: 18px;
		height: 64px;
	}
}
/* contents */
.contents .inner {
	padding: 60px 20px 80px;
}
.contents .inner + .inner {
	padding-top: 0;
}
.contents_ttl {
	background: linear-gradient(90deg, var(--color-blue) 0%, var(--color-green) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 auto 55px;
	position: relative;
	width: fit-content;
}
.contents_ttl::after {
	background: linear-gradient(90deg, var(--color-blue) 0%, var(--color-green) 100%);
	content: '';
	display: block;
	height: 5px;
	margin: 0 auto;
	width: 226px;
}
.contents_lead {
	line-height: 1.5;
	text-align: center;
}
.contents_btn {
	align-items: center;
	font-weight: bold;
	display: flex;
	justify-content: center;
	min-height: 60px;
	line-height: 1.1;
	margin: 50px auto 0;
	justify-content: center;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 300px;
}
.contents_btn::before,
.contents_btn::after{
	content: '';
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;
}
.contents_btn::before {
	background: linear-gradient(90deg, var(--color-blue) 0%, var(--color-green) 100%);
}
.contents_btn::after{
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	margin:3px auto auto 3px;
	background-color: #fff;
}
.contents_btn span {
	align-items: center;
	background: linear-gradient(90deg, #58B0DE 0.7%, #65D8A1 99.94%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: flex;
	position: relative;
	z-index: 2;
}
.contents_btn .icon {
	height: 19px;
	margin-left: 15px;
	width: 19px;
}
.contents_btn.-last {
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	padding: 12px;
	width: 407px;
}
.contents_btn strong {
	font-size: 24px;
	display: block;
}
.contents-banner_area {
	background-color: #65D8A133;
	padding: 65px 20px;
	margin: 80px 0 0;
}
.contents-banner {
	margin: 0 auto 0;
	position: relative;
	max-width: 779px;
}
.contents-banner_img {
	bottom: 0;
	margin: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 31%;
}
.contents-banner_text {
	background: #fff;
	max-width: 660px;
	margin-left: auto;
	padding: 5px 10px 5px 20%;
	width: 85%;
}
.contents-banner_text p {
	background: linear-gradient(90deg, #58B0DE 0.7%, #65D8A1 99.94%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
}
.contents-banner strong {
	font-size: 40px;
	display: block;
}
/* contents-available */
.contents-available {
	background: #F7F7F7;
	margin: 0 auto;
	max-width: 1060px;
	padding: 60px 50px 80px;
}
.contents-available_ttl {
	background: linear-gradient(90deg, #58B0DE 0.7%, #65D8A1 99.94%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 35px;
	line-height: 1.4;
	margin: 0 auto 55px;
	position: relative;
	width: fit-content;
}
.contents-available_ttl::after {
	background: linear-gradient(90deg, var(--color-blue) 0%, var(--color-green) 100%);
	content: '';
	display: block;
	height: 5px;
	margin: 0 auto;
}
.contents-available_list {
	align-items: stretch;
}
.contents-available_item {
	background-color: #fff;
	font-size: 18px;
	padding: 25px 30px;
	width: calc(50% - 15px);
}
.contents-available_item-ttl {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.contents-available_item dt {
	font-weight: bold;
}
.contents-available_item dd + dt {
	margin-top: 26px;
}
/* flow */
.contents-flow .inner {
	margin: 0 auto;
	max-width: 1320px;
	padding: 60px 20px 80px;
}
.contents-flow_ttl {
	font-size: 35px;
	line-height: 1.4;
	margin: 0 auto 36px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}
.contents-flow_ttl span::before {
	background: linear-gradient(90deg, var(--color-blue) 0%, var(--color-green) 100%);
	bottom: 0;
	content: '';
	display: block;
	height: 7px;
	left: 50%;
	margin: auto auto auto -50vw;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.contents-flow_ttl span {
	background: linear-gradient(90deg, #58B0DE 0.7%, #65D8A1 99.94%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-color: #fff;
	display: inline-block;
	padding: 0 33px;
	margin: 0 auto;
	position: relative;
}
.contents-flow_ttl span:after {
	background-color: #fff;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
}
.contents-flow_table-wrap {
	margin: 0 auto;
	position: relative;
	max-width: 1120px;
	width: 100%;
}
.contents-flow_table-wrap:before {
	background-color: #49BEF926;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: calc(50% - 15px);
	z-index: 1;
}
.contents-flow_table-wrap:after {
	background-color: #65D8A126;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 15px);
	z-index: 1;
}
.contents-flow_table {
	color: white;
	position: relative;
	width: 100%;
	z-index: 2;
}
.contents-flow_table th,
.contents-flow_table td {
	padding: 15px 65px 45px 50px;
	text-align: center;
	width: 50%;
}
.contents-flow_table th + th,
.contents-flow_table td + td {
	padding: 15px 50px 15px 65px;
	width: 50%;
}
.contents-flow_table th {
	font-size: 24px;
	height: 95px;
	padding-bottom: 20px;
	vertical-align: middle;
}
.contents-flow_table th:nth-child(2){
	color: #3FBE81;
}
.contents-flow_table .bg-arrow {
	background-color: #63D7E6;
	padding: 15px 15px 0;
	position: relative;
}
.contents-flow_table .bg-arrow:before {
	content: '';
	font-size: 0;
	display: block;
	left: 0;
  height: 30px;
  width: 100%;
  background: #63D7E6;
	bottom: -29.5px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	z-index: -1;
}
.contents-flow_table td.wide {
	padding: 15px 50px 90px;
	width: 100%;
}
.contents-flow_table td.wide .bg-arrow {
	padding-bottom: 25px;
	padding-top: 25px;
}
.contents-flow_table td.wide .bg-arrow:before {
	bottom: -64.5px;
	height: 65px;
}
.contents-flow_table td .ttl {
	border: 2px solid #fff;
	font-size: 22px;
	line-height: 1.1;
	margin: 0 auto 25px;
	padding: 8px 27px;
	width: fit-content;
}
.contents-flow_table td .text {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
.contents-flow_table td .text ol li {
	padding-left: 16px;
	text-indent: -16px;
}
/* contact */
.contact-form {
	margin: 0 auto;
	max-width: 1200px;
	width: 95%;
}
.contact-form iframe {
	margin: 0 auto;
	height: 960px;
	width: 100%;
}
.contentHeader {
	display: none;
}
/* thanks */
.contents-thanks {
	padding: 150px 0;
	text-align: center;
}
.contents-thanks .contact-form {
	max-width: 1200px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
.contents-thanks .contact-form p {
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.contents .inner {
		padding: 50px 15px 60px;
	}
	.contents_ttl {
		font-size: 28px;
		margin-bottom: 25px;
	}
	.contents_ttl img,
	.contents-available_ttl img,
	.contents-flow_ttl img {
		max-height: 46px;
		width: auto;
	}
	#aibootcamp .contents_ttl img {
		max-height: 46px;
	}
	.contents_ttl::after {
		width: 100%;
	}
	.contents_lead {
		line-height: 1.7;
	}
	.contents_btn {
		margin-top: 25px;
		min-height: 51px;
		padding: 0;
		width: 250px;
	}
	.contents_btn.-last {
		min-height: 85px;
		width: 301px;
	}
	.contents_btn::after {
		width: calc(100% - 4px);
    height: calc(100% - 4px);
    margin: 2px auto auto 2px;
	}
	.contents_btn img {
		max-height: 30px;
		width: auto;
	}
	.contents_btn.-last img {
		max-height: 60px;
	}
	.contents_btn .icon {
		height: 13px;
		width: 13px;
	}
	/* contents-available */
	.contents-available {
		margin: auto 4%;
		padding: 15px 4% 30px;
	}
	.contents-available_ttl {
		margin-bottom: 30px;
	}
	.contents-available_ttl::after {
		height: 3px;
	}
	.contents-available_list {
		display: block;
	}
	.contents-available_item {
		font-size: 16px;
		padding: 15px 6.4%;
		width: 100%;
	}
	.contents-available_item-ttl {
		font-size: 18px;
		margin-bottom: 13px;
	}
	.contents-available_item dd + dt {
		margin-top: 33px;
	}
	.contents-available_item dd {
		font-weight: 400;
	}
	/* banner */
	.contents-banner_area {
		margin-top: 60px;
		padding: 20px;
	}
	.contents-banner_img {
		display: block;
		left: auto;
		margin: 0 auto;
		right: auto;
		position: relative;
		width: 41%;
	}
	.contents-banner_text {
		margin-top: -20px;
		padding: 20px;
		text-align: center;
		width: auto;
	}
	/* flow */
	.contents-flow .inner {
		padding-left: 0;
		padding-right: 0;
	}
	.contents-flow_ttl {
		margin-bottom: 30px;
	}
	.contents-flow_ttl span {
		padding: 0 8px;
	}
	.contents-flow_table-wrap {
		width: calc(100% - 30px);
	}
	.contents-flow_table-wrap:before,
	.contents-flow_table-wrap:after {
		width: calc(50% - 2.5px);
	}
	.contents-flow_table th {
		height: 65px;
		line-height: 1.1;
		padding: 10px 5px 0;
		vertical-align: top;
	}
	.contents-flow_table th + th {
		font-size: 16px;
		padding: 20px 5px 0;
	}
	.contents-flow_table td {
		padding: 15px 0 0;
	}
	.contents-flow_table th img {
		max-height: 35px;
		width: auto;
	}
	.contents-flow_table td {
		font-size: 13px;
		padding: 0 15px 35px;
		vertical-align: top;
	}
	.contents-flow_table td + td {
		padding: 0 15px 35px;
	}
	.contents-flow_table .bg-arrow {
		display: flex;
		flex-direction: column;
		justify-content: center;
		line-height: 1.2;
		height: 43px;
		padding: 10px 5px 5px;
	}
	.contents-flow_table .bg-arrow:before {
		bottom: -14.5px;
		height: 15px;
	}
	.contents-flow_table td.wide {
		padding: 0 15px 65px;
	}
	.contents-flow_table td.wide .bg-arrow {
		line-height: 1.46;
		height: auto;
		padding: 20px 12px 10px;
	}
	.contents-flow_table td.wide .bg-arrow:before {
		bottom: -39.5px;
		height: 40px;
	}
	.contents-flow_table td .ttl {
		font-size: 16px;
		margin-bottom: 15px;
		padding: 5px 13px;
	}
	.contents-flow_table td .text {
		font-size: 13px;
	}
}
/* フッター */
.footer {
	align-items: flex-start;
	margin: 0 auto;
	max-width: 1158px;
	padding: 30px 20px;
	width: 100%;
}
.footer ul {
	font-size: 15px;
	line-height: 1.8;
	width: fit-content;
}
.footer ul li {
	margin-bottom: 5px;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .company span {
	line-height: 1.1;
}
.footer .company span {
	font-size: 18px;
}
.footer .company a {
	display: block;
	margin-top: 25px;
	width: 210px;
}
@media (max-width: 767px) {
	.footer {
		align-items: flex-start;
    flex-direction: column;
		padding: 20px;
	}
	.footer ul {
		font-size: 13px;
		line-height: normal;
		width: fit-content;
	}
	.footer ul li {
		margin-bottom: 8px;
	}
	.footer .company {
		width: 100%;
	}
	.footer .company a {
		margin-left: auto;
		margin-right: auto;
	}
}
/* AT20表 */
.hojojosei_table .table_block {
	margin-top: 60px;
}
.hojojosei_table .title {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	text-align: center;
	display: block;
	background-color: #63D7E6;
}
.hojojosei_table .note {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
}
.hojojosei_table .table table {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	border-left: 1px solid;
	border-bottom: 1px solid;
}
.hojojosei_table .table table th {
	text-align: center;
	padding: 10px;
	border-top: 1px solid;
	border-right: 1px solid;
}
.hojojosei_table .table table td {
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid;
	border-right: 1px solid;
}
.hojojosei_table .table table .at20 {
	width: 27%;
}
.hojojosei_table .table table .hour {
	width: 14.5%;
}
.hojojosei_table .table table .teika {
	width: 14.5%;
}
.hojojosei_table .table table .waribiki {
	width: 14.5%;
	background-color: #ceedf8;
}
.hojojosei_table .table table .waribikiritsu {
	width: 14.5%;
	font-weight: bold;
	background-color: #aee0f4;
}
@media(max-width: 768px) {
	.hojojosei_table .table table {
		width: 900px;
		/*display: block;
		overflow-x: scroll;
		white-space: nowrap;*/
		-webkit-overflow-scrolling: touch;
	}
	.hojojosei_box h2 {
    font-size: 20px;
    padding-bottom: 0.5em;
    display: flex;
    flex-direction: column;
}
	.hojojosei_box h2 img { 
		width: 100px;
		position: static;
		margin: 0 auto 10px;
}
}
/* 20240614 補助金助成金表エリアに注釈を追加 */
.table_note {
	width: 100%;
	max-width: 1000px;
	margin: 10px auto 0;
	text-align: right;
	font-size: 14px;
}
@media(max-width: 768px) {
	.table_note {
		width: 100%;
	}
}
	@media(max-width: 768px) {/* レイアウト調整によるイレギュラー */
	.table_note {
		width: 900px;
	}
}