@charset "UTF-8";
/* 共通 */
html {
	font-size: 20px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, sans-serif;
	scroll-behavior: smooth;
}
* {
	box-sizing: border-box;
}
main {
	position: relative;
	padding-bottom: 60px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	word-wrap: break-word;
}
a:hover {
	opacity: 0.6;
}
.sp {
	display: none !important;
}
/* ヘッダー */
.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 2%;
}
.header-top-list {
	display: flex;
	gap: 20px;
}
.header-top-item {
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: bold;
	width: 200px;
	text-align: center;
	padding: 10px 20px;
}
/*.header-top-item:nth-child(1) {
	display: flex;
	justify-content: center;
	gap: 10px;
	background-color: #E94024;
}*/
.header-top-item:nth-child(1) {
	background-color: #777777;
}
.header-top-item img {
	width: 10px;
}
.header-bottom-list {
	display: flex;
	justify-content: center;
	gap: 4%;
	color: #FFFFFF;
	background-color: #38B7E8;
	font-weight: bold;
	padding: 30px 1%;
}
/* MV */
.mv {
	position: relative;
}
.mv-img img {
	width: 100%;
}
.mv-img.pc {
	margin-top: 155px;
}
.mv-text {
	width: 35%;
	padding: 20px;
	border-radius: 30px;
	font-size: 16px;
	line-height: 1.4;
	background-color: #fff;
	position: absolute;
	left: 30px;
	bottom: 30px;
}
.mv-text_title {
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	column-gap: 20px;
	align-items: center;
}
.mv-text_title span {
	margin-top: 10px;
	font-size: 14px;
}
.mv-text_title img {
	width: 200px;
}
/* Reスキル講座 テキストレイアウト */
.mv-text_course {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}
.mv-text_course_item {
	width: calc(50% - 5px);
	padding: 10px;
	border: 2px solid;
	border-radius: 10px;
}
.mv-text_course .mv-text_course_item:nth-child(1) {
	color: #6A75C4;
	border-color: #6A75C4;
}
.mv-text_course .mv-text_course_item:nth-child(2) {
	color: #AA87D8;
}
.mv-text_course .mv-text_course_item:nth-child(3) {
	color: #BF76C1;
}
.mv-text_course .mv-text_course_item:nth-child(4) {
	color: #39B55F;
}
.mv-text_course_item p {
	margin-bottom: 0px;
	font-size: 16px;
}
.mv-text a {
	margin-top: 20px;
	color: #2448e9;
	text-decoration: underline;
}
/* end Reスキル講座 テキストレイアウト */
/* 画面右下フローティングテキスト */
.floating-text-wrap {
	display: none;
	z-index: 999;
}
.floating-text {
	border-radius: 50%;
	color: #FFFFFF;
	background-color: #2448e9;
	width: 200px;
	height: 200px;
	text-align: center;
	padding-top: 46px;
}
.floating-text p {
	font-size: 27px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5;
}
/* 助成金活用のご案内 */
.hojojosei {
	font-size: 20px;
	padding: 80px 10% 100px;
	text-align: center;
}
.hojojosei .sp {
	display: none !important;
}
.hojojosei-title {
	position: relative;
	z-index: 1;
	font-size: 45px;
	padding: 0 10px;
	position: relative;
	margin: 0 auto 35px;
	width: fit-content;
	z-index: 1;
}
.hojojosei-title:before {
	background-color: #5EC2E9;
	bottom: 0;
	content: '';
	display: block;
	height: 40%;
	left: 0;
	position: absolute;
	transform: skewX(-45deg);
	width: 100%;
	z-index: -1;
}
.hojojosei_lead {
	font-size: 20px;
	margin: 0 auto;
	width: fit-content;
}
.hojojosei_lead ul li {
	line-height: 1.7;
	padding-left: 1.5em;
	text-align: left;
	text-indent: -1.5em;
}
.hojojosei_box {
	background-color: #fff;
	border: 3px solid #5EC2E9;
	border-radius: 20px;
	padding: 24px 30px 30px;
	margin: 65px auto 0;
	max-width: 990px;
}
.hojojosei_box .inner {
	display: inline-block;
	margin: 0 auto;
}
.hojojosei_box h2 {
	border-bottom: 1px solid #5EC2E9;
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
}
.hojojosei_box h2 img {
	width: 140px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.hojojosei_box p.note {
	font-feature-settings: "palt";
	font-size: 18px;
	line-height: 1.5;
	margin: 20px auto 55px;
	text-align: left;
}
.hojojosei_box figure img {
	height: auto;
	margin-bottom: 35px;
	max-width: 680px;
	width: 100%;
}
.hojojosei_btn {
	align-items: center;
	background: #5EC2E9 0% 0% no-repeat padding-box;
	border-radius: 5px;
	color: white;
	display: inline-flex;
	font-weight: bold;
	line-height: 1.1;
	justify-content: center;
	padding: 14px 55px 14px 30px;
	margin-top: 50px;
	max-width: 100%;
	position: relative;
	text-decoration: none;
	width: 300px;
}
.hojojosei_btn .text {
	font-size: 20px;
	margin: 0 auto;
}
.hojojosei_btn .icon {
	background: url(../img/ico_blank_w.png) left top / 100% 100% no-repeat;
	bottom: 0;
	height: 24px;
	margin: auto;
	position: absolute;
	right: 30px;
	top: 0;
	width: 24px;
}
.hojojosei_btn:hover {
	opacity: 0.8;
}
/* AI化に取り残されないために */
.ai {
	background-color: #D4D3D7;
	padding: 80px 10% 0;
}
.ai-title-wrap {
	text-align: center;
}
.ai-title {
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 45px;
	text-align: center;
	padding: 0 30px;
	margin: 0 auto 35px;
}
.ai-title:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	transform: skewX(-45deg);
	background-color: #FFFFFF;
}
.ai-title-highlight {
	color: #F3690C;
}
.ai-list {
	display: flex;
	justify-content: center;
	gap: 40px;
	text-align: center;
}
.ai-content {
	border-radius: 50%;
	background-color: #FFFFFF;
	width: 310px;
	height: 310px;
	padding-top: 70px;
	margin-bottom: 10px;
}
.ai-item-supplement {
	font-size: 12px;
}
.ai-content-heading {
	position: relative;
	font-size: 26px;
	line-height: 1.6;
	margin-bottom: 40px;
}
.ai-content-heading:before {
	position: absolute;
	content: '';
	bottom: -10px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #D4D3D7;
	width: 50px;
	height: 3px;
}
.ai-content-highlight {
	color: #FFFFFF;
	background-color: #F3690C;
	padding: 2px;
}
/* 3つの理由 */
.reason {
	padding: 80px 0 100px;
}
.reason-title-wrap {
	text-align: center;
	margin-bottom: 60px;
}
.reason-title {
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 45px;
	text-align: center;
	padding: 0 20px;
	margin: 0 auto;
}
.reason-sub-title {
	font-size: 30px
}
.reason-title:before {
	position: absolute;
	content: "";
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	transform: skewX(-45deg);
	background-color: #5EC2E9;
}
.reason-list {
	display: flex;
	justify-content: center;
	gap: 40px;
	padding: 0 5%;
	margin-bottom: 130px;
}
.reason-item {
	position: relative;
	border: 3px solid #5EC2E9;
	border-radius: 20px;
	width: 30%;
}
.reason-item-number {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FFFFFF;
	width: 60px;
	height: 60px;
	padding: 0 2px;
}
.reason-item-heading {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	height: 160px;
	text-align: center;
	margin-top: 40px;
}
.reason-item-supplement {
	font-size: 14px;
	font-weight: normal;
}
.reason-item-line {
	background-image: url(../img/border_blue.svg);
	background-repeat: repeat-x;
	height: 15px;
}
.reason-item-text {
	padding: 45px 30px;
}
.reason-company-heading {
	position: relative;
	font-size: 36px;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 70px;
}
.reason-company-heading:before {
	position: absolute;
	content: '';
	bottom: -10px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #38B7E8;
	width: 130px;
	height: 10px;
}
.reason-company-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 70px 100px;
	padding: 0 15%;
}
.reason-company-item img {
	width: auto;
	height: 80px;
}
/* DEVELOP */
.develop {
	background-color: #D4D3D7;
	padding: 80px 0 100px;
}
.develop-title-wrap {
	margin-bottom: 60px;
}
.develop-title {
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin: 0 auto;
	width: fit-content;
}
.develop-title::before {
	background-color: #5EC2E9;
	bottom: 0;
	content: '';
	display: block;
	height: 40%;
	left: 0;
	position: absolute;
	transform: skewX(-45deg);
	width: 100%;
	z-index: -1;
}
.develop-grid {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-auto-flow: column;
}
.develop-wrap {
	width: 90%;
	margin: 0 5%;
	padding: 40px;
	background-color: #ceedf8;
	/* border-radius: 20px; */
	display: grid;
	grid-row: span 3;
	grid-row-gap: 0px;
	grid-template-rows: subgrid;
}
.develop-heading {
	font-size: 26px;
	font-weight: bold;
	/* margin-bottom: 30px; */
}
.develop-img {
	margin: 30px 0;
}
.develop-img img{
	width: 90%;
	aspect-ratio: 511/249;
	object-fit: cover;
	margin: 0 5%;
}
.develop-text {
	font-size: 18px;
	line-height: 1.5;
}
/* INTRODUCTION */
.introduction {
	background-image: url(../img/AT20-bg.jpg);
	padding: 130px 25px 25px;
}
.introduction-title-wrap {
	text-align: center;
	margin-bottom: 85px;
}
.introduction-title {
	font-size: 50px;
	color: #FFFFFF;
}
.introduction-sub-title {
	display: inline-block;
	color: #38B7E8;
	background-color: #FFFFFF;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.introduction-heading-wrap {
	text-align: center;
	margin: 0 auto 50px;
}
.introduction-heading {
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 34px;
	padding: 5px 30px;
}
.introduction-heading:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	transform: skewX(-45deg);
	background-color: #FFFFFF;
}
.introduction-sub-heading {
	margin-bottom: 5px;
}
.introduction-instructor {
	margin-bottom: 95px;
}
.introduction-instructor-content {
	display: flex;
	justify-content: center;
	gap: 25px;
	padding: 0 20%;
}
.introduction-instructor-img {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	width: 40%;
}
.introduction-instructor-text {
	background-color: #FFFFFF;
	width: 65%;
	padding: 25px;
}
.introduction-instructor-name {
	font-size: 24px;
}
.introduction-instructor-affiliation {
	font-size: 16px;
	margin-bottom: 20px;
}
.introduction-instructor-career {
	font-size: 16px;
}
.introduction-feature {
	margin-bottom: 100px;
}
.introduction-feature-list {
	text-align: center;
	padding: 0 15%;
}
.introduction-feature-item {
	background-color: #FFFFFF;
	padding: 30px;
	margin-bottom: 50px;
}
.introduction-feature-item:last-child {
	margin-bottom: 0;
}
.introduction-feature-check {
	width: 30px;
	height: 30px;
	margin: 0 auto 20px;
}
.introduction-feature-heading {
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 35px;
}
.introduction-feature-curriculum {
	position: relative;
	margin-top: 20px;
}
.introduction-feature-curriculum .zoom {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.introduction-feature-curriculum .zoom img {
	width: 40px;
	height: 40px;
}
.introduction-skill {
	margin-bottom: 50px;
}
.introduction-skill-list {
	display: flex;
	justify-content: center;
	gap: 15px;
	text-align: center;
	padding: 0;
}
.introduction-skill-item {
	width: 24%;
	background-color: #FFFFFF;
	padding: 15px 25px;
}
.introduction-skill-course {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	font-size: 24px;
	color: #FFFFFF;
	height: 65px;
	padding: 10px 20px;
	margin-bottom: 15px;
}
.introduction-skill-course01 {
	background-color: #F07E74;
}
.introduction-skill-course02 {
	background-color: #7FCE09;
}
.introduction-skill-course03 {
	background-color: #4FCBE9;
}
.introduction-skill-course04 {
	background-color: #16519F;
}
.introduction-skill-content {
	font-size: 20px;
	height: 100px;
}
.introduction-skill-target {
	font-size: 16px;
}
.introduction-skill-target:before {
	display: inline-block;
	content: "受講者の例";
	font-weight: bold;
	color: #FFFFFF;
	background-color: #757575;
	padding: 2px 60px;
	margin-bottom: 10px;
}
.introduction-illustrations {
	text-align: center;
}
.introduction-illustrations img {
	height: 360px;
}
/* 受講までの流れ */
.flow {
	background-color: #2160DE;
	padding: 130px 0;
}
.flow-title-wrap {
	margin-bottom: 70px;
}
.flow-title {
	font-size: 45px;
	color: #FFFFFF;
	text-align: center;
}
.flow-list {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-weight: bold;
	text-align: center;
}
.flow-item {
	display: flex;
	gap: 10px;
}
.flow-content {
	border-radius: 50%;
	background-color: #FFFFFF;
	width: 280px;
	height: 280px;
	padding-top: 50px;
	margin-bottom: 10px;
}
.flow-step {
	margin-bottom: 20px;
}
.flow-step img {
	height: 24px;
}
.flow-icon {
	margin-bottom: 20px;
}
.flow-icon img {
	height: 50px;
}
.flow-heading {
	font-size: 22px;
	margin-bottom: 10px;
}
.flow-text {
	font-size: 16px;
}
.flow-heading-highlight {
	font-size: 32px;
	color: #E94024;
}
.flow-arrow {
	display: flex;
	align-items: center;
}
.flow-arrow img {
	height: 40px;
}
/* FAQ */
.faq {
	padding: 130px 10%;
}
.faq-title-wrap {
	text-align: center;
	margin-bottom: 55px;
}
.faq-title {
	font-size: 45px;
	margin-bottom: 5px;
}
.faq-sub-title {
	font-size: 26px;
}
.faq-item {
	border: 3px solid #DDDDDD;
	font-size: 22px;
	margin-bottom: 30px;
}
.faq-item:last-child() {
	margin-bottom: 0;
}
.faq-item-question {
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 20px 30px;
}
.faq-item-answer {
	padding: 30px;
}
/* 受講者の声 */
.voice {
	background-image: url("../img/AT20-bg.jpg");
	padding: 130px 0 25px;
}
.voice-title-wrap {
	text-align: center;
	margin-bottom: 85px;
}
.voice-title {
	font-size: 45px;
	color: #FFFFFF;
}
.voice-course {
	margin-bottom: 150px;
}
.voice-course-name {
	border: 3px solid #FFFFFF;
	border-radius: 100px;
	font-size: 26px;
	color: #FFFFFF;
	width: 400px;
	text-align: center;
	padding: 5px 50px;
	margin: 0 auto 50px;
}
.voice-course-name01 {
	background-color: #F07E74;
}
.voice-course-name02 {
	background-color: #7FCE09;
}
.voice-course-name03 {
	background-color: #4FCBE9;
}
.voice-comments {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-bottom: 85px;
}
.voice-comments:last-child {
	margin-bottom: 0;
}
.voice-comment {
	position: relative;
	background-color: #FFFFFF;
	width: 550px;
	padding: 30px;
}
.voice-comment-text {
	margin-bottom: 30px;
}
.voice-comment-author {
	position: absolute;
	bottom: 10px;
	right: 30px;
}
.voice-interview {
	margin-bottom: 50px;
}
.voice-interview-heading-wrap {
	text-align: center;
	margin-bottom: 50px;
}
.voice-interview-heading {
	font-size: 34px;
	color: #FFFFFF;
}
.voice-interview-content {
	width: 45%;
	background-color: #FFFFFF;
	text-align: center;
	padding: 40px 45px;
	margin: 0 auto 90px;
}
.voice-interview-content:last-child {
	margin-bottom: 0;
}
.voice-interview-content iframe {
	width: 100%;
	max-width: 560px;
	height: 315px;
	text-align: center;
	margin: 0 auto 5px;
}
.voice-interview-url {
	font-size: 16px;
	text-align: center;
	margin-bottom: 25px;
}
.voice-interview-text {
	text-align: start;
	margin-bottom: 30px;
}
.voice-interview-author {
	text-align: right;
}
.voice-illustrations {
	text-align: center;
}
.voice-illustrations img {
	width: 600px;
}
/* 受講費 */
.fee {
	background-color: #D4D3D7;
	padding: 130px 0 105px;
}
.fee-title-wrap {
	text-align: center;
	margin-bottom: 65px;
}
.fee-title {
	font-size: 45px;
}
.fee-campaign {
	background-color: #FFFFFF;
	width: 80%;
	padding: 25px 40px;
	margin: 0 auto 75px;
}
.fee-campaign-img {
	background-color: #2448e9;
	padding: 20px 120px;
	margin-bottom: 30px;
	text-align: center;
}
.fee-campaign-img img {
	width: 750px;
}
.fee-campaign-text {
	text-align: center;
}
.fee-campaign-text .fee-campaign-text_text {
	font-size: 28px;
}
.fee-campaign-text .fee-campaign-text_note {
	margin-top: 15px;
	font-size: 20px;
}
.fee-campaign-text .fee-campain-text_block {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	column-gap: 20px;
}
.fee-campaign-text .fee-campain-text_block-item {
	width: 350px;
	padding: 15px;
	text-align: left;
	font-size: 20px;
	border: 1px solid #000;
}
.fee-campaign-text .fee-campain-text_block-item p:first-of-type {
	margin-bottom: 10px;
}
.fee-campaign-highlight {
	color: #E94024;
	background: linear-gradient(transparent 60%, #F8EF05 60% 90%, transparent 90%);
}
.fee-course-list {
	display: flex;
	justify-content: center;
	gap: 15px;
	padding: 0 2%;
}
.fee-course-item {
	background-color: #FFFFFF;
	width: 24%;
	text-align: center;
	padding: 15px;
}
.fee-course-name {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	height: 70px;
	padding: 15px 50px;
	margin-bottom: 10px;
}
.fee-course-name01 {
	background-color: #F07E74;
}
.fee-course-name02 {
	background-color: #7FCE09;
}
.fee-course-name03 {
	background-color: #4FCBE9;
}
.fee-course-name04 {
	background-color: #16519F;
}
.fee-course-price {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px
}
.fee-course-price:after {
	display: block;
	content: "/ 1名(税込)";
	font-size: 18px;
	text-align: center;
	padding-left: 80px;
}
.fee-course-period {
	font-size: 22px;
	line-height: 1.8;
}
.fee-course-period:before {
	display: inline-block;
	content: "期間";
	border: 2px solid #757575;
	font-size: 16px;
	padding: 0 70px;
	margin-bottom: 10px;
}
.fee-strong {
	font-weight: bold;
	color: red;
	border-bottom: double 1px red;
}
/* お問い合わせ */
.contact {
	padding: 130px 15% 260px;
}
.contact-title-wrap {
	text-align: center;
	margin-bottom: 60px;
}
.contact-title {
	font-size: 45px;
}
.contact-text-wrap {
	text-align: center;
	margin-bottom: 90px;
}
.contact-text {
	font-size: 16px;
	line-height: 1.5;
}
.contact-form {
	/* height: 920px; */
}
.contact-form iframe {
	width: 100%;
	height: 100%;
}
.contact-note-wrap {
	text-align: center;
}
.contact-note {
	font-size: 21px;
}
.contact-note a {
	color: #2160DE;
	text-decoration: underline;
	text-align: center;
}
/* フッター */
.footer-logo {
	text-align: center;
	margin-bottom: 60px;
}
.footer-list {
	display: flex;
	justify-content: center;
	gap: 30px;
}
/* サンキューページ */
.thanks {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 100px 20%;
	height: 70vh;
}
.thanks-heading {
	font-size: 45px;
	margin-bottom: 90px;
}
.thanks-text {
	line-height: 1.8;
	margin-bottom: 80px;
}
.thanks-btn {
	border: 2px solid #38B7E8;
	border-radius: 10px;
	font-weight: bold;
	color: #38B7E8;
	max-width: 210px;
	padding: 15px 40px;
	margin: 0 auto;
}
@media(max-width: 1280px) {
	/* 共通 */
	html {
		font-size: 15px;
		line-height: 1.3;
	}
	/* mv */
	.mv-text img {
		width: 160px;
	}
	.mv-text_course_item p {
		font-size: 12px;
	}
	/* 助成金活用のご案内 */
	.hojojosei {
		font-size: 15px;
		padding: 40px 5% 60px;
	}
	.hojojosei .sp {
		display: block !important;
	}
	.hojojosei-title {
		font-size: 22px;
	}
	.hojojosei_lead {
		font-size: 15px;
	}
	.hojojosei_box {
		margin-top: 3em;
		padding: 25px 5% 30px;
	}
	.hojojosei_box .inner {
		width: 94%;
	}
	.hojojosei_box h2 {
		font-size: 20px;
		padding-bottom: 0.5em;
	}
	.hojojosei_box p.note {
		font-size: 13px;
		margin: 1em auto 2em;
	}
	.hojojosei_box figure img {
		margin-bottom: 1em;
	}
	.hojojosei_btn {
		margin-top: 1em;
	}
	.hojojosei_btn .text {
		font-size: 15px;
	}
	.hojojosei_btn .icon {
		height: 20px;
		width: 20px;
	}
	/* AI化に取り残されないために */
	.ai .pc {
		display: none !important;
	}
	.ai .sp {
		display: block !important;
	}
	.ai {
		padding: 40px 0 0;
	}
	.ai-title {
		font-size: 22px;
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.ai-list {
		flex-flow: column;
		gap: 25px;
	}
	.ai-content {
		width: 280px;
		height: 280px;
		padding-top: 50px;
		margin: 0 auto 10px;
	}
	.ai-content-heading {
		font-size: 22px;
	}
	.ai-content-heading:before {
		width: 40px;
	}
	/* 3つの理由 */
	.reason .pc {
		display: none !important;
	}
	.reason .sp {
		display: block !important;
	}
	.reason {
		padding: 55px 5% 75px;
	}
	.reason-title-wrap {
		text-align: center;
		margin-bottom: 40px;
	}
	.reason-title {
		font-size: 22px;
		padding: 0 10px;
	}
	.reason-sub-title {
		font-size: 15px;
		padding: 0 10px;
	}
	.reason-title:before {
		top: 17px;
	}
	.reason-list {
		flex-flow: column;
		gap: 40px;
		padding: 0;
		margin-bottom: 60px;
	}
	.reason-item {
		width: 100%;
	}
	.reason-item-number {
		width: 40px;
		height: 40px;
	}
	.reason-item-heading {
		height: 130px;
		font-size: 20px;
		margin-top: 20px;
	}
	.reason-item-text {
		padding: 25px;
	}
	.reason-company-heading {
		font-size: 20px;
		padding-bottom: 0;
		margin-bottom: 70px;
	}
	.reason-company-heading:before {
		width: 65px;
		height: 5px;
	}
	.reason-company-list {
		gap: 45px 30px;
		padding: 0;
	}
	.reason-company-item {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 45%;
	}
	/* DEVELOP */
	.develop {
		padding: 55px 5% 75px;
	}
	.develop-title {
		font-size: 22px;
	}
	.develop-title-wrap {
		margin-bottom: 40px;
	}
	.develop-heading {
		font-size: 22px;
	}
	/* INTRODUCTION */
	.introduction .pc {
		display: none !important;
	}
	.introduction .sp {
		display: block !important;
	}
	.introduction {
		padding: 70px 5% 25px;
	}
	.introduction-title-wrap {
		text-align: center;
		margin-bottom: 40px;
	}
	.introduction-title {
		font-size: 28px;
	}
	.introduction-sub-title {
		font-size: 17px;
	}
	.introduction-heading-wrap {
		text-align: center;
		margin: 0 auto 30px;
	}
	.introduction-heading {
		font-size: 22px;
		padding: 5px 14px;
	}
	.introduction-instructor {
		margin-bottom: 70px;
	}
	.introduction-instructor-content {
		flex-flow: column;
		gap: 15px;
		padding: 0;
	}
	.introduction-instructor-img {
		width: 70%;
		margin: 0 auto;
	}
	.introduction-instructor-text {
		width: 100%;
	}
	.introduction-instructor-name {
		font-size: 18px;
	}
	.introduction-instructor-affiliation {
		font-size: 14px;
		margin-bottom: 25px;
	}
	.introduction-instructor-career {
		font-size: 14px;
	}
	.introduction-feature {
		margin-bottom: 60px;
	}
	.introduction-feature-list {
		padding: 0;
	}
	.introduction-feature-item {
		padding-bottom: 10px;
		margin-bottom: 35px;
	}
	.introduction-feature-item:last-child {
		margin-bottom: 0;
	}
	.introduction-feature-heading {
		font-size: 20px;
		margin-bottom: 35px;
	}
	.introduction-feature-text {
		text-align: left;
	}
	.introduction-feature-curriculum {
		position: relative;
	}
	.introduction-feature-curriculum .zoom {
		display: flex;
		justify-content: end;
		gap: 5px;
		position: initial;
	}
	.introduction-feature-curriculum .zoom img {
		width: 20px;
		height: 20px;
	}
	.introduction-feature-curriculum .zoom p {
		font-size: 13px;
		font-weight: bold;
		color: #38B7E8;
	}
	.introduction-skill {
		margin-bottom: 50px;
	}
	.introduction-skill-list {
		flex-flow: column;
	}
	.introduction-skill-item {
		width: 100%;
	}
	.introduction-skill-course {
		font-size: 21px;
		max-width: 335px;
		height: 35px;
		margin: 0 auto 15px;
	}
	.introduction-skill-target {
		font-size: 16px;
	}
	.introduction-illustrations img {
		height: 200px;
	}
	/* 受講までの流れ */
	.flow .pc {
		display: none !important;
	}
	.flow .sp {
		display: block !important;
	}
	.flow {
		padding: 50px 0 65px;
	}
	.flow-title-wrap {
		margin-bottom: 30px;
	}
	.flow-title {
		font-size: 30px;
	}
	.flow-list {
		flex-flow: column;
	}
	.flow-item {
		flex-flow: column;
		align-items: center;
	}
	.flow-content {
		width: 300px;
		height: 300px;
	}
	.flow-step img {
		height: 21px;
	}
	.flow-icon img {
		height: 52px;
	}
	.flow-heading {
		font-size: 24px;
	}
	.flow-text {
		font-size: 18px;
	}
	.flow-heading-highlight {
		font-size: 26px;
	}
	.flow-arrow img {
		height: 20px;
	}
	/* 受講者の声 */
	.voice .pc {
		display: none !important;
	}
	.voice .sp {
		display: block !important;
	}
	.voice {
		background-image: url("../img/AT20-bg.jpg");
		padding: 130px 6% 10px;
	}
	.voice-title-wrap {
		margin-bottom: 50px;
	}
	.voice-title {
		font-size: 30px;
	}
	.voice-course {
		margin-bottom: 60px;
	}
	.voice-course-name {
		font-size: 18px;
		padding: 5px 30px;
		max-width: 310px;
		margin: 0 auto 20px;
	}
	.voice-comments {
		flex-flow: column;
		gap: 20px;
		margin-bottom: 50px;
	}
	.voice-comment {
		width: 100%;
		padding: 15px;
	}
	.voice-interview-heading {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.voice-interview-content {
		width: 100%;
		padding: 20px 15px;
		margin-bottom: 30px;
	}
	.voice-interview-content iframe {
		width: 100%;
	}
	.voice-interview-url {
		font-size: 11px;
	}
	.voice-illustrations img {
		width: 340px;
	}
	/* 受講費 */
	.fee .pc {
		display: none !important;
	}
	.fee .sp {
		display: block !important;
	}
	.fee {
		background-color: #D4D3D7;
		padding: 75px 0 100px;
	}
	.fee-title-wrap {
		margin-bottom: 30px;
	}
	.fee-title {
		font-size: 30px;
	}
	.fee-campaign {
		width: 100%;
		padding: 0 0 25px;
		margin: 0 auto 30px;
	}
	.fee-campaign-img {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fee-campaign-img img {
		width: 80%;
		min-width: 300px;
	}
	.fee-course-list {
		flex-flow: column;
		gap: 15px;
		padding: 0 8%;
	}
	.fee-course-item {
		width: 100%;
		padding: 25px 5px 10px;
	}
	.fee-course-name {
		font-size: 22px;
		max-width: 320px;
		height: 50px;
		padding: 15px 20px;
		margin: 0 auto 15px;
	}
}
@media(max-width: 852px) {
	/* お問い合わせ */
	.contact .pc {
		display: none !important;
	}
	.contact .sp {
		display: block !important;
	}
	.contact {
		padding: 55px 5% 240px;
	}
	.contact-title-wrap {
		margin-bottom: 35px;
	}
	.contact-title {
		font-size: 30px;
	}
	.contact-text-wrap {
		margin-bottom: 60px;
	}
	.contact-form {
		width: 100%;
		/* height: 1210px; */
	}
	.contact-note {
		font-size: 15px;
	}
	/* DEVELOP */
	.develop-grid {
		grid-template-columns: 100%;
		grid-auto-flow: row;
		grid-row-gap: 20px;
	}
	.develop-wrap {
		padding: 20px;
	}
}
@media(min-width: 769px) {
	/* ヘッダー */
	.header {
		position: fixed;
		top: 0;
		z-index: 999;
		transition: .5s;
		width: 100%;
	}
	.header.hide {
		transform: translateY(-100%);
	}
	.header-top {
		background: #FFFFFF;
	}
}
@media(max-width: 768px) {
	/* ヘッダー */
	.header .pc {
		display: none !important;
	}
	.header .sp {
		display: block !important;
	}
	.header-top {
		position: relative;
		padding: 0;
	}
	.header-top-logo {
		display: flex;
		justify-content: center;
		width: 30%;
		padding-left: 10px;
		z-index: 1;
	}
	.header-top-logo:after {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: 20%;
		;
		right: 0;
		z-index: -1;
		transform: skewX(-20deg);
		background-color: #FFFFFF;
		width: 15%;
	}
	.header-top-list {
		display: flex;
		justify-content: center;
		gap: 3%;
		background-color: #38B7E8;
		width: 70%;
		padding: 15px 5px;
	}
	.header-top-item {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 12px;
		width: 158px;
		height: 30px;
		padding: 10px 5px;
	}
	.header-top-item:nth-child(1) {
		gap: 5%;
		margin-left: 30px;
	}
	.header-top-item:nth-child(1) img {
		width: 7px;
	}
	/* MV */
	.mv .pc {
		display: none !important;
	}
	.mv .sp {
		display: block !important;
	}
	.mv-text {
		width: calc(100% - 30px);
		margin: 0 auto;
		padding: 15px;
		position: static;
	}
	.mv-text img {
		width: 120px;
	}
	.mv-text p {
		font-size: 13px;
	}
	.mv-text a {
		font-size: 13px;
	}
	/* DEVELOP */
	.develop-heading {
		font-size: 20px;
		/* margin-bottom: 10px; */
	}
	.develop-text {
		font-size: 14px;
	}
	.develop-img {
		margin: 20px 0;
	}
	/* 画面右下フローティングテキスト */
	.floating-text {
		width: 120px;
		height: 120px;
		padding-top: 30px;
	}
	.floating-text p {
		font-size: 15px;
	}
	/* 受講費 */
	.fee-campaign-text .fee-campaign-text_text {
		font-size: 18px;
	}
	.fee-campaign-text .fee-campaign-text_note {
		font-size: 14px;
	}
	.fee-campaign-text .fee-campain-text_block {
		margin-top: 30px;
	}
	.fee-campaign-text .fee-campain-text_block-item {
		font-size: 15px;
	}
	/* FAQ */
	.faq {
		padding: 85px 5% 50px;
	}
	.faq-title-wrap {
		margin-bottom: 30px;
	}
	.faq-title {
		font-size: 30px;
	}
	.faq-sub-title {
		font-size: 16px;
	}
	.faq-item {
		font-size: 16px;
		margin-bottom: 25px;
	}
	.faq-item:last-child() {
		margin-bottom: 0;
	}
	.faq-item-question {
		padding: 15px 10px;
	}
	.faq-item-answer {
		padding: 20px 10px;
	}
	/* フッター */
	.footer-logo {
		text-align: center;
		margin-bottom: 65px;
	}
	.footer-list {
		display: flex;
		justify-content: center;
		font-size: 12px;
		gap: 30px;
	}
	/* サンキューページ */
	.thanks {
		padding: 100px 0;
	}
	.thanks-heading {
		font-size: 30px;
	}
}
@media(max-width: 640px) {
	.fee-campaign-text .fee-campain-text_block {
		margin-top: 30px;
		flex-direction: column;
		align-items: center;
		row-gap: 20px;
	}
}
/* 20240328 補助金助成金表エリア */
.hojojosei_table .table_block {
	margin-top: 60px;
}
.hojojosei_table .re_skill {
	font-size: 20px;
	width: 90%;
	max-width: 1000px;
	margin: auto;
	margin-top: 60px;
	background-color: #EEEEEE;
	padding: 30px;
	text-align: left;
}
.hojojosei_table .re_skill_title {
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	display: block;
	border-bottom: 1px solid black;
}
.hojojosei_table .heading {
	margin-top: 30px;
	width: fit-content;
	padding: 10px 8px;
	border: 1px solid #000;
}
.hojojosei_table .sub_heading {
	font-size: 17px;
	margin-top: 15px;
}
.hojojosei_table .merit {
	width: 15px;
	height: 15px;
	vertical-align: top;
	opacity: 1;
}
.hojojosei_table .body {
	font-size: 17px;
}
.hojojosei_table .title {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	display: block;
	background-color: #777777;
}
.hojojosei_table .note {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.hojojosei_table .table table {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.hojojosei_table .table table th {
	text-align: center;
	padding: 10px;
}
.hojojosei_table .table table td {
	padding: 10px;
	vertical-align: middle;
}
.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: 1280px) {
	.hojojosei_table .re_skill {
		font-size: 15px;
	}
	.hojojosei_table .sub_heading {
		font-size: 13px;
	}
	.hojojosei_table .body {
		font-size: 13px;
	}
	.hojojosei_table .merit {
		width: 10px;
		height: 10px;
		vertical-align: middle;
	}	
}
@media(max-width: 768px) {
	.hojojosei_table .table table {
		width: 100%;
		/* display: block; */
		/* overflow-x: scroll; */
		/* -webkit-overflow-scrolling: touch; */
		white-space: nowrap;
	}
	.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;
	}
	.hojojosei_table .re_skill {
		width: 100%;
	}
}
/* 20240614 補助金助成金表エリアに注釈を追加 */
.table_note {
	width: 90%;
	max-width: 1000px;
	margin: 10px auto 0;
	text-align: right;
	font-size: 14px;
}
@media(max-width: 768px) {
	.table_note {
		width: 100%;
	}
}
@media(max-width: 751px) { /* レイアウト調整によるイレギュラー */
	.table_note01 {
		width: 675px;
	}
}
@media(max-width: 599px) { /* レイアウト調整によるイレギュラー */
	.table_note02 {
		width: 540px;
	}
}
@media(max-width: 609px) { /* レイアウト調整によるイレギュラー */
	.table_note03 {
		width: 550px;
	}
}