._tit span{
	font-size: var(--f24);
	margin-left: var(--s2);
}

.cont_area._no-area{
	padding-top: 0; 
}

.p_frame{
    padding: var(--s6) var(--s4);
	border-radius: var(--s2);
	background-color: #FFF8F0;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.p_frame ._titbox{
	max-width: 1040px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 0.7fr 2fr;
	gap: var(--s7);
	align-items: center;
}

.p_frame ._logo{
	display: grid;
	grid-template-columns: 0.5fr 0.5fr 0.3fr ;
	gap: var(--s3);
	width: 60%;
	justify-content: space-between;
}

.p_frame ._name {	
	transform: translate(0%, 10%);
}

.p_frame ._name p{	
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #02AD80;
	font-size: var(--f20);
	white-space:nowrap;
}


.p_frame ._name p:before, .p_frame ._name p:after {
	border-top: 3px solid;
	content: "";
	width: 40%;
}
	
.p_frame ._name p:before {
	margin-right: 1em; 
}

.p_frame ._name p:after {
	margin-left: 1em; 
}

.p_frame ._name  h2{
	font-size: clamp(2rem, calc(0rem + 10vw), 7.1rem);
	font-weight: bold;
	text-align: center;
	color: #02AD80;
	margin-top: -6%;
	font-family: "Jost", sans-serif;
}

.login{
	background: var(--c-menu);
	padding: var(--s3);
	text-align: center;
	border: solid 3px #02AD80;
	border-radius: var(--s2);
}

.bt_st1.portal-green a{
	color: var(--c-menu);
	background: #02AD80;
	width: 100%;
	margin: auto;
	border: solid 2px #02AD80;
}

.bt_st1.portal-green a:hover{
	background-color: #fff;
	color: #02AD80;
}

.login ul{
	text-align: left;
}


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

	.p_frame ._titbox{
		display: block;
	}
	
	.p_frame ._titbox .chara_pair{
		display: none;
	}
	
	.p_frame ._logo{
		margin: 0 auto;
		width: 100%;
	}
	
	.p_frame ._logo figure{
		padding: 0 var(--s2);
	}
	
	.p_frame ._name  h2{
		margin-top: -4%;
	}
	
	.s_gridBox._login ._line::after{
			height: 0%;
			width: 100%;
			top: 115%;
			right: 0%;
		}
}

.s_gridBox._inquirybox{
	max-width: 1040px;
	margin: 0 auto;
	align-items: center;
}

.word{
	font-weight: bold;
}

.s_gridBox._inquirybox div{
	text-align: center;
}

.p_frame._whitebox{
	background-color: var(--c-menu);
	text-align: center
}

.p-web h3 span {
	background: none;
	color: var(--c-black);
	width: 100%;
	padding: var(--s2);
	border-bottom: solid 4px var(--c-ygreen);
	border-radius: 0px;
}

.p-web > .s_gridBox > div{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 0;
	align-items: baseline;
}

iframe.youtube-16-9 {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
max-width: 1000px;
display: block;
margin: auto;
}

.word-box{
	position: relative;
	max-width: 350px;
	margin: auto;
	width: 100%;
}

.portal_charactor-top{
	max-width: 800px;
	margin: -5% auto 0;
	display: block;
	width: 100%;
	z-index: 5;
	position: relative; 
}

@media screen and (max-width:599px) {
	.portal_charactor-top{
		max-width: 350px;
		display: block;
		margin-top: 0;
	}
}

.portal_charactor{
	max-width: 350px;
	margin: 0 auto;
	position: relative;
	width: 90%;
}

.charactor-word{
	position: absolute;
	top: 7%;
	right: 0;
	transform: translatex(15px);
	background: var(--c-ygreen);
	padding: var(--s1);
	border-radius: var(--s2);
	font-size: var(--f14);
}

.charactor-word::before {
  content: "";
  clip-path: polygon(47% 0, 0 0, 0 59%);
  border-top: 10px solid var(--c-ygreen);
  height: 8px;
  width: 40px;
  margin-left: -10px;
  top: 100%;
  left: 66%;
  position: absolute;
}