.dela {
	font-family: 'Dela Gothic One', cursive;
}
.page-ttl {
	background: #B60455;
	padding: 80px 0 120px;
}
.content-box {
	width: 90%;
	margin: 0 auto;
	max-width: 940px;
}
.divider {
	position: relative;
	overflow: hidden;
	z-index: -1;
}
.divider:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border-left: 50vw solid transparent;
}
.divider:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border-right: 50vw solid transparent;
}
.page-ttl.divider:before {
	border-bottom: 10vw solid #F5F3EF;
}
.page-ttl.divider:after {
	border-bottom: 10vw solid #F5F3EF;
}
.section01 {
	padding: 80px 0 0;
	background: #F5F3EF;
}
.section02 {
	padding: 80px 0 120px;
	background: #CC4F88;
}
.section02.divider:before {
	border-bottom: 10vw solid #B60455
}
.section02.divider:after {
	border-bottom: 10vw solid #B60455;
}
.section03 {
	padding: 80px 0 120px;
	background: #B60455;
}
.section03.divider:before {
	border-bottom: 10vw solid #E56B87;
}
.section03.divider:after {
	border-bottom: 10vw solid #E56B87;
}
.section032 {
    padding: 80px 0 120px;
    background-color: #E56B87;
}
.section032.divider:before {
	border-bottom: 10vw solid #fff;
}
.section032.divider:after {
	border-bottom: 10vw solid #fff;
}
.section033 {
	padding: 80px 0 120px;
	background: #fff;
}
.section04 {
	padding: 80px 0 120px;
	background: #F5F3EF;
}
.section04.divider:before {
	border-bottom: 10vw solid #FFF;
}
.section04.divider:after {
	border-bottom: 10vw solid #FFF;
}
.section05 {
	padding: 80px 0;
	background: #FFF;
}
.page-ttl h1 {
	text-align: center;
	color: #FFF;
	font-size: 26px;
	font-weight: 500;
	position: relative;
	z-index: 2;
	font-family: 'Dela Gothic One', cursive;
}
.page-ttl h1 span {
	display: block;
	margin-bottom: 0px;
	width: 727px;
	margin-left: auto;
	margin-right: auto;
}
.page-ttl h1 span img{
	width: 100%;
	height: auto;
}
.page-ttl .main-visual {
	position: relative;
	top: 10px;
	width: 90%;
	max-width: 1260px;
	margin: 0 auto 60px;
}
.page-ttl > p {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
}
.internship h2 {
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 30px;
	margin-bottom: 20px;
}
.internship h2:before, .internship h2:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 2px;
	background: #FFF;
	top: calc(50% - 1px);
}
.internship h2:before {
	left: 0;
}
.internship h2:after {
	right: 0;
}
.pg-num {
	font-family: 'Dela Gothic One', cursive;
	display: block;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #FFF;
}
.internship .ttl {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: solid 2px #000;
	margin-bottom: 0px;
}
.internship h3 {
	text-align: center;
	font-size: 36px;
	font-family: 'Dela Gothic One', cursive;
	color: #000;
	margin-bottom: 50px;
}
.point-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point-list li {
	width: 23%;
}
.intro {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.intro .insert {
	width: 48%;
}
.intro .txt {
	width: 48%;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}
.intro .txt p {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.detail .list-box {
	position: relative;
	width: 48%;
	box-sizing: border-box;
	background: #FFF;
	border-radius: 20px;
	border: solid 1.5px #000;
	padding: 45px;
}
.detail .list-box:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.15);
	z-index: -1;
}
.detail .list-box .ttl {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: solid 2px #000;
	margin-bottom: 30px;
}
.detail .list-box li {
	padding-left: 20px;
	font-size: 18px;
	position: relative;
	font-weight: 500;
	line-height: 1.6em;
	margin-bottom: 12px;
}
.detail .list-box li span {
	font-size: 14px;
}
.detail .list-box li:before {
	content: "";
	position: absolute;
	left: 0;
	top: .5em;
	background-image: url("../../internship/img/dot.svg");
	width: 8px;
	height: 8px;
}
.detail .list-box li p {
	font-size: 14px;
	padding: 10px 0 0;
}
.detail .list-box > p {
	font-size: 14px;
	padding: 10px 0 0;
}

