@charset "utf-8";
/* ==========================================================================
   RESET
   ========================================================================== */
/*
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

* {
	box-sizing: border-box;
}

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}

a, a:hover {
	color: inherit;
	text-decoration: none;
}

b {
	font-weight: bold;
}

*:focus {
	outline: none;
}

/* ==========================================================================
   contents
   ========================================================================== */
html{
	scroll-behavior: smooth; 
}

[id^="anchor"]{
	scroll-margin-top: 120px;
}

#wrapper {
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	overflow: hidden;
}

#wrapper img {
	max-width: 100%;
	height: auto;
}

#wrapper .disp-pc { display: block; }
#wrapper .disp-sp { display: none; }

@media only screen and (max-width: 767px) {
	#wrapper .disp-pc { display: none; }
	#wrapper .disp-sp { display: block; }
}

#wrapper .lyt-inner {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper .content-inner{
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  #wrapper .content-inner{
		width: 94%;
	}
}

@media only screen and (max-width: 767px) {
  #wrapper .content-inner,
  #wrapper .lyt-inner {
		width: 100%;
	}
}


/* ==========================================================================
   common
   ========================================================================== */
#wrapper .entry-btn-area{
	width: 320px;
	margin: 0 auto;
}

#wrapper .entry-btn-area .entry-btn{
	width: 100%;
}

@media (any-hover: hover) {
	#wrapper a:hover {
		opacity: .8;
		transition: all 600ms;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .entry-btn-area{
		width: 60%;
	}
}

#wrapper .flex-box{
	display: flex;
	flex-flow: row nowrap;
}


/* ==========================================================================
   contents
   ========================================================================== */
#wrapper .headnav{
	position: fixed;
	z-index: 20;
	background: #fff;
	width: 100%;
	height: 95px;
}

#wrapper .headnav .head-inner{
	max-width: 100%;
  padding: 10px 2%;
}

#wrapper .head-inner{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

#wrapper .logo {
	width: 230px;
}

#wrapper .head-link{
  align-items: center;
	gap: 0 30px;
}

#wrapper .entry-btn{
	width: 219px;
	display: block;
}

#wrapper .sns-btn{
	width: 77px;
	display: block;
}

@media (any-hover: hover) {
	#wrapper a:hover {
		opacity: .8;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .headnav{
		width: 100%;
		height: 60px;
	}
	
	#wrapper .logo {
		width: 145px;
	}
	
	#wrapper .head-link{
		align-items: center;
		gap: 0 10px;
	}

	#wrapper .entry-btn{
		width: 141px;
	}
	
	#wrapper .sns-btn{
		width: 40px;
	}
}

/* ====================
   .hero
   ==================== */
#wrapper .hero {
	width: 100%;
	padding: 95px 0 0 0;
	position: relative;
}

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

}

@media only screen and (max-width: 767px) {
	#wrapper .hero {
		padding: 60px 0 0 0;
	}
}

#wrapper .title-area{
	width: 55%;
	margin: 0 auto 50px auto;
}

@media only screen and (max-width: 767px) {
	#wrapper .title-area{
		width: 85%;
		margin: 0 auto 30px auto;
	}
}


/* ====================
   .sec01
   ==================== */
#wrapper .sec01{
	padding: 70px 0 0;
}

#wrapper .sec01 .about-list {
  margin-bottom: 70px;
}

#wrapper .sec01 .about-item {
    max-width: 1114px;
}

#wrapper .sec01 .about-item:first-of-type,
#wrapper .sec01 .about-item:last-of-type{
	margin: 0 0 0 auto;
}

#wrapper .sec01 .about-item + .about-item{
	margin-top: 60px;
}

#wrapper .sec01 .about-inner {
    display: flex;
    align-items: center;
    background-color: #f5f3f2;
    padding: 40px 50px;
    gap: 30px;
}

#wrapper .sec01 .text-area {
    flex: 2.2;
    position: relative;
}

#wrapper .sec01 .img-area {
    flex: 1;
}

#wrapper .sec01 .img-area img {
    width: 100%;
    height: auto;
    display: block;
}

#wrapper .sec01 .en-title {
    position: absolute;
    z-index: 10;
}

#wrapper .sec01 .en-title img {
    width: 100%;
    height: auto;
}

#wrapper .sec01 .item-career .about-inner{
    padding: 50px 10px 50px 130px;
}

#wrapper .sec01 .item-culture .en-title {
    top: -110px;
    left: -50px;
    width: 180px;
    position: absolute;
    z-index: 10;
}

#wrapper .sec01 .item-work .en-title { 
		top: -60px; 
		left: -60px; 
		width: 155px; 
}

