@charset "UTF-8";
body {
  font-size: 20px;
 font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
	width: 100%;
}



.rel {
	position: relative;
}
.ab {
	position: absolute;
	left: 0;
	top: 0;
}

main {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
}

a.cta {
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
}
a.cta:hover {
	transition: 1s;
	opacity: 0.6;
}

.fv a {
	top: auto;
	bottom:2.5%;
}

.cta2 a,.cta3 a,.cta5 a {
	top: auto;
	bottom:4%;
}

.cta4 a {
	top: 15%;
}

footer {
	padding: 2% 0;
	background: white;
}
footer small {
	display: block;
	text-align: center;
	font-size: 18px;
}
footer ul {
	text-align: center;
	padding: 5% 0;
}
footer ul li {
	display: inline-block;
	padding: 0 4%;
	border-right: 1px solid;
}
footer ul li:last-of-type {
border: none;
}
.accordion {
background: #b9d0d1;
	padding: 0 5% 2%;
}



/*==================================
float-btn
==================================*/
.float {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s all;
  max-width: 750px;
  width: 100%;
  z-index: 1000;
}

.float-container {
position: relative;
    width: 30%;
    font-size: 0;
    margin-left: auto;
}

.float-btn {
  display: block;
}

.float-disable {
  opacity: 0;
  pointer-events: none;
}



/* アコーディオン */
.accordion-content {
  display: none;
}

.accordion article {
	background: white;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 5%;
}


.accordion-header {
	color: #298d8c;
  padding: 25px 45px 25px 95px;
font-weight: 700;
	line-height: 160%;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
	font-size: 28px;
	background: url("../images/q_icon.png") no-repeat;
	background-position: 20px center;
  background-color: #FFF;
}

.accordion-header::before,
.accordion-header::after{
    position: absolute;
    content: '';
    top: 1px;
    right: 20px;
    bottom: 0;
    width: 22px;
    height: 4px;
    margin: auto;
    background: #298d8c;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  background-color: #FFF;
  padding: 12px 20px 10px;
	line-height: 180%;
	font-size: 25px;

}
.accordion-content p {
	border-top: 6px dotted #298d8c;
	padding-top: 10px;
}


/*==================================
スライダー
==================================*/


/* case */
.case_area {
	padding: 0 0 5% 0;
}
.case_area ul {
	padding-left: 2%;
}

.case_area li {
	margin-right: 15px;
}

.course_area article {
top: 21%;
    left: 5%;
    width: 85%;
}
.course_area li {
	margin: 0 10px;
}

.course_area .slick-dots {
	margin-top: 25px;
}
.course_area .slick-dots li button {
	width: 60px;
}
.course_area .slick-dots li {
    width: 60px;
}


.job_area article {
top: 16%;
width: 100%;
}
.job_area li {
	margin: 0 10px;
}

.job_area .slick-dots {
	margin-top: 25px;
}
.job_area .slick-dots li button {
	width: 60px;
	background-color: #ffffff;
}
.job_area .slick-dots li {
    width: 60px;
}
.job_area .slick-dots .slick-active button {
	background-color: #fffea1;
}
.job_area .slick-next {
	position: absolute;
	right: 0;
	top: 45%;
	z-index: 1;
}
.job_area .slick-prev {
	position: absolute;
	left: 0;
	top: 45%;
		z-index: 1;
}

.achieve_area {
	padding: 0 0 8%;
	background: #298d8c;
}
.achieve_area .slick-dots li button {
	width: 60px;
	background-color: #ffffff;
}
.achieve_area .slick-dots li {
    width: 60px;
}
.achieve_area .slick-dots .slick-active button {
	background-color: #fffea1;
}
.achieve_area .slick-next {
	position: absolute;
	right: 0;
	top: 45%;
	z-index: 1;
}
.achieve_area .slick-prev {
	position: absolute;
	left: 0;
	top: 45%;
		z-index: 1;
}

