@charset "UTF-8";

html {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	-ms-overflow-style: none;
	scrollbar-width: none;
	overscroll-behavior-y: contain;
}
body {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    background-color: #ffffff; /* Slate 50 #F9FAFB */
    color: #111111; /* Slate 800 */
}
.gradient-text {
    background: linear-gradient(to right, #3B82F6, #0EA5E9); /* Blue-500 to Cyan-500 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cta-button {
    background-image: linear-gradient(to right, #fb297d, #fc6947);
    color: white;
    transition: all 0.3s ease;
	font-size: 120%;
	text-align: center;
	/*border: 3px solid #ffffff;*/
	position: relative;
}
.cta-button:hover {
	background: #15baf0;
    transform: translateY(2px);
    box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.2), 0 4px 6px -2px rgba(59, 130, 246, 0.15);
}
.cta-button:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0.65em;
	margin: auto;
	width: 0.4em;
	height: 0.4em;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);	
}
/*.cta-button:hover:after {
	border-right-color: #fb297d;
	border-bottom-color: #fb297d;
}*/
.lar-button {
	max-width: 320px;
	margin: 0 auto;
	font-size: 1.5rem;	
}
.lar-button:after {
	right: 1em;
	border-right-width: 2px;
	border-bottom-width: 2px;
}
.secondary-button {
    background-color: transparent;
    border: 3px solid #112256;
    color: #112256;
    transition: all 0.3s ease;
	font-size: 105%;
	background: #ffffff;
	text-align: center;
}
.secondary-button:hover {
    background-color: #112256;
	color: #ffffff;
}
.dark-section .secondary-button {
    border-color: #60A5FA;
    color: #60A5FA;
}
.dark-section .secondary-button:hover {
    background-color: rgba(96, 165, 250, 0.1);
}
.light-card {
    background-color: white;
    border: 1px solid #E2E8F0; /* Slate 200 */
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05), 0 2px 4px -2px rgb(0 0 0 / 0.05);
}
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
.swiper-button-next,
.swiper-button-prev {
    color: #3B82F6; /* Blue-500 */
}
.swiper-pagination-bullet-active {
    background-color: #3B82F6; /* Blue-500 */
}
.swiper-slide {
    height: auto;
}
.blue-bg-section .swiper-button-next,
.blue-bg-section .swiper-button-prev {
    color: #fff;
    width: 3em;
    height: 3em;
	padding: 0.5em;
    border-radius: 9999px;
	background: rgba(0,0,0,0.7);
    transition: background-color 0.3s ease;
	top: calc(50% - 1.5rem);
}
.blue-bg-section .swiper-button-next:hover,
.blue-bg-section .swiper-button-prev:hover {
    background-color: #3B82F6;
}
.blue-bg-section .swiper-button-next::after,
.blue-bg-section .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}
.blue-bg-section .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 1);
}
.blue-bg-section .swiper-pagination-bullet-active {
    background-color: white;
}
.dark-section-bg {
     /*background-color: #111827;*/
     background-color: #0e1931;
     background-image:
        linear-gradient(rgba(59, 130, 246, 0.1) 1px, transparent 1px),
        linear-gradient(to right, rgba(59, 130, 246, 0.1) 1px, transparent 1px);
     background-size: 20px 20px;
}
.image-glow {
    transition: box-shadow 0.3s ease-in-out;
}
.image-glow:hover {
    box-shadow: 0 0 25px rgba(59, 130, 246, 0.5);
}
.u-spItem {
	display :block;
}
.u-pcItem {
	display :none;
}
@media screen and (min-width: 769px){
	.u-spItem {
		display:none;
	}
	.u-pcItem {
		display:block;
	}
}
@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.scrolling-wrapper {
    display: flex;
    flex-shrink: 0;
    animation: scroll 60s linear infinite;
}
.logo-item {
    flex: 0 0 auto;
	background: linear-gradient(to right, #3B82F6, #0EA5E9);
    color: #ffffff;
    padding: 0.4em 1em;
    margin: 0 0.5em;
    font-weight: 700;
    font-size: 1.15rem;
    white-space: nowrap;
	transform: skewX(-12deg);
}


main h2 {
	/*line-height: 1.2 !important;*/
	line-height: 1.2;
	padding: 0 1em 0.6em;
	position: relative;
	margin-bottom: 1em;
}
.txt_em {
	color: #e7ff62;
	font-size: 105%;
	background: linear-gradient(to right, #3d78e8, #2392e1);
	transform: skewX(-12deg);
	margin-right: 0.2em;
	padding: 0 0.3em;
}
.txt_em.bg_yellow {
	color: #3d78e8;
	background: #e7ff62;
}
.txt_lar {
	font-size: 120%;
}
.txt_sml {
	font-size: 80%;
}
.txt_uline {
	border-bottom: 2px solid #111111;
	padding-bottom: 0.05em;
}
.text-pink {
	color: #f01356;
}
.txt_slash {	
	text-align: center;
	display: flex;
	justify-content: center;
}
.txt_slash:before,
.txt_slash:after {
    display: inline-block;
    content: '';
    width: 1em;
    height: 1em;
    border-left: 1px solid #111111;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
	vertical-align: 0.1em;
}
.txt_slash:after {
	width: 0.8em;
    border-left: none;
    border-right: 1px solid #111111;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
ul.list-disc li {
	font-size: 1.1rem;
	line-height: 1.6;
	list-style: none;
	position: relative;
	padding-left: 1.1em;
}
ul.list-disc li:before {
	content: "●";
	display: inline;
	position: absolute;
	color: #0EA5E9;
	font-size: 85%;
	left: 0;
	top: 0.15em;
}
.i_block {
	display: inline-block;
}
.flexbox {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
}
.pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
	z-index: 100;
}
.pagetop a {
	position: relative;
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #09d7b1;
    border-radius: 50%;
    line-height: 50px;	
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.pagetop a:hover{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.pagetop a::before {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    margin: auto;
    top: 20px;
	left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

@media (max-width: 768px) {
	main {
		overflow: hidden;
	}
	main h2 {
		font-size: 1.7rem !important;
	}
	.logo-item {		
		font-size: 1rem;
	}
	.pagetop {
		right: 2%;
		bottom: 4em;
	}
	.scrolling-wrapper {
		animation: scroll 10s linear infinite;
	}
}

@media (min-width: 768px) {
	.container {
		padding-left: 4% !important;
		padding-right: 4% !important;
	}
	#header nav a.cta-button {
		font-size: 1rem;
		padding: 0.75rem 1.8rem 0.75rem 1.5rem;
	}
	#header nav a.cta-button:after {
		right: 1em;
	}
	#header nav a.cta-button:hover {
		transform: translateY(0);
	}
	#header .innerlink {
		position: absolute;
		background: rgba(255,255,255, 0.8);
		width: 100%;
		top: 58px;  	
	}
	#header .innerlink ul {
		display: flex;
		align-items: center;  
		gap: 1.2em;
		height: 36px;
		margin: 0 auto;
	}
	#header .innerlink ul li a {
		font-size: 0.8em;
		font-weight: 600;
	}
}
@media (min-width: 1280px) {
	#mv .container {
		max-width: 1200px !important;
	}
}