#wrapper .sec01 .item-career .en-title { 
		top: -60px; 
		right: 10px; 
		width: 155px; 
}

#wrapper .sec01 .item-culture .en-title { 
		top: -60px; 
		left: 0px; 
		width: 155px; 
}

#wrapper .sec01 .about-item .title {
    color: #0a2bd3;
    font-size: 29px;
    line-height: 1.4;
    margin-bottom: 25px;
    font-weight: 700;
}

#wrapper .sec01 .item-work .title{
  margin-left: 120px;
}

#wrapper .sec01 .item-culture .title{
  margin-left: 180px;
	margin-bottom: 70px;
}

#wrapper .sec01 .about-item .text {
    font-size: 18px;
    line-height: 1.8;
}

@media only screen and (max-width: 1024px) {
  #wrapper .sec01 .about-item {
		width: 94%;
	}
	
	#wrapper .sec01 .item-career .about-inner{
    padding: 50px 10px 50px 80px;
	}
	
	#wrapper .sec01 .item-culture .en-title {
			width: 120px;
	}

	#wrapper .sec01 .item-work .en-title { 
			width: 120px; 
	}

	#wrapper .sec01 .item-career .en-title { 
			width: 120px; 
	}
	
	#wrapper .sec01 .about-item .title {
			font-size: 20px;
	}	
}

@media only screen and (max-width: 767px) {
	#wrapper .sec01{
		padding: 30px 0 0;
	}
	
	#wrapper .sec01 .about-list {
		margin-bottom: 20px;
	}

	#wrapper .sec01 .about-item {
		width: 94%;
	}

	#wrapper .sec01 .about-item + .about-item{
		margin-top: 20px;
	}
	
	#wrapper .sec01 .about-inner {
		flex-direction: column;
		padding: 20px 20px;
		position: relative;
		gap: 15px 0;
	}
	
	#wrapper .sec01 .item-career .about-inner{
			padding: 20px 10px 20px 20px;
	}

	#wrapper .text-area {
		display: contents;
	}

	#wrapper .sec01 .about-item .title {
		order: 1;
		font-size: 4vw;
		margin-bottom: 0;
		width: 100%;
		position: relative;
	}
	
	#wrapper .sec01 .item-work .title{
		margin-left: 40vw;
	}

	#wrapper .en-title {
		order: 1.5;
		position: absolute;
		z-index: 5;
	}

	#wrapper .sec01 .item-work .en-title {
		top: -13px;
		left: -10px;
		width: 100px;
	}

	#wrapper .sec01 .item-career .title {
		padding-right: 80px;
		box-sizing: border-box;
	}
	
	#wrapper .sec01 .about-item .title{
		padding-right: 0;
	}
	
	#wrapper .sec01 .item-career .en-title {
		top: -10px;
		right: -5px;
		left: auto;
		width: 100px;
	}

	#wrapper .sec01 .item-culture .en-title {
		top: -10px;
		left: -15px;
		width: 100px;
	}

	#wrapper .sec01 .about-item .img-area {
		width: 55%;
		margin-top: 0;
		margin-bottom: 0;
		order: 2;
	}

	#wrapper .sec01 .about-item .text {
		order: 3;
		font-size: 3.5vw;
		line-height: 1.6;
		width: 100%;
	}
}

/* ====================
   .sec02
   ==================== */
#wrapper .sec02{
	padding: 80px 0 40px 0;
}

#wrapper .sec02 .course-head{
	justify-content: center;
	align-items: stretch;
	column-gap: 60px;
}

#wrapper .sec02 .course-head-item{
	width: 393px;
}

@media only screen and (max-width: 1024px) {
	#wrapper .sec02 .course-head{
		column-gap: 20px;
		padding: 0 40px
	}
	
	#wrapper .sec02 .course-head-item{
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .sec02{
		padding: 40px 0 30px 0;
	}
	
	#wrapper .sec02 .course-head{
		column-gap: 20px;
		padding: 0 20px
	}

	#wrapper .sec02 .course-head-item{
		width: 100%;
	}
}


/* ====================
   .sec03
   ==================== */
#wrapper .sec03{
	padding: 0 0 100px;
	position: relative;
}

#wrapper .sec03:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 80%;
	top: 0;
	background : linear-gradient(45deg, rgba(196, 245, 248, 1) 0%, rgba(229, 251, 252, 1) 100%);
	z-index: -1;
}

#wrapper .sec03 .course-block{

}

#wrapper .block-title{
	margin-bottom: 26px;
	padding: 4px 20px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

#wrapper .sec03 .block-title{
	background: #00d3e0;
	color: #000;
}