.media article {
	width: 100%;
top:auto;
	bottom: 25%;
}

.media article li {
	margin: 0 10px;
}


@media screen and (max-width: 768px) {
	

footer {
	padding: 2% 0;
	background: white;
}
footer small {
	display: block;
	text-align: center;
	font-size: 12px;
}
footer ul {
	text-align: center;
	padding: 5% 0;
}
footer ul li {
	display: inline-block;
	padding: 0 4%;
font-size: 12px;
	border-right: 1px solid;
}
footer ul li:last-of-type {
border: none;
}
	
	footer ul li a {

		display: inline-block;
	}

.accordion {
background: #b9d0d1;
	padding: 0 5% 2%;
}



/*==================================
float-btn
==================================*/
.float {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s all;
  max-width: 750px;
  width: 100%;
  z-index: 1000;
}

.float-container {
position: relative;
    width: 30%;
    font-size: 0;
    margin-left: auto;
}

.float-btn {
  display: block;
}

.float-disable {
  opacity: 0;
  pointer-events: none;
}



/* アコーディオン */
.accordion-content {
  display: none;
}

.accordion article {
	background: white;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 5%;
}


.accordion-header {
        color: #298d8c;
        padding: 5% 7% 5% 10%;
        font-weight: 700;
        line-height: 160%;
        transition: background .3s ease;
        cursor: pointer;
        position: relative;
        font-size: 15px;
        background: url(../images/q_icon.png) no-repeat;
        background-position: 3% center;
        background-size: 6%;
        background-color: #FFF;
}

.accordion-header::before,
.accordion-header::after{
    right: 10px;
    width: 15px;
    height: 2px;
}

.accordion-content {
  background-color: #FFF;
  padding: 0px 10px 25px;
	line-height: 180%;
	font-size: 13px;

}
.accordion-content p {
	border-top: 6px dotted #298d8c;
	padding-top: 10px;
}


/*==================================
スライダー
==================================*/


/* case */
.case_area {
	padding: 0 0 5% 0;
}
.case_area ul {
	padding:0 0;
}

.case_area li {
        margin: 0px 20px;
}

.course_area article {
top: 21%;
    left: 4%;
    width: 90%;
}
.course_area li {
	margin: 0 15px;
}

.course_area .slick-dots {
	margin-top: 15px;
}
.course_area .slick-dots li button {
	width: 30px;
        height: 8px;
}
.course_area .slick-dots li {
    width: 30px;
        height: 8px;
	margin: 0 4px !important;
}


.job_area article {
top: 16%;
width: 100%;
}
.job_area li {
	margin: 0 10px;
}

.job_area .slick-dots {
	margin-top: 25px;
}
.job_area .slick-dots li button {
    width: 30px;
        height: 8px;
	background-color: #ffffff;
}
.job_area .slick-dots li {
    width: 30px;
        height: 8px;
	margin: 0 4px !important;
}
.job_area .slick-dots .slick-active button {
	background-color: #fffea1;
}
.job_area .slick-next {
	position: absolute;
	right: 0;
	top: 42%;
	width: 8%;
	z-index: 1;
}
.job_area .slick-prev {
	position: absolute;
	left: 0;
	top: 42%;
	width: 8%;
		z-index: 1;
}

.achieve_area .slick-dots li button {
    width: 30px;
        height: 8px;
	background-color: #ffffff;
}
.achieve_area .slick-dots li {
    width: 30px;
        height: 8px;
}
.achieve_area .slick-dots .slick-active button {
	background-color: #fffea1;
}
.achieve_area .slick-next {
	position: absolute;
	right: 0;
	top: 42%;
	width: 8%;
	z-index: 1;
}
.achieve_area .slick-prev {
	position: absolute;
	left: 0;
	top: 42%;
	width: 8%;
		z-index: 1;
}

.media article li {
	margin: 0 5px;
}


}

.mt-1 {
	margin-top: -1px;
}