@charset "utf-8";

.error {
	color: #ff0000;
}



/* top
----------------------------------------------- */
.loading-screen {
	width: 100vw;
	height: 100vh;
	height: 100%;
	background: #F9F4E9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	padding: 60px;
}


.topmain {
	background: url(../img/top/mainimg.jpg) center center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	padding: 100px 20px 0;
}
.topmain .mainbox {
	width: 1100px;
	max-width: 100%;
}
.topmain .maintit {
	font-size: 40px;
	line-height: 2;
	font-weight: 400;
	color: #fff;
	margin-bottom: 60px;
}
.topmain .mainbtn a {
	border: 1px #fff solid;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 300px;
	height: 60px;
	color: #fff;
	font-weight: 500;
	line-height: 1.5;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
}
.topmain .mainbtn a:hover {
	background: #fff;
	color: #001722;
}
@media (max-width: 767px) {
.topmain .maintit {
	font-size: 32px;
}
.topmain .mainbtn a {
	width: 300px;
	height: 50px;
}
}

.top .contents {
	padding: 0;
}

.topconcept {
	background: linear-gradient(180deg, #F9F4E9 0%, #FCF9F3 89.2%, #FFFEFE 100%);
	padding: 100px 0 15px;
	position: relative;
}
.topbnr {
	display: flex;
	justify-content: center;
}
.topconcept .conceptbox {
	margin-top: 120px;
	position: relative;
}
.topconcept .flextxt {
	line-height: 2;
	font-weight: 500;
	color: #001722;
	position: relative;
	z-index: 1;
}
.topconcept .concept01 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.topconcept .concept01 .flexin {
	width: 41%;
	flex-shrink: 0;
}
.topconcept .concept01 .flexlist {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	column-gap: 25px;
}
.topconcept .concept01 .flexlist li {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.4em;
	line-height: 1.4;
	color: #001722;
	padding: 10px 0;
	background: #fff;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
}
.topconcept .concept01 .fleximg {
	padding-top: 40px;
	position: relative;
}
.topconcept .concept01 .flexico {
	position: absolute;
	left: calc(100% - 130px);
	top: calc(100% - 40px);
	width: 325px;
	z-index: 0;
}
.topconcept .concept02 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.topconcept .concept02 .fleximg {
	width: 41%;
	position: relative;
}
.topconcept .concept02 .fleximg:before {
	position: absolute;
	content: "";
	background: #BFD1C7;
	width: 89%;
	height: 445px;
	top: 30px;
	left: -155px;
	z-index: 0;
}
.topconcept .concept02 .fleximg img {
	position: relative;
	z-index: 1;
}
.topconcept .concept02 .flexin {
	width: 59%;
	padding: 20px 5% 20px 11.5%;
}
.topconcept .concept03 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
}
.topconcept .concept03 .fleximg {
	width: 41%;
	position: relative;
}
.topconcept .concept03 .fleximg img {
	position: relative;
	z-index: 1;
}
.topconcept .concept03 .fleximg:before {
	position: absolute;
	content: "";
	background: #DDA988;
	width: 89%;
	height: 445px;
	right: -165px;
	bottom: 65px;
	z-index: 0;
}
.topconcept .concept03 .flexin {
	padding: 20px 8% 20px 0;
	width: 59%;
	position: relative;
}
.topconcept .concept03 .flexico {
	width: 325px;
	position: absolute;
	bottom: -60px;
	right: calc(100% - 125px);
	z-index: 0;
}
@media (max-width: 1024px) {
.topconcept .concept01 {
	flex-direction: column;
	align-items: center;
}
.topconcept .concept01 .flexin {
	width: auto;
}
.topconcept .concept01 .fleximg {
	align-self: flex-end;
}
.topconcept .concept02 {
	flex-direction: column;
	align-items: flex-start;
	margin-top: 40px;
}
.topconcept .concept02 .fleximg {
	width: auto;
	align-self: flex-start;
	margin-bottom: 70px;
}
.topconcept .concept02 .fleximg:before {
	width: 100%;
	height: 100%;
	top: 20px;
	left: 20px;
}
.topconcept .concept02 .flexin {
	width: auto;
	padding: 0 20px 0 0;
}
.topconcept .concept03 {
	flex-direction: column;
	align-items: flex-start;
	margin-top: 2em;
}
.topconcept .concept03 .fleximg {
	width: auto;
	align-self: flex-end;
	margin-top: 50px;
}
.topconcept .concept03 .fleximg:before {
	width: 100%;
	height: 100%;
	right: 20px;
	bottom: auto;
	top: 20px;
}
.topconcept .concept03 .flexin {
	padding: 0 20px 0 0;
	width: auto;
}
.topconcept .concept03 .flexico {
	width: 325px;
	position: absolute;
	bottom: -60px;
	right: calc(100% - 125px);
	z-index: 0;
}
}
@media (max-width: 767px) {
.topconcept {
	padding: 80px 0 15px;
}
.topconcept .conceptbox {
	margin-top: 75px;
}
.topconcept .concept01 .flexlist {
	column-gap: 30px;
}
.topconcept .concept01 .flexlist li {
	font-size: 24px;
}
.topconcept .concept01 .fleximg {
	padding-top: 70px;
	margin-right: -20px;
	max-width: 97.5%;
}
.topconcept .concept01 .flexico {
	left: calc(100% - 150px);
	top: calc(100% - 60px);
	width: 176px;
}
.topconcept .concept02 {
	margin-top: 40px;
}
.topconcept .concept02 .fleximg {
	margin-left: -20px;
	max-width: 83.5%;
}
.topconcept .concept02 .flexin {
}
.topconcept .concept03 {
	margin-top: 0;
}
.topconcept .concept03 .fleximg {
	max-width: 91.5%;
	margin-right: -20px;
}
.topconcept .concept03 .flexico {
	width: 176px;
}
}