#wrapper .course-item{
	align-items: stretch;
	flex-flow: row wrap;
}

#wrapper .course-item + .course-item{
  margin-top: 30px;
	padding-top: 15px;
}

#wrapper .sec03 .course-item + .course-item{
	border-top: 5px solid #00d3e0;
}

#wrapper .time-area{
	width: 110px;
	flex: 0 0 110px;
	padding-top: 8px;
}

#wrapper .time-area p{
	width: 88px;
	height: 88px;
	border-radius: 50px;
	background : linear-gradient(90deg, rgba(10, 43, 211, 1) 0%, rgba(0, 211, 224, 1) 100%);
	color: #fff;
	font-size: 21px;
	line-height: 48px;
	display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
}

#wrapper .detail-area{
	width: calc(100% - 110px);
	padding: 22px 30px 10px 0;
	position: relative;
}

#wrapper .label-area{
	position: absolute;
	right: 0;
	top: 0;
}

#wrapper .label-area span{
	display: inline-block;
	padding: 3px 0;
	background: #ffa400;
	border-radius: 10px;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.5;
	width: 120px;
	text-align: center;
}

#wrapper .course-title{
	margin-bottom: 14px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}

#wrapper .point-box{
	padding: 20px 30px;
	background: #fff;
	border-radius: 10px;
	width: 88%;
	margin: 0 0 0 auto;
}

#wrapper .point-title{
	margin-bottom: 6px;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
	color: #ff8a00;
}

#wrapper .point-box li{
	padding-left: 1.2em;
	text-indent: -0.7em;
	font-size: 22px;
	line-height: 1.4;
}

#wrapper .sec03 .point-box li::before{
	content: "●";
	color: #00d3e0;
	margin-right: 5px;
	font-size: 12px;
	vertical-align: middle;
}

#wrapper .voice-block{
	margin: 48px auto 0;
	padding: 0 30px 28px 30px;
	max-width: 860px;
	background: #fff;
	border: 3px solid #00d3e0;
	border-radius: 12px;
	box-sizing: border-box;
}

#wrapper .voice-title{
	padding: 6px 20px;
	background: #00d3e0;
	color: #000;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	width: 30%;
	margin: 0 auto 25px auto;
	letter-spacing: 5px;
}

#wrapper .voice-list{
	align-items: stretch;
	column-gap: 28px;
}

#wrapper .voice-box{

}

#wrapper .voice-item{
	padding: 0 20px;
	flex-flow: row wrap;
}

#wrapper .voice-title-area{
	align-items: center;
	gap: 0 30px;
}

#wrapper .voice-box:first-of-type{
	border-right: 3px solid #00d3e0;
}

#wrapper .voice-item .img-area{
	width: 148px;
	flex: 0 0 148px;
}

#wrapper .voice-item .title{
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
	color: #ff8a00;
}

#wrapper .voice-item .text{
	width: 100%;
	font-size: 22px;
	line-height: 1.4;
	margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
	#wrapper .voice-item .img-area{
		width: 100x;
		flex: 0 0 100px;
	}
	
	#wrapper .course-title{
		font-size: 20px;
	}
}


