@charset "utf-8";
/* CSS Document */

/* ##### font ##### */


@font-face {
	font-family: 'Segoe Script';
	/* お好きな名前に */
	src: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/font/Segoe_Script.eot);
	/* IE9以上用 */
	src: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/font/Segoe_Script.eot) format('embedded-opentype'),
		/* IE8以前用 */
		url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/font/Segoe_Script.woff) format('woff'),
		/* モダンブラウザ用 */
		url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/font/Segoe_Script.ttf) format('truetype');
	/* iOS, Android用 */
	font-weight: normal;
	font-style: normal;
}


.fs-ss {
	font-family: 'Segoe Script';
}

/* ##### font end ##### */

/* ##### reset.css上書き ##### */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
	color: #434343;
	font-weight: bold;
	font-size: 16px;
}

.marker_lime {
	background: linear-gradient(transparent 60%, #fff7a2 60%);
}

.marker_lime02 {
	background: linear-gradient(transparent 60%, #a7d4eb 60%);
}

.marker_lime03 {
	background: linear-gradient(transparent 60%, #fff 60%);
}

.ls1 {
	letter-spacing: 1px;
}

.ls2 {
	letter-spacing: 2px;
}

.ls3 {
	letter-spacing: 3px;
}

.ls5 {
	letter-spacing: 5px;
}

.lh2 {
	line-height: 2;
}

.lh1_5 {
	line-height: 1.5;
}

.txtTransform01 span.text_t:nth-child(1) {
	transition-delay: calc(0.1s * 1);
}

.txtTransform01 span.text_t:nth-child(2) {
	transition-delay: calc(0.1s * 2);
}

.txtTransform01 span.text_t:nth-child(3) {
	transition-delay: calc(0.1s * 3);
}

.txtTransform01 span.text_t:nth-child(4) {
	transition-delay: calc(0.1s * 4);
}

.txtTransform01 span.text_t:nth-child(5) {
	transition-delay: calc(0.1s * 5);
}

.txtTransform01 span.text_t {
	opacity: 0;
	display: inline-block;
	transition: 1.0s;
	line-height: inherit;
}

.txtTransform01 span.text_t {
	transform: translate(20px, -150px);
	-webkit-transform: translate(20px, -150px);
	-moz-transform: translate(20px, -150px);
	-ms-transform: translate(20px, -150px);
	-o-transform: translate(20px, -150px);
}

.txtTransform01 span.text_t:nth-of-type(4n+2) {
	transform: translate(20px, -150px);
	-webkit-transform: translate(20px, -150px);
	-moz-transform: translate(20px, -150px);
	-ms-transform: translate(20px, -150px);
	-o-transform: translate(20px, -150px);
}

.txtTransform01 span.text_t:nth-child(4n+3) {
	transform: translate(-30px, -230px);
	-webkit-transform: translate(-30px, -230px);
	-moz-transform: translate(-30px, -230px);
	-ms-transform: translate(-30px, -230px);
	-o-transform: translate(-30px, -230px);
}

.txtTransform01 span.text_t:nth-child(4n+4) {
	transform: translate(15px, -270px);
	-webkit-transform: translate(15px, -270px);
	-moz-transform: translate(15px, -270px);
	-ms-transform: translate(15px, -270px);
	-o-transform: translate(15px, -270px);
}

.txtTransform01 span.text_t:nth-child(4n+5) {
	transform: translate(17px, -320px);
	-webkit-transform: translate(17px, -320px);
	-moz-transform: translate(17px, -320px);
	-ms-transform: translate(17px, -320px);
	-o-transform: translate(17px, -320px);
}

.txtTransform01 span.text_t:nth-child(8n+2) {
	transform: translate(17px, -240px);
	-webkit-transform: translate(17px, -240px);
	-moz-transform: translate(17px, -240px);
	-ms-transform: translate(17px, -240px);
	-o-transform: translate(17px, -240px);
}

.txtTransform01 span.text_t:nth-child(3n) {
	transition-delay: calc(0.05s * 5 + 0.4s);
}

.txtTransform01.animate01 span.text_t {
	opacity: 1 !important;
	transform: translate(0px) !important;
}



.buruburu-hover a:hover {
	display: inline-block;
	animation: hurueru .2s infinite;
	-webkit-animation: hurueru .2s infinite;
	opacity: 1;
}
[data-element-id] .buruburu-hover a:hover {
  animation: none;
}

@-webkit-keyframes hurueru {
	0% {
		transform: translate(0px, 0px) rotateZ(0deg)
	}

	25% {
		transform: translate(2px, 2px) rotateZ(1deg);
		-webkit-transform: translate(2px, 2px) rotateZ(1deg);
		-moz-transform: translate(2px, 2px) rotateZ(1deg);
		-ms-transform: translate(2px, 2px) rotateZ(1deg);
		-o-transform: translate(2px, 2px) rotateZ(1deg);
	}

	50% {
		transform: translate(0px, 2px) rotateZ(0deg)
	}

	75% {
		transform: translate(2px, 0px) rotateZ(-1deg)
	}

	100% {
		transform: translate(0px, 0px) rotateZ(0deg)
	}
}

@keyframes hurueru {
	0% {
		transform: translate(0px, 0px) rotateZ(0deg)
	}

	25% {
		transform: translate(2px, 2px) rotateZ(1deg)
	}

	50% {
		transform: translate(0px, 2px) rotateZ(0deg)
	}

	75% {
		transform: translate(2px, 0px) rotateZ(-1deg)
	}

	100% {
		transform: translate(0px, 0px) rotateZ(0deg)
	}
}

.c-sky {
	color: #39abe6;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
	.fs30 {
		font-size: 20px;
	}

	.fs16 {
		font-size: 14px;
	}
}

/* ##### reset.css上書きここまで ##### */

/* ##### 共通 ##### */

*,
*:before,
*:after {
	box-sizing: border-box;
}

a {
	transition: all 0.3s ease;
	color: #434343;
}


#wrapper[data-element-id] {
	padding-top: 0 !important;
}

.sp-only {
	display: none;
}

.fs10 {
	font-size: 10px;
}

.fs50 {
	font-size: 50px;
}

.tex {
	line-height: 30px;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.tl {
	text-align: left;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt50 {
	margin-top: 50px;
}

.pad50 {
	padding: 50px 0;
}

.pt50 {
	padding-top: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.mt80 {
	margin-top: 80px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb70 {
	margin-bottom: 70px;
}

.mauto {
	margin: 0 auto;
}

.z1 {
	position: relative;
	z-index: 1;
}

.ctex {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	z-index: 1;
}

.Blink a {
	display: block;
}

.more {
	text-align: center;
	margin: 50px auto 0 auto;
	width: 80%;
	max-width: 335px;
}

.more a {
	position: relative;
	z-index: 2;
	background-color: #39abe6;
	border: 2px solid #39abe6;
	color: #fff;
	display: block;
	text-decoration: none;
	outline: none;
}

.more a:hover {
	background-color: #fff;
	border-color: #39abe6;
	color: #39abe6;
	opacity: 1;
}

.more a:before,
.more a:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #39abe6;
}

.more a,
.more a:before,
.more a:after {
	transition: all .3s;
}

.more a:before {
	right: 0;
}

.more a:after {
	left: 0;
}

.more a:hover:before,
.more a:hover:after {
	width: 0;
	background-color: #39abe6;
}

.more a span.arrow {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.more a span.arrow:after {
	position: absolute;
	content: "";
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/01index/arrow.png) no-repeat;
	width: 10px;
	height: 16px;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.more a:hover span.arrow:after {
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/01index/arrow2.png) no-repeat;
}

.more2 {
	text-align: center;
	margin: 50px auto 0 auto;
	width: 80%;
	max-width: 335px;
}

.more2 a {
	position: relative;
	z-index: 2;
	background-color: #fff7a2;
	border: 2px solid #fff7a2;
	color: #434343;
	display: block;
	text-decoration: none;
	outline: none;
	padding: 10px 20px;
}

.more2 a:hover {
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
}

.more2 a:before,
.more2 a:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #fff7a2;
}

.more2 a,
.more2 a:before,
.more2 a:after {
	transition: all .3s;
}

.more2 a:before {
	right: 0;
}

.more2 a:after {
	left: 0;
}

.more2 a:hover:before,
.more2 a:hover:after {
	width: 0;
	background-color: #fff7a2;
}

.pic02 {
	text-align: center;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pic02 img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.bgimg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
}

.bgimg img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
}

.of-img {
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.of-img img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}

.ofimg {
	width: 100%;
	overflow: hidden;
	height: auto;
}

.ofimg img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}

.of {
	position: relative;
}

.of:before {
	content: "";
	display: block;
}

.of img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.of15:before {
	padding-top: 15%;
}

.of20:before {
	padding-top: 20%;
}

.of25:before {
	padding-top: 25%;
}

.of30:before {
	padding-top: 30%;
}

.of35:before {
	padding-top: 35%;
}

.of40:before {
	padding-top: 40%;
}

.of45:before {
	padding-top: 45%;
}

.of50:before {
	padding-top: 50%;
}

.of55:before {
	padding-top: 55%;
}

.of60:before {
	padding-top: 60%;
}

.of65:before {
	padding-top: 65%;
}

.of70:before {
	padding-top: 70%;
}

.of75:before {
	padding-top: 75%;
}

.of79:before {
	padding-top: 79%;
}

.of80:before {
	padding-top: 80%;
}

.of85:before {
	padding-top: 85%;
}

.of90:before {
	padding-top: 90%;
}

.of95:before {
	padding-top: 95%;
}

.of100:before {
	padding-top: 100%;
}

.of105:before {
	padding-top: 105%;
}

.of110:before {
	padding-top: 110%;
}

.of115:before {
	padding-top: 115%;
}

.of120:before {
	padding-top: 120%;
}

.of135:before {
	padding-top: 135%;
}

.of140:before {
	padding-top: 140%;
}

.c-w {
	color: #fff;
}

.db {
	display: block;
}

.circle.pic span {
	border-radius: 50%;
}

.reverse {
	flex-direction: row-reverse;
}

.c {
	justify-content: space-between;
	align-items: center;
}

.cc {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.row2 {
	width: 48%;
	margin: 0 1% 6%;
}

.row3 {
	width: 31.333%;
	margin: 0 1% 6%;
}

.row4 {
	width: 23%;
	margin: 0 1% 6%;
}

.row5 {
	width: 18%;
	margin: 0 1% 6%;
}

.w20 {
	width: 20%;
}

.w75 {
	width: 75%;
}

.w90 {
	width: 90%;
}

.w1000 {
	width: 92%;
	max-width: 1000px;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	.sp-only {
		display: block;
	}

	.pc-only {
		display: none;
	}

	.tex.tc {
		text-align: left;
	}

}

@media only screen and (max-width: 599px) {
	.mb80 {
		margin-bottom: 50px;
	}

	.row2 {
		width: 98%;
		margin: 0 1% 10%;
	}

	.row3 {
		width: 48%;
		margin: 0 1% 10%;
	}

	.row4 {
		width: 48%;
		margin: 0 1% 10%;
	}

	.row5 {
		width: 31.333%;
		margin: 0 1% 10%;
	}

	.w75 {
		width: 100%;
	}

	.sp-c {
		text-align: center;
	}

	.w90 {
		width: 100%;
	}

	.w20 {
		width: 90%;
		margin: 50px auto;
	}

	.pic02 {
		height: 100% !important;
	}
}

/* ##### 共通ここまで ##### */

/* ##### header ##### */
header {
	position: relative;
	z-index: 999;
}
header[data-element-id] {
  padding-bottom: 300px;
}

header:after {
	position: absolute;
	content: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/01index/header.png);
	top: 0;
	left: 0;
	z-index: 5;
}

.header01 {
	max-width: 1200px;
	margin: auto;
	position: relative;
	z-index: 10;
}

.header01in {
	display: flex;
	align-items: center;
	padding: 0 10px 10px;
	position: relative;
	z-index: 10;
}

.header01 .logo {
	padding-top: 20px;
	margin-right: auto;
	width: 36%;
}

.logo .pic {
	width: 186px;
	margin-bottom: 15px;
	height: auto;
}

.logo h1 {
	display: block;
}

.header-info {
	width: 620px;
	margin-top: -10px;
}

.h-telbox {
	width: 270px;
}

.h-telbox .pic {
	width: 30px;
}

.h-telbox dl {
	width: calc(100% - 40px);
}

.h-telbox dl dt {
	letter-spacing: 2px;
}

.h-access {
	width: 100px;
}

.h-access a {
	width: 100%;
	height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #39abe6;
	text-align: center;
	flex-wrap: wrap;
}

.h-access a .pic {
	width: 34px;
}

.h-access a span {
	width: 100%;
	display: block;
}

.h-mail {
	width: 220px;
}

.h-mail a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 95px;
	background: #fff7a2;
	padding: 15px;
	align-items: center;
}

.h-mail .pic {
	width: 42px;
	margin-right: 10px;
}

.h-mail span {
	letter-spacing: 2px;
}

.footfix {
	display: none;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 150;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

[data-element-id] .footfix {
	display: block;
	position: absolute;
}

.footfix .flexb {
	flex-wrap: nowrap;
}

.footfix .tel {
	width: 60%;
	align-self: center;
}

.footfix .tel a {
	color: #39abe6;
	display: block;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	text-align: center;
}

.footfix .tel a:before {
	display: inline-block;
	content: "";
	margin-right: 10px;
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/01index/icon01.png) no-repeat;
	width: 13px;
	height: 25px;
	background-size: contain;
}

.footfix .contactbtn {
	width: 18%;
	min-width: 100px;
}

.footfix dd+dd {
	margin-left: 5px;
}

.footfix .contactbtn a {
	background: #39abe6;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 20px 10px 2px;
	line-height: 130%;
	position: relative;
}


.footfix .contactbtn a:before {
	display: block;
	content: "";
	font-size: 14px;
	font-weight: normal;
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/01index/mailicon05.png) no-repeat;
	width: 15px;
	height: 10px;
	background-size: contain;
	line-height: 1.2;
	margin-bottom: 5px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 5px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.fix-contact {
	position: fixed;
	bottom: 20%;
	right: 0;
	width: 190px;
	z-index: 9;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.fix-contact a {
	display: block;
	background: #fff7a2;
	position: relative;
}

.fix-contact a:hover {
	opacity: 1;
}

.fix-contact .pic {
	position: absolute;
	width: 37px;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.fix-contact a:hover .pic {
	-webkit-animation: scaleUp 0.5s;
	animation: scaleUp 0.5s;
}
.fix-contact.ab .vertical {
    background: #fff7a2;
    color: #000;
}
.fix-contact.ab a{
    background: #39abe6;
}

[data-element-id] .fix-contact a:hover .pic {
	animation: none;
}


.is-fixed {
	display: none !important;
}

@-webkit-keyframes scaleUp {
	80% {
		opacity: 0;
		-webkit-transform: scale(2);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(2);
	}
}

@keyframes scaleUp {
	80% {
		opacity: 0;
		transform: scale(2);
	}

	100% {
		opacity: 0;
		transform: scale(2);
	}
}


.fix-contact div {
	padding: 20px 10px 10px;
}

.fix-contact .vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height: 63px;
	background: #39abe6;
	padding: 5px 3px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	text-align: center;
	width: 26px;
}

.fix-contact .box {
	width: calc(100% - 40px);
	display: block;
	position: relative;
}

.fix-contact .box:after {
	position: absolute;
	content: "";
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/01index/arrow2.png) no-repeat;
	background-size: contain;
	width: 9px;
	height: 13px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

[data-element-id] .fix-contact {
	display: block;
	position: static;
}

@media only screen and (max-width: 1024px) {
	.header01in {
		flex-wrap: wrap;
		padding-bottom: 20px;
	}

	.header01 .logo {
		width: 100%;
		text-align: center;
	}

	.header01 .logo .pic {
		margin: 0 auto 10px;
	}

	.header-info {
		width: 100%;
		margin-top: 10px;
	}

	.header-info>.flexb {
		justify-content: center;
	}

	.h-telbox {
		margin: 0;
	}

	.h-mail {
		width: 200px;
	}

	.h-access {
		margin: 0 10px;
		width: 90px;
	}

	.h-mail span {
		font-size: 16px;
	}

}

@media only screen and (max-width: 599px) {
	.footfix {
		display: block;
	}

	.header-info {
		margin: auto;
	}

	.h-telbox dl dt {
		font-size: 32px;
	}

	.h-telbox {
		width: 100%;
	}

	.h-telbox .flexb {
		max-width: 280px;
		margin: 10px auto;
	}

	.h-access {
		margin: 0 10px 0 0;
	}

	.logo h1 {
		font-size: 12px;
	}

	.fix-contact {
		bottom: 8%;
	}
}
_::-webkit-full-page-media, _:future, :root 	.h-telbox dl dt {
		font-size: 28px;
		letter-spacing: 0px;
}
/* ##### header end ##### */
/* ##### nav ##### */
#gnav {
	padding: 20px 0;
}

#gnav .toggle {
	background: #39abe6;
}