.topfeat {
	
}
.topfeat .hdl {
	margin-bottom: 90px;
}
.topfeat .featflex {
	display: flex;
	align-items: flex-start;
}
.topfeat .featflex+.featflex {
	margin-top: 90px;
}
.topfeat .featflex.reverse {
	flex-direction: row-reverse;
}
.topfeat .featflex .fleximg {
	width: 49.5%;
	position: relative;
}
.topfeat .featflex .fleximg:before {
	position: absolute;
	content: "";
	background: url(../img/top/dec_top.svg) center center no-repeat;
	width: 325px;
	height: 182px;
	right: -75px;
	top: -15px;
	z-index: 0;
}
.topfeat .featflex.reverse .fleximg:before {
	right: auto;
	top: auto;
	left: -75px;
	bottom: -15px;
}
.topfeat .featflex .flexin {
	width: 50.5%;
	padding: 40px 7.5% 0 11.5%;
}
.topfeat .featflex.reverse .flexin {
	padding: 40px 11.5% 0 7.5%;
}
.topfeat .featflex .flextit {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 40px;
	color: #001722;
}
.topfeat .featflex .flextit .titeng {
	font-size: 64px;
	line-height: 0.8;
	font-weight: 400;
	color: rgba(221,169,136,0.3);
}
.topfeat .featflex .flextit .titjps {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500;
	margin-top: -20px;
	padding: 0 0 0 10px;
	position: relative;
}
.topfeat .featflex .flextxt {
	color: #001722;
	line-height: 2;
}
.topfeat .featflex03 .fleximg:before {
	right: -50px;
	top: auto;
	bottom: -12px;
	background: url(../img/top/dec_top02.svg) center center no-repeat;
	width: 250px;
	height: 109px;
}
.topfeat .featbtn {
	max-width: 350px;
	margin: 90px auto 0;
}
.topfeat .featbtn a {
	display: flex;
	height: 60px;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	background: #DDA988;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	border-radius: 60px;
}
.topfeat .featbtn a:hover {
	background: #DA7E44;
}