.voice {
	position: relative;
	width: calc(100% - 15px);
	box-sizing: border-box;
	background: #FFF;
	border: solid 1.5px #000;
	padding: 45px 110px;
	margin-bottom: 50px;
	font-size:16px;
}

.voice:after {
	content: "";
	position: absolute;
	width: calc(100%);
	height: 100%;
	top: 15px;
	left: 15px;
	box-sizing: border-box;
	background: #FFCE26;
	z-index: -1;
	border: solid 1.5px #000;
	padding: 45px;
}
.voice > .ttl {
    font-size: 20px;
    font-weight: 600;
    padding: 0 100px 10px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../../internship/img/title-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 484px auto;
	border: none;
}
.voice .voive-tanto{
	margin-top: 80px;
}
.voice .voive-tanto .hukidashi{
    background-image: url(../../internship/img/hukidashi.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 347px auto;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 70px;
    font-size: 20px;
    font-weight: bold;
}
.voice .voive-tanto .voice-img01{
	background-image: url(../../internship/img/voice01.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 112px auto;
	padding-left: 170px;
	padding-top: 0px;
	padding-bottom: 40px;
	margin-top: 20px;
}
.voice .voive-tanto .voice-img02{
	background-image: url(../../internship/img/voice02.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 112px auto;
	padding-left: 170px;
	padding-top: 0px;
	padding-bottom: 40px;
	margin-top: 20px;
}
.voice .voive-tanto .voice-img03{
	background-image: url(../../internship/img/voice03.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 112px auto;
	padding-left: 170px;
	padding-top: 0px;
	padding-bottom: 40px;
	margin-top: 20px;
}
.list-box2 {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background: #FFF;
	margin: 50px 0;
	border-radius: 20px;
	border: solid 1.5px #000;
	padding: 45px 80px 30px 70px;
}
.list-box2:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.15);
	z-index: -1;
}
.list-box2 li {
	padding-left: 20px;
	font-size: 16px;
	position: relative;
	font-weight: 500;
	line-height: 1.6em;
	margin-bottom: 12px;
}
.list-box2 li span {
	font-size: 14px;
}
.list-box2 li:before {
	content: "";
	position: absolute;
	left: 0;
	top: .5em;
	background-image: url("../../internship/img/dot.svg");
	width: 8px;
	height: 8px;
}
.howto {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.howto > .box {
	width: 48%;
	background: #FFF;
	border: solid 1.5px #000;
}
.howto > .box .ttl {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	background: #FFCE26;
	width: 100%;
	padding: 25px 0;
	border-bottom: solid 1.5px #000;
}
.howto > .box ul {
	padding: 30px 45px 20px
}
.howto > .box ul.check-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.howto > .box ul.check-box li:nth-child(odd) {
	width: 35%;
}
.howto > .box ul.check-box li:nth-child(even) {
	width: 60%;
}
.howto > .box ul.check-box li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
}
.howto > .box ul.check-box li:before {
	content: "";
	position: absolute;
	left: 0;
	top: .3em;
	background-image: url("../../internship/img/check.svg");
	width: 17px;
	height: 17px;
}
.howto > .box .entry-box {
	position: relative;
	margin-left: 35px;
	padding: 30px 40px 20px;
	margin-bottom: 12px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
	list-style-type: decimal;
}
.is-btn {
	width: 90%;
	max-width: 400px;
	min-height: 80px;
	height: auto;
	margin: 30px auto;
	position: relative;
	overflow: hidden;
	background: #000;
	border-radius: 50px;
	text-align: center;
	outline: none;
	transition: ease .4s;
}
.is-btn a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
.is-btn p {
	position: relative;
	font-family: 'Dela Gothic One', cursive;
	font-size: 28px;
	line-height: 80px;
	z-index: 2;
	color: #fff;
	transition: ease .4s;
}
.is-btn:hover p {
	letter-spacing: .1em;
}
.bgcenterout:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 30px;
	background: #64CDAF;
	width: 100%;
	height: 100%;
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 0);
	transform-origin: center;
}
.bgcenterout:hover:before {
	transform: scale(1, 1);
}