#gnav li {
	display: inline-block;
}

#dropmenu {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto -55px;
	max-width: 1200px;
	background: #fff;
	padding: 20px 0;
	position: relative;
	z-index: 10;
}

#dropmenu[data-element-id] {
	flex-wrap: wrap;
}

#gnav.fixed #dropmenu {
	margin: auto;
}

#dropmenu li+li {
	border-left: 1px solid #fff7a2;
}

#dropmenu li {
	text-align: center;
	flex-grow: 1;
}

#dropmenu li a {
	letter-spacing: 1px;
	font-size: 14px;
	box-sizing: border-box;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	padding: 10px 0;
}

#dropmenu li a:hover {
	opacity: 1;
}

#dropmenu li a .li {
	position: relative;
	display: inline-block;
}

#dropmenu li a .li:after {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	background: #39abe6;
	bottom: -5px;
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#dropmenu li a:hover .li:after {
	width: 100%;
}

#dropmenu li.index-link span {
	display: none;
}

#dropmenu span.drop-btn {
	letter-spacing: 1px;
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: center;
	border: none;
	position: relative;
	font-weight: bold;
	padding: 10px 0;
}

#dropmenu span.drop-btn .arrow {
	display: inline-block;
	width: 12px;
	position: relative;
}

#dropmenu span.drop-btn .arrow:after {
	display: block;
	content: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/01index/sita.png);
	margin-left: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

