@charset "UTF-8";
/**********************************************************************
				RESET
**********************************************************************/
html, body { width: 100%; height: 100%; -webkit-font-smoothing: antialiased;}
html,body,div,span,
applet,object,iframe,
h2,h1,h2,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;

	font-style: normal;
	font-size: 100%;
	font-family: 'Microsoft JhengHei';
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol,ul,li {
	list-style: none;
	}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
	}
h2,h1,h2,h4,h5,h6,strong,h2 em,h1 em, h2 em,h4 em,h5 em,h6 em,strong em,h2 a,h1 a,h2 a,h4 a,h5 a,h6 a {
	font-weight: bold;
	}

* {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
}
button:focus { outline: none;}
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border: 0;
}
input:focus,
textarea:focus,
select:focus { outline: none;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #e8e8e8 inset;
    -webkit-text-fill-color: #231815;
}
/* clear */
ul:after,
ol:after {
    content: ".";
    clear: both;
    display: block;
    font-size: 0.1em;
    height: 0.1px;
    line-height: 0;
    visibility: hidden;
    width: 0.1px;
}
.clear { clear:both;}
/* forIE clear */
.clear {
    clear: both;
    height: 0.1px;
    margin: 0px;
    padding: 0px;
    width: 0.1px;
}
a img,
a:hover img { backface-visibility: hidden; zoom: 1;}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**********************************************************************
				BASE
