@charset "UTF-8";

/* 入試要項: イントロ */
.solinfo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: var(--large-width);
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.solinfo h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #1EA86F;
}

.solinfo h2 {
        margin-top: 0px;
margin-bottom: 0px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
}

.solinfo p {
    line-height: 1.7
}

/*  1: デスクトップ */
@media (min-width: 768px) {
    .solinfo {
        padding: 120px;
        padding-bottom: 20px;
    }

    .solinfo h1 {
        position: absolute;
       padding-bottom: 20px;
        font-size: 18px;
    }

    .solinfo h2 {
        font-weight: 500;
                margin-top: 30px;
            margin-bottom: 10px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .solinfo p {
        line-height: 2.5
    }

}



/*  5入試要項: ソリューションの囲み */
.solintro  {
    display: flex;
    width: 100%;
    height: 200px;
    align-items: center;
    justify-content: center;
    background-image: url(img/s5.jpg) ;
    color: #fff;
    background-size: contain;
    margin-bottom: 100px;
}
.solintro .container {
        width: auto;
        margin-top: 350px;
        margin-left: 0px;
        margin-right: 0px;

        padding: 20px;
    background-image: linear-gradient(75deg, #0E6E33, #1EE369);
        color: #fff;
        text-align: left;

}
.solintro h1 {
        font-size: 14px;
        margin: 0px;
    }
.solintro h2 {
        font-size: 16px;
        font-weight: 300;
       margin-top: 10px;
    margin-bottom: 15px;
    }
.solintro .text {
        margin-top: 0px;
    margin-bottom: 0px;
    }
/*   5入試要項: デスクトップ */
@media (min-width: 768px) {
    .solintro {
        height: 550px;
            display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #151515 url(img/s5.jpg) no-repeat fixed;
    text-align: left;
    line-height: 1.7;
    background-position: center bottom;
    background-size: cover;
}
 

    .solintro .container {
        width: 450px;
        height: 450px;
        margin-top: 300px;
        margin-left: 700px;
        margin-right: 0px;
        padding: 50px;
            background-image: linear-gradient(75deg, #0E6E33, #1EE369);
            box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .5);
        color: #fff;
        text-align: left;
    }

    .solintro h1 {
        font-size: 18px;
 
    }

    .solintro h2 {
        font-size: 28px;
        font-weight: 300;
    }

    .solintro .text {
        line-height: 2.5;
    }

}


/*  1履修要項: ソリューションの囲み */
.solintro1  {
    display: flex;
    width: 100%;
    height: 200px;
    align-items: center;
    justify-content: center;
    background-image: url(img/s1.jpg) ;
    color: #fff;
    background-size: contain;
    margin-bottom: 100px;
}
.solintro1 .container {
        width: auto;
        margin-top: 350px;
        margin-left: 0px;
        margin-right: 0px;

        padding: 20px;
    background-image: linear-gradient(75deg, #0E6E33, #1EE369);
        color: #fff;
        text-align: left;

}
.solintro1 h1 {
        font-size: 14px;
        margin: 0px;
    }
.solintro1 h2 {
        font-size: 16px;
        font-weight: 300;
       margin-top: 10px;
    margin-bottom: 15px;
    }
.solintro1 .text {
        margin-top: 0px;
    margin-bottom: 0px;
    }
/*   1履修要項: デスクトップ */
@media (min-width: 768px) {
    .solintro1 {
        height: 550px;
            display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #151515 url(img/mainvisualsol1.jpg) no-repeat fixed;
    text-align: left;
    line-height: 1.7;
    background-position: center bottom;
    background-size: cover;
}
 

    .solintro1 .container {
        width: 450px;
        height: 450px;
        margin-top: 400px;
        margin-left: 700px;
        margin-right: 0px;
        padding: 50px;
            background-image: linear-gradient(75deg, #0E6E33, #1EE369);
            box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .5);
        color: #fff;
        text-align: left;
    }

    .solintro1 h1 {
        font-size: 18px;
 
    }

    .solintro1 h2 {
        font-size: 28px;
        font-weight: 300;
    }

    .solintro1 .text {
        line-height: 2.5;
    }

}







/* 入試要項: 本文 */
.solread {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: var(--large-width);
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
}

.solread h1 {
    margin-top: 100px;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
      padding: 10px 20px;/*上下 左右の余白*/
      border-left: solid 3px #1EA86F;/*左線*/
}

.solread p {
            margin-top: 0px;
        margin-bottom: 0px;
    padding: 0px 0px 0px 5px;
    line-height: 1.7;
    border-left: solid 3px #CCD7F0;/*左線*/
}

.solread  ol {
 width: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
padding: 0px 0px 0px 35px;
  border-left: solid 3px #CCD7F0;/*左線*/
    }
@media (min-width: 768px) {
.solread {
        padding: 10px;
        padding-bottom: 70px;
    padding-top: 70px;
    }

.solread h1 {
        font-size: 24px;
        font-weight: 300;
         width: 500px;
        margin-top: 0px;
  margin-bottom: 0;
  padding: 30px 50px;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 3px #1EA86F;/*左線*/
    }

.solread p {
 width: 500px;
        margin-top: 0;
        margin-bottom: 0;
padding: 10px 0px 0px 40px;
  border-left: solid 3px #CCD7F0;/*左線*/
    }
    
.solread  ol {
 width: 500px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0px;
padding: 10px 0px 0px 75px;
  border-left: solid 3px #CCD7F0;/*左線*/
    }
}

/* 入試要項: 本文3 */
.solset {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: var(--large-width);
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
}
.solset h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
      padding: 10px 20px;/*上下 左右の余白*/
      border-left: solid 3px #1EA86F;/*左線*/
}
.solset p {
            margin-top: 0px;
        margin-bottom: 0px;
    padding: 0px 0px 0px 5px;
    line-height: 1.7;
    border-left: solid 3px #CCD7F0;/*左線*/
}
.solset-info  ol {
 width: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
padding: 0px 0px 0px 35px;
  border-left: solid 3px #CCD7F0;/*左線*/
    }
.solset-pic img{
    padding-top: 10px;
    width: 100%;
}

@media (min-width: 768px) {
.solset {
        padding: 50px;
        padding-bottom: 120px;
    padding-top: 120px;
}
.solset .wrapper {
    display: flex;
    margin-right: auto;
}

.solset-pic img{
        width: 700px;
        height: 500px;
            object-fit: cover;/*写真のサイズ指定には入れること*/
        opacity: 0.8;
    }
    
 
  .solset h1 {
        font-size: 24px;
        font-weight: 300;
         width: 500px;
          margin-top: 0px;
  margin-bottom: 0;
  padding: 30px 50px;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 3px #1EA86F;/*左線*/
    }  
.solset-info  ol {
         width: 500px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0px;
padding: 10px 0px 0px 75px;
  border-left: solid 3px #CCD7F0;/*左線*/
    }
}

/* 入試要項: 本文3 バックカラー*/
.solbackcolor {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: var(--large-width);
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
}
.solbackcolor h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
      padding: 10px 20px;/*上下 左右の余白*/
      border-left: solid 3px #1EA86F;/*左線*/
}
.solbackcolor p {
            margin-top: 0px;
        margin-bottom: 0px;
    padding: 0px 0px 0px 5px;
    line-height: 1.7;
    border-left: solid 3px #CCD7F0;/*左線*/
    }
.solbackcolor-pic img{
        padding-top: 10px;
    width: 100%;
}

@media (min-width: 768px) {
.solbackcolor {        width: 100%;
        padding-left: 140px;
    padding-right: 100px;
    padding-top: 90px;
        padding-bottom: 90px;
        background-color: #F2EBE4;}
.solbackcolor .wrapper {
    display: flex;
    margin-right: auto;}

.solbackcolor-pic img{
        width: 700px;
        height: 400px;
            object-fit: cover;/*写真のサイズ指定には入れること*/
    opacity: 0.2;}
 
    .solbackcolor h1 {
    font-size: 24px;
    font-weight: 300;
    width: 500px;
  margin-bottom: 0;
  padding: 30px 50px;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 3px #1EA86F;/*左線*/
    }  
.solbackcolor  ol {
         width: 500px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0px;
padding: 10px 0px 0px 75px;
  border-left: solid 3px #CCD7F0;/*左線*/
    }
}

/* 入試要項: 本文2 */
.solread2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: var(--large-width);
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
}

.solread2 h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
      padding: 10px 20px;/*上下 左右の余白*/
      border-left: solid 3px #1EA86F;/*左線*/
}