/* #dropmenu span.drop-btn:hover .arrow:after {
	transform: rotate(180deg);
	-webkit-transform: rotateX(180deg);
} */

.dropmenu {
	*zoom: 1;
}

#dropmenu .dropdown {
	position: relative;
	display: flex;
	align-items: center;
}

#dropmenu .dropdown:hover {
	cursor: pointer;
}

.dropmenu .dropdown ul {
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
}

.dropmenu .dropdown:hover ul {
	display: block;
}

#dropmenu .dropdown ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	-webkit-transition-property: all;
	-webkit-transition: 0.3s linear;
	transition-property: all;
	transition: 0.3s linear;
}

#dropmenu .dropdown ul li {
	text-align: left;
}


#dropmenu .dropdown ul li+li {
	border-left: none;
}

#dropmenu .dropdown ul li a {
	display: flex;
	color: #000;
	width: 300px;
	height: 100%;
	padding: 10px;
	background: #fff;
	align-items: center;
	text-align: left;

}

#dropmenu .dropdown:hover ul li {
	overflow: visible;
	height: 60px;
	width: 300px;
}

#dropmenu[data-element-id] .dropdown ul li {
	overflow: visible;
	height: 60px;
}

.sab-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
}

.sab-nav li a {
	width: 100%;
}

#dropmenu .sp-only {
	display: none;
}

#dropmenu[data-element-id] .sp-only {
	display: block;
}

#gnav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #fff;
	box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
	padding: 0;
}

#gnav.fixed[data-element-id] {
	position: static !important;
}

#dropmenu[data-element-id] {
	flex-wrap: wrap;
}

[data-element-id] .dropmenu .dropdown ul {
	display: block;
}

[data-element-id] #dropmenu .dropdown ul li {
	overflow: visible;
	height: 45px;
}

#dropmenu[data-element-id] .sp-only {
	display: block;
}

header.fixed[data-element-id] {
	position: static !important;
}

.dropmenu .dropdown:hover ul {
	max-height: 9999px;
	display: block;
	transform: scaleY(1);
	animation: showAnimation 0.5s ease-in-out;
	-moz-animation: showAnimation 0.5s ease-in-out;
	-webkit-animation: showAnimation 0.5s ease-in-out;
	transition: max-height 2s ease-in-out;
}
[data-element-id] .dropmenu .dropdown:hover ul {	
  transform: none;
	animation: none;
	transition: none;

}

.dropmenu .dropdown:hover ul {

	/* transform: rotate(-180deg); */
	transition: transform 0.6s;
}

@keyframes showAnimation {
	0% {
		transform: scaleY(0.1);
	}

	40% {
		transform: scaleY(1.04);
	}

	60% {
		transform: scaleY(0.98);
	}

	80% {
		transform: scaleY(1.04);
	}

	100% {
		transform: scaleY(0.98);
	}

	80% {
		transform: scaleY(1.02);
	}

	100% {
		transform: scaleY(1);
	}
}

@-webkit-keyframes showAnimation {
	0% {
		transform: scaleY(0.1);
	}

	40% {
		transform: scaleY(1.04);
	}

	60% {
		transform: scaleY(0.98);
	}

	80% {
		transform: scaleY(1.04);
	}

	100% {
		transform: scaleY(0.98);
	}

	80% {
		transform: scaleY(1.02);
	}

	100% {
		transform: scaleY(1);
	}
}

@keyframes hideAnimation {
	0% {
		transform: scaleY(1);
	}

	60% {
		transform: scaleY(0.98);
	}

	80% {
		transform: scaleY(1.02);
	}

	100% {
		transform: scaleY(0);
	}
}

@-webkit-keyframes hideAnimation {
	0% {
		transform: scaleY(1);
	}

	60% {
		transform: scaleY(0.98);
	}

	80% {
		transform: scaleY(1.02);
	}

	100% {
		transform: scaleY(0);
	}
}

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

	#gnav {
		width: 100%;
	}

	#gnav ul li a {
		color: #434343;
	}

	#gnav .accordion-body {
		background: rgba(255, 255, 255, 1);
	}

	#gnav.action .accordion-body {
		width: 60%;
		margin-left: 40%;
	}


	#gnav .accordion-inner {
		height: 100vh;
	}


	#dropmenu {
		display: block;
		padding-bottom: 80px;

	}

	#gnav ul li span {
		height: auto;
		display: block;
		padding: 10px;
	}


	#dropmenu li.index-link img {
		display: none;
	}

	#gnav ul li.index-link span {
		display: block;
		background: none;
	}

	#dropmenu span.drop-btn:after {
		content: none;
	}

	#gnav.fixed {
		background: none;
		box-shadow: none;
		padding: 0;

	}

	#gnav {
		padding: 0;
	}

	#dropmenu .sp-only {
		display: block;
	}

	#dropmenu li+li {
		border-left: none;
	}

	#dropmenu span.drop-btn {
		text-align: left;
		padding: 0 15px;
		background: #fff7a2;
	}

	#dropmenu li a .li {
		padding: 0;
	}

	#dropmenu .dropdown {
		display: block;
		align-items: unset;
	}

 .dropmenu .dropdown ul {
	display: block;
	position: static;
}

 #dropmenu .dropdown ul li {
	overflow: visible;
	height: 45px;
}
.dropmenu .dropdown:hover ul {	
  transform: none;
	animation: none;
	transition: none;

}
#dropmenu .dropdown:hover ul li {
    overflow: visible;
    height: 45px;
    width: 100%;
}
#dropmenu .dropdown ul li:last-of-type {
  border-bottom: none;
}

}

@media (max-width: 599px) {
	#gnav.action .accordion-body {
		width: 100%;
		margin-left: 0;
	}
}

/* ##### nav end ##### */

/* ##### footer ##### */
.index footer {
	margin-top: 100px;
}

.totop {
	background: #39abe6;
	width: 100%;
}

.totop .pic {
	max-width: 160px !important;
	margin: auto !important;
}

.f-nav:first-of-type {
	border-bottom: 1px solid #fff7a2;
}

.f-nav li {
	margin: 0 1% 0;
	position: relative;
}

.f-nav li a {
	position: relative;
}

.f-nav li a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	background: #39abe6;
	bottom: -5px;
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.f-nav li a:hover {
	opacity: 1;
}

.f-nav li a:hover:after {
	width: 100%;
}

.f-nav li dl {
	margin-left: 20px;
}

.f-nav li dt {
	position: relative;
}

.f-nav li dt:before {
	position: absolute;
	left: -20px;
	top: 0;
	content: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/01index/f-mark.png);
}

.f-nav li dd {
	margin-bottom: 10px;
}

.f-nav li dd:last-of-type {
	margin-bottom: 0;
}

.f-nav .nav2 {
	width: calc(100% - 35.3333%);
}

.f-nav .nav2 dt {
	width: 100%;
}

.f-info {
	background: #39abe6;
}

.f-logo {
	max-width: 276px !important;
	margin: 50px auto 10px;
}

.f-info .tel a {
	position: relative;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.f-info .tel a:before {
	content: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/01index/f-sumaho.png);
	margin-right: 10px;
	margin-top: 10px;
}

.f-info .more2 {
	margin: 20px auto;
}