/* mv */
#mv {
	text-align: center;
	background-color: #edf6f9;
	background-image: url("../images/mv_bg_lef.png"), url("../images/mv_bg.jpg");
	background-repeat: no-repeat;
	background-position: calc(50% - 500px) 100%, 50% 0;
	background-size: 279px auto, 1280px auto;
}
#mv .txtarea {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1200px;
	text-align: left;
	margin: 0 auto;
	padding: 60px 80px 6rem;
}
#mv .txtarea h1 {
	color: #ffffff;
	display: inline-block;
	font-size: 1.7rem;
	font-weight: 900;
	line-height: 1.4;
	position: relative;
	padding: 0 0.6em;
}
#mv .txtarea h1:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1.35em;
	background: -webkit-linear-gradient(left, #5276c1 0%, #15baf0 50%, #4ce2c6 100%);
	background: -o-linear-gradient(left, #5276c1 0%, #15baf0 50%, #4ce2c6 100%);
	background: linear-gradient(to right, #5276c1 0%, #15baf0 50%, #4ce2c6 100%);
	transform: skewX(-10deg);
	top: 0;	
	left: 0;
	z-index: -1;
}
#mv .txtarea h2 {
	line-height: 1.0;
	font-size: 3.5rem;
	font-weight: 900;
	padding-top: 4em;
	letter-spacing: -0.02em;
	padding: 0;
	margin-bottom: 0.1em;
}
#mv .txtarea h2 .txt_lar {
	font-size: 130%;
}
#mv .txtarea h2 .txt_lar2 {
	font-size: 110%;
	color: #0e2493;
}
#mv .mvbtn a {
	margin: 0.5em 0 0;
}
#mv .mv_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#mv .txtarea .cashback {
	text-align: center;
  margin-top: 1em;
}
#mv .txtarea .cashback img {
	margin: 0 auto;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05), 0 2px 4px -2px rgb(0 0 0 / 0.05);
}
#mv .mv_bg img {
	margin: 0 auto;
}

@media (max-width: 768px) {
	#mv {
		text-align: center;
		background-color: #edf6f9;
		background-image: url("../images/mv_bg_lef.png"), url("../images/mv_bg_sp.jpg");
		background-repeat: no-repeat;
		background-position: 0 100%, 50% 0;
		background-size: 279px auto, 100% auto;
	}
	#mv .txtarea {		
		padding: 5vw 4% 12vw;
	}
	#mv .txtarea h1 {
		font-size: 7.6vw;
	}
	#mv .txtarea h2 {		
		font-size: 8.6vw !important;
		margin-bottom: 0.1em;
	}
	#mv .txtarea p {
		width: 66vw;
	}
	#mv .mvbtn {
		margin-top: 50vw;
	}
	#mv .mvbtn a {
		margin: 0 auto;
	  max-width: 320px;
	  width: 90%;
	}
	#mv .txtarea .cashback {
		margin: 6vw 4% 0;
	}
}
@media (max-width: 959px) {
	/*#mv {
		height: 430px;
	}
	#mv .mv_movie {
		right: calc(50% - 65vw);
		height: 430px;
	}
	#mv video {
		height: 430px;
	}
	#mv .mv_bg {
		left: calc(50% - 560px);
  		height: 430px;
	}
	#mv h1 {
		width: 65vw;
		margin-bottom: 0;
	} 
	#mv .catch {
		width: 60vw;
	}
	.mv_lbl {
		max-width: 25em;
	}
	#mv .btnarea {
		margin-top: 0;
	}*/
}
@media (max-width: 768px) {
	#header {
		position: relative;		
	}
	#header > div {
		padding-left: 4%;
		padding-right: 4%;
	}
	#header #mobile-menu {
		padding: 1rem 1.5rem 2rem;
    	border-top: 1px solid #e5e7eb;
	}
	#header #mobile-menu ul {
		margin-bottom: 1.5em;
	}
	#header #mobile-menu ul li {
		padding: 0.5em;
	}
	#header #mobile-menu ul li a {
		position: relative;
		padding-left: 1.2em;
		color: #3B82F6;
		font-weight: 600;
	}
	#header #mobile-menu ul li a:before {
        display: inline-block;
        content: '';
        width: 0.45em;
        height: 0.45em;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -0.2em;
        border-top: 2px solid #3B82F6;
        border-right: 2px solid #3B82F6;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: 0.4s;
	}
}