@media (max-width: 1024px) {
.topfeat .featflex {
	flex-direction: column;
	align-items: flex-start;
}
.topfeat .featflex.reverse {
	flex-direction: column;
}
.topfeat .featflex .fleximg {
	width: auto;
	margin-top: 50px;
}
.topfeat .featflex .flexin {
	width: auto;
	padding: 0;
}
.topfeat .featflex.reverse .flexin {
	padding: 0;
}
}
@media (max-width: 767px) {
.topfeat .hdl {
	margin-bottom: 50px;
}
.topfeat .featflex+.featflex {
	margin-top: 50px;
}
.topfeat .featflex .fleximg {
	margin-top: 25px;
}
.topfeat .featflex .fleximg:before {
	background: url(../img/top/dec_top.svg) center center no-repeat;
	background-size: 176px 99px;
	width: 176px;
	height: 99px;
	right: -30px;
	top: -20px;
}
.topfeat .featflex.reverse .fleximg:before {
	right: auto;
	top: auto;
	left: -30px;
	bottom: -20px;
}
.topfeat .featflex .flextit {
	margin-bottom: 30px;
}
.topfeat .featflex .flextit .titjps {
	font-size: 20px;
	margin-top: -20px;
}
.topfeat .featflex .flextxt {
	line-height: 1.7;
}
.topfeat .featflex03 .fleximg:before {
	right: -30px;
	top: auto;
	bottom: -12px;
	background: url(../img/top/dec_top02.svg) center center no-repeat;
	background-size: 135px 59px;
	width: 135px;
	height: 59px;
}
.topfeat .featbtn {
	max-width: 300px;
	margin: 50px auto 0;
}
.topfeat .featbtn a {
	height: 50px;
	font-size: 16px;
}
}