.f-info .more2 a {
	padding: 14px 30px;
}

.f-info .more2 span.mail {
	width: 26px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	margin-bottom: 4px;
}

.copy {
	padding: 50px 0 20px;
}

footer .f-map iframe {
	height: 100% !important;
}

footer .f-map {
	height: 100% !important;
}

iframe {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

@media only screen and (max-width: 1024px) {
	.index footer {
		margin-top: 50px;
	}

	.f-nav dt {
		font-size: 16px;
	}

	.f-nav li dd {
		font-size: 12px;
	}
}

@media only screen and (max-width: 599px) {
	.index footer {
		margin-top: 30px;
	}

	.f-nav .nav2 {
		margin: 0 1% 0;
		width: 48%;
	}

	.f-nav li dl {
		margin-bottom: 30px;
	}

	.f-nav:first-of-type {
		padding: 30px 0 0;
	}

	.copy {
		padding: 50px 0 70px;
	}
}

/* ##### footer end ##### */

/* ##### top ##### */

/* トップメインイメージ */
.topslidebox {
	position: relative;
	height: 100%;
}

.topslidebox:after {
	position: absolute;
	content: "";
	width: 60%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/01index/mainslide.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

.slidtext {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 100%;
}

.slidtext li {
	color: #fff;
}

.slidtext li.tex1 {
	font-size: 48px;
	margin-bottom: 40px;
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
}

.slidtext li.tex2 {
	font-size: 64px;
	letter-spacing: 3px;
}

.slidtext li.tex3 {
	letter-spacing: 3px;
}

.mainimg .uk-slidenav-position:after {
	padding-top: 55%;
}

.uk-slideshow {
	height: 100% !important;
}

.uk-slideshow li {
	height: 100% !important;
}

.uk-slideshow li div {
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.uk-slideshow li img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}

.uk-slidenav-position .uk-slidenav {
  width: 60px;
  height: 60px;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        z-index: 10;

}

/* .uk-position-bottom {
  bottom: -15px;
} 
.uk-dotnav-contrast>.uk-active>* {
    background: rgba(0,0,0,0.9);
} */
.uk-dotnav>*>* {
    width: 60px;
    height: 60px;
    border-radius: none;
}
.uk-dotnav>* {
  margin-bottom: 15px;
}
.uk-slidenav-position .uk-slidenav {
  width: 60px;
  display: block !important;
}

@media (max-width: 1024px) {
	.mainimg .uk-slidenav-position:after {
		padding-top: 80%;
	}

	.slidtext li {
		mix-blend-mode: color-dodge;
		/* text-shadow: 1px 2px 3px #434343; */
	}

	.slidtext li.tex1 {
		font-size: 32px;
		margin-bottom: 20px;
	}


	.slidtext li.tex2 {
		font-size: 50px;
	}
	.uk-slidenav-position .uk-slidenav {
    width: 30px;
    height: 30px;
    transform: none;
    top: unset;
    bottom: 20px;
}

}

@media (max-width: 599px) {
	.mainimg .uk-slidenav-position:after {
		padding-top: 66%;
	}

	.slidtext li.tex2 {
		font-size: 24px;
	}

	.slidtext li.tex1 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.slidtext li.tex3 {
		font-size: 12px;
		letter-spacing: 0;
	}
	.uk-slidenav-position .uk-slidenav {
	  display: none !important;
	}
}

.mainimg .uk-slideshow {
	width: 100%;
}

/* top-news*/
.top-news {
	background: #fff7a2;
}

.top-news h3 {
	margin-bottom: 0;
	padding: 10px 0;
	width: 120px;
}

.top-news .more {
	width: 120px;
	margin: 0;
}

.top-news .infobox {
	width: calc(100% - 260px);
}

.top-news .infobox li {
	margin: 20px 0;
}

.top-news .infobox li a {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.top-news h3 {
		width: 70px;
	}

	.top-news .infobox {
		width: calc(100% - 205px);
	}
}

@media only screen and (max-width: 599px) {
	.top-news .infobox {
		width: 100%;
	}

	.top-news h3 {
		margin: 0;
		padding: 20px 0;
		width: 100%;
		text-align: center;
	}

	.top-news .infobox li {
		margin: 10px 0;
	}

	.top-news .more {
		margin: 10px auto 20px;
	}

}

/*top-section01*/

.top-section01 {
	margin-top: 50px;
}

.top-section01 li {
	flex-grow: 1;
	padding: 0 20px;
	margin: 0;
}

.top-section01 li+li {
	border-left: 1px solid #fff7a2;
}

.top-section01 li dt span {
	background: #fff7a2;
	display: inline-block;
	padding: 5px 15px;
	margin: auto;
}

.top-section01 li .pic02 {
	height: 300px;
}

@media only screen and (max-width: 1024px) {
	.top-section01 li .pic02 {
		height: 250px;
	}

	.top-section01 li {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 599px) {
	.top-section01 li {
		width: 80%;
		margin: 0 auto 50px;
	}

	.top-section01 li+li {
		border-left: none;
		padding-top: 30px;
		border-top: solid 1px #fef7a2;
	}

}

/*top-section02*/

.top-section02 {
	position: relative;
}

.top-section02:after {
	position: absolute;
	background: #39abe6;
	left: 0;
	top: 120px;
	content: "";
	width: 100%;
	z-index: -1;
	height: calc(100% - 120px);
}

.top-section02 ul {
	padding-top: 50px;
}

.top-section02 li a {
	width: 100%;
	display: block;
	border: 5px solid #39abe6;
	position: relative;
	background: #fff url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/01index/bg01.png) no-repeat;
	background-size: auto 100%;
	overflow: hidden;
}

.top-section02 li h3 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-bottom: 7px solid #39abe6;
	padding: 10px 20px;
}

.top-section02 li .img {
	margin-left: auto;
}

.top-section02 li .course {
	font-size: 48px;
	margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
	.top-section02 li {
		width: 80%;
		margin: 0 auto 50px;
	}
}

@media only screen and (max-width: 599px) {
	.top-section02 li {
		width: 100%;
	}

	.top-section02 li .img {
		width: 45%;
		margin: 0 0 0 auto;
	}

	.top-section02 li .course {
		font-size: 28px;
		margin-top: 0;
	}

	.top-section02 li h3 {
		padding: 10px;
	}

	.top-section02 ul {
		padding-top: 0;
	}
}

/*top-section03*/
.top-section03 li a {
	display: block;
	width: 100%;
	position: relative;
	border: 5px solid #39abe6;
}

.top-section03 li a:before {
	content: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/01index/obi.png);
	position: absolute;
	left: -5px;
	top: -30px;
}

.top-section03 li h4 {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	display: inline-block;
	padding: 10px 20px;
	z-index: 2;
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.top-section03 li {
		width: 47%;
		margin: 0 1% 10%;
	}

	.top-section03 li h4 {
		padding: 5px 10px;
	}

	.top-section03 li .pic {
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 599px) {
	.top-section03 li {
		width: 90%;
		margin: 0 auto 60px;
	}
}

/*top-section04*/
.top-section04 {
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/01index/bg02.jpg) no-repeat;
	background-size: cover;
}

.top-section04 dl {
	background: #39abe6;
	padding: 70px 40px;
}

.top-section04 li {
	background: #fff;
	padding: 25px 40px;
	position: relative;
}

.top-section04 li:last-of-type {
	margin-bottom: 0;
}

.top-section04 li:first-of-type {
	margin-top: 10px;
}

.top-section04 li:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 5px;
	background: #39abe6;
	left: -17px;
	top: 9px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
	.top-section04 dl {
		padding: 30px 15px;
	}

	.top-section04 dl dt {
		font-size: 20px;
	}

	.top-section04 dl dd {
		font-size: 24px;
	}

	.top-section04 li {
		padding: 15px 35px;
	}
}

@media only screen and (max-width: 599px) {
	.top-section04 dl dd {
		font-size: 30px;
	}
}

/*top-section05*/

.top-section05 li {
	width: 31.33333%;
	margin-bottom: 30px;
	max-height: 210px;
}

.top-section05 li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.top-section05 li.bunner a {
	border: 5px solid #39abe6;
}

.top-section05 li.bunner .labelbox {
	background: #39abe6;
	padding: 5px 10px;
	position: absolute;
	left: 0;
	top: 0;
}

.top-section05 li.bunner .pic {
	height: 100%;
}

.top-section05 li.bunner h4 {
	position: absolute;
	margin-bottom: 0;
	left: 0;
	bottom: 0;
}

.top-section05 li.bunner h4 .h4in {
	padding: 10px 20px;
	position: relative;
}