/* benefit */
#benefit {
	background: -webkit-linear-gradient(#f2f9f7 0%, #b0d8ea 50%, #dce3e7 85%, #ffffff 100%);
	background: -o-linear-gradient(#f2f9f7 0%, #b0d8ea 50%, #dce3e7 85%, #ffffff 100%);
	background: linear-gradient(#f2f9f7 0%, #b0d8ea 50%, #dce3e7 85%, #ffffff 100%);
}
#benefit .white-box {
	background: #ffffff;
	width: 90%;
	margin: 0 auto;
	max-width: 1080px;
	padding: 4em;
}
#benefit h3 {
	font-size: 1.65rem;
	font-weight: 900;
	background: #33b7de;
	color: #fff;
	line-height: 1.3;
	padding: 0.2em 0.5em;
	margin-bottom: 1.5em;
}
#benefit h3.bg_blue {
	background: #3b82f6;
}
#benefit .illust01 {
	margin: 0 auto 2em;
}
#benefit .illust01 img,
#benefit .icon_arrow img {
	margin: 0 auto;
}
#benefit .riyuu {
	border: 5px solid #05e6bc;
	padding: 1.5em 1em;
	display: inline-block;
}
#benefit .riyuu p {
	font-size: 1.25rem;
	font-weight: 700;
	
}
#benefit .icon_arrow {
	margin: 1em auto;
}
#benefit .goal p {
	font-size: 2rem;
	line-height: 1.3;
	padding-bottom: 1em;
	text-align: left;
}
@media (max-width: 768px) {
	#benefit {
		padding: 3rem 0;
	}
	#benefit .innerbox {
		margin-bottom: 0;
	}
	main #benefit h2 {
		font-size: 1.4rem !important;
		line-height: 1.3;
		margin-left: -0.5em;
		margin-right: -0.5em;
	}
	#benefit .white-box {
		padding: 1.5em 1.5em 0.5em;
	}
	#benefit h3 {
		font-size: 1.25rem;
		margin-bottom: 1em;
	}
	#benefit .illust01 {
		width: 100%;
		max-width: 380px;
	}
	#benefit .riyuu {
		border-width: 3px;
		padding: 1em 0.5em;
		display: block;
	}
	#benefit .riyuu p {
		font-size: 1.05rem;
	}
	#benefit .icon_arrow img {
		width: 42px;
	}
	#benefit .goal {
		flex-direction: column;
	}
	#benefit .goal .illust02 {
		width: 55%;
		min-width: 140px;
	}
	#benefit .goal .illust02 img {
		margin: 0 atuo;
	}
	#benefit .goal p {
		font-size: 1.25rem;
	}	
}

/* about */
#about .summary {
	display: flex;
	align-items: center;
	gap: 1em;
	max-width: 1280px;
}
#about .summary .item {
	background: #ffffff;
	border-radius: 1.5em;
	padding: 1.5em;
	text-align: center;
	width: 350px;
}
#about .summary .ttlarea {
border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
#about .summary .ttlarea h3 {
width: 100%;
  max-width: 260px;
  margin: 0 auto 0.5em;
  background: #33b7de;
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  border-radius: 0.2em;
}
#about .summary .ttlarea p:first-of-type {
font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 0.2em;
}
#about .summary .ttlarea p.sub {
font-size: 0.95em;
  color: #1c9cc2;
}
#about .summary .naiyou p {
	margin-bottom: 1em;
}
#about .summary .naiyou ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5em;
}
#about .summary .naiyou ul li {
	color: #ffffff;
	background: #9996a5;
	border-radius: 0.2em;
	font-size: 0.95rem;
	font-weight: 500;
	padding: 0.2em 0.5em;
}
#about .summary .item02 .ttlarea h3 {
	background: #3b82f6;
}
#about .summary .item02 .ttlarea p.sub {
	color: #2e77ee;
}
#about .summary .illust img {
	margin: 0 auto;
}
#about .summary .item.item03 {
	background: -webkit-linear-gradient(top left, #5276c1 0%, #15baf0 50%, #4ce2c6 100%);
	background: -o-linear-gradient(top left, #5276c1 0%, #15baf0 50%, #4ce2c6 100%);
	background: linear-gradient(to bottom right, #5276c1 0%, #15baf0 50%, #4ce2c6 100%);
}
#about .summary .item03 .ttlarea h3 {
	color: #3769b6;
	background: #ffffff;
}
#about .summary .item03 .ttlarea p.sub {
	color: #ffffff;
}
@media (max-width: 768px) {
	#about {
		padding: 3rem 4%;
	}
	#about .summary {
		flex-direction: column;
	}
	#about .summary .item {
		width: 100%;
		max-width: 480px;
	}
	#about .equal {
		transform: rotate(90deg);
	}
}