@media only screen and (max-width: 767px) {
	#wrapper .sec03{
		padding: 0 0 40px;
	}

	#wrapper .sec03:after{
		height: 78%;
	}

	#wrapper .block-title{
		margin-bottom: 0;
		padding: 4px 20px;
		font-size: 4vw;
	}
	
	#wrapper .course-item{
		width: 92%;
		margin: 0 auto;
	}

	#wrapper .course-item + .course-item{
		margin-top: 15px;
		padding-top: 0;
	}
	
	#wrapper .sec03 .course-item + .course-item{
		border-top: 3px solid #00d3e0;
	}

	#wrapper .time-area{
		width: 65px;
		flex: 0 0 65px;
		padding-top: 15px;
	}

	#wrapper .time-area p{
		width: 55px;
		height: 55px;
		font-size: 3.5vw;
		line-height: 55px;
	}

	#wrapper .detail-area{
		width: calc(100% - 65px);
		padding: 22px 0px 10px 0;
	}

	#wrapper .label-area{
		position: absolute;
		right: 7px;
		top: 27vw;
	}
	
	#wrapper .course-java .label-area{
		top: 22.5vw;
	}
	
	#wrapper .course-sys .label-area{
		top: 22.5vw;
	}

	#wrapper .label-area span{
		display: inline-block;
		padding: 3px 0;
		font-size: 3vw;
		width: 80px;
		border-radius: 5px;
	}

	#wrapper .course-title{
		margin-bottom: 14px;
		font-size: 3.5vw;
	}

	#wrapper .point-box{
		padding: 10px 20px;
		width: 100%;
	}

	#wrapper .point-title{
		margin-bottom: 6px;
		font-size: 6vw;
		line-height: 1.2;
	}

	#wrapper .point-box li{
		padding-left: 0.7em;
		text-indent: -0.9em;
		font-size: 3.5vw;
		line-height: 1.4;
	}

	#wrapper .sec03 .point-box li::before{
		font-size: 2vw;
	}

	#wrapper .voice-block{
		width: 94%;
		margin: 40px auto 0;
		padding: 0 15px 15px 10px;
		border-radius: 20px;
	}

	#wrapper .voice-title{
		padding: 4px 0;
		font-size: 4.5vw;
		width: 50%;
		margin: 0 auto 25px auto;
		letter-spacing: 2px;
	}

	#wrapper .voice-list{
		flex-flow: row wrap;
		column-gap: 0;
	}

	#wrapper .voice-box{
    width: 100%;
	}

	#wrapper .voice-item{
		padding: 0;
		flex-flow: row wrap;
		gap: 30px 0;
		position: relative;
	}

	#wrapper .voice-title-area{
		flex-flow: row wrap;
		gap: 10px 0;
		width: 30%;
	}

	#wrapper .voice-box:first-of-type{
		border-right: none;
		border-bottom: 3px solid #00d3e0;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	#wrapper .voice-item .img-area{
		width: 80%;
		flex: 0 0 80%;
		margin: 0 auto;
		order: 1;
	}

	#wrapper .voice-item .title{
		margin-bottom: 10px;
		font-size: 3.5vw;
		text-align: center;
		order: 2;
	}

	#wrapper .voice-item .text{
		width: 68%;
		font-size: 3.5vw;
		position: absolute;
		right: 0;
		top: 0;
		margin: 0;
	}
}


/* ====================
   .sec04
   ==================== */
#wrapper .sec04{
	padding: 0;
	position: relative;
}

#wrapper .sec04:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 89%;
	top:0;
	background: #f5f3f2;
	z-index: -1;
}

#wrapper .sec04 .course-block{
	max-width: 860px;
	margin: 0 auto;
}

#wrapper .sec04 .block-title{
	background: #0031c9;
	color: #fff;
}

#wrapper .sec04 .course-item + .course-item{
	border-top: 5px solid #0a2bd3;
}

#wrapper .sec04 .course-text{
	font-size: 20px;
	line-height: 1.4;
}

#wrapper .sec04 .point-box li::before{
	content: "●";
	color: #0031c9;
	margin-right: 5px;
	font-size: 12px;
	vertical-align: middle;
}

#wrapper .sec04 .course-item .area{
	background: #fff;
	color: #000;
	display: block;
	text-align: center;
	margin: 0 0 8px auto;
}

#wrapper .sec04 .note{
	font-size: 19px;
	line-height: 1.7;
	width: 88%;
	margin: 14px 0 0 auto;
}

#wrapper .sec04 .voice-block{
	border: 3px solid #0031c9;
}

#wrapper .sec04 .voice-title{
	background: #0031c9;
	color: #fff;
}

#wrapper .sec04 .voice-box:first-of-type{
	border-right: 3px solid #0a2bd3;;
}

@media only screen and (max-width: 1024px) {
	
}


@media only screen and (max-width: 767px) {
	#wrapper .sec04{
		padding: 0;
	}

	#wrapper .sec04:after{
		height: 89%;
	}

	#wrapper .sec04 .course-item + .course-item{
		border-top: 4px solid #0a2bd3;
	}

	#wrapper .sec04 .course-text{
		font-size: 3.5vw;
		line-height: 1.4;
		width: 93vw;
    margin: 0 calc(50% - 53vw);
		padding-top: 10px;
	}

	#wrapper .sec04 .point-box li::before{
		font-size: 2vw;
	}
	
	#wrapper .sec04 .label-area{
		position: absolute;
		right: 7px;
		top: 45vw;
	}
	
	#wrapper .sec04 .course-item .area{
		display: inline-block;
		text-align: center;
		margin: 0 0 0 auto;
		background: #e7e7e7;
	}

	#wrapper .sec04 .note{
		font-size: 3vw;
		width: 100%;
		margin: 10px 0 0 auto;
	}

	#wrapper .sec04 .voice-box:first-of-type{
		border-right: none;
		border-bottom: 3px solid #0a2bd3;
	}
}

/* ====================
   .footer
   ==================== */
#wrapper .footer {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0 60px 0;
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	#wrapper .footer {
		padding: 50px 0 30px 0;
	}
}