.top-section05 li.bunner h4 .h4in span {
	position: relative;
	z-index: 5;
}

.top-section05 li.bunner h4 .h4in:before {
	position: absolute;
	content: "";
	left: -22px;
	top: -10px;
	background: #fff7a2;
	width: 121%;
	height: 120%;
	z-index: 1;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
}

.top-section05 li.bunner h4 .h4in:after {
	position: absolute;
	content: "";
	left: -20px;
	top: 0;
	background: #fff;
	width: 121%;
	height: 120%;
	z-index: 2;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
}

.top-section05 li .box {
	height: 100%;
}

.top-section05 li.linkbox a {
	background: #fff7a2;
	padding: 5px;
	height: 100%;
	position: relative;
}

.top-section05 li.linkbox .in {
	border: 5px solid #fff;
	height: 100%;
	position: relative;
	z-index: 5;
	padding: 10px;
}

.top-section05 li.linkbox a:before {
	position: absolute;
	content: "";
	background: #39abe6;
	width: 260px;
	height: 260px;
	transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	left: -92px;
	top: -60px;
	z-index: 1;
}

.top-section05 li.linkbox h4 {
	position: relative;
	z-index: 2;
	width: 58%;
	margin-bottom: 0;
}

.top-section05 li.linkbox h4 .allbox {
	position: relative;
	z-index: 2;
	display: inline-block;
}

.top-section05 li.linkbox h5 {
	width: 41%;
	margin-bottom: 0;
}

.more_test {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

@media only screen and (max-width: 1024px) {
	.top-section05 li {
		width: 47%;
		margin: 0 auto 30px;
	}

	.top-section05 li {
		max-height: 180px;
	}

	.top-section05 li.linkbox h4 .fs34 {
		font-size: 29px;
	}

	.top-section05 li.linkbox h4.fs22 {
		font-size: 19px;
	}
}

@media only screen and (max-width: 599px) {
	.top-section05 ul {
		margin-top: 30px;
	}

	.top-section05 li {
		width: 90%;
		margin: 0 auto 30px;
	}

	.top-section05 li.bunner .pic {
		height: 100%;
		width: 100%;
	}

	.top-section05 li {
		max-height: 250px;
	}

}

/*top-section06*/
.top-section06 h3 .icon {
	width: 72px;
	margin: 0 auto 10px;
}

.top-section06 li dt span {
	width: 35px;
	height: 35px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-section06 li dd {
	width: calc(100% - 50px);
	margin-left: auto;
}

@media only screen and (max-width: 1024px) {
	.top-section06 li dd br {
		display: none;
	}

	.top-section06 {
		margin-top: 0;
	}
}

@media only screen and (max-width: 599px) {
	.top-section06 li {
		margin: 0 auto 30px;
	}
}

/*top-section07*/

.top-section07 .box {
	border-left: 5px solid #fff7a2;
	padding: 30px 50px 0 20px;
}

.top-section07 .box h3 .icon01 {
	max-width: 40px;
	margin-right: 10px;
	margin-top: 8px;
}

.top-section07 .box h3 .icon02 {
	max-width: 45px;
	margin-right: 10px;
	margin-top: 8px;
}

.top-section07 .box li a {
	display: block;
}

.top-section07 .box.news li dt {
	width: 120px;
}

.top-section07 .box.news li dd {
	width: calc(100% - 120px);
}

.top-section07 .box.blog li {
	width: 47%;
}

@media only screen and (max-width: 1024px) {
	.top-section07 .box {
		width: 100%;
		border-bottom: 5px solid #fff7a2;
		border-left: none;
		padding: 0 20px 30px 20px;
		margin-bottom: 30px;
	}

	.top-section07 .box h3 {
		margin: 0 0 30px;
	}

	.top-section07 .box ul {
		width: 80%;
		margin: auto;
	}

	.top-section07 .box h3 .icon01 {
		margin-top: 3px;
	}

	.top-section07 .box h3 .icon02 {
		margin-top: -7px;
	}

}

@media only screen and (max-width: 599px) {
	.top-section07 .box {
		padding: 0 10px 15px 10px;
	}

	.top-section07 .box ul {
		width: 100%;
	}

	.top-section07 .box.blog li .pic {
		width: 100%;
	}

	.top-section07 .box.news li dd {
		width: 100%;
	}

	.top-section07 .box h3 .icon01 {
		max-width: 30px;
		margin-top: 2px;
	}

	.top-section07 .box h3 .icon02 {
		max-width: 33px;
		margin-top: -2px;
	}

}

/* ##### トップここまで ##### */

/* ##### 下層ページ共通 ##### */

.page-header {
	width: 100%;
	background: #3993e6;
}

.page-header .in {
	max-width: 500px;
	margin-left: auto;
	display: flex;
	align-items: center;
	height: 100%;
}

.page-header .bg {
	position: relative;
}

.page-header .bg:after {
	content: "";
	position: absolute;
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/02outline/bg.png) no-repeat;
	right: 0;
	top: 0;
	width: 80%;
	height: 100%;
	background-size: cover;
}

.page-header .bg .sub {
	position: absolute;
	display: inline-block;
	right: -50px;
	color: #fff;
	opacity: 0.5;
	bottom: 50px;
	z-index: 5;
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
}

.page-header .w50 .pic.of40:before {
	min-height: 280px;
}

.pankuzu {
	background: #fff7a2;
	padding: 20px 0;
	margin-bottom: 50px;
}

.pankuzu li {
	padding-left: 10px;
	line-height: 14px;
	position: relative;
}

.pankuzu li:after {
	content: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/02outline/arrow.png);
	margin-left: 10px;
}

.pankuzu li:first-of-type {
	padding-left: 0;
}

.pankuzu li:last-of-type {
	color: #39abe6;
}

.pankuzu li:last-of-type:after {
	content: none;
}

.linebox {
	border: 5px solid #39abe6;
	position: relative;
}

.linebox:after {
	position: absolute;
	content: "";
	background: #39abe6;
	width: 101%;
	height: 101%;
	top: 10px;
	left: 10px;
	z-index: -1;
}

.thumbnail {
	overflow: hidden;
}

.thumbnail img {
	transition: all 0.5s;
}

.thumbnail img:hover {
	transform: scale(1.1, 1.1);
}

.bound {
	-webkit-animation: bound 3s infinite;
	animation: bound 3s infinite;
}

@-webkit-keyframes bound {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	5% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	10% {
		transform: translateY(0)
	}

	20% {
		transform: translateY(-25px)
	}

	25% {
		transform: translateY(0)
	}

	30% {
		transform: translateY(-15px)
	}

	50% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(0)
	}
}

@keyframes bound {
	0% {
		transform: translateY(0)
	}

	5% {
		transform: translateY(0)
	}

	10% {
		transform: translateY(0)
	}

	20% {
		transform: translateY(-25px)
	}

	25% {
		transform: translateY(0)
	}

	30% {
		transform: translateY(-15px)
	}

	50% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(0)
	}
}

.bg-shift {
	position: relative;
}

.bg-shift:after {
	position: absolute;
	background: #39abe6;
	left: 0;
	top: 120px;
	content: "";
	width: 100%;
	z-index: -1;
	height: calc(100% - 120px);
}

.line01 {
	border: 5px solid #39abe6;
}

.bgY {
	background: #fff7a2;
	padding: 100px 0;
}

.bgR {
	background: #ffa2aa;
	padding: 100px 0;
}

.bgB {
	background: #def0ff;
	padding: 100px 0;
}

.uline {
	position: relative;
	color: #39abe6;
}

.uline:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	background: #39abe6;
	left: 0;
	bottom: -10px;
}

@media only screen and (max-width: 1024px) {
	.page-header .flexb {
		max-width: none;
	}

	.page-header h2 {
		padding-left: 20px;
		font-size: 26px;
	}

	.bgY {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 599px) {
	.pankuzu {
		min-width: none;
	}

	.page-header .w50 {
		margin: 0;
	}

	.page-header h2 {
		font-size: 20px;
	}

	.page-header .bg .sub {
		bottom: unset;
		right: 10px;
		top: -15px;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}

	.page-header .w50 .pic.of40:before {
		min-height: auto;
	}

	.page-header .in {
		padding: 20px 0;
		margin-left: 0;
	}

	.page-header .flexb {
		flex-direction: column-reverse;
	}
}

/* ##### 下層ページ共通ここまで ##### */

/* ##### ブログ共通 ##### */
.one-line {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.one-line a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.blog-list dt {
	width: 100px;
	letter-spacing: 1px;
}

.blog-list dd {
	width: calc(100% - 100px);
	color: #39abe6;
}
.recommend .blog-list dd {
  width: 100%;
}

.blog-list li .more {
	margin: 60px auto 0;
}

.blog-list li .more a {
	background-color: #fff;
	border: 2px solid #616161;
}

.blog-list li .more a:before,
.blog-list li .more a:after {
	background-color: #616161;
}

.blog-list li .more a:hover {
	border-color: #616161;
	color: #616161;
}

.blog-list li .more a span.arrow:after {
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/17blog/arrow3.png) no-repeat;
	left: -10px;
	right: unset;
}

.blog-list li .more a:hover span.arrow:after {
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/17blog/arrow2.png) no-repeat;
}

