@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
	scroll-behavior: smooth;
}
/*共通*/
#appCourse{
    background:#f6fefa;
		font-family: 'Noto Sans JP', sans-serif;
}

.mvArea{
    width:100%;
    background: rgb(192,249,231);
    background: linear-gradient(0deg, rgba(192,249,231,1) 0%, rgba(226,249,201,1) 100%);
    position:relative;
    z-index:1;
}

.mvArea:before{
    content:"";
    display: block;
    background:url("/new/_app/_webroot/img/page/special/syokugyou_jissen/mv_bg_pattern.png") repeat;
    background-image: lighten;
    width:100%;
    height:100%;
    z-index:-1;
}

.mvArea:after{
    content:"";
    display: block;
    background:url("/new/_app/_webroot/img/page/special/syokugyou_jissen/mv_bar@2x.png") no-repeat;
    background-size: cover;
    width:100%;
    height:60px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    z-index:2;
}

.contentArea{
    width:100%;
}

.container{
    max-width:960px;
    margin: 0 auto;
}

.fullContainer{
    max-width:100%;
    margin: 0 0 0 0;
}

.mangaImg{
    text-align: center;
    position:relative;
}

.mangaImg img{
    position: relative;
    z-index: 1;
}

.navList ul li a{
    display: block;
    background: #ffffff;
    text-align:center;
    padding:1.5rem 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    border-radius:12px;
    border:3px solid #4D4D4D;
}

a.navBeginner{
    box-shadow:6px 6px 0px #0FCD35;
}

a.navBeginner p span{
    background: #0FCD35;
}

a.navPractical{
    box-shadow:6px 6px 0px #009145;
}

a.navPractical p span{
    background: #009145;
}

.navList ul li a p{
    font-weight:700;
    font-size:1.8rem;
    color:#4D4D4D;
    position:relative;
}

.navList ul li a p span{
    display: block;
    padding:8px;
    color:#ffffff;
    font-weight:500;
    position:absolute;
    top:-3rem;
    left:-3rem;
    transform:rotate(-10deg);
}

.big{
		color:#C0272D;
		font-size:120%;
}

.redText{
		color:#C0272D;
}