**********************************************************************/
body {
    background-color: #fff;
    color: #2d353e;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 14px;
    line-height: 25px;
    overflow-x: hidden;
}
.floatL { float: left; left: 0;}
.floatR { float: right; right: 0;}
.PCnone { display: none!important;}
/*-- TEXT STYLE --*/
.fontEN { font-family: 'Josefin Sans', sans-serif; letter-spacing: 0.2rem;}
.bld { font-weight: bold;}
/*-- TEXT ALIGN --*/
.textL { text-align: left!important;}
.textR { text-align: right!important;}
.textC { text-align: center!important;}
/*-- TEXT COLOR --*/
.clrWH { color: #fff;}
.clrBK { color: #231815;}
.clrR { color: #F76C69;}
.clrB { color: #6FC2E0;}
.clrY { color: #FFB243;}
/*-- ANIMATION --*/
.fade, a img, input[type="submit"], .button,
.topCaselist-slider .boxWH,
.caseList .boxWH,
.diagnosis .submit_btn,
#menu li a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
/*-- LINK / button--*/
a { color: #231815; text-decoration: none; outline: none!important;}
.txtLink { text-decoration: underline; display: inline-block;}
.cntbtn { width: 100%; text-align: center;}
.button {
    min-width: 200px;
    padding: 0 50px 0 20px;
    height: 45px;
    line-height: 42px;
    font-size: 14px;
    letter-spacing: 0.1rem;
    font-weight: bold;
    color: #fff;
    background-color: #2C343E;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
		background-image: url('../images/btnArrow.svg');
    background-size: 13px;
    background-position: center right 22px;
    background-repeat: no-repeat;
  }
.button.application {
    min-width: 400px;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
}
.button:hover {
  background-color: #424951;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
	background-position: center right 17px;
  transform: translateY(-7px);
}
.button.blue:hover {
  background-color: #6FC2E0;
  box-shadow: 0px 15px 20px rgba(111, 194, 224, 0.3);
}
.button.red:hover {
  background-color: #f76c69;
  box-shadow: 0px 15px 20px rgba(247, 108, 105, 0.3);
}
.button.yellow:hover {
  background-color: #FFC87C;
  box-shadow: 0px 15px 20px rgba(255, 200, 124, 0.3);
}
.button.line {
    border: 2px #2e363f solid;
    color: #2e363f;
    background-color: transparent;
    background-image: url('../images/btnArrowBK.svg');
}
.button.back { padding: 0 20px 0 50px; background-image: url('../images/btnArrowleft.svg'); background-position: center left 22px;}
.button.line.back { background-image: url('../images/btnArrowBKleft.svg');}
.buttonTxt {
    font-weight: bold;
    display: inline-block;
    color: #2C343E;
    transition: all 0.3s ease 0s;
    text-decoration: underline double transparent;
}
.buttonTxt img { width: 12px!important; margin-left: 5px; display: inline-block!important;}
.buttonTxt:hover { text-decoration: underline double #F76C68;}
.buttonTxt:hover img { margin-left: 10px;}
.buttonTxt.blue:hover { text-decoration: underline double #6FC2E0;}
.buttonTxt.yellow:hover { text-decoration: underline double #FBA479;}
.buttonTxt:hover { text-decoration: underline double #F76C68;}
.buttonTxt2 {
    transition: all 0.3s ease 0s;
    text-decoration: underline double transparent;
}
.buttonTxt2:hover { color: #f76c69;}
.buttonTxt2.blue:hover { color: #6FC2E0;}
.buttonTxt2.yellow:hover { color: #FBA479;}

/*-- ALL DECO --*/
.mainCnt { width: 90%; max-width: 1200px; margin: 0 auto;}
.bgG { background-color: #F5F5F5;}
.bgC { background-color: #FDFAEF;}
.bgGradR {
	background-color: #f76c69;
	background-image: linear-gradient(135deg, #f76c69 35%, #ffc87c 100%);
}
.bgGradY {
	background-color: #fba479;
	background-image: linear-gradient(135deg, #fba479 0%, #ffc87c 35%, #ffc87c 70%, #e0c56f 100%);
}
.bgGradB {
	background-color: #e0c56f;
	background-image: linear-gradient(135deg, #e0c56f 0%, #6fc2e0 73%);
}
.boxWH {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.2));
		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}
.slick-slide { outline: none;}
.slick-slide img { width: 100%;}
.secCnt { padding: 80px 0;}
.secTitle {
    font-size: 17px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    margin-bottom: 30px;
}
.secTitle.page { font-size: 22px;}
.pointTitle {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1rem;
}
.pointTitle:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #2C343E;
    display: inline-block;
    margin-bottom: 12px;
    transform: rotateZ(3deg);
}
.pointTitle:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #2C343E;
    display: inline-block;
    margin-top: 12px;
    transform: rotateZ(-3deg);
}
.readTitle {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 40px;
}
.read strong { font-size: 15px; display: block; margin-bottom: 15px;}
.read b { color: #F76C69;}
.memo {
    font-size: 10px;
    line-height: 15px;
    color: #a0a0a0;
    font-weight: normal;
    letter-spacing: 0;
}
.capImg {
    padding: 20px;
    background-color: #fff;
    border: 3px #2C343E solid;
    border-radius: 15px;
    filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.2));
}
.shadowR { filter: drop-shadow(15px 15px 15px rgba(247, 108, 105, 0.2)); -webkit-filter: drop-shadow(15px 15px 15px rgba(247, 108, 105, 0.2)); box-shadow: 13px 10px 15px rgba(247, 108, 105, 0.2);}
.shadowB { filter: drop-shadow(15px 15px 15px rgba(111, 194, 224, 0.2)); -webkit-filter: drop-shadow(15px 15px 15px rgba(111, 194, 224, 0.2)); box-shadow: 13px 10px 15px rgba(111, 194, 224, 0.2);}
.shadowY { filter: drop-shadow(15px 15px 15px rgba(255, 200, 124, 0.2)); -webkit-filter: drop-shadow(15px 15px 15px rgba(255, 200, 124, 0.2)); box-shadow: 13px 10px 15px rgba(255, 200, 124, 0.2);}
/**********************************************************************
				HEADER
**********************************************************************/
header {
    position: fixed;
    z-index: 9998;
    width: 100%;
    padding: 30px;
    background-color: transparent;
    transition: .3s;
}
header.is-animation {
    width: 100%;
    background-color: #fff;
    padding: 15px;
		filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
		-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
header h1 img {
	width: 180px;
	float: left;
	}
#toggle { display: none;}
#menu-box {
    width: calc(100% - 200px);
    float: right;
    text-align: right;
}
#menu { width: 100%; text-align: right; margin-top: -3px;}
#menu li {
    display: inline-block;
    width: auto;
    margin: 0 5px;
}
#menu li a {
    display: block;
    padding: 5px;
    color: #2C343E;
    font-size: 14px;
		font-weight: bold;
}
#menu li a:hover { color: #F76C69;}
#menu li.application a {
    width: 120px;
    text-align: center;
    background-color: #2C343E;
    color: #fff;
    font-size: 13px;
    padding: 3px 0;
    border-radius: 5px;
    border: 1.5px #2C343E solid;
}
#menu li.application a:hover { background-color: #6FC2E0; border: 1.5px #6FC2E0 solid;}
#menu li.login a { background-color: transparent; color: #2C343E;}
#menu li.login a:hover { background-color: #fff; color: #6FC2E0;}

/**********************************************************************
				FOOTER
**********************************************************************/
footer { padding: 80px 0 0;}
.footLogo {
    display: block;
    width: 130px;
    margin: 0 auto 50px;
}
.footNav {
    display: flex;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.footNav li {
    display: inline-block;
    width: 33%;
		text-align: left;
}
.footNav li a {
    display: block;
    padding: 5px;
    cursor: pointer;
		margin-left: 20%;
}
.snsCnt { width: 100%; text-align: center; margin: 80px 0 60px;}
.snsCnt a img { width: 35px; margin: 5px;}
.decoLine {
		width: 100%;
		height: 7px;
		background-color: #f76c69;
		background-image: linear-gradient(94deg, #f76c69 5%, #ffc87c 50%, #6fc2e0 95%);
}
/**********************************************************************
				TOP
**********************************************************************/
.topCatch {
	width: 100%;
	height: 520px;
	position: relative;
	z-index: 2;
	background-image: url('../images/top/topCatch.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.topCatch .mask { position: absolute;}
.topCatch .mainCnt {
    position: relative;
    height: 100%;
}
.topCatch .txt {
    position: absolute;
    bottom: 	100px;
    left: 0;
    width: 45%;
}
.topCatch .topCatchCap {
    position: absolute;
    width: 50%;
		max-height: 430px;
    right: 0;
    bottom: -30px;
		z-index: 3;
}
.topCatch h2 {
    font-size: 2.2vw;
    line-height: 3.5vw;
    letter-spacing: 0.3rem;
    margin-bottom: 30px;
}
.topCatch p { font-size: 13px;}
.topCatch .pointTitle {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 15px;
}
.topMedia { position: relative; z-index: 1; padding: 35px 0 25px; width: 100%; overflow-x: hidden;}
.topMedia-slider img { padding: 25px;}
.topMedia-slider .slick-arrow { display: none!important;}
.topMedia .memo { margin-top: -15px;}
.topAbout { position: relative;}
.topAbout .bgGradR { width: 30%; height: 100%; position: absolute;}
.topAbout .mainCnt { position: relative; padding: 80px 0 0;}
.topAbout .capImg {
    position: absolute;
    width: 27vw;
		max-width: 380px;
    left: 6vw;
    top: 80px;
}
.topAbout .capImg.second { left: 0; top: 320px;}
.topAbout .readTitle { width: 55%;}
.topAbout .read { width: 55%;}
.topAbout .boxWH {
    width: 55%;
    margin-top: 70px;
    margin-bottom: -50px;
}
.topAbout .boxWH .pointTitle {
    margin-top: -55px;
    margin-left: -15px;
    font-size: 13px;
    margin-bottom: 20px;
}
.diagnosis form { text-align: center;}
.diagnosis .sex { display: inline; margin-left: 10px;}
.diagnosis select, .diagnosis input, .diagnosis label { cursor: pointer; font-size: 16px;}
.diagnosis .submit_btn {
    background-color: #F76C69;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 3px;
    margin-left: 10px;
    vertical-align: bottom;
}
.diagnosis .submit_btn:hover { background-color: #b93b38;}
.topMerit.top { padding: 150px 0 100px!important;}
.topMerit ul { text-align: center; overflow: hidden;}
.topMerit ul li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 60px 3vw;
    padding-bottom: 1060px;
    margin-bottom: -1000px;
}
.topMerit ul li .icon {
    width: 70px;
    margin: 0 auto 30px;
    display: block;
}
.topMerit ul li .buttonTxt { font-size: 16px; margin-bottom: 20px; min-height: 50px;}
.topMerit ul li p { text-align: left; font-size: 13px;}
.mainCnt.btn { text-align: center; margin-bottom: 20px;}
.topMerit .button { margin: -22.5px auto 0;}
.topCase { width: 100%; overflow-x: hidden;}
.topCase .sliderBase {
    width: 100%;
    height: 55vh;
		min-height: 400px;
    position: relative;
}
.topCase .gradBox {
    position: absolute;
    z-index: 1;
    width: 40%;
    height: 100%;
    right: 0;
		top: 0;
}
.topCase-slider {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
		z-index: 2;
}
.topCase-slider .slick-arrow, .topCaselist-slider .slick-arrow { display: none!important;}
.topCase-slider .slick-list.draggable {
    padding: 0!important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.topCase-slider .slick-track {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.topCase-slider .slick-slide { position: relative;}
.topCase-slider .slick-slide .image {
	display: block;
	width: 60%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.topCase-slider .slick-slide .image .mask { width: 100%; height: 100%; background: rgba(0, 0, 0, .3);}
.topCase-slider .slick-slide .caption {
		position: absolute;
    right: 5%;
    top: 10vh;
    z-index: 2;
    width: 40%;
		min-width: 500px;
    color: #fff;
  opacity: 0;
  transition: .3s ease;
}
.topCase-slider .slick-current .caption { opacity: 1; transition-delay: .5s;}
.topCase-slider .slick-slide .caption .catch {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.1rem;
    font-weight: bold;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
    margin-bottom: 30px;
}
.topCase-slider .slick-slide .caption .name {
		font-weight: bold;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}
.topCaselist-slider { width: 110%; margin-left: -5%; margin-top: -50px; z-index: 1000;}
.topCaselist-slider .slick-list { overflow: inherit;}
.topCaselist-slider a { display: block;}
.topCaselist-slider .boxWH, .caseList .boxWH { margin: 15px; padding: 0; overflow: hidden;}
.topCaselist-slider .boxWH:hover, .caseList .boxWH:hover { transform: translateY(-15px);}
.topCaselist-slider .boxWH span, .caseList .boxWH span {
    background-color: #F2F2F2;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    height: 80px;
    line-height: 80px;
}
.topCaselist-slider .boxWH .cnt, .caseList .boxWH .cnt { padding: 30px; font-size: 13px; line-height: 24px;}
.topCaselist-slider .boxWH .cnt .buttonTxt, .caseList .boxWH .cnt .buttonTxt { display: block; text-align: right;}
.topInfo { padding: 100px 0;}
.topInfolist { width: 47%;}
.topInfolist .secTitle {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 2.5px #2d353e solid;
		margin-bottom: 15px;
}
.topInfolist ul a { display: block;}
.topInfolist ul a li {
    padding: 15px 10px;
    border-bottom: 1px #ddd solid;
		display: flex;
}
.topInfolist ul a:hover li { background-color: #F2F2F2;}
.topInfolist ul a li p { display: inline-block; font-weight: bold;}
.topInfolist ul a li .cate {
		font-size: 12px;
    line-height: 25px;
    padding: 0 10px;
    background-color: #ddd;
    margin: 0 10px;
    border-radius: 2px;
    min-width: 90px;
    height: 25px;
    text-align: center;
}
/**********************************************************************
				PAGE
**********************************************************************/
#pageCatch {
    width: 100%;
    height: 40vh;
    min-height: 300px;
    background-image: url('../images/pageCatch.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
		position: relative;
}
#pageCatch .mainCnt {
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
		max-width: 100%;
		padding-top: 45px;
}
#pageCatch p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0.1rem;
}
#pageCatch p span { display: block; font-size: 18px; margin-top: 8px;}
/**********************************************************************
				ABOUT
**********************************************************************/
.read .readImg { width: 100%; margin-bottom: 30px;}
.read .readImg.floatR { margin-left: 30px; margin-bottom: 20px; width: 500px;}
.read .readImg.floatL { margin-right: 30px; margin-bottom: 20px; width: 400px;}
.read.team .readImg { width: 300px;}
.teamCnt {
    width: 100%;
    margin: 80px auto;
    background-color: #fff;
    border-radius: 15px;
    padding: 50px;
    position: relative;
}
.teamCnt.moon { margin-top: 30px;}
.teamCnt .title {
    margin: -80px 0 30px -80px;
    font-size: 50px;
    color: #dcba2f;
    padding-bottom: 5px;
}
.teamCnt.earth .title { color: #536eab;}
.teamCnt.sun { margin-bottom: 30px;}
.teamCnt.sun .title { color: #da4949;}
.teamCnt .title span {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
    letter-spacing: 0;
}
.teamCnt .title img { width: 120px; vertical-align: sub; margin-right: 30px;}
.teamList { width: 45%; float: left;}
.teamList p { width: 45%; float: left; margin-top: 25px; margin-right: 5%;}
.teamList .animal { width: 100%; text-align: center; display: block; margin: 20px 0;}
.teamList li { width: 25%; float: left;}
.teamList li img { width: 100%;}
.teamCnt .sub { width: 52%; float: right; font-size: 13px; line-height: 23px;}
.aboutPtnCnt { padding: 30px 0;}
.aboutPtnCnt#shinri { padding-top: 80px;}
.aboutPtnCnt#shikou { padding-bottom: 80px;}
.aboutPtnCnt .title { font-size: 20px;}
.aboutPtnCnt .read { max-width: 1000px; margin: 0 auto;}
.aboutPtnCnt .read strong { margin-bottom: 5px;}
.aboutPtnCnt .read strong .reportIcon { vertical-align: -10px; width: 55px; margin: 0 2px 0 5px;}
.trademarkList a li {
    width: 19.7%;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    padding: 2%;
		font-size: 12px;
}
.trademarkList a li img { width: 80px; margin: 0 auto 10px; display: block;}
.trademarkList a:hover li { color: #F76C66;}
/**********************************************************************
				SERVICE
**********************************************************************/
.topMerit.service { padding: 60px 0;}
.topAbout.service.secCnt { padding-bottom: 3vw;}
.secicon {
    width: 80px;
    display: block;
    margin: 0 auto 20px;
}
.topAbout.service .secTitle { margin-bottom: -30px;}
.serviceCnt { position: relative; margin: 80px 0;}
.topAbout .serviceCnt .boxWH { margin-bottom: 5vw;}
.topAbout .serviceCnt .readTitle { font-size: 25px; line-height: 40px;}
.topAbout .serviceCnt.right .bgGradR { right: 0;}
.topAbout .serviceCnt.right .capImg { right: 6vw; left: inherit;}
.topAbout .serviceCnt.right .capImg.second { right: 0;}

/**********************************************************************
				PLAN
**********************************************************************/
.palnList { text-align: center; padding-top: 25px;}
.palnList li {
    width: 29%;
    margin: 1%;
		min-height: 200px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    overflow: hidden;
}
.palnList li span {
    background-color: #2d353e;
    color: #fff;
    display: block;
    padding: 30px 20px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2rem;
}
.palnList li.basic span { background-color: #7AD4B1;}
.palnList li.full { width: 35%; min-height: 250px; margin-top: -15px; border: 3px #fec87b solid;}
.palnList li.full span { background-color: #FFC87C;}
.palnList li p { padding: 25px; font-weight: bold;}
.palnList li p b {
    display: block;
    width: 100px;
    margin: 0 auto 20px;
    background-color: #f76c69;
    color: #fff;
    border-radius: 2px;
}

.planTable {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    border-collapse: separate;
    border-right: none;
    border-bottom: none;
    border-radius: 4px;
		margin-bottom: 30px;
		margin-top: 40px;
}
.planTable__rowPlan {
    background-color: #fcfaef;
}
.planTable__rowTitPlan {
    width: 25%;
    padding: 26px 40px 26px 20px;
    font-weight: 500;
    border-radius: 3px 0 0 0;
		background-color: #fff;
}
.planTable__colTit--basic {
    width: 22.5%;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
		background-color: #78d0ad;
}
.planTable__colTit--order {
    width: 22.5%;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #2d353e;
}
.planTable__colTit--full {
    position: relative;
    width: 30%;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px;
    background-color: #FEC87C;
}
.planTable__boxWrap--full, .planTable__colTit--full {
    border-left: 4px solid #FEC87C;
    border-right: 4px solid #FEC87C;
		text-align: center;
}
.planTable__colTit--full::after {
    position: absolute;
    top: -15px;
    left: -4px;
    content: "";
    width: 100%;
    height: 15px;
    background-color: #FEC87C;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-sizing: content-box;
    border-left: 4px solid #FEC87C;
    border-right: 4px solid #FEC87C;
}
.planTable, .planTable__boxWrap, .planTable__boxWrap--last, .planTable__row, .planTable__rowFeature, .planTable__text {
    border: 3px solid #fff;
		border-bottom: 0;
}
.planTable__row, .planTable__rowFeature {
    border: 0;
		background-color: #ececec;
}
.planTable__rowTit {
    width: 25%;
    padding: 15px 20px;
    font-weight: 500;
    line-height: 1.45;
}
.planTable__boxWrap {
    text-align: center;
    border-top: 0;
    border-bottom: 0;
    border-right: none;
}
.planTable__checked--basic {
    display: inline-block;
    width: 10px;
    height: 16px;
    border-right: 5px solid #78d0ad;
    border-bottom: 5px solid #78d0ad;
    border-radius: 1px;
    transform: rotate(45deg);
}
.planTable__checked--order {
    display: inline-block;
    width: 10px;
    height: 16px;
    border-right: 5px solid #798088;
    border-bottom: 5px solid #798088;
    border-radius: 1px;
    transform: rotate(45deg);
}
.planTable__checked--full {
    display: inline-block;
    width: 10px;
    height: 16px;
    border-right: 5px solid #ffb44b;
    border-bottom: 5px solid #ffb44b;
    border-radius: 1px;
    transform: rotate(45deg);
}
.planTable__rowOdd {
    background-color: #f7f7f7;
}
.planTable__rowTit--last {
    width: 26%;
    padding: 18px 33px 18px 22px;
    font-weight: 500;
    line-height: 1.45;
    border-radius: 0 0 0 3px;
}
.planTable__boxWrap--last {
    text-align: center;
    border-top: 0;
    border-right: none;
}
.planTable__boxWrap--lastFull {
    text-align: center;
    position: relative;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}
.planTable__boxWrap--lastFull {
    border-left: 4px solid #FEC87C;
    border-right: 4px solid #FEC87C;
    border-bottom: 4px solid #FEC87C;
}
.planTable p { font-size: 19px; font-weight: bold;}
.planTable p.priceB { color: #78d1ad; font-size: 25px;}
.planTable p.priceF { color: #FFB450; font-size: 25px;}
.planTable p small { font-size: 11px; margin-left: 5px; color: #2d353e;}

.pageCourseList { width: 100%; margin-bottom: 10px;}
.pageCourseList.head { margin-bottom: 50px;}
.pageCourseList tr { background-color: #fff; border-bottom: 3px #f2f2f2 solid;}
.pageCourseList tr th {
    border-right: 3px #f2f2f2 solid;
    padding: 15px;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
}
.pageCourseList tr.listItem th {
    text-align: center;
    border-top: 3px #f2f2f2 solid;
    background-color: #888;
    font-weight: bold;
    color: #ffffff;
}
.pageCourseList tr.listItem th.basic { background-color: #78d1ad; color: #fff; font-size: 16px; width: 45%;}
.pageCourseList tr.listItem th.full { background-color: #fec87b; color: #fff; font-size: 16px; width: 45%;}
.pageCourseList tr th.area {
    width: 10%;
    background-color: #888;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.acd-check{ display: none;}
.acd-label {
    background: #e4f5f9;
    display: block;
    padding: 20px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
		cursor: pointer;
}
.acd-label:after{
    background: #6FC2E0;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 17px;
    background-image: url(../images/arrowB.svg);
    background-size: 15px;
    background-position: center center;
    background-repeat: no-repeat;
}
.acd-label span, .acd-content span { font-size: 20px; margin-right: 10px;}
.acd-content span { color: #6FC2E0; font-weight: bold;}
.acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
		background-color: #edfbff;
    margin-bottom: 20px;
}
.acd-check:checked + .acd-label:after{ background-image: url(../images/arrowT.svg);}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 20px;
    visibility: visible;
}
/**********************************************************************
				FLOW
**********************************************************************/
.flowList { margin: 50px auto -40px; max-width: 1000px;}
.flowList li {
    text-align: center;
    font-weight: bold;
    padding: 70px 30px 50px;
		margin-bottom: 80px;
		position: relative;
}
.flowList li .title { font-size: 25px; font-weight: bold; margin-bottom: 40px;}
.flowList li .title span {
    font-size: 80px;
    display: block;
    margin-bottom: -30px;
    opacity: 0.2;
}
.flowList li:after {
    content: '';
    width: 30px;
    height: 60px;
    background-image: url(../images/flow/flowAllow.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
    display: block;
    position: absolute;
    bottom: -70px;
    left: calc(50% - 15px);
}
.flowList li.last:after { display: none;}
/**********************************************************************
				CASE STUDY - archive
**********************************************************************/
.topMedia.casestudy { overflow-x: visible;}
.topMedia.casestudy .mainCnt { position: relative;}
.topMedia.casestudy .pointTitle { position: absolute; top: -55px; left: calc(50% - 100px);}
.caseList .boxWH { width: 30%; margin: 2% 1.5%; display: inline-block; vertical-align: top;}
.caseList .boxWH span {
    background-color: #fff;
    height: auto;
    line-height: 25px;
    padding: 25px 20px 20px;
}
.caseList .boxWH .image {
    width: 100%;
    height: 15vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
		margin-bottom: 30px;
}
.caseList .boxWH .cnt { padding: 0 30px 30px;}
/**********************************************************************
				CASE STUDY - single
**********************************************************************/
.casestudy .secTitle.page {
    padding: 10px;
    margin-bottom: 50px;
    background-color: #F2F2F2;
    border-radius: 3px;
		font-size: 20px;
}
.caseSingle .image {
    width: 40%;
    height: 22vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px #ddd solid;
    margin-right: 50px;
}
.caseSingle .catch {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0.1rem;
}
.caseSingle .effect {
    background-color: #ffebe4;
    display: table;
    position: relative;
    padding: 40px 30px 25px;
    border-radius: 10px;
    margin-top: 50px;
}
.caseSingle .pointTitle {
    position: absolute;
    top: -18px;
    left: 15px;
    min-width: 130px;
    text-align: center;
}
.pointTitle:before { margin-bottom: 5px;}
.pointTitle:after { margin-top: 5px;}
.interview {
    margin-top: 50px;
    border-top: 1px #ddd solid;
    padding-top: 50px;
}
.interview .secTitle { font-size: 25px; margin-bottom: 40px;}
.interview .cnt { clear: both; width: 100%; margin-bottom: 50px; font-size: 15px; line-height: 30px;}
.interview .cnt .question,
.contentArea .subtitle {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 15px;
    border-left: 5px #6FC2E0 solid;
    padding: 5px 20px;
    color: #0383b1;
}
.interview .cnt .cntImage {
    float: left;
    width: 30%;
    max-width: 300px;
    margin: 10px 50px 50px 0;
}
.interview .cnt .answer b,
.contentArea b {
    background-color: #d9f8ff;
    padding: 0 3px;
    margin: 0 3px;
}
/**********************************************************************
				NEWS - archive
**********************************************************************/
.news .mainCnt { max-width: 900px;}
.topInfolist.news.archive { width: 100%;}
.topInfolist.news.archive ul a li {
    display: block;
    padding: 20px 50px 20px 20px;
    background-image: url(../images/btnArrowBK.svg);
    background-size: 15px;
    background-position: center right 20px;
    background-repeat: no-repeat;
}
.topInfolist.news.archive ul a li p.title { display: block; font-size: 15px; margin-top: 10px;}
.pager { margin: 50px 0; width: 100%; text-align: center;}
.page-numbers {
    display: inline-block;
    padding-left: 0;
}
.page-numbers > li { display: inline;}
.page-numbers .current {
    background-color: #2e363f;
    color: #ffffff;
    cursor: default;
    z-index: 2;
}
.page-numbers > li > a, .page-numbers > li > span, .pager a {
		background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #2e363f;
    float: left;
    font-weight: bold;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
/**********************************************************************
				NEWS - single
**********************************************************************/
.newsSingle { padding-bottom: 50px; border-bottom: 1px #ddd solid;}
.titleArea {
    padding-bottom: 20px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 40px;
}
.titleArea p {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.titleArea p.date { font-size: 16px; margin-right: 10px;}
.titleArea p.cate {
    background-color: #ddd;
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
    border-radius: 2px;
    font-size: 13px;
}
.titleArea p.title { display: block; margin-top: 15px; font-size: 18px; line-height: 30px;}
.contentArea { font-size: 15px; line-height: 30px;}
.contentArea .cntImg {
    max-width: 100%;
    margin: 40px auto;
    display: block;
}
.contentArea .subtitle { font-size: 18px; margin: 40px 0 20px;}
.contentArea a { color: #069cd2; text-decoration: underline;}
.nav-below { clear: both; margin: 50px 0;}
.pagerBtn a, .pagerBtnAll {
    background-color: #fff;
    color: #2e363f;
    font-weight: bold;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    border: 1px solid #dddddd;
}
.pagerBtnAll {
    width: 130px;
    text-align: center;
    display: block;
    margin: -25px auto;
}
.page-numbers > li > a:hover,
.pagerBtn a:hover,
.pagerBtnAll:hover { background-color: #F5F5F5;}
/**********************************************************************
				PRIVACY POLICY
**********************************************************************/
.contentArea.policy { width: 100%; max-width: 900px; margin: 0 auto;}
.contentArea.policy ul { padding-left: 40px; margin: 20px 0;}
.contentArea.policy ul li { list-style: decimal; font-weight: bold; font-size: 16px; margin-bottom: 10px;}
.contentArea.policy ul li p { font-weight: normal; font-size: 14px;}
.contentArea.policy .date {
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    margin: 50px 0 30px;
}
.contentArea.policy ul li ul b { margin-left: -20px; font-size: 14px; margin-bottom: 10px; display: block; background-color: transparent;}
.contentArea.policy ul li ul li { font-size: 14px; line-height: 23px; font-weight: normal; list-style: disc;}
.contentArea.policy .contact { width: 100%; padding: 40px; margin-bottom: 30px;}
.contentArea.policy .contact b { background-color: transparent; margin: 0; padding: 0;}
/**********************************************************************
				LOGIN
**********************************************************************/
.loginSec {
    display: table;
    text-align: center;
    padding-top: 50px;
    height: 100vh;
		min-height: 600px;
    width: 100%;
}
.loginSec .centerCnt { display: table-cell; vertical-align: middle;}
.loginSec .loginLogo { width: 180px; margin-bottom: 40px;}
.loginSec form { width: 90%; max-width: 400px; margin: 0 auto;}
.loginSec input[type="email"],
.loginSec input[type="text"],
.loginSec input[type="password"] {
    width: 100%;
    border: 2px #2d353e solid;
    font-size: 16px;
    padding: 5px 15px;
    height: 50px;
    display: block;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    border-radius: 5px;
}
.loginSec .check { margin: 20px 0;}
.loginSec input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: -5px;
    margin-right: 10px;
    cursor: pointer;
}
.ex { font-size: 11px; line-height: 16px;}
.loginSec input[type="submit"] {
    background-image: none;
    padding: 0 20px;
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
}
/**********************************************************************
				APPLICATION
**********************************************************************/
.applicationForm table {
    width: 100%;
    max-width: 900px;
    margin: 50px auto 0;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
}
.applicationForm tr { padding: 10px 0; display: block; margin: 5px 0;}
.applicationForm th { display: block; text-align: left;}
.applicationForm .item { margin-bottom: 10px; font-size: 14px;}
.applicationForm th .hissu {
    background-color: #f66e6a;
    font-size: 10px;
    letter-spacing: 0;
    color: #fff;
    padding: 0 5px 2px;
    border-radius: 2px;
    vertical-align: bottom;
    margin-left: 10px;
}
.applicationForm th .half { width: 49%;}
.applicationForm th .post { width: 20%;}
.applicationForm th .address { width: 78%;}
.applicationForm label { margin-right: 10px; cursor: pointer;}
.applicationForm .box { background-color: #fef1eb; padding: 10px;}
.applicationForm input[type="radio"] {
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: sub;
    cursor: pointer;
}
.applicationForm input[type="text"],
.applicationForm input[type="password"],
.applicationForm input[type="tel"],
.applicationForm input[type="email"],
.applicationForm textarea {
    width: 100%;
    border: 1px solid #cbd6e2;
    font-size: 16px;
    padding: 10px 15px;
    height: 45px;
    display: block;
    border-radius: 5px;
    background-color: #f5f8fa;
}
.applicationForm textarea { height: 150px; line-height: 24px;}
.applicationForm input::placeholder { color: #adbccc;}
.applicationForm .ex { margin-top: 30px;}
.applicationForm input[type="submit"] {
    background-image: none;
    padding: 0 20px;
    font-size: 18px;
    height: 55px;
    line-height: 50px;
    min-width: 400px;
}

/**************************************** TABLET (1100px↓) ****************************************/
@media screen and (max-width:1100px) {
.PCnone { display: none!important;}
.TBnone { display: none!important;}
/*-------- BASE --------*/
body { font-size: 13px; line-height: 24px;}
.readTitle { font-size: 17px; margin-bottom: 30px;}
.read strong { font-size: 14px; margin-bottom: 10px;}
.secCnt { padding: 50px 0;}
.secTitle.page { font-size: 20px;}
/*-------- HEADER --------*/
header, header.is-animation { height: 60px; padding: 15px 20px;}
#menu {
    margin-top: 60px!important;
    background-color: #2d353e;
    padding: 40px;
    height: auto;
    position: fixed;
    z-index: 9997;
}
#menu { display: none;}
#menu-box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
}
#menu li {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 0;
}
#menu li a { color: #fff;}
#menu li.application a {
    background-color: #fff;
    margin: 0 auto;
    color: #2C343E;
    width: 100%;
    max-width: 300px;
    font-size: 15px;
    padding: 8px 0;
    border: 1.5px #fff solid;
}
#menu li.login { padding: 5px;}
#menu li.login a { background-color: transparent; color: #fff;}
#toggle {
    display: block;
    position: absolute;
    width: 50px;
    right: 15px;
    top: 6px;
}
#toggle a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background-image: url('../images/menuIcon.svg');
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#toggle a.close { background-image: url('../images/menuClose.svg'); background-size: 22px auto;}
/*-------- TOP --------*/
.topCatch { height: 420px;}
.topCatch .txt { bottom: 80px;}
.topCatch h2 {
    font-size: 2vw;
    line-height: 3vw;
    letter-spacing: 0.2rem;
    margin-bottom: 20px;
}
.topCatch .button { margin-top: 15px;}
.topCatch .topCatchCap { bottom: -20px;}
.topAbout .boxWH { width: 65%; margin-top: 60px; margin-bottom: -40px;}
.topAbout .capImg.second { top: 25vw;}
.topMerit.top { padding: 120px 0 80px!important;}
.topMerit ul li .buttonTxt { font-size: 15px; margin-bottom: 15px;}
.topMerit ul li p { font-size: 12px; line-height: 24px;}
/*-------- ABOUT --------*/
.read .readImg.floatR, .read .readImg.floatL {
    width: 100%;
    max-width: 500px;
    float: none;
    margin: 30px auto;
    display: block;
}
.teamCnt { padding: 30px; max-width: 700px;}
.teamList { width: 100%;}
.teamCnt .sub { width: 100%; margin-top: 20px;}
.teamCnt .title img { width: 80px; margin-right: 20px;}
.teamCnt .title { margin: -40px 0 30px -40px; font-size: 40px; padding-bottom: 10px;}
.teamCnt .title span { font-size: 18px;}
.aboutPtnCnt .cnt { max-width: 500px; margin: 0 auto;}
.trademarkList a li { width: 49.5%; text-align: center;}
/*-------- SERVICE --------*/
.topAbout .serviceCnt .readTitle { font-size: 22px; line-height: 35px;}
/*-------- CASE STUDY - archive --------*/
.caseList .boxWH { width: 46%;}
.caseList .boxWH .image { height: 25vw;}
}
/****************************************  SP (768px↓) ****************************************/
@media screen and (max-width:768px) {
/*-------- BASE --------*/
.PCnone { display: inherit!important;}
.SPnone { display: none!important;}
.mainCnt { width: 85%; max-width: 500px;}
.pointTitle { font-size: 13.5px;}
.pointTitle:before { margin-bottom: 10px;}
.pointTitle:after { margin-top: 10px;}
.readTitle {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
		letter-spacing: 0;
}
.boxWH { padding: 20px; box-shadow: 15px 15px 15px rgba(0,0,0,0.1); filter: none; -webkit-filter: none;}
.shadowR { box-shadow: 15px 15px 15px rgba(247, 108, 105, 0.15); filter: none; -webkit-filter: none;}
.shadowB { box-shadow: 15px 15px 15px rgba(111, 194, 224, 0.15); filter: none; -webkit-filter: none;}
.shadowY { box-shadow: 15px 15px 15px rgba(255, 200, 124, 0.15); filter: none; -webkit-filter: none;}
.secCnt { padding: 35px 0;}
.secTitle.page { font-size: 18px; margin-bottom: 20px;}
.button.application {
    min-width: auto;
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}
/*-------- FOOTER --------*/
footer { padding: 60px 0 0;}
.footLogo { margin: 0 auto;}
.footNav { margin: 30px auto;}
.footNav li { width: 50%;}
.footNav li a { margin-left: 0; font-size: 12px;}
.snsCnt { margin: 30px 0 60px;}
/*-------- TOP --------*/
.topCatch { height: auto; background-image: url('../images/top/topCatchSP.jpg');}
.topCatch .txt {
    width: 100%;
    text-align: center;
    position: static;
    padding-top: 80px;
}
.topCatch h2 { font-size: 22px; line-height: 35px; margin-bottom: 25px;}
.topCatch .topCatchCap {
    width: 100%;
    position: static;
    margin-top: 30px;
    margin-bottom: -40px;
}
.capImg { padding: 10px; border: 2px #2C343E solid;}
.topMedia { padding: 50px 0 25px; text-align: center;}
.topMedia .pointTitle { display: inline-block!important; margin-top: 30px; margin-bottom: -10px;}
.topMedia-slider { width: 150%; margin-left: -25%;}
.topMedia .memo { margin-top: -20px; text-align: center!important;}
.topAbout .bgGradR { width: 100%; height: 35vh; top: 180px;}
.topAbout .mainCnt { padding: 35px 0 0;}
.topAbout .readTitle { width: 100%; margin-bottom: 20px;}
.topAbout .capImg {
    position: relative;
    width: 80%;
    max-width: 400px;
    left: inherit;
    right: 0px;
    top: 0;
    float: right;
}
.topAbout .capImg.second {
    top: -8vw;
    left: 0;
    float: left;
}
.topAbout .read { width: 100%;}
.topAbout .boxWH { width: 100%; margin-bottom: -30px; padding: 20px 10px;}
.diagnosis select, .diagnosis input, .diagnosis label { display: inline-block; margin-bottom: 10px;}
.topMerit.top { padding: 80px 0 50px!important;}
.topMerit .mainCnt { width: 100%;}
.topMerit ul li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
}
.topMerit ul li:nth-child(3) { padding-bottom: 70px;}
.topMerit ul li .icon { width: 60px; margin: 0 auto 20px;}
.topMerit ul li .buttonTxt { min-height: auto;}
.topCase .sliderBase { height: 350px; min-height: auto;}
.topCase-slider .slick-slide { display: table!important;}
.topCase-slider .slick-slide .image { width: 100%; height: 200px; position: absolute; z-index: 0;}
.topCase-slider .slick-slide .caption {
    padding: 0 8%;
    width: 100%;
    min-width: auto;
    display: table-cell;
    vertical-align: middle;
    position: static;
}
.topCase-slider .slick-slide .caption .catch {
    font-size: 15.5px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.topCase .gradBox { position: static; width: 100%; height: 150px; margin-top: -150px;}
.topCaselist-slider { width: 250%; margin-left: -75%;}
.topCaselist-slider .boxWH, .caseList .boxWH { margin: 10px; box-shadow: 15px 15px 15px rgba(0,0,0,0.1); filter: none; -webkit-filter: none;}
.topInfo { padding: 60px 0 40px;}
.topInfolist { width: 100%; margin-bottom: 40px;}
.topInfolist ul a li { display: block;}
.topInfolist ul a li .title { width: 100%; margin-top: 8px;}
/*-------- PAGE --------*/
#pageCatch { height: 35vh; min-height: 200px;}
#pageCatch p { font-size: 20px; line-height: 25px;}
#pageCatch p span { font-size: 14px; margin-top: 5px;}
/*-------- ABOUT --------*/
.teamCnt { margin: 30px auto;}
.teamCnt .title img { vertical-align: -20px;}
.teamCnt .title span { display: block; padding-left: 85px; margin-top: -10px;}
.teamList p { font-size: 13px; line-height: 19px; margin-top: 0; margin-bottom: 20px;}
.teamCnt .sub { margin-top: 10px;}
.teamList .animal { margin: 0;}
.footBan, .footBan:nth-child(2) { width: 100%; margin: 5px 0;}
.aboutPtnCnt#shinri { padding-top: 35px;}
/*-------- SERVICE --------*/
.topMerit.service { padding: 35px 5%;}
.topMerit.service  ul li { padding: 10px 10px 30px;}
.secicon { width: 60px; margin: 0 auto 10px;}
.serviceCnt { margin: 30px 0;}
.topAbout .serviceCnt .readTitle { font-size: 18px; line-height: 30px;}
.topAbout .serviceCnt.right .capImg { right: 0;}
.topAbout .serviceCnt .bgGradR.single { top: 150px; height: 18vh;}
.topAbout .serviceCnt .capImg.single { margin-bottom: 30px; width: 100%;}
.topAbout .serviceCnt .boxWH { padding: 20px; margin-bottom: 0;}
/*-------- SERVICE --------*/
.palnList { padding-top: 0; margin-top: -20px;}
.palnList li { width: 100%; margin: 15px 0; min-height: auto;}
.palnList li.full { width: 100%; min-height: auto; margin-top: 15px;}
.planTable { margin-bottom: 0; margin-top: 30px;}
.planTable, .planTable__boxWrap, .planTable__boxWrap--last, .planTable__row, .planTable__rowFeature, .planTable__text { border-right: 1px solid #fff;}
.planTable__rowTitPlan { width: auto; padding: 0;}
.planTable__colTit--basic, .planTable__colTit--full, .planTable__colTit--order { font-size: 15px; width: 80px;}
.planTable__boxWrap--full, .planTable__colTit--full { border-left: 3px solid #FEC87C; border-right: 3px solid #FEC87C;}
.planTable__colTit--full { padding-top: 5px; padding-bottom: 18px;}
.planTable__colTit--full::after {
    top: -10px;
    left: -3px;
    width: 100%;
    height: 10px;
    border-left: 3px solid #FEC87C;
    border-right: 3px solid #FEC87C;
}
.planTable__rowTit, .planTable__rowTit--last {
    width: auto;
    padding: 8px 5px;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
}
.planTable p { font-size: 13px;}
.planTable p small { font-size: 10px;}
.planTable p.priceB, .planTable p.priceF { font-size: 15px;}
.planTable p.priceB small, .planTable p.priceF small { display: block; margin-top: 3px;}
.planTable__checked--order {
    width: 8px;
    height: 12px;
    border-right: 3px solid #798088;
    border-bottom: 3px solid #798088;
}
.planTable__checked--full {
    width: 8px;
    height: 12px;
    border-right: 3px solid #ffb44b;
    border-bottom: 3px solid #ffb44b;
}
.planTable__checked--basic {
    width: 8px;
    height: 12px;
    border-right: 3px solid #78d0ad;
    border-bottom: 3px solid #78d0ad;
}
.planTable__boxWrap--lastFull {
    border-left: 3px solid #FEC87C;
    border-right: 3px solid #FEC87C;
    border-bottom: 3px solid #FEC87C;
}
.pageCourseList tr { border-bottom: 2px #f2f2f2 solid;}
.pageCourseList tr.listItem th { border-top: 2px #f2f2f2 solid;}
.pageCourseList tr th {
    border-right: 2px #f2f2f2 solid;
    padding: 8px 5px;
    font-size: 12px;
    line-height: 15px;
}
.pageCourseList tr.listItem th.basic, .pageCourseList tr.listItem th.full { font-size: 13px; width: 130px;}
.acd-label { padding: 12px 40px 12px 12px; font-size: 14px;}
.acd-label span, .acd-content span { font-size: 18px; margin-right: 5px;}
.acd-label:after {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 28px;
    background-size: 10px;
}
.acd-check:checked + .acd-label + .acd-content { padding: 15px; line-height: 22px;}
/*-------- FLOW --------*/
.flowList { margin: 0 auto -30px;}
.flowList li {
    text-align: center;
    font-weight: bold;
    padding: 50px 20px 30px;
    margin-bottom: 50px;
		text-align: left;
}
.flowList li .title { font-size: 17px; margin-bottom: 30px; text-align: center;}
.flowList li .title span { font-size: 60px;}
.flowList li:after {
    width: 20px;
    height: 40px;
    background-size: 20px;
    bottom: -45px;
    left: calc(50% - 10px);
}
/*-------- CASE STUDY - archive --------*/
.topMedia.casestudy { padding: 5px 0 20px;}
.caseList .boxWH { width: 100%; margin: 0 0 20px;}
.caseList .boxWH span { padding: 20px 15px 15px;}
.caseList .boxWH .image { height: 50vw; margin-bottom: 20px;}
.caseList .boxWH .cnt { padding: 0 20px 20px;}
/*-------- CASE STUDY - single --------*/
.casestudy .secTitle.page {
    padding: 5px;
    margin-bottom: 20px;
    font-size: 15px;
    letter-spacing: 0;
}
.caseSingle .image {
    width: 100%;
    height: 50vw;
    margin-right: 0;
    margin-bottom: 20px;
}
.caseSingle .catch { font-size: 16px; line-height: 28px; letter-spacing: 0;}
.caseSingle .effect {
    display: block;
    width: 100%;
    padding: 40px 20px 20px;
    margin-top: 45px;
}
.interview { margin-top: 35px; padding-top: 35px;}
.interview .secTitle { font-size: 22px; margin-bottom: 20px;}
.interview .cnt .question, .contentArea .subtitle {
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 10px;
    border-left: 3px #6FC2E0 solid;
    padding: 3px 0 3px 15px;
    line-height: 24px;
}
.interview .cnt { margin-bottom: 20px; font-size: 13.5px; line-height: 27px;}
.interview .cnt .cntImage { float: none; width: 100%; margin: 5px auto 15px;}
/*-------- NEWS - archive --------*/
.topInfolist.news.archive ul a li {
    padding: 15px 30px 15px 5px;
    background-size: 12px;
    background-position: center right 10px;
    background-repeat: no-repeat;
}
.topInfolist.news.archive ul a li p.title { font-size: 13px; line-height: 21px;}
.pager { margin: 30px 0 0;}
.topInfolist.news { margin-bottom: 0;}
/*-------- NEWS - single --------*/
.titleArea p.date { font-size: 14px;}
.titleArea p.cate {
    height: 22px;
    line-height: 22px;
    padding: 0 15px;
    font-size: 12px;
}
.titleArea p.title { font-size: 15px; line-height: 26px;}
.titleArea { padding-bottom: 15px; margin-bottom: 20px;}
.contentArea { font-size: 13.5px; line-height: 25px;}
.contentArea .cntImg { margin: 20px auto;}
.contentArea .subtitle { margin: 20px 0 15px;}
.newsSingle { padding-bottom: 20px;}
.nav-below { margin: 30px 0;}
/*-------- TERMS --------*/
.contentArea.policy ul li { font-size: 14px; line-height: 23px;}
.contentArea.policy ul li p { font-size: 13px;}
.contentArea.policy ul { padding-left: 20px; margin: 10px 0;}
.contentArea.policy .date { margin: 30px 0 10px;}
.contentArea.policy .contact { padding: 20px; margin-bottom: 10px;}
/*-------- LOGIN --------*/
.loginSec { padding-top: 30px; height: 100%; min-height: 500px;}
.loginSec .loginLogo { width: 140px; margin-bottom: 30px;}
.loginSec form { width: 95%;}
.loginSec input[type="email"], .loginSec input[type="password"] {
    height: 45px;
    line-height: 24px;
    box-shadow: 8px 8px 8px rgba(0,0,0,0.1);
    margin-bottom: 15px;
		font-size: 14px;
}
/*-------- APPLICATION --------*/
.applicationForm table { margin: 20px auto 0;}
.applicationForm tr { margin: 0;}
.applicationForm .item { margin-bottom: 5px;}
.applicationForm input[type="text"],
.applicationForm input[type="tel"],
.applicationForm input[type="email"],
.applicationForm textarea {
    font-size: 14px;
    padding: 5px 10px;
    height: 40px;
    line-height: 24px;
}
.applicationForm th .post { width: 50%; float: none;}
.applicationForm th .address { width: 100%; float: none; clear: both; margin-top: 10px;}
.applicationForm th .half.comp, .applicationForm th .half.dep, .applicationForm th .half.tel, .applicationForm th .half.email { width: 100%; float: none; clear: both;}
.applicationForm th .half.dep, .applicationForm th .half.email { margin-top: 20px;}
.applicationForm textarea { height: 150px; line-height: 24px;}
.applicationForm input[type="submit"] { min-width: 300px;}
}

.confirmArea {
    width: 100%;
    border: 1px solid #cbd6e2;
    font-size: 16px;
    padding: 10px 15px;
    display: block;
    border-radius: 5px;
    background-color: #f5f8fa;
}

.emergencyArea {
    border: 2px #b62905 dotted;
    padding: 30px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: left;
}