.side .side-nav {
	width: 100%;
}

.side-nav {
	margin-bottom: 50px;
	width: 100%;
}

.side-nav h4 .pic {
	max-width: 30px;
	display: inline-block;
	margin-right: 10px;
}

.side-nav h4 {
	background: #39abe6;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
	margin: 0 auto;
	position: relative;
}

.side-nav dd a {
	padding: 20px 0;
	box-sizing: border-box;
	display: block;
	border-bottom: 1px solid #929292;
	text-align: center;
}

.blog-list.news li {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #929292 solid 1px;
}

.blog-list.blog li .t-box {
	width: calc(100% - 220px);
}

.blog-list.blog li .pic {
	max-width: 200px;
}

/*ページャー*/
.pagenav {
	padding: 50px 0 100px;
}

.pagenav li {
	margin: 0 10px;
}

.pagenav li a {
	display: inline-block !important;
	width: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.pagenav li.st a {
	position: relative;
	color: #39abe6;
}

.pagenav li.st a:after {
	position: absolute;
	left: 0;
	bottom: -10px;
	background: #39abe6;
	width: 100%;
	height: 5px;
	content: "";
}

.pagenav li.prev {
	margin-right: 30px;
}

.pagenav li.next {
	margin-left: 30px;
}

.pagenav li.prev a {
	text-align: right;
}

.pagenav li.next a {
	text-align: left;
}
.pagenav li.prev a:hover {
    transform: translateX(-10px);
}
.pagenav li.next a:hover {
    transform: translateX(10px);
}

.blog-list.detail li {
	width: 100%;
}

.blog-list.detail h4 {
	padding-bottom: 10px;
	border-bottom: 1px solid #929292;
}

.recommend {
	margin-top: 100px;
}

@media only screen and (max-width: 1024px) {
	.blog-list .category span {
		font-size: 8px;
		margin-bottom: 5px;
		padding: 0px 8px;
	}

	.blog-list .category {
		margin-bottom: 10px;
	}

	.main {
		width: 100%;
	}

	.side {
		width: 90%;
		margin: auto;
	}

	.side .side-nav {
		width: 48%;
	}

	.vperformancesection01 {
		flex-direction: column-reverse;
	}
}

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

	.side {
		width: 100%;
		margin: auto;
	}

	.side-nav h4 .pic {
		max-width: 25px;
	}

	.blog-list.blog li {
		flex-direction: column-reverse;
	}

	.blog-list.blog li .t-box {
		width: 100%;
		margin-top: 20px;
	}
/*     .vperformancesection01 {
  max-width: none;
} */
.blog-list dt {
	width: 100%;
}

.blog-list dd {
	width: 100%;
}

}

/* ##### ブログ共通ここまで ##### */

/* ##### 【料金表　1　】 ##### */
.menubox1 dl {
	border-bottom: 1px solid #000;
	padding: 10px 0;
	box-sizing: border-box;
}

.menubox1 dd {
	text-align: right;
}

@media only screen and (max-width: 599px) {
	.menubox1 div {
		margin-bottom: 30px;
	}
}

/* ##### 【料金表　1　】ここまで ##### */
/* ##### 【料金表　2　】 ##### */
.menubox2 {
	margin-bottom: 50px;
}

.menubox2 h3 {
	text-align: center;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

.menubox2 dd dl {
	border-bottom: 1px solid #000;
	padding: 10px 0;
	box-sizing: border-box;
}

.menubox2 dd dl dd {
	text-align: right;
}

@media (max-width: 599px) {
	.menubox2 h4 {
		text-align: center;
		margin-bottom: 0;
	}
}

/* ##### 【料金表　2　】ここまで ##### */
/* ##### 【左右のカラムが交互に代わるブロック】 ##### */
.crossbox li,
.crossbox03 li {
	margin-bottom: 60px;
}

.crossbox02 li {
	margin-bottom: 100px;
}

.crossbox li:nth-of-type(odd),
.crossbox02 li:nth-of-type(odd) .flexb {
	flex-direction: row-reverse;
}

.crossbox03 li {
	flex-direction: row-reverse;
}

@media (max-width: 599px) {

	.crossbox li:nth-of-type(odd),
	.crossbox02 li:nth-of-type(odd) .flexb {
		flex-direction: column;
	}

	.crossbox .pic,
	.crossbox02 .pic {
		margin-bottom: 30px;
	}
}

/* ##### 【左右のカラムが交互に代わるブロック】ここまで ##### */

/* ##### 【スタイル詳細】 ##### */
.gallery .main-image {
	width: 100%;
	margin-bottom: 15px;
}

.gallery .thumb-img {
	width: calc(33.33333% - 10px);
	transition: 0.3s linear;
}

.gallery .thumb-img:nth-of-type(3) {
	margin: 0 15px;
}

.gallery .thumb-img:hover {
	cursor: pointer;
	opacity: 0.8;
}

.profile-box dl {
	padding: 10px 0;
	box-sizing: border-box;
	border-bottom: #999 solid 1px;
	margin-bottom: 10px;
}

.profile-box dt {
	width: 200px;
}

.profile-box dd {
	width: calc(100% - 200px);
}


@media only screen and (max-width: 1024px) {
	.profile-box dt {
		width: 130px;
	}

	.profile-box dd {
		width: calc(100% - 130px);
	}

	.s-data.w50 {
		width: 60%;
	}
}

@media only screen and (max-width: 599px) {
	.s-data {
		margin-top: 30px;
	}

	.profile-box .stylist-data .pic {
		width: 100%;
	}

	.profile-box .stylist-data .w25 {
		width: 25%;
	}

	.profile-box .stylist-data .w70 {
		width: 70%;
	}

	.gallery .pic {
		width: 100%;
	}
}

/* ##### 【スタイル詳細】ここまで ##### */

/* ##### お問い合わせ ##### */
.contactsection01 .w70 {
	margin: 100px auto;
	position: relative;
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/15contact/bg.png) no-repeat;
	background-size: 100% 100%;
	border: 5px solid #39abe6;
	padding: 40px;
}

.contactsection01 .w70 dd a {
	color: #39abe6;
	position: relative;
}

.contactsection01 .w70 dd a:after {
	position: absolute;
	content: "";
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/15contact/sumaho.png) no-repeat;
	width: 30px;
	height: 57px;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.contact-list {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.contact-list dt {
	width: 300px;
	font-weight: bold;
	border-left: 5px solid #39abe6;
	color: #39abe6;
	padding: 10px 0 10px 15px;
	color: #39abe6;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.contact-list dt .red {
	display: block;
	width: 100%;
	padding-top: 5px;
}

.contact-list dt .red span {
	display: inline-block;
	background: #ce2500;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	line-height: 12px;
}

.contact-list dd {
	width: calc(100% - 300px);
}

.advice {
	color: #929292;
	margin-top: 10px;
	letter-spacing: 2px;
}

.advice .red {
	color: #ce2500;
}

.contact-list input,
.contact-list textarea,
.contact-list select {
	border: solid 1px #d4d4d4;
	background: #fff;
	width: 100%;
	padding: 10px;
}

.contact-list input.max180 {
	width: 180px;
}

.contact-list input.max300 {
	width: 300px;
}

.contact-btn p {
	display: inline-block;
	position: relative;
	margin: 50px auto 0 auto;
}

.contact-btn button {
	text-align: center;
	display: block;
	color: #fff;
	padding: 15px 0;
	width: 335px;
	position: relative;
	z-index: 2;
	background-color: #39abe6;
	border: 2px solid #39abe6;
	text-decoration: none;
	outline: none;
}

.contact-btn button:hover {
	background-color: #fff;
	border-color: #39abe6;
	color: #39abe6;
	opacity: 1;
}

.contact-btn button:before,
.contact-btn button:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #39abe6;
}

.contact-btn button,
.contact-btn button:before,
.contact-btn button:after {
	transition: all .3s;
}

.contact-btn button:before {
	right: 0;
}

.contact-btn button:after {
	left: 0;
}

.contact-btn button:hover:before,
.contact-btn button:hover:after {
	width: 0;
	background-color: #39abe6;
}