.solread2 p {
            margin-top: 0px;
        margin-bottom: 0px;
    padding: 0px 0px 0px 5px;
    line-height: 1.7;
    border-left: solid 3px #CCD7F0;/*左線*/
}

.solread2  ol {
 width: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
padding: 0px 0px 0px 35px;
  border-left: solid 3px #CCD7F0;/*左線*/
    }
@media (min-width: 768px) {
.solread2 {
        padding: 10px;
        padding-bottom: 120px;
    padding-top: 120px;
    }

.solread2 h1 {
        font-size: 24px;
        font-weight: 300;
         width: 500px;
        margin-top: 0px;
  margin-bottom: 0;
  padding: 30px 50px;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 3px #1EA86F;/*左線*/
    }

.solread2 p {
 width: 500px;
        margin-top: 0;
        margin-bottom: 0;
padding: 10px 0px 0px 40px;
  border-left: solid 3px #CCD7F0;/*左線*/
    }
    
.solread2  ol {
 width: 500px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0px;
padding: 10px 0px 0px 75px;
  border-left: solid 3px #CCD7F0;/*左線*/
    }
}

/* ３つの学編集センター独自の「ワークフロー」 */
.threeicon{
        background-color:  #1ea86a;
color: #fff;}

.threeicon .container {
	padding-top: 60px;
	padding-bottom: 0px;
}

.threeicon .text {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 50px;
	text-align: center;
}

.threeicon h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
}