/* skill */
#skill {
	border: none;
}
#skill .item {
	border-radius: 0 2em 0 2em;
}
#skill h3 {
	color: #33b7de;
	display: flex;
	align-items: center;
	min-height: 2.5em;
	line-height: 1.3;
	padding: 0 1em;
}
#skill h3 .num {
	font-size: 120%;
	color: #ffffff;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	background: #33b7de;
	border-radius: 50%;
	margin-right: 0.5em;
	text-align: center;
}
#skill .imgarea {
	text-align: center;
	margin-bottom: 1em;
}
#skill .imgarea img {
	margin: 0 auto;
}
#skill .txt_lead {
font-size: 110%;
  line-height: 1.8;
  margin-bottom: 1em;
}
#skill ul.list-disc li {
	line-height: 1.1;
}

@media (max-width: 768px) {
	#skill {
		padding: 3rem 4% 0;
	}
	#skill h2 {
		padding: 0;
	}
	#skill h3 {
		padding: 0 1em 0 0;
  font-size: 130%;
  justify-content: center;
	}
	#skill > div p {
		font-size: 1rem;
	}
	#skill ul.list-disc li {
		font-size: 1rem;
	}
}

/* reason */
#reason {
	background: url(../images/bg_grid.svg) repeat 0 0;
}
#reason h3 {
	position: relative;
	padding-left: 2.2em;
}
#reason h3 span {
	font-weight: 500;
	font-size: 6rem;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 1em;
	padding: 0.2em 0;
}
#reason img {
	border-radius: 0 2em 0 2em;
}
#reason p {
	line-height: 1.8;
}
#reason .btnarea {
	margin-top: 3em;
}
@media (max-width: 768px) {
	#reason {
		padding: 3rem 4% 1.5rem;
	}
	#reason .container > div {
		margin-bottom: 2rem;
	}
	#reason h2 {
		padding: 0;
		margin-bottom: 0;
	}
	#reason h3 {
		font-size: 1.4rem;
		padding-left: 2.4em;
	}
	#reason h3 span {
		font-size: 4.5rem;
	}
	#reason h3 br {
		display: none;
	} 
	#reason .container > div p {
		font-size: 1rem;
	}
}




/* tools */
#tools {
	background: linear-gradient(90deg, #deeefd 0%, #d7f8fe 100%);
}
#tools .tools_wrap h3 {
	background: linear-gradient(90deg, rgba(36, 95, 173, 0.2) 0%, rgba(108, 185, 214, 0.2) 100%);
	padding: 0.2em;
	margin: 2.5em auto 1.5em;
}
#tools .tools_wrap div span {
	color: #ffffff;
	background: linear-gradient(to right, #3B82F6, #0EA5E9);
	font-weight: 700;
	transform: skewX(-12deg);	
}
@media (max-width: 768px) {
	#tools {
		padding: 3rem 4%;
	}
	#tools .container {
		padding: 0;
	}
	#tools h2 {
		padding-left: 0;
		padding-right: 0;
	}
	#tools .tools_wrap h3 {
		font-size: 1.15rem;
		margin: 2em auto 1.1em;
	}
}


/* instructor */
#instructor {
	background: url("../images/bg_network.jpg") no-repeat 50% 0 / cover;
}
#instructor .instructor_outer {
	display: flex;	
	justify-content: center;
	gap: 2em;
}
#instructor .instructor_wrap {
	flex-direction: column;
	text-align: center;
	border-radius: 0 2em 0 2em;
	width: 50%;
	max-width: 520px;
}
#instructor .instructor_wrap img {
	width: 160px;
	height: 160px;
	margin: 0 auto;
}
#instructor h3 .txt_sml {
	font-size: 80%;
	margin-left: 0.2em;
}
#instructor .instructor_wrap div div span {
	min-width: 50px;
	text-align: center;
}
#instructor .instructor_wrap div .lbl {
	font-size: 90%;
  border: 1px solid #111;
  display: inline-block;
  padding: 0.1em 0.8em;
  border-radius: 1em;
  margin-bottom: 0.6em;
}
#instructor .instructor_wrap div ul {
	display: inline-block;
	margin: 1em auto 0;
	text-align: left;
}
#instructor .instructor_wrap div ul li {
	font-size: 90%;
	/*position: relative;
  padding-left: 1.1em;*/
}

#instructor .instructor_wrap div .text-prof {
	text-align: left;
	line-height: 1.8;
}
#instructor .instructor_wrap div .specialty span {
	background: linear-gradient(to right, #3B82F6, #0EA5E9);
  color: #fff;
}

@media (max-width: 768px) {
	#instructor {
		padding: 3rem 4% 1.5rem;
	}
	#instructor .container {
		padding-left: 0;
		padding-right: 0;	
	}
	#instructor .container > div {
		align-items: center;
		margin-bottom: 2rem;
	}
	#instructor h2 {
		padding-left: 0;
		padding-right: 0;
	}
	#instructor h3 {
		font-size: 1.5rem;
	}
	#instructor h4 {
		font-size: 1.15rem;
	}
	#instructor .instructor_outer {
		flex-direction: column;
	}
	#instructor .instructor_wrap {
		width: 100%;
	}
	#instructor .instructor_wrap div div span {
		font-size: 0.9rem;
	}	
}