.contact-btn button:hover {
	opacity: 1;
	cursor: pointer;
}

.contact-btn p:after {
	position: absolute;
	content: "";
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/01index/arrow.png) no-repeat;
	width: 10px;
	height: 16px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 5;
}

.contact-btn p:hover:after {
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/01index/arrow2.png) no-repeat;
}


@media only screen and (max-width: 1024px) {
	.contact-list dt {
		margin-bottom: 10px;
	}

	.contact-list dt,
	.contact-list dd {
		width: 100%;
	}

	.contact-list .must {
		display: inline-block;
		margin-left: 10px;
	}

	.contactsection01 .w70 dd a {
		font-size: 36px;
	}

}

@media only screen and (max-width: 599px) {
	.contactsection01 .w70 dd a {
		font-size: 28px;
		display: block;
		padding-left: 30px;
		width: 100%;
	}

	.contactsection01 .w70 {
		padding: 40px 15px;
	}

	.contactsection01 .w70 dd a:after {
		left: 10px;
	}
}

/* ##### お問い合わせ　ここまで ##### */

/* ##### 塾概要 ##### */
.outlinesection02 {
	padding-bottom: 50px;
}

.outlinesection02 .inner {
	background: #fff;
	position: relative;
	padding-left: 50px;
}

.outlinesection02 .inner .img01 {
	max-width: 104px;
	position: absolute;
	top: -30px;
	left: 30px;
}

.outlinesection02 .inner .img02 {
	max-width: 150px;
	position: absolute;
	right: 20px;
	bottom: -15px;
}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

.outlinesection03 .box .img {
	width: 46%;
}

.outlinesection03 ul {
	margin: auto;
}

.outlinesection03 ul dt {
	width: 160px;
}

.outlinesection03 ul dd {
	width: calc(100% - 160px);
}

.l-tit {
	border-left: 5px solid #39abe6;
	color: #39abe6;
	padding-left: 15px;
}

.outlinesection04 .map {
	margin: 70px 0;
}

.map:after {
	padding-top: 35%;
}

.way li {
	width: 30%;
	position: relative;
}

.way li .pic {
	position: relative;
}

.way li .pic:after {
	content: "";
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/02outline/yajirusi.png) no-repeat;
	width: 20px;
	height: 23px;
	top: 50%;
	right: -11.5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	position: absolute;
}

.way li:last-of-type .pic:after {
	content: none;
}

.way li:nth-of-type(3n) .pic:after {
	content: none;
}

.way li .pic {
	border: 3px solid #39abe6;
}

.way li:nth-of-type(2) {
	margin: 0 4% 0;
}

.way li:nth-of-type(5) {
	margin: 0 4% 0;
}

.way li:nth-of-type(8) {
	margin: 0 4% 0;
}

.way li .no {
	width: 35px;
	height: 35px;
	background: #39abe6;
	left: 0;
	top: 0;
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 18px;
}

@media only screen and (max-width: 1024px) {
	.outlinesection02 .inner .img02 {
		max-width: 100px;
	}

	.outlinesection02 .inner {
		padding-left: 30px;
	}

	.way li .pic:after {
		width: 10px;
		height: 12px;
		background-size: contain;
	}

	.way li div {
		font-size: 14px;
	}

	.map:after {
		padding-top: 50%;
	}

}

@media only screen and (max-width: 599px) {
	.outlinesection01 .box {
		flex-direction: column-reverse;
	}

	.outlinesection01 .w35 {
		margin-bottom: 30px;
	}

	.outlinesection02 .inner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.outlinesection02 .inner .img02 {
		right: -10px;
		bottom: -80px;
		max-width: 80px;
	}

	.outlinesection02 .inner .img01 {
		max-width: 70px;
		top: -30px;
		left: 10px;
	}

	.way li .pic {
		width: 100%;
	}

	.way li {
		width: 45%;
		position: relative;
	}

	.way li:nth-of-type(2n) {
		margin: 0 0 0 5%;
	}

	.way li:nth-of-type(5) {
		margin: 0;
	}

	.way li:nth-of-type(3n) .pic:after {
		content: "";
	}

	.way li:nth-of-type(2n) .pic:after {
		content: none;
	}

	.way li .pic:after {
		right: -11%;
	}

	.map:after {
		padding-top: 80%;
	}

	.outlinesection03 .box .img .pic {
		width: 100%;
	}

}

/* ##### 塾概要ここまで ##### */

/* ##### ほかの塾と一味違う！ユーシンとは？ ##### */

.aboutsection01 li dt {
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/03about/hukidasi.png) no-repeat;
	background-size: contain;
	width: 80px;
	height: 67px;
	margin-right: 20px;
}

.aboutsection01 li dd {
	padding-top: 20px;
	width: calc(100% - 100px);
}

.aboutsection02 .inner {
	background: #fff;
	padding: 50px 60px;
	position: relative;
	margin-bottom: 100px;
}

.aboutsection02 .inner:after {
	position: absolute;
	content: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/03about/yajirusi.png);
	bottom: -70px;
	left: 47%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
}

@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translate(0, 20px);
		opacity: 0;
		-webkit-transform: translate(0, 20px);
		-moz-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		-o-transform: translate(0, 20px);
	}
}

.checklist li {
	margin: 20px 0;
	position: relative;
	padding-left: 50px;
}

.checklist li:before {
	position: absolute;
	content: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/03about/check.png);
	top: -5px;
	left: 0;
}

.aboutsection02 .inner .checklist {
	width: calc(100% - 200px);
}

.aboutsection02 .inner .pic {
	max-width: 190px;
	margin-top: 10px;
}

.page-banner {
	position: relative;
	margin-top: 50px;
}

.page-banner:after {
	position: absolute;
	background: #b9e7ff;
	left: 0;
	top: 110px;
	content: "";
	width: 100%;
	z-index: -1;
	height: calc(100% - 110px);
}

.page-banner li {
	position: relative;
	overflow: hidden;
	margin: 0 1% 30px;
	max-width: 310px;
}

.page-banner li:before {
	content: "";
	background: #dfeaaf;
	width: 120px;
	height: 120px;
	left: -45px;
	top: -40px;
	position: absolute;
	transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	z-index: 2;
	opacity: 0.8;
}

.page-banner li h4 {
	position: absolute;
	margin-bottom: 0;
	width: 100%;
	padding-left: 100px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 3;
	letter-spacing: -1px;
	transition: all 0.55s ease-in-out;
}

.page-banner li .icon {
	position: absolute;
	max-width: 49px;
	top: 25px;
	left: 15px;
	z-index: 3;
}

.page-banner li img {
	opacity: 1;
}

.page-banner li a {
	display: block;
	position: relative;
}

.page-banner li a:after {
	background: rgba(57, 171, 230, 0.75);
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	transition: all 0.55s ease-in-out;
	z-index: 1;
	left: 0;
	top: 0;
	-webkit-transition: all 0.55s ease-in-out;
	-moz-transition: all 0.55s ease-in-out;
	-ms-transition: all 0.55s ease-in-out;
	-o-transition: all 0.55s ease-in-out;
}

.page-banner li a:hover:after {
	/* width: 0;
	left: -100%;
	top: 0; */
	opacity: 0;
}

.page-banner li a:hover {
	opacity: 1;
}

.page-banner li a:hover h4 {
	opacity: 0;
}

@media only screen and (max-width: 1024px) {
	.aboutsection02 .inner {
		padding: 30px 20px;
	}

	.page-banner li .of40:before {
		padding-top: 78%;
	}

	.page-banner li .icon {
		max-width: 30px;
		top: 10px;
		left: 10px;
	}

	.page-banner li:before {
		left: -76px;
		top: -68px;
	}

	.page-banner li h4 {
		padding: 0 10px;
		font-size: 16px;
		text-align: center;
	}

	.aboutsection01 li dd {
		padding-top: 0;
	}
}

@media only screen and (max-width: 599px) {
	.aboutsection02 .inner .checklist {
		width: 100%;
	}

	.aboutsection02 .inner .pic {
		margin: 20px auto 0;
	}

	.page-banner li h4 {
		font-size: 12px;
	}

	.page-banner li {
		margin: 0 1% 20px;
	}

	.aboutsection02 .inner:after {
		left: 40%;
	}

	.aboutsection01 li dd {
		width: 100%;
		text-align: center;
	}
}

/* ##### ほかの塾と一味違う！ユーシンとは？　ここまで ##### */

/* ##### コースと料金表 ##### */
.subjectbox .t-box {
	width: calc(100% - 200px);
}

.subjectbox ul {
	width: 100%;
}