.threeicon p {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.8;
	opacity: 0.8;
}

.threeicon a {
    	margin-top: 0px;
	color: #1ea86a;
	color: var(--main-color);
	text-decoration: none;
}

.threeicon a:hover	{
	text-decoration: underline;
}


a.cp_btn {
	display: block;
	position: relative;
	width: 190px;
	padding: 0.6em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border:1px solid #fff;
	background: #1ea86a;
	overflow: hidden;
	z-index: 1 !important;
}
a.cp_btn:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: 0.3s;
	z-index: -1;
}
a.cp_btn:hover {
	color: #1ea86a;
}
a.cp_btn:hover:after {
	height: 300%;
	opacity: 1;
}
a.cp_btn:active:after {
	height: 300%;
	opacity: 1;
}

.threeicon .icon	{
	display: inline-block;
	margin-bottom: 20px;
	font-size: 40px;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	text-align: center;
	background-color: #fff;
	background-color: var(--icon-bk-color);
	color: #1ea86a;
	color: var(--icon-color);
}

@media (min-width: 768px) {
	.threeicon .container {
        	padding-top: 80px;
        padding-bottom: 30px;
		display: flex;
		max-width: 1000px;
		max-width: var(--large-width);
		margin-left: auto;
		margin-right: auto;
	}

	.threeicon .text	{
		flex: 1;
	}
}


/*====================================================================
スライドメニュー
====================================================================*/

/*-- PC版表示CSS  --*/
.sliderArea {
  display:block;
}
.sliderArea {
  display:none;
}


/*-- スマホ版表示CSS  --*/
@media (min-width: 768px){
.sliderArea {
    display:none;
  }
.sliderArea {
    display:block;
  }
}



@media (min-width: 768px){
        .slidetitle {
        font-size: 32px;
                text-align: center;
    font-weight: 400;
    margin-top: 110px;
    margin-bottom: 28px;
                    letter-spacing: 0.1em;
  color: #1EA86F;
            border-bottom: 1px dotted;
    }

.sliderArea {
    overflow: hidden;
}
.sliderWide {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
.sliderWide .slick-arrow {
    opacity: 0;
    transition-duration: 0.3s;
}
.sliderWide:hover .slick-arrow {
    opacity: 1;
}
.slider {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
}
.slider .slick-list {
    overflow: visible;
}
.slider .slick-track {}
.slider .slick-slide {
    padding: 0 20px;/*写真の間の余白*/
    opacity: .1;
    transition-duration: 0.3s;
}
.slider .slick-slide.slick-current {
    opacity: 1;
   
}
.slider .slick-slide a {
    display: block;
}
.slider .slick-slide a:hover {
    display: block;
    opacity: .7;
}
.slider img {
    height:250px;
    width: 100%;
    object-fit: cover;/*写真のサイズ指定には入れること*/
    position:	relative; /* 相対位置指定 */
    opacity: 1;
}
.slider li {
	width:		100%;
	margin:		0;
	padding:	0;
	position:	relative; /* 相対位置指定 */
    
}

.slider h2 {
           position: absolute;
         top: 65%;
         left: 10%;
    	text-align:	center;
  font-size: 30px;
        font-weight: 600;
  color: #ffffff;}


.slick-prev, .slick-next {
    z-index: 1;
}
.slick-dots {
    bottom: 13px;
}

 .slick-dots li button:before {
      font-size: 40px;
    }
 