/* curriculum */
.curriculum {
	align-items: baseline;
}
.curriculum .btndown {
	background: #33b7de;
	color: #fff;
	text-align: center;
	padding: 0.5em 1em;
	border-radius: 1.5em;
	font-size: 1.25rem;
	position: relative;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}
.curriculum .cont02 .btndown {
	background: #3b82f6;
}
.curriculum .btndown span {
	font-size: 80%;
	margin-left: 0.5em;
}
.curriculum .btndown:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	margin: auto;
	width: 0.4em;
	height: 0.4em;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);	
}
.curriculum .accordion-wrapper ul {
	margin-top: 2em;
}
.curriculum .accordion-wrapper ul li {
	display: flex;
	align-items: center;
	padding: 0.5em 1em;
	border: 1px solid #dedede;
	border-radius: 0.5em;
	background: #fff;
}
.curriculum .accordion-wrapper ul li:not(:last-of-type) {
	margin-bottom: 0.5em;
}
.curriculum .accordion-wrapper ul li .num {
	width: 2em;
	height: 2em;
	line-height: 2em;
	border-radius: 50%;
	background: #33b7de;
	text-align: center;
	color: #ffffff;
	margin-right: 0.5em;
}
.curriculum .cont02 .accordion-wrapper ul li .num {
	background: #3b82f6;
}
.curriculum .accordion-wrapper ul li .theme {
	font-weight: 600;
	font-size: 1.1rem;
}
.curriculum .text-link {
	margin-top: 2em;
	text-align: center;
	line-height: 1;
}
.curriculum .text-link .txt_slash {
	font-size: 0.95rem;
}
.curriculum .text-link a {
	font-weight: 500;
	padding-right: 0.5em;
	text-decoration: underline;
	position: relative;
}
.curriculum .text-link a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 0.4em;
	height: 0.4em;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#curriculum .service {
	margin: 0 auto;
}
#curriculum .service p {
	font-size: 1.05rem;
}
#curriculum .service ul {
	display: flex;
	gap: 0.5em;
}
#curriculum .service ul li {
	color: #ffffff;
	font-weight: 500;
	background: linear-gradient(to right, #3B82F6, #0EA5E9);
	padding: 0.25rem 0.625rem;
	border-radius: 1em;
}


@media (max-width: 768px) {
	#curriculum {
		padding: 3rem 4% 1.5rem;
	}
	#curriculum .container {
		padding-left: 0;
		padding-right: 0;
	}
	#curriculum .container > div {
		margin-bottom: 2rem;
	}
	#curriculum h2 {
		padding-left: 0;
		padding-right: 0;
	}

	#curriculum-accordion > div button {
		font-size: 1rem;
		padding-right: 0.7em;
	}
	#curriculum-accordion > div .ans {
		line-height: 1.5;
		padding-top: 0.8em;
		font-size: 1rem;
	}
	#curriculum-accordion > div button::before {
		font-size: 1rem;
	}
	#curriculum-accordion > div button svg {
		padding-left: 0.5em;	
	}
	
	.curriculum {
		flex-direction: column;
	}
	.curriculum > div {
		margin: 0 auto 1rem;
	}
	.curriculum .btndown {
		font-size: 1.15rem;
	}
	#curriculum .service {
		padding: 2rem 1em;
	}
	#curriculum .service ul li {
		font-size: 0.9rem;
	}

}
@media (max-width: 415px) {
	#curriculum .phase img {
		width: 100%;
		max-width: 380px;
	}	
}
@media (max-width: 639px) {
	#days div > div:not(:last-of-type)::before {	
		width: 28px;
		height: 40px;
		top: inherit;	
		left: 0;
		right: 0;
		bottom: -3rem;
		margin: 0 auto;
		background-image: url("../images/icon_arr-dotted_v.svg") ;
	}	
}

/* cta */
#cta {
	background: url("../images/bg_cta.jpg") no-repeat 50% 50% / cover;
}
#cta .ttlarea {
	display: flex;
	justify-content: center;
	align-items: center;	
}
#cta .txtarea {
	padding: 0 110px 0 1em; 
	
}
#cta .ttlarea h2 {
	margin: 0 0 0.2em;
	padding: 0;
}
#cta .ttlarea p {
	margin: 0;
	padding: 0;
	color: #ffffff;
}
#cta .btnarea {
	margin-top: 3em;
}

@media (max-width: 768px) {
	#cta {
		background-image: url("../images/bg_cta_sp.jpg");
		padding: 2rem 4% 3rem;
	}
	#cta .container {
		padding-left: 0;
		padding-right: 0;
	}
	#cta .ttlarea {
		flex-direction: column;
	}
	#cta .ttlarea .icon {
		position: relative;
		left: -30vw;
		width: 5.5rem;
		height: 5.5rem;
		margin-bottom: 0.5em;
	}
	#cta .txtarea {
		padding-right: 0;
	}
	#cta .txtarea p {
		font-size: 1rem;
	}
	#cta .btnarea {
		margin-top: 2rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (max-width: 374px) {
	#cta .btnarea {
		margin-top: 2rem;
		padding-left: 0;
		padding-right: 0;
	}	
}