.itembox li {
	width: calc(20% - 10px);
	margin-bottom: 10px;
	background: #fff7a2;
	padding: 10px;
	display: block;
}

.itembox li+li {
	margin-left: 10px;
}

.subjectbox .pic02 {
	width: 190px;
}

@media only screen and (max-width: 1024px) {
	.subjectbox .t-box {
		width: 100%;
	}

	.subjectbox .pic02 {
		margin: 30px 0 0 auto;
	}

	.itembox li {
		font-size: 16px;
	}

}

@media only screen and (max-width: 599px) {
	.itembox li {
		width: calc(33.33333% - 10px);
		font-size: 14px;
	}

	.itembox li:nth-of-type(4n) {
		margin-left: 0;
	}
}

/* ##### コースと料金表　ここまで ##### */

/* ##### 小学部コース ##### */

.policylist li {
	margin-bottom: 50px;
}

.policylist li:nth-of-type(2) {
	margin: 0 5% 50px;
}

.policylist li:nth-of-type(5) {
	margin: 0 5% 50px;
}

.policylist li dt {
	background: #39abe6;
	padding: 10px;
}

.policylist li dt .pic02 {
	width: 40px;
	display: inline-block;
	margin-right: 10px;
}

.policylist li dt div {
	font-size: 20px;
	color: #fff;
	display: flex;
	align-items: center;
}

.checklist02 li {
	margin: 20px 0;
	position: relative;
	padding-left: 40px;
}

.checklist02 li:before {
	position: absolute;
	content: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/05elementary/check.png);
	top: -5px;
	left: 0;
}

.clbox dl {
	margin-bottom: 50px;
}

.clbox dl:last-of-type {
	margin-bottom: 0;
}


@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
	.policylist li:nth-of-type(2) {
		margin: 0 0 50px;
	}

	.policylist li:nth-of-type(5) {
		margin: 0 0 50px;
	}

	.flex_cr {
		flex-direction: column-reverse;
	}

	.flex_cr .pic {
		flex-direction: column-reverse;
		margin-bottom: 20px;
	}
}

/* ##### 小学部コース　ここまで ##### */

/* ##### 小学英語は塾で補強 ##### */
.englishsection02 .box {
	padding-right: 85px;
}

.englishsection02 li dl {
	width: calc(100% - 40%);
	position: relative;
}

.englishsection02 li dt {
	background: #fff;
	padding: 10px 15px;
}

.englishsection02 li dl dd.icon {
	position: absolute;
	max-width: 98px;
	right: -85px;
	top: 0;
}

.englishsection04 .pic {
	max-width: 210px;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.englishsection04.exam03 .pic {
	max-width: 250px;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.englishsection04 .tex {
	color: #fff;
	background: #39abe6;
	padding: 40px 50px;
	margin-left: auto;
	width: 80%;
}

.soxtype01 li:last-of-type {
	margin-bottom: 0;
}

.englishsection04.exam03 {
	margin: 100px 0;
}

@media only screen and (max-width: 1024px) {
	.englishsection02 li dl {
		margin-bottom: 85px;
	}

	.englishsection04 .pic {
		max-width: 180px;
	}

	.englishsection04.exam03 .pic {
		max-width: 180px;
	}

	.englishsection04 .tex {
		padding: 30px 20px 30px 65px;
	}
}

@media only screen and (max-width: 599px) {
	.englishsection02 .box {
		padding-right: 0;
	}

	.englishsection02 li dl {
		margin-bottom: 30px;
		width: calc(100% - 13px);
	}

	.englishsection02 li dl dd.icon {
		max-width: 50px;
		right: -13px;
		top: 7px;
	}

	.englishsection04 .tex {
		width: 100%;
		padding: 20px 20px 65px;
		margin-bottom: 130px;
	}

	.englishsection04 .pic {
		left: unset;
		right: 0;
	}

	.englishsection04.exam03 .pic {
		left: unset;
		right: 0;
	}

}

/* ##### 小学英語は塾で補強　ここまで ##### */

/* ##### 生徒・保護者さまの声 ##### */
.voice li {
	padding: 6% 5%;
	background: #fff7a2;
	margin-bottom: 60px;
}

.voice li .t-box {
	width: 57%;
}

.voice li .pic {
	width: 38%;
}

.voice li h4 {
	color: #39abe6;
}

.voice li dl {
	margin-bottom: 50px;
}

.voice li dt {
	position: relative;
	color: #39abe6;
	padding-left: 50px;
	margin-bottom: 20px;
}

.voice li dt:before {
	content: "";
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/12voice/blogicon.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: -10px;
}

.scool span:before {
  content: "/";
  margin: 0 5px;
}
@media only screen and (max-width: 1024px) {
	.voice li dt {
		padding-left: 30px;
		margin-bottom: 20px;
	}

	.voice li dt:before {
		width: 20px;
		height: 20px;
		background-size: contain;
		top: 5px;
	}

}


@media only screen and (max-width: 599px) {
	.side .side-nav {
		width: 90%;
	}

	.voice li .t-box {
		width: 100%;
		margin-top: 30px;
	}

	.voice li {
		flex-direction: column-reverse;
		padding: 6% 5%;
		margin-bottom: 30px;
	}

	.voice li .pic {
		width: 80%;
		max-width: 300px;
	}

	.pagenav li.prev {
		margin: 0 6px;
	}

	.pagenav li.next {
		margin: 0 6px;
	}

	.pagenav li {
		margin: 0 6px;
	}

}

/* ##### 生徒・保護者さまの声　ここまで ##### */

/* ##### 入塾の流れ・体験授業 ##### */
.flowlink .more {
	width: 240px;
	margin: 0;
}

.flowlink .more+.more {
	margin-left: 20px;
}

.flowlink .more .telin {
	position: relative;
	-moz-text-align-last: left;
	text-align-last: left;
	padding-left: 20px;
}

.flowlink .more .telin:after {
	content: "";
	height: 38px;
	position: absolute;
	width: 20px;
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/14flow/sumaho.png) no-repeat;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition: all .3s;
}


.flowlink .more .mailin {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flowlink .more .icon {
	display: inline-block;
	position: relative;
	padding-left: 40px;
}

.flowlink .more .icon:after {
	content: "";
	height: 22px;
	position: absolute;
	width: 30px;
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/14flow/meil.png) no-repeat;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition: all .3s;
}

.flowlink .more a:hover .icon:after {
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/14flow/meil02.png) no-repeat;
}

.flowlink .more a:hover .telin:after {
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/14flow/sumaho02.png) no-repeat;
}

@media only screen and (max-width: 1024px) {
	.flowlink .more+.more {
		margin-left: 0;
		margin-top: 10px;
	}

	.heightLine-link {
		height: auto !important;
	}
}

@media only screen and (max-width: 599px) {
	.flowsection04 li {
		margin-bottom: 50px;
	}
}

/* ##### 入塾の流れ・体験授業　ここまで ##### */

/* ##### よくあるご質問 ##### */

.faqsection01 li a {
	background: #39abe6;
	color: white;
	padding: 20px 20px 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
}

.faqsection01 li a:after {
	position: absolute;
	content: "";
	width: 16px;
	height: 10px;
	background: url(/import/tenant_1/unipla.sakura.ne.jp/client-check/yushin/html/images/16faq/arrow.png) no-repeat;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.qa-list {
	margin-bottom: 60px;
}

.qa-list:last-of-type {
	margin-bottom: 0;
}

.qa-q {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-right: 20px;
	text-align: center;
	display: block;
	width: 70px;
}

.qa-list dt div {
	font-size: 22px;
	-webkit-box-sizing: border-box;
	position: relative;
	color: #39abe6;
	font-weight: bold;
	display: flex;
	align-items: center;
	width: calc(100% - 90px);
}

.qa-list dt {
	margin-bottom: 30px;
}

.qa-list dd {
	box-sizing: border-box;
	position: relative;
}

.qa-list .tex {
	display: inline-block;
	width: calc(100% - 90px);
}

.qa-list dd .qa-q {
	background: #fff7a2;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.faqsection01 li {
		width: 45%;
		margin: 0 1% 6%;
	}

	.faqsection01 li a {
		padding: 20px 20px 40px;
	}
}

@media only screen and (max-width: 599px) {
	.faqsection01 li br {
		display: none;
	}

	.faqsection01 li a {
		padding: 10px 10px 35px;
	}

	.faqsection01 li a:after {
		bottom: 10px;
	}

	.qa-list dt div {
		font-size: 18px;
	}
}

/* ##### よくあるご質問 ここまで ##### */

/* ##### sss ##### */

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {}

/* ##### sss　ここまで ##### */