@media screen and (max-width: 600px) {
	.page-ttl {
		background: #B60455;
		padding: 80px 0 100px;
	}
	.section01 {
		padding: 60px 0 0;
	}
	.section02 {
		padding: 60px 0 80px;
	}
	.section03 {
		padding: 60px 0 80px;
	}
	.section032 {
		padding: 60px 0 80px;
	}
	.section033 {
		padding: 60px 0 80px;
	}
	.section04 {
		padding: 60px 0 80px;
	}
	.section05 {
		padding: 60px 0;
	}
	.page-ttl h1 {
		text-align: center;
		color: #FFF;
		font-size: 15px;
		font-weight: 500;
		position: relative;
		z-index: 2;
		font-family: 'Dela Gothic One', cursive;
	}
	.page-ttl h1 span {
		font-size: min(7vw,40px);
		line-height: 1.4em;
		display: block;
		margin-bottom: 0px;
		width: 90%;
			
		
	}
	.page-ttl .main-visual {
		position: relative;
		top: 0px;
		width: 96%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.page-ttl > p {
		font-size: min(4vw,14px);
	}
	.pg-num {
		font-size: 16px;
	}
	.internship h3 {
		font-size: min(6vw,26px);
	}
	.point-list li {
		width: 48%;
		margin-bottom: 30px;
	}
	.intro {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 60px;
	}
	.intro .insert {
		width: 100%;
	}
	.intro .txt {
		width: 100%;
		box-sizing: border-box;
		padding: 30px 0 0 0px;
	}
	.intro .txt p {
		font-size: 14px;
		top: auto;
		transform: translateY(0);
	}
	.detail {
		margin-bottom: 30px;
	}
	.detail .list-box {
		position: relative;
		width: 100%;
		box-sizing: border-box;
		background: #FFF;
		border-radius: 20px;
		border: solid 1.5px #000;
		padding: 35px;
		margin-bottom: 20px;
	}
	.detail .list-box:after {
		content: "";
		position: absolute;
		left: 5px;
		top: 5px;
		width: 100%;
		height: 100%;
		border-radius: 20px;
		background: rgba(0, 0, 0, 0.15);
		z-index: -1;
	}
	.detail .list-box .ttl {
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		padding-bottom: 10px;
		border-bottom: solid 2px #000;
		margin-bottom: 20px;
	}
	.detail .list-box li {
		padding-left: 18px;
		font-size: 15px;
		position: relative;
		font-weight: 500;
		line-height: 1.6em;
		margin-bottom: 12px;
	}
	.detail .list-box li span {
		font-size: 13px;
	}
	.voice {
		position: relative;
		width: calc(100% - 10px);
		box-sizing: border-box;
		background: #FFF;
		border: solid 1.5px #000;
		padding: 45px 30px 90px;
		margin-bottom: 30px;
	}
	.section02 .voice:before, .section03 .voice:before {
		width: 200px;
		height: 143px;
		position: absolute;
		content: "";
		right: 0;
		bottom: 0;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center bottom;
	}
	.voice:after {
		content: "";
		position: absolute;
		width: calc(100%);
		height: 100%;
		top: 10px;
		left: 10px;
		box-sizing: border-box;
		background: #FFCE26;
		z-index: -1;
		border: solid 1.5px #000;
		padding: 45px;
	}
	.voice > .ttl {
		font-size: 20px;
		font-weight: 600;
		padding: 0 14% 10px;
		margin-bottom: 30px;
		position: relative;
		display: inline-block;
		left: 50%;
		transform: translateX(-50%);
		 background-image: url(../../internship/img/title-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
	}
	
.voice .voive-tanto{
	margin-top: 80px;
}
.voice .voive-tanto .hukidashi{
    background-image: url(../../internship/img/hukidashi.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 260px auto;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 40px;
    font-size: 16px;
    font-weight: bold;
}
.voice .voive-tanto .voice-img01{
	background-image: url(../../internship/img/voice01.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 112px auto;
	padding-left: 0px;
	padding-top: 140px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.voice .voive-tanto .voice-img02{
	background-image: url(../../internship/img/voice02.png);
    background-repeat: no-repeat;
     background-position: center top;
    background-size: 112px auto;
	padding-left: 0px;
	padding-top: 140px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.voice .voive-tanto .voice-img03{
	background-image: url(../../internship/img/voice03.png);
    background-repeat: no-repeat;
     background-position: center top;
    background-size: 112px auto;
	padding-left: 0px;
	padding-top: 140px;
	padding-bottom: 20px;
	margin-top: 20px;
}
	.list-box2 {
		position: relative;
		width: 100%;
		box-sizing: border-box;
		background: #FFF;
		margin: 50px 0;
		border-radius: 20px;
		border: solid 1.5px #000;
		padding: 40px 30px 30px 30px;
	}
	.list-box2:after {
		content: "";
		position: absolute;
		left: 5px;
		top: 5px;
		width: 100%;
		height: 100%;
		border-radius: 20px;
		background: rgba(0, 0, 0, 0.15);
		z-index: -1;
	}
	.list-box2 li {
		padding-left: 20px;
		font-size: 16px;
		position: relative;
		font-weight: 500;
		line-height: 1.6em;
		margin-bottom: 12px;
	}
	.list-box2 li span {
		font-size: 14px;
	}
	.list-box2 li:before {
		content: "";
		position: absolute;
		left: 0;
		top: .5em;
		background-image: url("../../internship/img/dot.svg");
		width: 8px;
		height: 8px;
	}
	.howto {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.howto > .box {
		width: 100%;
		background: #FFF;
		border: solid 1.5px #000;
		margin-bottom: 30px;
	}
	.howto > .box .ttl {
		text-align: center;
		font-size: 20px;
		font-weight: 600;
		background: #FFCE26;
		width: 100%;
		padding: 25px 0;
		border-bottom: solid 1.5px #000;
	}
	.howto > .box ul {
		padding: 30px 25px 20px
	}
	.howto > .box ul.check-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.howto > .box ul.check-box li:nth-child(odd) {
		width: 40%;
	}
	.howto > .box ul.check-box li:nth-child(even) {
		width: 55%;
	}
	.howto > .box ul.check-box li {
		position: relative;
		padding-left: 25px;
		margin-bottom: 12px;
		box-sizing: border-box;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.6em;
	}
	.howto > .box ul.check-box li:before {
		content: "";
		position: absolute;
		left: 0;
		top: .3em;
		background-image: url("../../internship/img/check.svg");
		width: 17px;
		height: 17px;
	}
	.howto > .box ul.numlist-box li {
		position: relative;
		margin-left: 35px;
		padding-left: .4em;
		margin-bottom: 12px;
		box-sizing: border-box;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.6em;
		list-style-type: decimal;
	}
	.is-btn {
		width: 90%;
		max-width: 300px;
		height: 60px;
		margin: 30px auto;
		position: relative;
		overflow: hidden;
		background: #000;
		border-radius: 50px;
		text-align: center;
		outline: none;
		transition: ease .4s;
	}
	.is-btn a {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.is-btn p {
		position: relative;
		font-family: 'Dela Gothic One', cursive;
		font-size: 22px;
		line-height: 75px;
		z-index: 2;
		color: #fff;
		transition: ease .4s;
	}
	.is-btn:hover p {
		letter-spacing: .1em;
	}
	.bgcenterout:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		border-radius: 30px;
		background: #64CDAF;
		width: 100%;
		height: 100%;
		transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
		transform: scale(0, 0);
		transform-origin: center;
	}
	.bgcenterout:hover:before {
		transform: scale(1, 1);
	}
}


.pg-num {
	position: relative;
}
.pg-num:before {
	content: "";
	position: absolute;
	width: 150px;
	height: 130px;
	background-size: contain;
	background-repeat: no-repeat;
	right: 120px;
	top: -30px;
	z-index: 2;
}
.section02 .pg-num:before {
	background-image: url("../../internship/img/one-day-icon.png");
}
.section03 .pg-num:before {
	background-image: url("../../internship/img/two-day-icon.png");
}
.section032 .pg-num:before {
	background-image: url("../../internship/img/five-day-icon.png");
}
.present p {
	font-size: 20px;
	font-weight: 600;
	padding-left: 150px;
}
.present {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background: #FFF;
	border-radius: 20px;
	border: solid 1.5px #000;
	padding: 30px 45px;
	margin-bottom: 50px;
}
.present:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.15);
	z-index: -1;
}
.present:before {
	content: "";
	position: absolute;
	width: 160px;
	height: 64px;
	background-size: contain;
	background-repeat: no-repeat;
	left: -13px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../../internship/img/present-deco.png");
	z-index: 2;
}
@media screen and (max-width: 600px) {
	.pg-num:before {
		content: "";
		position: absolute;
		width: 70px;
		height: 50px;
		background-size: contain;
		background-repeat: no-repeat;
		right: 20px;
		top: -10px;
		z-index: 2;
	}
	.present p {
		font-size: 15px;
		font-weight: 600;
		padding-left: 0;
	}
	.present {
		position: relative;
		width: 100%;
		box-sizing: border-box;
		background: #FFF;
		border-radius: 20px;
		border: solid 1.5px #000;
		padding: 60px 25px 30px;
		margin-bottom: 50px;
	}
	.present:after {
		content: "";
		position: absolute;
		left: 5px;
		top: 5px;
		width: 100%;
		height: 100%;
		border-radius: 20px;
		background: rgba(0, 0, 0, 0.15);
		z-index: -1;
	}
	.present:before {
		content: "";
		position: absolute;
		width: 120px;
		height: 44px;
		background-size: contain;
		background-repeat: no-repeat;
		left: -9px;
		top: 10px;
		transform: translateY(0);
		background-image: url("../../internship/img/present-deco.png");
		z-index: 2;
	}
}





.is-foot-txt {
	text-align: center;
	color: #B60455;
	font-size: 18px;
	font-weight: 600;
	padding: 80px 0 30px;
}
.is-foot-cc {
	text-align: center;
	color: #B60455;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 60px;
}
.btn-cc {
	display: inline-block;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	font-weight: 600;
	padding: 0 40px;
	position: relative;
	bottom: -15px;
}
.btn-cc:before, .btn-cc:after {
	content: "";
	position: absolute;
	height: 30px;
	width: 2px;
	background: #000;
	top: calc(50% - 18px);
}
.btn-cc:before {
	left: 0;
	transform: rotate(-25deg);
}
.btn-cc:after {
	right: 0;
	transform: rotate(25deg);
}
@media screen and (max-width: 600px) {
	.is-foot-txt {
		font-size: 14px;
		font-weight: 600;
		padding: 30px 0 30px;
	}
	.is-foot-cc {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 60px;
	}
	.btn-cc {
		display: inline-block;
		white-space: nowrap;
		left: 50%;
		transform: translateX(-50%);
		font-size: 14px;
		font-weight: 600;
		padding: 0 30px;
		position: relative;
		bottom: -15px;
	}


}

/*2024年追記*/
.content-box2 {
    background-image: url(../../internship/img/sec01-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1206px auto;
    padding-bottom: 145px;
	text-align: center;
	margin: 100px auto 0;
	font-size:20px;
	
}
.content-box2 p{
	font-weight: bold;
}
.content-box2 ul {
	margin-top: 30px;
}
.content-box2 ul li {
	display: inline-block;
	width: 284px;
	margin: 15px;
}
.is-btn2 {
	width: 90%;
	max-width: 400px;
	min-height: 90px;
	height: auto;
	margin: 30px auto;
	position: relative;
	overflow: hidden;
	background: #000;
	border-radius: 50px;
	text-align: center;
	outline: none;
	transition: ease .4s;
}
.is-btn2 a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
.is-btn2 p {
	position: relative;
	font-family: 'Dela Gothic One', cursive;
	font-size: 28px;
	line-height: 90px;
	z-index: 2;
	color: #fff;
	transition: ease .4s;
}
.is-btn2:hover p {
	letter-spacing: .1em;
}
.bgcenterout2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 30px;
	background: #64CDAF;
	width: 100%;
	height: 100%;
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 0);
	transform-origin: center;
}
.bgcenterout2:hover:before {
	transform: scale(1, 1);
}

@media screen and (max-width: 600px) {
.content-box2 {
    background-image: url(../../internship/img/sec01-bg-sp.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: 40%;
	text-align: center;
	margin: 100px auto 0;
	font-size:16px;
	
}
.content-box2 p{
	font-weight: bold;
}
.content-box2 ul {
	margin-top: 30px;
}
.content-box2 ul li {
	display: inline-block;
	width: 284px;
	margin: 15px;
}	
}
@media screen and (max-width: 800px) {
.voice > .ttl {
    font-size: 20px;
    font-weight: 600;
    padding: 0 12% 10px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../../internship/img/title-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
}