/* #price */
#price .course {
    display: flex;
	justify-content: center;
    gap: 2rem;
}
#price .course > div {
	border-radius: 0 2em 0 2em;
	max-width: 460px;
	width: 46%;
}
#price .text-s {
	font-size: 90%;
}
#price .course .lbl {
	display: block;
	
	padding: 0.2em;
	text-align: center;
	font-size: 1.1rem;	
	font-weight: 700;	
	color: #ffffff;
	background: linear-gradient(to right, #3B82F6, #0EA5E9);
	margin: 0 auto 1em;
	transform: skewX(-12deg);
}
#price .course .reskilling_price {
	position: relative;
	z-index: 1;
	padding-top: 0.8rem;
}
#price .course .reskilling_price:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 3rem solid transparent;
	border-left: 3rem solid transparent;
	border-top: 4rem solid #f6e1e4;
	border-bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: -1;
	top: 0;
}
#price .course .reskilling_price .subsidy {
	font-size: 1.15rem;
	color: #ffffff;
	background: #20b7b0;
	margin: 0 auto;
	font-weight: 600;
	/*border-radius: 1em;*/
	margin-bottom: 1.5em;
	display: inline-block;
	padding: 0 1.2em;	
}
#price .course .reskilling_price .subsidy .txt_lar {
	font-size: 120%;
	vertical-align: -0.05em;
}
#price .course .reskilling_price .really {
	color: #cb1e3b;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1;	
}
#price .course .reskilling_price .really .real_lbl {
	font-size: 1rem;
	vertical-align: 0.5em;
	background: #ffffff;
	display: inline-block;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 0.2em 0.2em 0.2em 0.3em;
	border: 1px solid #cb1e3b;
	margin: 0 0.4em 0 0.2em;
}
#price .course .reskilling_price .really .yen {
	font-size: 1.5rem;
	vertical-align: 0.05em;	
}
#price .course .reskilling_price .really .tax {
	font-size: 1.125rem;
	position: relative;
	left: -0.5em;
	vertical-align: 0.1em;
}
#price sup {
	font-size: 0.9rem;	
}
#price .course .reskilling_price sup {
	position: relative;
	left: -1em;
}
#price .course .note {
	text-align: left;
	display: inline-block;
	font-size: 80%;
	margin-bottom: 1em;
}
.list_kome li {
	text-indent: -1.65em;
	margin-left: 1.65em;	
}
#price .course .text-theme {
	/*margin-bottom: 2em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2em;*/
	line-height: 1.6;
}
#price .course .btnarea {
	margin-bottom: 1em;
}
#price .course .btnarea a {
	font-weight: 700;
	width: 280px;
	display: inline-block;
	border-radius: 1.5em;
	padding: 0.5em;
	position: relative;
}
#price .course .btnarea a:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
	bottom: 0;
    right: 1.1em;
	margin: auto;
    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cta-button.normal-button {
	background: #112256;
}
#price .btnarea {
	margin-top: 3em;
}



@media (max-width: 768px) {
	#price {
		padding: 3rem 0;
	}
	#outline {
		padding: 3rem 4%;
	}
	#outline .container {
		padding-left: 0;
		padding-right: 0;
	}
	#price h2 {
		padding-bottom: 0;
	}
	#price .course .lbl {
		padding: 0.3em;
	}
	#price .course .yen {
		font-size: 2.6rem;
	}
	
	#price .course .reskilling_price {
		position: relative;
		margin-left: -2%;
		margin-right: -2%;
		padding-top: 1rem;
	}
	#price .course .reskilling_price:before {
		border-style: solid;
		border-right: 3rem solid transparent;
		border-left: 3rem solid transparent;
		border-top: 4.2rem solid #f6e1e4;
		border-bottom: 0;
	}
	#price .course .reskilling_price .subsidy {
		font-size: 0.95rem;
		line-height: 1.2;
		padding: 0.2em 0.5em;
	}
	#price .course .reskilling_price .really {

		font-size: 2.4rem;
	}
	#price .course .reskilling_price .really .real_lbl {
		font-size: 0.8rem;
	}
	#price .course .reskilling_price .really .yen {
		font-size: 1.25rem;
	}
	#price .course .reskilling_price .really .tax {
		font-size: 1rem;
	}
	.list_kome li:not(:last-of-type) {
		margin-bottom: 0.5em;
	}
	#price .course {
		flex-direction: column;
	}
	#price .course > div {
		width: 100%;
		margin: 0 auto;
		padding: 2rem 1.5rem;
	}
}
@media (max-width: 374px) {
	#price .course .yen {
		font-size: 2.2rem;
	}	
}