.yellowLine{
		background: linear-gradient(transparent 60%, #F7FF73 0%);
		display: inline;
}

/*sp*/
@media screen and (max-width:960px){
		.container{
		    max-width:960px;
		    margin: 0 auto;
				padding:0 10px;
		}
    .sp-none{
        display:none;
    }
    .mvAreaWrap{
        width:100%;
        max-width:960px;
        margin:0 auto;
        position:relative;
        padding:40px;
    }
    .mvAreaContent{
        display:flex;
        flex-wrap:wrap;
        flex-direction:column-reverse;
    }

    .catchArea h2{
        background: #ffffff;
        border-radius:50px;
        box-shadow:1px 1px 6px rgba(0,0,0,0.3);
        color: #AB0000;
        font-size: 1.4rem;
        text-align: center;
        margin: 0 auto 0 auto;
        max-width: 80%;
        padding:1rem;
        line-height:1.4;
    }

    .navList ul{
        display:flex;
        justify-content: center;
        align-items:center;
        flex-wrap:wrap;
        margin:8% 5% 4% 5%;
    }

    .navList ul li{
        width:100%;
        margin-bottom:4rem;
    }

    .navList ul li a p{
				color:#333333;
        font-weight:700;
        font-size:1.6rem;
        color:#4D4D4D;
				letter-spacing: 1px;
        position:relative;
    }
		#beginner .container .first{
				position:relative;
				padding-top: 50%;
		}
		#beginner .container .first:before{
				content:"";
				display: block;
        background:url("/new/_app/_webroot/img/page/special/syokugyou_jissen/first_subimage.png") no-repeat;
				background-size:contain;
				width: 90%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 50%;
				transform: translateX(-50%);
				-webkit-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
				z-index:-9;
    }

		.firstContent{
			background: #ffffff;
			padding:13% 5% 8% 5%;
			position:relative;
			z-index:0;
		}
		.firstContent:before{
			content:"";
			display: block;
			background:url("/new/_app/_webroot/img/page/special/syokugyou_jissen/first_fukidashi.png") no-repeat;
			background-size:contain;
			z-index: 1;
			width: 90%;
			height: 100%;
			position: absolute;
			top: -7%;
			left: 50%;
			transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
		}
		.firstImage{
			width:35%;
			margin: 0 auto;
			padding-top: 3%;
			z-index: 2;
			position: inherit;
		}
		.firstImage:before{
			content:"";
		}

		.firstHead{
			margin:0 0;
		}

		.firstHead h3{
			text-align: center;
			font-size:1.45rem;
			font-feature-settings:"palt";
			font-family: 'Noto Sans JP', sans-serif;
			font-weight:700;
			line-height: 1.8;
			letter-spacing:3px;
		}
		.firstTextBlock p{
			font-size:1.4rem;
			line-height:1.8;
			font-weight:700;
		}
		.pointArea{
			margin:80px 0 0 0;
		}

		.pointAreaTitle {
			text-align:center;
			position:relative;
			padding-top:60px;
		}

    .pointAreaTitle:before{
        content:"";
        display: block;
        background: url("/new/_app/_webroot/img/page/special/syokugyou_jissen/point.png") no-repeat;
				background-size:contain;
				background-position:center center;
        width:20%;
        height:40px;
				position:absolute;
				top: 0;
				left: 50%;
				transform: translateX(-50%);
				-webkit-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
    }

		.pointAreaTitle p{
			font-weight:700;
			font-size: 1.2rem;
			margin-bottom:4px;
		}

		.pointAreaTitle h3{
			font-weight:700;
			font-size: 2.2rem;
			letter-spacing:1px;
			padding-bottom:8px;
			margin:0 0 2rem 0;
			color:#008000;
			border-bottom:3px solid #008000;
		}

		.centerBlock {
			text-align: center;
			margin-bottom:3rem;
		}

		.catchYellowLine{
			font-size:1.8rem;
			font-weight:700;
			letter-spacing:1px;
			line-height:1.6 ;
			color:333333;
			text-align: center;
			background: linear-gradient(transparent 60%, #F7FF73 0%);
			display: inline-block;
		}

		.pointList{
			margin: 0 auto;
		}
		.pointList dl{
			background: #ffffff;
			border:2px solid #008000;
			border-radius:10px;
			margin:0 0 1rem 0;
			padding:1.6rem;
			color:#008000;
		}

		.pointList dl dt{
			text-align: center;
			font-size:2rem;
			font-weight:700;
			margin:0 0 2rem 0;
			color:#008000;
		}

		.pointList dl dt{
			width:100%;
			position:relative;
			z-index:0;
		}

		.pointList dl dt::before {
			content: "";
			display: block;
			background: url("/new/_app/_webroot/img/page/special/syokugyou_jissen/point_icon.png") no-repeat;
			background-size:contain;
			width: 28px;
			height: 33px;
			position: absolute;
			top: 0;
			left:calc(50% - 6rem);
			transform:translateX(-50%);
			z-index:-1;
		}

		.pointList dl dd{
			margin:1rem 0 0 0;
		}


		.pointList dl dd p{
			line-height:1.8;
			font-weight:700;
      font-size:1.4rem;
    }

    .pointList dl dd p span{
        color:#008300
    }

		.meritArea{
			margin-top:10%;
		}

		.meritAreaTitle {
			text-align:center;
			position:relative;
			padding-top:60px;
		}

    .meritAreaTitle:before{
        content:"";
        display: block;
        background: url("/new/_app/_webroot/img/page/special/syokugyou_jissen/merit.png") no-repeat;
				background-size:contain;
				background-position:center center;
        width:20%;
        height:40px;
				position:absolute;
				top: 0;
				left: 50%;
				transform: translateX(-50%);
				-webkit-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
    }

		.meritAreaTitle p{
			font-weight:700;
			font-size: 1.2rem;
			margin-bottom:4px;
		}

		.meritAreaTitle h3{
			font-weight:700;
			font-size: 2.2rem;
			letter-spacing:1px;
			padding-bottom:8px;
			margin:0 0 2rem 0;
			color:#008000;
			border-bottom:3px solid #008000;
		}

		.meritContent {
		  padding:0 0 0 0;
		}

		.meritContent .subtitleGreenbox {
		  font-family: 'Noto Sans JP', sans-serif;
		  font-weight: 700;
		  font-size: 2rem;
		  padding: 0 0 0 4rem;
		  position: relative;
		  color: #333333;
		}

		.meritContent .subtitleGreenbox::before {
			content: "";
			display: block;
			width: 20px;
			height: 20px;
			background: #008300;
			box-shadow: 7px 7px 0px #D1E8B2;
			position: absolute;
			top: 0;
			left: 0;
		}

		.subtitleText {
		  margin: 2rem 0 2rem 6px;
		  font-weight: 600;
		  line-height: 1.6;
		}

		.meritCatch{
			margin:0 0 2rem 0;
		}

		.meritCatchText {
			display: inline;
		  text-align: center;
		  color: #C0272D;
		  font-weight: 700;
		  font-size: 2rem;
			margin:2rem 0;
			background: linear-gradient(transparent 60%, #F7FF73 0%);
			line-height:1.6;
		}

		.meritBlock{
			padding:2rem;
		
    }
    .meritBlock ul{
      display:flex;
      flex-direction: column;
      align-items:center;
      justify-content: center;
    }

    .meritBlock ul li{
      width:100%;
      max-width:400px;
    }

		.meritPhoto img{
			width:100%;
		}

		.meritPhotoText{
			margin: 1rem 0 4rem 0;
			padding:1rem;
			background: #ffffff;
			border-radius:8px;
			box-shadow: 3px 3px 0px #8BC53F;
			text-align: center;
		}

		.meritPhotoText p{
			line-height:1.4;
			font-weight:700;
		}

		.merit2Block,.merit3Block{
			margin:2rem 0;
		}

		.leftBlock,.rightBlock{
			margin-bottom:2rem;
      text-align: center;
		}

    .leftBlock img,.rightBlock img{
      width: 100%;
			max-width:400px;
		}

		.TextBox p{
			line-height:1.6;
		}

		.ctaArea{
      width:100%;
      background:url("/new/_app/_webroot/img/page/special/syokugyou_jissen/cta_bg_sp.jpg") no-repeat;
      background-size:cover;
      background-position: center center;
      position:relative;
    }

    .ctaArea::before{
      content:"";
      display: block;
      background: rgb(198,249,226);
      background: -moz-linear-gradient(left,  rgba(198,249,226,1) 0%, rgba(248,255,46,1) 100%);
      background: -webkit-linear-gradient(left,  rgba(198,249,226,1) 0%,rgba(248,255,46,1) 100%);
      background: linear-gradient(to right,  rgba(198,249,226,1) 0%,rgba(248,255,46,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6f9e2', endColorstr='#f8ff2e',GradientType=1 );
      width:100%;
      height:100%;
      opacity:0.8;
      position:absolute;
      top:0;
      left:0;
      right:0;
      z-index:1;
    }

    .ctaBtn{
      text-align: center;
      padding:10rem 2rem;
      position:relative;
      z-index:2;
    }

		.ctaBtn img{
      width:100%;
      max-width:350px;
      margin: 0 auto;
    }

		#practical{
			margin:4rem 0 2rem 0;
		}

		.practicalLeadBlock{
			margin:2rem 0 0 0;
		}

		.practicalLead{
        color:#4D4D4D;
        font-size:1.8rem;
        padding:2rem 2rem 1rem 2rem;
        position:relative;
        letter-spacing:1px;
    }

    .practicalLead:before{
        content:"";
        display: block;
        background: rgb(198,249,226); /* Old browsers */
        background: -moz-linear-gradient(left,  rgba(198,249,226,1) 0%, rgba(224,252,134,1) 78%, rgba(248,255,46,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(198,249,226,1) 0%,rgba(224,252,134,1) 78%,rgba(248,255,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(198,249,226,1) 0%,rgba(224,252,134,1) 78%,rgba(248,255,46,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6f9e2', endColorstr='#f8ff2e',GradientType=1 ); /* IE6-9 */
        width:95%;
        min-height:185px;
        z-index:-1;
        position:absolute;
        top:0;
        left:0;
    }

    .practicalLeadBlock p{
      background: #ffffff;
			margin: 1rem 0rem 1rem 2rem;
      padding: 1rem;
      line-height: 1.8;
      font-size: 1.2rem;
    }

		.pointSelection7Title{
			margin:4rem 0 0 0;
			text-align: center;
		}

		.pointSelection7Title h3{
			font-size:2rem;
			color:#008000;
			display:inline;
			background: linear-gradient(transparent 60%, #F7FF73 0%);
			line-height:1.6;
		}

		.pointSelection7List{
			margin:2rem 0;
		}

		.pointSelection7Block{
      width:100%;
      height: auto;
      padding: 3rem 2rem;
      border-left: 10px solid #43C6AC;
      border-right: 10px solid #d9e653;
      position:relative;
      background: #ffffff;
      margin:0 0 2rem 0;
    }
    .pointSelection7Block:before,
    .pointSelection7Block:after{
      content: "";
      display: block;
      width:100%;
      height: 10px;
      background: linear-gradient(to right, #43C6AC 0%, #d9e653 100%);
    }

    .pointSelection7Block:before{
      position:absolute;
      top:0;
      left:0;
    }

    .pointSelection7Block:after{
      position:absolute;
      bottom:0;
      left:0;
    }

		.pointTitle{
      display:flex;
      justify-content: center;
      align-items:center;
      margin:0 0 2.5rem 0;
    }

    span.numDice{
      color:#008300;
      font-size:2.4rem;
      font-family: 'Noto Sans JP', sans-serif;
      z-index:2;
      position:relative;
			margin: 0 1rem 0 0;
    }

    span.numDice:before{
      content:"";
      display: block;
      background:#F7FF73;
      width:28px;
      height:28px;
      transform: rotate(45deg);
      z-index:-1;
      position:absolute;
      top:0;
      left:-8px;
    }
    span.numDice:after{
      content:"";
      display: block;
      background:rgba(216,223,33,0.4);
      width:28px;
      height:28px;
      transform: rotate(60deg);
      z-index:-2;
      position:absolute;
      top:0;
      left:0;
    }

		.pointSelection7Block p{
			line-height:1.8;
			font-size:1.3rem;
		}

		.pointSelection7Block .pointTitle .pointTtl{
			color:#008300;
			font-size:1.6rem;
			font-weight:700;
			margin:0 0 0 1rem;
		}

		.pointSelection7Block ul.pointListRed{
			margin:1rem 0;
			font-weight:600;
		}

		.pointSelection7Block ul.pointListRed li{
			color:#C0272D;
			margin-bottom:1rem;
			font-weight:600;
			line-height:1.6;
		}

		.otherBlock{
			margin:4rem 0;
		}

		.otherTitle{
			border-bottom:3px solid #008300;
			text-align: center;
		}

		.otherTitle p{
			font-weight: 700;
		}

		.otherTitle h3{
			font-weight:700;
			font-size:2.4rem;
			margin:1rem;
			color:#008300;
		}

		.otherList{
			display:flex;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			width:80%;
			margin:2rem auto;
		}

		.otherContentBlock{
			border:2px solid #008300;
			border-radius:8px;
			margin:0 0 2rem 0;
		}
		.otherContent{
			display:flex;
			border-radius:8px;
			flex-direction:column;
			justify-content:center;
			align-items:center;
			background: #fff;
		}
		.otherContentImg{
			padding:2rem;
		}

		.otherContentText{
			display:flex;
			flex-direction: column;
			padding:0 2rem 2rem 2rem;
			max-width:330px;
		}

		.otherContentText h5{
			color:#008300;
			font-size:1.8rem;
			margin-bottom:0.5rem;
		}

		.otherContentText p{
			font-size:1.2rem;
			min-height:5rem;
			line-height:1.4;
			display:flex;
		}
}

/*tab*/
@media screen and (min-width:540px) and (max-width:960px){
  .mvAreaContent .mvStudents {
    width:60%;
    margin:0 auto;
  }

  .mvAreaContent .mvTitle {
    width:60%;
    margin:0 auto;
  }

  .practicalTitle{
    text-align: center;
  }

  .otherList{
    justify-content:space-between;
  }
}

/*pc*/
@media screen and (min-width:960px){
    .pc-none{
        display:none;
    }
    .mvAreaWrap{
        width:100%;
        max-width:960px;
        margin:0 auto;
        position:relative;
        padding:40px 0 0 0;
    }
    .mvAreaContent{
        display:flex;
        flex-wrap:nowrap;
    }

    .catchArea h2{
        background: #ffffff;
        border-radius:50px;
        box-shadow:1px 1px 6px rgba(0,0,0,0.3);
        color: #AB0000;
        font-size: 2rem;
        text-align: center;
        margin: 2rem auto 0 auto;
        max-width: 680px;
        padding:1rem;
    }

    .navList ul{
        display:flex;
        justify-content: space-between;
        align-items:center;
        flex-wrap:wrap;
        margin:5rem 1rem;
    }

    .navList ul li{
        width:48%;
    }

    #beginner .container .first{
        width:100%;
        margin-bottom:80px;
        background:url("/new/_app/_webroot/img/page/special/syokugyou_jissen/first_subimage.png") no-repeat;
        background-size:auto;
        padding-top:260px;
        position:relative;
    }

    #beginner .container .first:before{
        content:"";
        display: block;
        background:url("/new/_app/_webroot/img/page/special/syokugyou_jissen/first_fukidashi.png") no-repeat right;
        background-size:contain;
        width:100%;
        min-height:240px;
        position:absolute;
        top:180px;
        right:10px;
        z-index:3;
    }

    .firstContent{
        background: #ffffff;
        position:relative;
    }

    .firstContent{
        display:flex;
        flex-wrap:wrap;
    }

    .firstImage{
        position:absolute;
        top:-15%;
        left:5%;
    }

    .firstHead{

    }

    .firstHead h3{
        font-size:3rem;
        font-feature-settings:"palt";
        font-family: 'Noto Sans JP', sans-serif;
        font-weight:700;
        line-height: 1.4;
        letter-spacing:3px;
				margin-bottom:1rem;
    }
    .firstTextBlock{
        padding:13rem 2rem 2rem 2rem;
    }

    .firstTextBlock p{
        font-feature-settings:"palt";
        font-family: 'Noto Sans JP', sans-serif;
        font-weight:600;
        font-size:1.333rem;
        line-height:1.8;
        letter-spacing:2px;
    }

    .pointAreaTitle{
        padding:1rem;
        text-align: center;
        border-bottom:4px solid #008300;
    }

    .pointAreaTitle:before{
        content:"";
        display: block;
        background: url("/new/_app/_webroot/img/page/special/syokugyou_jissen/point.png") no-repeat;
        width:145px;
        height:84px;
    }

    .pointAreaTitle p{
        font-size:1.4rem;
        font-weight:700;
        margin-bottom:1rem;
    }

    .pointAreaTitle h3{
        font-size:2.8rem;
        font-weight:700;
        letter-spacing:1px;
        color:#008300;
    }

    .catchYellowLine{
        font-size:2.4rem;
        font-weight:700;
        letter-spacing:1px;
        color:333333;
        text-align: center;
        margin:4rem auto 0 auto;
        background: linear-gradient(transparent 60%, #F7FF73 0%);
        display: inline-block;
    }

    .centerBlock{
        text-align: center;
    }

    .pointArea{
        margin-bottom:6rem;
    }

    .pointListBlock{
        margin:2rem auto 2rem auto;
    }

    .pointList dl{
        display:flex;
        flex-wrap:wrap;
        justify-content: space-between;
        align-items:center;
        width:100%;
        background: #ffffff;
        margin:0 0 1rem 0;
        padding:2rem;
        border-radius:8px;
        border:2px solid #3D9941;
        position:relative;
    }


    .pointList dl:before{
        content:"";
        display: block;
        background:url("/new/_app/_webroot/img/page/special/syokugyou_jissen/point_icon.png") no-repeat;
        width:56px;
        height:66px;
        position:absolute;
        top:0;
        left:0;
        z-index:0;
    }

    .pointList dl dt{
        width:20%;
        font-size:1.6rem;
        z-index:1;
        color:#3D9941;
        font-weight:700;
        font-size:2rem;
    }

    .pointList dl dd{
        width:80%;
    }

    .meritAreaTitle{
        padding:1rem;
        text-align: center;
        border-bottom:4px solid #008300;
    }

    .meritAreaTitle:before{
        content:"";
        display: block;
        background: url("/new/_app/_webroot/img/page/special/syokugyou_jissen/merit.png") no-repeat;
        width:145px;
        height:84px;
    }

    .meritAreaTitle p{
        font-size:1.4rem;
        font-weight:700;
        margin-bottom:1rem;
    }

    .meritAreaTitle h3{
        font-size:2.8rem;
        font-weight:700;
        letter-spacing:1px;
        color:#008300;
    }

    .meritContent{
        padding:2rem 0;
    }

    .meritContent .subtitleGreenbox{
        font-family: 'Noto Sans JP', sans-serif;
        font-weight:700;
        font-size:2rem;
        padding:0 0 0 4rem;
        position:relative;
        color:#333333;
    }

    .meritContent .subtitleGreenbox:before{
        content:"";
        display: block;
        width:32px;
        height:32px;
        background:#008300;
        box-shadow:7px 7px 0px #D1E8B2;
        position:absolute;
        top:-6px;
        left:0;
    }

    .subtitleText{
        margin:2rem 0 2rem 6px;
        font-weight:600;
        line-height:1.6;
    }

    .meritCatch{
        text-align: center;
    }

    .meritCatchText{
        text-align: center;
        color:#C0272D;
        font-weight:700;
        font-size:2rem;
        background: linear-gradient(transparent 60%, #F7FF73 0%);
        display: inline-block;
    }

    .meritBlock{
        margin:2rem 0 4rem 0;
    }

    .meritBlock ul{
        display:flex;
        flex-wrap:nowrap;
        justify-content:space-between;
        align-items:center;
    }

    .meritBlock ul li{
        width:calc(calc(100% / 3) - 16px);
        max-width:400px;
    }

    .meritPhotoText{
        background:#ffffff;
        margin:1rem 0 0 0;
        padding:1rem 2rem;
        border-radius:8px;
        box-shadow:3px 3px 0px #8BC53F;
        text-align: center;
    }

    .meritPhotoText p{
        font-size:1.4rem;
        font-weight:700;
        color:#4D4D4D;
        line-height:1.2;
        letter-spacing:2px;
    }
    .merit2Area{
        margin:2rem 0 4rem 0;
    }

    .merit2Block{
        display:flex;
        justify-content: space-between;
        align-items:center;
    }

    .merit2Block .leftBlock{
        width:40%;
    }
    .merit2Block .rightBlock{
        width:56%;
    }
    .merit2Block .rightBlock .TextBox{
        background: #ffffff;
        padding:2rem;
        border-radius:8px;
    }

    .merit2Block .rightBlock .TextBox p{
        font-family: 'Noto Sans JP', sans-serif;
        font-feature-settings: "palt";
        font-weight:600;
        font-size:1.2rem;
        line-height:1.8;
        letter-spacing: 2px;
    }

    .merit2Block .rightBlock .TextBox .yellowLine{
        font-family: 'Noto Sans JP', sans-serif;
        font-weight:700;
    }

    .blueText{
        color:#0078E7;
    }

    .merit3Block{
        margin:2rem 0 4rem 0;
        display:flex;
        justify-content: space-between;
        align-items: center;
    }

    .merit3Block .leftBlock{
        width:56%;
    }

    .merit3Block .leftBlock .TextBox{
        background: #ffffff;
        padding:2rem;
    }

    .merit3Block .leftBlock .TextBox p{
        font-size:1.3rem;
        font-weight:700;
        color:#4D4D4D;
        line-height:1.6;
        letter-spacing:2px;
    }

    .ctaArea{
        width:100%;
        background:url("/new/_app/_webroot/img/page/special/syokugyou_jissen/cta_bg.jpg") no-repeat;
        background-size:cover;
        background-position: center center;
        position:relative;
    }

    .ctaArea::before{
      content:"";
      display: block;
      background: rgb(198,249,226);
      background: -moz-linear-gradient(left,  rgba(198,249,226,1) 0%, rgba(248,255,46,1) 100%);
      background: -webkit-linear-gradient(left,  rgba(198,249,226,1) 0%,rgba(248,255,46,1) 100%);
      background: linear-gradient(to right,  rgba(198,249,226,1) 0%,rgba(248,255,46,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6f9e2', endColorstr='#f8ff2e',GradientType=1 );
      width:100%;
      height:100%;
      opacity:0.8;
      position:absolute;
      top:0;
      left:0;
      right:0;
      z-index:1;
    }

    .ctaBtn{
        text-align: center;
        padding:10rem 2rem;
        position:relative;
        z-index:2;
    }

    #practical{
        padding:8rem 0;
        background: rgba(219,249,204,.0.4);
    }

    .practicalLeadBlock{
        margin:4rem 0;
    }

    .practicalLead{
        color:#4D4D4D;
        font-size:2rem;
        padding:2rem 2rem 1rem 2rem;
        position:relative;
        letter-spacing:1px;
    }

    .practicalLead:before{
        content:"";
        display: block;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c6f9e2+0,e0fc86+78,f8ff2e+100 */
        background: rgb(198,249,226); /* Old browsers */
        background: -moz-linear-gradient(left,  rgba(198,249,226,1) 0%, rgba(224,252,134,1) 78%, rgba(248,255,46,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(198,249,226,1) 0%,rgba(224,252,134,1) 78%,rgba(248,255,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(198,249,226,1) 0%,rgba(224,252,134,1) 78%,rgba(248,255,46,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6f9e2', endColorstr='#f8ff2e',GradientType=1 ); /* IE6-9 */
        width:450px;
        height:185px;
        z-index:-1;
        position:absolute;
        top:0;
        left:0;
    }

    .practicalLeadBlock p{
        background: #ffffff;
        margin:0 0 0 2rem;
        padding:2rem;
        font-weight:700;
        font-size:1.3;
        line-height:1.6;
    }

    .pointSelection7Title{
        text-align: center;
    }
    .pointSelection7Title h3{
        color:#008300;
        text-align: center;
        font-weight:700;
        font-size:2.4rem;
        background: linear-gradient(transparent 60%, #F7FF73 0%);
        display: inline-block;
    }

    .pointSelection7List{
        padding:2rem 0;
    }

    .pointSelection7Block{
        width:100%;
        height: auto;
        padding: 3rem;
        border-left: 10px solid #43C6AC;
        border-right: 10px solid #d9e653;
        position:relative;
        background: #ffffff;
        margin:0 0 2rem 0;
      }
      .pointSelection7Block:before,
      .pointSelection7Block:after{
        content: "";
        display: block;
        width:100%;
        height: 10px;
        background: linear-gradient(to right, #43C6AC 0%, #d9e653 100%);
      }

      .pointSelection7Block:before{
        position:absolute;
        top:0;
        left:0;
      }

      .pointSelection7Block:after{
        position:absolute;
        bottom:0;
        left:0;
      }

      .pointTitle{
        display:flex;
        justify-content: center;
        align-items:center;
        margin:0 0 2rem 0;
      }

      span.numDice{
        color:#008300;
        font-size:2.4rem;
        font-family: 'Noto Sans JP', sans-serif;
        z-index:2;
        position:relative;
      }

      span.numDice:before{
        content:"";
        display: block;
        background:#F7FF73;
        width:32px;
        height:32px;
        transform: rotate(45deg);
        z-index:-1;
        position:absolute;
        top:0;
        left:-8px;
      }
      span.numDice:after{
        content:"";
        display: block;
        background:rgba(216,223,33,0.4);
        width:32px;
        height:32px;
        transform: rotate(60deg);
        z-index:-2;
        position:absolute;
        top:0;
        left:0px;
      }


      .pointSelection7Block p{
        line-height:1.4;
        font-weight:500;
				font-size:1.2rem;
      }

			.pointTitle .pointTtl{
				padding-left:2.5rem;
				font-weight:700;
				font-size:1.8rem;
				color:#008300;
			}

      .pointSelection7Block ul.pointListRed{
        margin:1rem 0;
        font-weight:600;
      }

      .pointSelection7Block ul.pointListRed li{
        color:#C0272D;
        margin-bottom:1rem;
        font-weight:600;
				font-size:1.2rem;
      }

      .otherBlock{
        margin:4rem 0;
      }

      .otherTitle{
        border-bottom:3px solid #008300;
        text-align: center;
      }

      .otherTitle p{
        font-weight: 700;
      }

      .otherTitle h3{
        font-weight:700;
        font-size:2.4rem;
        margin:1rem;
        color:#008300;
      }

      .otherList{
        display:flex;
        justify-content:space-between;
        align-items:center;
        width:80%;
        margin:2rem auto;
      }

      .otherContentBlock{
        max-width:360px;
        border:2px solid #008300;
        border-radius:8px;
      }
      .otherContent{
        display:flex;
        border-radius:8px;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        background: #fff;
      }
      .otherContentImg{
        padding:2rem;
      }

      .otherContentText{
        display:flex;
        flex-direction: column;
        padding:0 2rem 2rem 2rem;
      }

      .otherContentText h5{
        color:#008300;
        font-size:1.8rem;
        margin-bottom:0.5rem;
      }

      .otherContentText p{
        font-size:1.2rem;
        min-height:5rem;
        line-height:1.4;
        display:flex;
      }
}

/*background 円のアニメーション*/
#beginner{
    background: #E8FDF3;
    padding:4rem 0 4rem 0;
    position:relative;
    overflow:hidden;
    z-index:1;
}

#beginner .background {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index:-10;
}

.background:before{
    content:"";
    display: block;
    width:100%;
    height:200px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    background: -moz-linear-gradient(top,  rgba(246,254,250,1) 0%, rgba(246,254,250,0.4) 60%, rgba(246,254,250,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(246,254,250,1) 0%,rgba(246,254,250,0.4) 60%,rgba(246,254,250,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(246,254,250,1) 0%,rgba(246,254,250,0.4) 60%,rgba(246,254,250,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6fefa', endColorstr='#00f6fefa',GradientType=0 );
    z-index:1;
}

@keyframes move-bottom {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(100vh);
    }
}

@keyframes move-top {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100vh);
    }
}

.background span {
    width: 40vw;
    height: 40vw;
    border-radius: 50%;
    background: linear-gradient(45deg, #c6f9e2, #bbfed5, #b7ffc4, #b9ffae, #c1ff95, #cfff78, #e2ff58, #f8ff2e);
    opacity: 0.2;
    backface-visibility: hidden;
    z-index:-1;
    position:absolute;
}

.background span:nth-child(1) {
    width: 30vw;
    height: 30vw;
    top: 0%;
    right: 0%;
    animation-duration: 45s;
    transform-origin: 0vw 0vh;
    animation: move-bottom 6s infinite ease-in-out alternate;
}
.background span:nth-child(2) {
    bottom: 0;
    right: -20%;
    animation-duration: 45s;
    transform-origin: 0vw 0vh;
    animation: move-bottom 8s infinite ease-in-out alternate;
}
.background span:nth-child(3) {
    width: 40vw;
    height: 40vw;
    top: 0%;
    left: 0%;
    animation-duration: 45s;
    transform-origin: 0vw 0vh;
    animation: move-top 6s infinite ease-in-out alternate;
}
.background span:nth-child(4) {
    width: 30vw;
    height: 30vw;
    bottom: 0%;
    left: 0%;
    animation-duration: 45s;
    transform-origin: 0vw 0vh;
    animation: move-top 8s infinite ease-in-out alternate;
}
/*background 円のアニメーション　end*/

/* ふわっとスクロール */
.fade-in {
    opacity: 0;
    transition-duration: 500ms;
    transition-property: opacity, transform;
  }

  .fade-in-up {
    transform: translate(0, 50px);
  }

  .fade-in-down {
    transform: translate(0, -50px);
  }

  .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
  }


/*======== interviewArea add 2002304 ========*/
#interviewArea{
  padding:4rem 0;
}

.interviewBox{
  background:#ffffff;
  box-shadow:0 3px 6px rgba(0,0,0,0.3);
  border-radius:16px;
  margin:4rem 0;
  padding:2rem;
}

.interviewBox h3{
  color:#008000;
  border-left: 8px solid #008000;
  padding:0 0 0 1rem;
  margin: 0 0 1rem 0;
  line-height:1.6;
}

.interviewBox p{
  font-size:1.2rem;
  line-height: 1.8;
}

.intImg02,.intImg03{
  text-align:center;
}

.pointBlock{
  display:flex;
  justify-content:space-between;
  margin:4rem;
}

.pointBox{
  background:#FBF6D6;
  border-radius:16px;
  width:50%;
  padding:1rem;
}

.pointBoxWrap{
  background: #ffffff;
  border-radius:16px;
  padding:1rem;
  height: 100%;
}

.pointBoxWrap h4{
  text-align: center;
  color:#008000;
  margin:1rem 0 1rem 0;
}

.pointBoxWrap ul{
  margin:0 0 0 3rem;
}

.pointBoxWrap ul li dl{
  margin:0 0 1.5rem 0;
}

.pointBoxWrap ul li dl dt{
  margin:0 0 0.5rem 0;
  font-weight:600;
}

.pointImg{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin: 0 auto;
}

.interviewBox .yellowBg{
  background:#FBF6D6;
  padding:1rem;
  margin-bottom:1rem;
}

.interviewBox .redText{
  color:#DC4B26;
}

.keywordRed{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:1rem 0;
}
.keywordRed p{
  color:#DC4B26;
  text-align: center;
  font-size:1.6rem;
  font-feature-settings: "palt";
  text-decoration: underline;
}

.messageBox{
  background: #FDFFE2;
  padding:2rem;
  position:relative;
}
.messageTtl:after{
  background:url("/new/_app/_webroot/img/page/special/syokugyou_jissen/int_line@2x.png") right bottom;
  background-size:50%;
  content:"";
  display: block;
  height: 60px;
  width: 65%;
  position: absolute;
  right: 0;
  top: 20px;
}

@media screen and (min-width:1100px){
  .messageTtl:after{
    background:url("/new/_app/_webroot/img/page/special/syokugyou_jissen/int_line@2x.png") right bottom;
    background-size:50%;
    content:"";
    display: block;
    height: 60px;
    width: 65%;
    position: absolute;
    right: 0;
    top: 20px;
  }
}

@media screen and (min-width:768px) and (max-width:1100px){
  .messageTtl:after{
    background-size: 58%;
    height: 50px;
    width: 56%;
  }
}

@media screen and (max-width:768px){
  .messageTtl:after{
    display:none;
  }
  .messageTtl p{
    width:100%;
  }
}

.messageTtl p{
  color:#8A4A00;
  font-size:2.2rem;
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #FFEAA4, #FFEAA4 2px,#F6D463 3px, #F6D463 8px);
  background: repeating-linear-gradient(-45deg, #FFEAA4, #FFEAA4 2px,#F6D463 3px, #F6D463 8px);
  border-radius: 7px;
  display: inline-block;
}

.messageTtl p:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #F6D463;
  width: 0;
  height: 0;
}


@media screen and (max-width:960px){
  .pointBlock{
    display:flex;
    flex-direction:column;
    margin:2rem 1rem;
  }
  .pointBox{
    width:100%;
    margin-bottom:4rem;
  }

  .intImg02,.intImg03{
    margin:2rem auto;
    max-width: 300px;
  }
}

.messageBoxBg{
  background: #ffffff;
  padding:2rem;
  margin:3rem 0 6rem 0;
  position:relative;
  display:flex;
  justify-content: space-between;
}

.messageBoxBg::after{
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: url("/new/_app/_webroot/img/page/special/syokugyou_jissen/int_line@2x.png") right bottom;
    background-size: auto;
  background-size: 30%;
  position: absolute;
  right: 0;
  bottom: -6rem;
}


.msgText{
  width:76%;
}

.msgText p{
  font-size:1.2rem;
  line-height:2;
  color:#333333;
  font-weight:700;
}

.msgImg{
  width:20%;
  display:flex;
  flex-direction:column;
  justify-content: flex-end;
  align-items:center;
}

.msgImg p{
  color:#956423;
  font-size:1.1rem;
  line-height:1.4;
  margin:1rem 0 0 0;
}

.msgImg p span{
  font-size:1.8rem;
}

@media screen and (max-width:960px){
  .messageBoxBg::after{
    display:none;
  }

  .messageBoxBg{flex-direction:column; margin-bottom:0;}
  .msgText,.msgImg{width:100%;margin-bottom:1rem;}
  .msgImg picture{max-width:150px;}
}

.schoolInfoArea{
  background: #B8F2E0;
  padding:4rem 0;
}

.schoolInfoBox{
  background: #ffffff;
  padding:2rem;
  display:flex;
  justify-content: space-between;
}

.schoolInfoBlockLeft{width:61%;}
.schoolInfoBlockRight{width:36%;}

@media screen and (max-width:960px) {
  .schoolInfoBox{flex-direction:column-reverse;}
  .schoolInfoBlockLeft{width:100%;}  
  .schoolInfoBlockRight{width:100%;}
}

.schoolInfoBlockImage{
  width:100%;
  height:auto;
  max-width:330px;
  margin: 0 auto;
}

.schoolInfoCaption{
  font-size:1.2rem;
  font-weight:700;
  margin-bottom:1rem;
}

.schoolTitle{
  font-size:2.4rem;
  font-weight: 600;
  padding-bottom:2rem;
  margin-bottom:1rem;
  letter-spacing:2px;
  border-bottom:1px solid #147D5C;
}

.schoolCatch{
  font-size:1.8rem;
  font-weight:600;
  color:#147D5C;
  margin-bottom:1rem;
}

.schoolInfoText{
  font-size:1rem;
  font-weight: 600;
  line-height:1.8;
}

/*btnList*/
.btnList{
  margin:1rem 0;
}

.btnList ul{
  display:flex;
  justify-content: space-between;
}


.btnList li{
  margin:0 0 1rem 0;
  position:relative;
  z-index:0;
  width:49%;
}

.btnList li::before,.btnList li::after{
  content:"";
  display: block;
  width:2px;
  height:10px;
  background: #ffffff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position:absolute;
  z-index:1;
}
.btnList li::before{
  top: 48%;
  right: 6%;
  transform:rotate(45deg);
}
.btnList li::after{
  top: 32%;
  right: 6%;
  transform:rotate(-45deg);
}

.btnDetail a,.btnRequest a{
  background-position: left center;
  background-size: 1.25em auto;
  display: block;
  margin: 0 auto;
  padding:0.75rem 1rem 1rem 1rem;
  position: relative;
  text-align: center;
  width:100%;
}

.btnDetail a{background: rgb(var(--ocYellow));}
.btnRequest a{background: rgb(var(--naviRed));}

.btnDetail a p,.btnRequest a p{
  color:#ffffff;
  display:inline-block;
  font-size: 0.9rem;
  line-height: 1;
  margin: 0 0 0 1rem;
  position:relative;
}
.btnDetail a p::before,.btnRequest a p::before{
  content:"";
  display: block;
  width:20px;
  height: 20px;
  position:absolute;
  top:-5px;
}
.btnDetail a p::before{left:-26px;background: var(--svgSchoolWhite);}
.btnRequest a p::before{left:-28px;background: var(--svgPumpWhite);}

.btnRequest a span{
  color:rgb(var(--naviRed));
  background: yellow;
  padding:0.15rem 0.25rem;
  font-size:0.85rem;
  font-weight:700;
  margin-left:0.5rem;
}