.topmessage {
	
}
.topmessage .msaglogo {
	text-align: center;
	margin-bottom: 50px;
}
.topmessage .msagaddr {
	text-align: center;
	line-height: 1.5;
	margin-bottom: 50px;
}
.topmessage .msagbox {
	display: flex;
	justify-content: center;
	column-gap: 80px;
	margin-bottom: 85px;
}
.topmessage .msagbox .boxcont li+li {
	margin-top: 55px;
}
.topmessage .msagbox .boxtit {
	font-weight: 700;
	line-height: 1.875;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
.topmessage .msagbox .boxtit:before {
	position: absolute;
	content: "";
	background: #333;
	width: 40px;
	height: 2px;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.topmessage .msagbox .boxtxt {
	font-weight: 500;
}
.topmessage .msagmap iframe {
	width: 100%;
	height: 464px;
}
@media (max-width: 767px) {
.topmessage .msaglogo img {
	width: 267px;
}
.topmessage .msagaddr {
	margin-bottom: 60px;
}
.topmessage .msagbox {
	display: block;
	column-gap: 0;
	margin-bottom: 60px;
}
.topmessage .msagbox .boxcont+.boxcont {
	margin-top: 50px;
}
.topmessage .msagbox .boxcont li+li {
	margin-top: 20px;
}
.topmessage .msagmap iframe {
	height: 210px;
}
}

.topcovid {
	
}
.topcovid .covidbox {
	border: 20px rgba(221,169,136,0.1) solid;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 60px 50px 60px 25px;
}
.topcovid .covidmess {
	
}
.topcovid .covidhd {
	font-size: 28px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 40px;
}
.topcovid .covidtxt {
	text-indent: -1em;
	padding-left: 1em;
}
.topcovid .covidlist {
	display: flex;
	column-gap: 40px;
	margin-left: 20px;
	flex-shrink: 0;
}
.topcovid .covidlist .listico {
	text-align: center;
}
.topcovid .covidlist .listtxt {
	text-align: center;
	margin-top: 5px;
	font-weight: 500;
}
@media (max-width: 1024px) {
.topcovid .covidbox {
	flex-direction: column;
	align-items: center;
	padding: 60px 50px;
}
.topcovid .covidmess {
	margin-bottom: 50px;
}
.topcovid .covidlist {
	margin-left: 0;
}
}
@media (max-width: 767px) {
.topcovid .covidbox {
	display: block;
	padding: 25px 20px;
}
.topcovid .covidmess {
	margin-bottom: 20px;
}
.topcovid .covidhd {
	font-size: 20px;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 30px;
}
.topcovid .covidtxt {
	font-size: 14px;
}
.topcovid .covidlist {
	column-gap: 25px;
	margin-left: 0;
	justify-content: center;
}
.topcovid .covidlist .listico {
	text-align: center;
}
.topcovid .covidlist .listtxt {
	margin-top: 0;
}
}

.topnews {
	
}
.topnews .hdl {
	margin: 0;
	text-align: left;
}
.topnews .newsbox {
	display: flex;
	align-items: flex-start;
}
.topnews .newsbox .newsmess {
	width: 28%;
}
.topnews .newsbox .newsin {
	width: 72%;
}
.topnews .newsbox .newslist li {
	border-bottom: 1px rgba(31,46,129,0.1) solid;
	padding-bottom: 20px;
}
.topnews .newsbox .newslist li+li {
	padding-top: 20px;
}
.topnews .newsbox .newslist li a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.topnews .newsbox .newslist .newscont {
	flex-shrink: 0;
	margin-right: 20px;
	min-width: 150px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.topnews .newsbox .newslist .newsdate {
	font-size: 14px;
	line-height: 1.5;
}
.topnews .newsbox .newslist .newscate {
	display: flex;
	align-items: center;
	padding: 0 8px;
	color: #fff;
	background: #DDA988;
	height: 18px;
	line-height: 1.2;
	font-size: 10px;
}
.topnews .newsbox .newslist .newstxt {
	font-size: 14px;
	line-height: 1.5;
	flex: 1;
}
@media (max-width: 767px) {
.topnews .hdl {
	margin: 0 0 60px;
}
.topnews .newsbox {
	display: block;
}
.topnews .newsbox .newsmess {
	width: auto;
}
.topnews .newsbox .newsin {
	width: auto;
}
}

.topfaq {
	
}
.topfaq .hdl {
	margin-bottom: 80px;
}
.topfaq .inner {
	max-width: 950px;
}
.topfaq .faqlist li+li {
	margin-top: 30px;
}
.topfaq .faqlist .faqico {
	flex-shrink: 0;
	margin-right: 40px;
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 26px;
	line-height: 1.2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.topfaq .faqlist .qbox {
	display: flex;
	align-items: flex-start;
	padding: 0 100px 0 0;
	cursor: pointer;
	position: relative;
}
.topfaq .faqlist .qbox:before {
	position: absolute;
	content: "";
	background: url(../img/top/arrow_faq.svg) center center no-repeat;
	width: 30px;
	height: 54px;
	right: 0;
	top: 0;
	z-index: 0;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}
.topfaq .faqlist .qbox.on:before {
	transform: rotate(-180deg);
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}
.topfaq .faqlist .qtxt {
	align-self: center;
	font-size: 20px;
	font-weight: 500;
	flex: 1;
}
.topfaq .faqlist .qbox .faqico {
	border: 1px #DDA988 solid;
	color: #DDA988;
	background: #fff;
}
.topfaq .faqlist .abox {
	margin-top: 20px;
	display: none;
}
.topfaq .faqlist .aboxin {
	display: flex;
	align-items: flex-start;
	padding: 0 100px 0 0;
}
.topfaq .faqlist .abox .atxt {
	align-self: center;
}
.topfaq .faqlist .abox .faqico {
	background: #DDA988;
	color: #fff;
}
@media (max-width: 767px) {
.topfaq .hdl {
	margin-bottom: 60px;
}
.topfaq .faqlist .faqico {
	margin-right: 10px;
	width: 40px;
	height: 40px;
	font-size: 20px;
}
.topfaq .faqlist .qbox {
	padding: 0 35px 0 0;
}
.topfaq .faqlist .qbox:before {
	background: url(../img/top/arrow_faq.svg) center center no-repeat;
	width: 30px;
	height: 30px;
}
.topfaq .faqlist .qtxt {
	font-size: 16px;
}
.topfaq .faqlist .aboxin {
	padding: 0 35px 0 0;
}
}

.topcta {
	background: url(../img/top/bg_cta.jpg) center center no-repeat;
	background-size: cover;
	padding: 155px 0 115px;
	overflow: hidden;
	position: relative;
}
.topcta:before {
	position: absolute;
	content: "";
	background: rgba(0,23,34,0.5);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.topcta:after {
	position: absolute;
	content: "";
	background: url(../img/top/dec_cta.svg) center center no-repeat;
	width: 467px;
	height: 202px;
	left: 0;
	bottom: -80px;
	z-index: 1;
}
.topcta .inner {
	position: relative;
	z-index: 2;
}
.topcta .ctahd {
	text-align: center;
	color: #fff;
	font-size: 82px;
	line-height: 1;
	letter-spacing: 4px;
	font-weight: 400;
	margin-bottom: 40px;
}
.topcta .ctabtn {
	max-width: 460px;
	margin: 0 auto;
}
.topcta .ctabtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 80px;
	color: #fff;
	font-size: 26px;
	line-height: 1.5;
	font-weight: 500;
	background: #DDA988;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
.topcta .ctabtn a:hover {
	background: #DA7E44;
}
.topcta .ctaline {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topcta .ctaline .lineico {
	margin-right: 10px;
	flex-shrink: 0;
	font-size: 0;
}
.topcta .ctaline .linetxt {
	border-bottom: 1px #fff solid;
}
.topcta .ctaline .linetxt a {
	display: block;
	color: #fff;
	line-height: 1.2;
	font-weight: 500;
}
@media (max-width: 1024px) {
.topcta:after {
	left: -100px;
}
}
@media (max-width: 767px) {
.topcta {
	background: url(../img/top/bg_cta-sp.jpg) 0 center no-repeat;
	background-size: cover;
	padding: 155px 0 185px;
}
.topcta:after {
	background: url(../img/top/dec_cta.svg) center center no-repeat;
	background-size: 364px 155px;
	width: 364px;
	height: 155px;
	left: -100px;
	bottom: -50px;
}
.topcta .ctahd {
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
.topcta .ctabtn {
	max-width: 340px;
}
.topcta .ctabtn a {
	height: 60px;
	font-size: 18px;
}
.topcta .ctaline {
	margin-top: 30px;
}
.topcta .ctaline .lineico {
	margin-right: 10px;
	flex-shrink: 0;
	font-size: 0;
}
.topcta .ctaline .linetxt a {
	font-size: 14px;
}
}

.topinstag {
	
}
.topinstag .instagmess {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 60px;
}
.topinstag .hdl {
	text-align: left;
	margin: 0;
}
.topinstag .insfollow a {
	display: block;
}
.topinstag .insbox {
	text-align: center;
}
@media (max-width: 767px) {
.topinstag .instagmess {
	flex-direction: column;
	align-items: flex-start;
}
.topinstag .hdl {
	margin-bottom: 10px;
}
.topinstag .insfollow {
	align-self: flex-end;
}
}

.topstaff {
	
}
.topstaff .staffbox {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -80px;
	justify-content: center;
}
.topstaff .staffbox li {
	width: calc((100% - 50px)/4);
	margin: 0 16px 80px 0;
}
.topstaff .staffbox li:nth-child(4n) {
	margin-right: 0;
}
.topstaff .staffbox .staffitem {
	display: block;
}
.topstaff .staffbox .staffimg {
	position: relative;
}
.topstaff .staffbox .staffimg img {
	width: 100%;
}
.topstaff .staffbox .staffdet {
	text-align: center;
	margin-top: 20px;
	padding: 0 5px;
	font-size: 14px;
	color: #001722;
	line-height: 2.5;
	font-weight: 700;
}
.topstaff .staffbox .staffitem .staffimg:before {
	position: absolute;
	content: "";
	background: rgba(0,23,34,0);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
	z-index: 0;
}
.topstaff .staffbox .staffitem:hover .staffimg:before {
	background: rgba(0,23,34,0.9);
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}
.topstaff .staffbox .staffitem .staffintro {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	opacity: 0;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
	z-index: 1;
}
.topstaff .staffbox .staffitem:hover .staffintro {
	opacity: 1;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}
.topstaff .staffbox .staffitem .staffeng {
	font-size: 26px;
	letter-spacing: 0.1em;
	text-align: center;
}
.topstaff .staffbox .staffitem .staffjps {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
@media (max-width: 767px) {
.topstaff .staffbox {
	display: block;
	margin-bottom: -40px;
}
.topstaff .staffbox li {
	width: auto;
	margin: 0 0 40px;
}
.topstaff .staffbox .staffdet {
	padding: 0;
}
}

.popbox {
	display: none;
}
.fancybox-opened .fancybox-skin {
	box-shadow: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
.fancybox-close {
	width: 36px;
	height: 36px;
	top: 36px;
	right: 46px;
	background: url(../img/top/close_pop.png) center center no-repeat #DDA988;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.popinner {
	padding: 80px 110px;
	width: 1100px;
	max-width: 100%;
}
.popinner .popmess {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 95px;
	margin-bottom: 20px;
}
.popinner .popmess .popname {
	text-align: center;
}
.popinner .popmess .popeng {
	font-size: 26px;
	color: #001722;
	letter-spacing: 0.1em;
	line-height: 1.7;
	font-weight: 400;
}
.popinner .popmess .popjps {
	font-size: 20px;
	color: #001722;
	line-height: 1.7;
	font-weight: 500;
}
.popinner .popmess .popimg {
	width: 237px;
	max-width: 50%;
}
.popinner .poptit {
	text-align: center;
	color: #001722;
	font-size: 21px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 60px;
}
.popinner .popcont {
	font-weight: 500;
}
@media (max-width: 767px) {
.fancybox-opened .fancybox-skin {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.fancybox-close {
	top: 10px;
	right: 10px;
}
.popinner {
	padding: 40px 20px;
}
.popinner .popmess {
	column-gap: 20px;
}
.popinner .popmess .popeng {
	font-size: 20px;
}
.popinner .popmess .popjps {
	font-size: 16px;
}
.popinner .poptit {
	font-size: 18px;
	margin-bottom: 30px;
}
}

.toplessson {
	
}
.toplessson .innerbox {
	max-width: 1440px;
	padding: 0;
}
.toplessson .lessbox {
	position: relative;
}
.toplessson .lessbox:before {
	position: absolute;
	content: "";
	background: url(../img/top/bg_lesson01.jpg) center center no-repeat;
	background-size: cover;
	width: 60%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
.toplessson .lessbox:after {
	position: absolute;
	content: "";
	background: #DDA988;
	opacity: 0.9;
	width: 60%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
.toplessson .lessbox.reverse:before {
	position: absolute;
	content: "";
	background: url(../img/top/bg_lesson02.jpg) center center no-repeat;
	background-size: cover;
	width: 60%;
	height: 100%;
	left: auto;
	right: 0;
	top: 0;
	z-index: 0;
}
.toplessson .lessbox.reverse:after {
	position: absolute;
	content: "";
	background: #BFD1C7;
	opacity: 0.9;
	width: 60%;
	height: 100%;
	left: auto;
	right: 0;
	top: 0;
	z-index: 0;
}
.toplessson .lessbox .lessimg01 {
	position: absolute;
	right: 0;
	bottom: -40px;
	max-width: 52%;
	z-index: 1;
}
.toplessson .lessbox .lessimg02 {
	position: absolute;
	left: 0;
	bottom: -40px;
	max-width: 52%;
	z-index: 1;
}
.toplessson .lessbox .lessimg01 img,
.toplessson .lessbox .lessimg02 img {
	object-fit: cover;
	height: 476px;
}
.toplessson .lessbox+.lessbox {
	margin-top: 110px;
}
.toplessson .lessflex {
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
}
.toplessson .lessbox.reverse .lessflex {
	justify-content: flex-end;
}
.toplessson .lessflex .lesscont {
	width: 41%;
	color: #fff;
	padding: 150px 0;
}
.toplessson .lessbox.reverse .lesscont {
	color: #001722;
}
.toplessson .lessflex .lesstit {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 40px;
}
.toplessson .lessflex .lesstxt {
	font-weight: 500;
}
@media (max-width: 1024px) {
.toplessson .lessflex .lesscont {
	padding: 100px 0;
}
}
@media (max-width: 767px) {
.toplessson .lessbox {
	margin-bottom: 64vw;
}
.toplessson .lessbox.reverse {
	margin-bottom: 80vw;
}
.toplessson .lessbox:before {
	width: 100%;
}
.toplessson .lessbox:after {
	width: 100%;
}
.toplessson .lessbox.reverse:before {
	width: 100%;
}
.toplessson .lessbox.reverse:after {
	width: 100%;
}
.toplessson .lessbox .lessimg01 {
	right: 0;
	bottom: auto;
	top: calc(100% - 50px);
	max-width: none;
	width: 95%;
	z-index: 1;
}
.toplessson .lessbox .lessimg02 {
	left: auto;
	right: 0;
	bottom: auto;
	top: calc(100% - 50px);
	max-width: none;
	width: 95%;
	z-index: 1;
}
.toplessson .lessbox .lessimg01 img,
.toplessson .lessbox .lessimg02 img {
	height: auto;
	width: 100%;
}
.toplessson .lessbox+.lessbox {
	margin-top: 0;;
}
.toplessson .lessflex .lesscont {
	width: 100%;
	padding: 60px 0 80px;
}
.toplessson .lessflex .lesstit {
	font-size: 32px;
	margin-bottom: 20px;
}
}

.topprice {
	background: rgba(217,180,167,0.1);
	padding: 100px 0 110px;
}
.topprice .pricebox {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.topprice .pricebox > li {
	width: 32%;
	background: #fff;
	padding: 45px 25px 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.topprice .pricebox .priceline {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
.topprice .pricebox .priceline .linein {
	width: 100%;
	height: 7px;
	background: #BFD1C7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.topprice .pricebox .priceline .linein+.linein {
	margin-top: 4px;
}
.topprice .pricebox .pricetit {
	text-align: center;
	margin-top: 25px;
	color: #001722;
	line-height: 1.5;
	font-size: 32px;
	font-weight: 700;
}
.topprice .pricebox .pricetxt {
	margin-top: 30px;
	line-height: 1.8;
	font-weight: 500;
}
.topprice .pricebox .pricetxt li {
	padding-left: 1em;
	text-indent: -1em;
}
.topprice .pricebox .pricenum {
	text-align: center;
	margin-top: 50px;
	font-weight: 500;
	line-height: 1.4;
}
.topprice .pricebox .pricenum .numico {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}
.topprice .pricebox .pricenum .numcont {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 600;
}
@media (max-width: 767px) {
.topprice {
	padding: 60px 0;
}
.topprice .pricebox {
	display: block;
}
.topprice .pricebox > li {
	width: auto;
	padding: 40px 25px;
}
.topprice .pricebox > li+li {
	margin-top: 30px;
}
.topprice .pricebox .pricetit {
	font-size: 24px;
}
.topprice .pricebox .pricetxt {
	font-size: 14px;
}
.topprice .pricebox .pricenum {
	margin-top: 30px;
}
}

.topvoice {
	
}
.topvoice .voiceslider {
	margin: 0 -30px;
}
.topvoice .voiceslider .slick-slide {
	padding: 40px 24px;
    outline: none;
    background-color: #FBF7F5;
    border-radius: 10px;
    min-height: 550px;
    margin-right: 20px;
}
.topvoice .voiceslider .slick-slide:last-child{
	margin-right: 0;
}
.topvoice .voiceslider .voiceimg img {
	width: 150px;
    margin: 0 auto;
}
.topvoice .voiceslider .voicetit {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 500;
}
.topvoice .voiceslider .voicetxt {
	margin-top: 15px;
}
.topvoice .voiceslider .voicename {
	margin-top: 20px;
}
@media (max-width: 1024px) {
.topvoice .voiceslider {
	margin: 0 -10px;
}
.topvoice .voiceslider .slick-slide {
	padding: 40px 10px;
}
}
@media (max-width: 767px) {
.topvoice .voiceslider {
	margin: 0;
}
.topvoice .voiceslider .slick-slide {
	padding: 40px 20px;
	margin-right: 0;
}
.topvoice .voiceslider .slick-dots {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	column-gap: 12px;
}
.topvoice .voiceslider .slick-dots li {
	margin: 0;
	font-size: 0;
	border: none;
	padding: 0;
}
.topvoice .voiceslider .slick-dots li button {
	outline: none;
	background: #eee;
	width: 7px;
	height: 7px;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.topvoice .voiceslider .slick-dots li.slick-active button {
	background: #DDA988;
}
}

.topfac {
	position: relative;
}
.topfac .inner {
	max-width: 1310px;
	position: relative;
	z-index: 1;
}
.topfac .hdl {
	margin-bottom: 30px;
	text-align: left;
}
.topfac .facbox {
	padding: 80px 0 0;
	position: relative;
}
.topfac .facbox:before {
	position: absolute;
	content: "";
	background: #FBF7F5;
	width: 62.5%;
	height: calc(100% - 30px);
	right: 0;
	top: 0;
	z-index: 0;
}
.topfac .facinner {
	width: calc(100% - ((100vw - 1280px)/2));
	margin-left: calc((100vw - 1280px)/2);
	position: relative;
	z-index: 1;
}
.topfac .facslider {
	
}
.topfac .facslider .slick-slide {
	margin-right: 20px;
}
.topfac .facslider .slick-list {
	padding-right: 17.35vw;
}
.topfac .facslider img {
	width: 100%;
}
.topfac .facnavi {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	column-gap: 40px;
	padding: 90px 80px 0 0;
}
.topfac .facnavi .facprev,
.topfac .facnavi .facnext {
	cursor: pointer;
}

@media (max-width: 1330px) {
.topfac .facinner {
	width: auto;
	margin: 0;
	padding: 0 0 0 20px;
}
}
@media (max-width: 1024px) {
.topfac .facnavi {
	column-gap: 30px;
	padding: 50px 20px 0 0;
}
.topfac .facnavi .facprev,
.topfac .facnavi .facnext {
	width: 60px;
}
}
@media (max-width: 767px) {
.topfac .hdl {
	margin-bottom: 40px;
}
.topfac .facbox {
	padding: 65px 0 0;
}
.topfac .facbox:before {
	width: 88%;
	height: calc(100% - 20px);
}
.topfac .facslider .slick-slide {
	margin-right: 25px;
}
.topfac .facslider .slick-list {
	padding-right: 20px;
}
.topfac .facnavi {
	column-gap: 25px;
	padding: 50px 0 0 0;
}
.topfac .facnavi .facprev,
.topfac .facnavi .facnext {
	cursor: pointer;
	width: 50px;
}
}



/* tlp
----------------------------------------------- */
.tlpblock+.tlpblock {
	margin-top: 85px;
}
.tlptxt {
	line-height: 1.5;
	color: #4E4D4D;
	font-weight: 500;
}

@media (max-width: 767px) {
.tlpblock+.tlpblock {
	margin-top: 50px;
}
}



/* news
----------------------------------------------- */
.postdc {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.postdc .postdate {
	font-size: 14px;
	line-height: 1.5;
	color: #001722;
	margin-right: 20px;
}
.postdc .postcate {
	color: #fff;
	background: #DDA988;
	padding: 5px 8px;
	font-size: 10px;
	line-height: 1;
}
.posthd {
	margin-bottom: 85px;
	color: #001722;
	font-size: 24px;
	line-height: 1.5;
}
.post-body p,
.post-body div{
	color: #001722;
	line-height: 2;
	font-weight: 500;
}
.postnavi {
	margin-top: 135px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 40px;
}
.postnavi a {
	display: block;
	color: #DDA988;
	line-height: 2;
	font-weight: 500;
}
.postnavi .postprev {
	background: url(../img/common/arrow_prev.svg) 0 center no-repeat;
	padding-left: 40px;
}
.postnavi .postnext {
	background: url(../img/common/arrow_next.svg) right center no-repeat;
	padding-right: 40px;
}
.postnavi .posthome {
	
}

@media (max-width: 767px) {
.postdc {
	margin-bottom: 10px;
}
.postdc .postdate {
	margin-right: 10px;
}
.posthd {
	margin-bottom: 40px;
	font-size: 20px;
}
.postnavi {
	margin-top: 70px;
	column-gap: 20px;
}
.postnavi a {
	font-size: 14px;
}
.postnavi .postprev {
	background: url(../img/common/arrow_prev.svg) 0 center no-repeat;
	background-size: 25px auto;
	padding-left: 30px;
}
.postnavi .postnext {
	background: url(../img/common/arrow_next.svg) right center no-repeat;
	background-size: 25px auto;
	padding-right: 30px;
}
}


/* XXXXXXXXXXXXXXXXX
----------------------------------------------- */

@media (max-width: 1024px) {

}
@media (max-width: 767px) {

}