/* faq */
#faq {
	/*background: #EBF1F8;*/
	background: linear-gradient(to right, #3B82F6, #0EA5E9);
}
#faq-accordion > div {
	padding: 1em 1em 1em 1em;
	border-radius: 16px;
	font-size: 1.25rem;
	background: #ffffff;
}
#faq-accordion > div button {
	position: relative;
	padding: 0.8em 1em;
}
#faq-accordion > div button:before {
	content: "Q.";
	display: inline-block;
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	font-size: 2rem;
	font-weight: 700;
	top: 0.3em;
	color: #3B82F6;	
}
#faq-accordion > div button span {
	padding-left: 2.2em;
}
#faq-accordion > div button svg {
	color: #3B82F6;
}
#faq-accordion > div .ans {
	position: relative;
	padding-left: 4rem;
	line-height: 1.7;
	margin-top: 0.5em;
	border-top: 3px dotted #c5d6ea;
	padding-top: 1em;
}
#faq-accordion > div .ans:before {
	content: "A.";
	display: inline-block;
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	font-size: 2rem;
	font-weight: 700;
	top: 0.25em;
	left: 1.3rem;
	color: #fb297d;
}
@media (max-width: 768px) {
	#faq {
		padding: 3rem 4% 1.5rem;
	}
	#faq .container {
		padding-left: 0;
		padding-right: 0;
	}
	#faq .container > div {
		margin-bottom: 2rem;
	}	
	#faq h2 {
		padding-left: 0;
		padding-right: 0;		
	}
	#faq-accordion > div {
		padding: 0.5em;
		font-size: 1rem;
	}
	#faq-accordion > div button {
		padding: 0.5em 0 0.5em 0.5em;
	}
	#faq-accordion > div button:before {
		font-size: 1.55rem;
		top: 0;
	}
	#faq-accordion > div button span {
		padding-left: 2.0em;
		width: 100%;
	}
	#faq-accordion > div button svg {
		width: 1.5rem;
		height: 1.5rem;
	}
	#faq-accordion > div .ans {
		border-top-width: 2px;
		font-size: 1rem;
		padding-left: 2.5rem;
	}
	#faq-accordion > div .ans:before {
		font-size: 1.55rem;
		top: 0.2em;
		left: 0.3em;
	}
}



.btnarea a span.text-xs {
	font-size: 0.9rem;
} 



footer {
	font-family: 'Noto Sans JP', sans-serif;
}
.c-bg--white {
  background: #ffffff;
}
.p-footer__copy {
  position: relative;
  height: 560px;
  background: url(https://haa.athuman.com/images/it/bg_footer.png) center/cover no-repeat;
}
.p-footer__copy p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 5.21vw;
  font-weight: 500;
  color: #fff;
}
.p-footer__copy p img {
  display: block;
  width: 47.82vw;
  height: auto;
  margin: 0 auto;
}
.p-footer__credit {
  padding: 24px 0;
  text-align: center;
  color: #fff;
  background: #333;
}
.p-footer__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  font-size: 12px;
}
.p-footer__credit small {
  display: block;
  margin-top: 12px;
  font-size: 11px;
}

.p-footer__certification {
	margin-top: 74px;
  margin-bottom: 37px;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
.p-footer__certification__list {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 3rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.p-footer__certification__list__item {
	display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  column-gap: 1rem;
	font-size: 12px;
}
footer img {
  border-style: none;
}
.p-footer__logo {
  margin-bottom: 74px;
  text-align: center;
}
.p-footer__logo a {
	display: inline-block;
}
.p-footer__nav li:not(:first-of-type) {
	padding-right: 12px;
}

.p-footer__nav-blank {
	position: relative;
  font-size: 12px;
  font-weight: 400;
}
.p-footer__nav-blank:first-of-type {
  margin-left: 0;
}
.p-footer__nav-blank::before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 51%;
  right: -16px;
  transform: translateY(-50%);
  background: url(https://haa.athuman.com/common/images/icon_blank.png) right/cover no-repeat;
}

@media screen and (max-width: 768px) {
	.p-footer__copy {
		height: 191px;
	}
	.p-footer__copy p {
		font-size: 32px;
	}
	.p-footer__copy p img {
		width: 311px;
	}	
	.p-footer__certification {
		margin-top: 2rem;
		margin-bottom: 1rem;
	}
	.p-footer__certification__list {
		gap: 1.5rem;
	}
	.p-footer__nav {
		gap: 12px;
	}
	.p-footer__nav li + li {
		padding-left: 12px;
		border-left: 1px solid;
	}
}

@media screen and (max-width: 552px) {

}

/* Swiperが適用されていない状態（PCサイズ）のレイアウト */
.my-carousel-container {
    /* デスクトップではFlexboxなどで3つの要素を横並びにする */
    display: flex;
    justify-content: space-between;
}

.my-carousel-container .swiper-slide {
    /* 各ボックスの幅を均等に設定 */
    width: calc(33.33% - 20px); /* 3分割とスペースを考慮 */
    margin: 0 10px;
}

/* 768px未満のブレイクポイントでは、Swiperが上書きするため、この設定は自動的に無効化されます */


.ftbtn {
	display: none;
}
@media screen and (max-width: 768px) {
	footer {
		padding-bottom: 50px;
	}
	.ftbtn {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		display: flex;
		z-index: 100;
	}
	.ftbtn li {
		width: 50%;
	}
	.ftbtn li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		color: #ffffff;
		background: #112256;		
		font-size: 0.8rem;
		font-weight: bold;
		height: 60px;
		line-height: 1.4;
	}
	.ftbtn li:first-of-type a {
		background: linear-gradient(to right, #fb297d, #fc6947);
	}
	.ftbtn li a span {
		display: block;
		font-size: 85%;
	}
}
@media screen and (max-width: 374px) {
	.ftbtn li a {
		font-size: 3.5vw;
	}
}

.reskilling {
	position: relative;
}
.reskilling a {
	position: absolute;
	bottom: 9px;
    left: calc(50% + 106px);
    font-size: 0.75rem;
    border-bottom: 1px solid #333333;
}
.reskilling a:hover {
	opacity: 0.7;
	transition: 0.3s all;
}
@media screen and (max-width: 768px) {
	.reskilling a {
		right: 10vw;
		left: inherit;
		font-size: 2.6vw;
		bottom: 2vw;
	}	
}


/* effect */
#voice {
	background: -webkit-linear-gradient(left, #3B82F6, #0EA5E9);
	background: -o-linear-gradient(left, #3B82F6, #0EA5E9);
	background: linear-gradient(to right, #3B82F6, #0EA5E9);
}
#voice .effect_data {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 800px;
  margin: 0 auto;
}
#voice .efc {
	position: relative;
}
#voice .efc:not(:last-of-type):after {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 0.3em);;
	height: 60%;
	border-right: 3px dotted #ffffff;
	margin: auto 0;
	top: 0;
	bottom: 0;
	z-index: -1;	
}
#voice .efc p {

	font-weight: 700;

	color: #ffffff;
}
#voice .percent {
	font-size: 46px;
	font-weight: 700;
	color: #e7ff62;
	-webkit-transform: skewX(-12deg);
	transform: skewX(-12deg);
	line-height: 1;
}
#voice .percent .txt_lar {
	font-size: 160%;
}
.voice {
display: flex;
  gap: 1em;
  justify-content: center;
}
.voice .case {
	border-radius: 0 2em 0 2em;
	padding-bottom: 1.5rem;
	background: url("../images/bg_performance01.jpg") no-repeat 0 0 / cover;
	border: 2px solid #ffffff;
	width: 30%;
}
.voice .case:nth-child(even) .light-card  {
	background-image: url("../images/bg_performance02.jpg");
}
.voice .case dt {
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: center;
}
.voice .case dt div {
	margin-top: 0.8em;
	font-size: 0.95rem;
}
.voice .case dt div span {
	font-weight: bold;
	font-size: 110%;
	display: inline-block;
  line-height: 1.2;
}
.voice .case dd {
	
font-size: 1.15rem;
	color: #ffffff;
	background: linear-gradient(to right, #5177c2, #fc775a);
	font-weight: 700;
	line-height: 1.1;
  min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.voice .case dd .txt_yellow{
	color: #e7ff62;
}
.voice .case dd .txt_bold {
	font-weight: 700;
}
.voice .case dd .txt_lar {
	font-size: 120%;
}
.voice .case dd .txt_lar150 {
	font-size: 150%;
	vertical-align: -0.05em;
}
.voice .case dd .txt_lar200 {
	font-size: 200%;
	vertical-align: -0.1em;
}
.voice .case p {
	font-size: 0.95em;
	margin: 1em auto 0;
	padding: 0 1em;
	text-align: left;
	line-height: 1.6;
}
.voice .case dd.line-h {
	line-height: 1;
}




@media (max-width: 768px) {
	#voice .effect_data {
		display: flex;
    gap: 1rem;
    justify-content: center;
	}
	#voice .percent .txt_lar {
		font-size: 150%;
	}
	#voice .efc p {
		font-size: 90%;
		text-align: center;
		line-height: 1.3;
	}
	.voice {
		flex-direction: column;
		padding-bottom: 3rem;
	}
	.voice .case {
		width: 90%;
  margin: 0 auto;
  max-width: 480px;
	}
}




@media (max-width: 768px) {
	#voice {
		padding: 3rem 0 0;
	}
	#voice h2 {
		padding-bottom: 0;
		line-height: 1.5 !important;
	}
	#voice .effect_data {
		grid-template-columns: repeat(2, minmax(0, 2fr));
	}
	#voice .efc {
		padding-top: 0;
		padding-bottom: 0.5rem;  
	}
	#voice .efc:not(:last-of-type):after {
		content: none;
	}
	.voice .case dt {
		font-size: 1rem;
	}
	.voice .case dd {
		font-size: 1rem;
	}
	.voice .case p {
		font-size: 0.85rem;
	}
}
@media (max-width: 479px) {
	#voice .effect_data {
		gap: 0;
		grid-row-gap: 1vw;
	}
	#voice .efc {
		padding: 0 2.5vw;
	}
	#voice .efc p {
		font-size: 3.7vw;
		padding-top: 1vw;
	}
	#voice .efc p:before {
		height: 11.3vw;
	}
	#voice .percent {
		font-size: 10vw;
		margin: 2vw 0;
	}
	#voice p.kome {
		font-size: 2.8vw;
		margin-top: 0;
	}	
	#voice .swiper-slide .light-card {
		border-radius: 0 7vw 0 7vw;
		padding-bottom: 18vw;
	}
	.voice .case dt {
		font-size: 4vw;
		border-radius: 0 6.8vw 0 0;
	}
	.voice .case dd {
		font-size: 4vw;
	}
	.voice .case dd.line-h {
		line-height: 1;
		font-size: 3.4vw;
	}
	.voice .case p {
		bottom: 8vw;
	}
	
}


/* 記号やテキストのスタイル */
.symbol-blue {
    color: #004bb1;
    font-weight: bold;
}
.tablearea .kome {
	display: none;
}


ul.bnrarea {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1080px;
}
ul.bnrarea li {
	margin: 0.5em;
	width: 48%;
	max-width: 680px;
}
ul.bnrarea li.single {
	width: 680px;
}
ul.bnrarea li img { 
	max-width: 100%;
}
@media (max-width: 768px) {
	#eventbnr {
		padding: 3rem 0;
	}
	ul.bnrarea {
		flex-wrap: wrap;
		flex-direction: row;
		padding: 0 1em;
	}
	ul.bnrarea li {
		width: 100%;
	}
}

