@charset "UTF-8";
/*--------------------------------------------
 *  Global
 * --------------------------------------------*/
html {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

::-webkit-input-placeholder {
	color: #cbcaca;
}

::-moz-placeholder {
	color: #cbcaca;
}

:-ms-input-placeholder {
	color: #cbcaca;
}

::-ms-input-placeholder {
	color: #cbcaca;
}

::placeholder {
	color: #cbcaca;
}

header {
	overflow-y: auto;
	height: 100vh;
	padding-bottom: 80px;
}

body {
	min-width: 375px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

#smallBanner {
	margin-top: 92px;
	margin-bottom: 100px;
}
#smallBanner.smallBanner__prof {
	margin-top: 98px;
}

.whatwecando {
	margin-bottom: 100px;
}

.sdgs {
	margin-bottom: 100px;
}

#profArea.profArea__prof {
	margin-top: 26px;
	margin-bottom: 36px;
}
#profArea .ttlWrap {
	margin-bottom: 40px;
}

#snsNav {
	margin-bottom: 15px;
}

small {
	font-size: 0.625rem;
}

@media screen and (max-width: 1200px) {
	header {
		top: 0;
	}
}
@media screen and (max-width: 768px) {
	main {
		overflow-x: hidden;
	}

	article #keyVisual {
		margin-bottom: 20px;
	}
	article #keyVisual #kv {
		height: 254px;
	}
	article #keyVisual #kv::before, article #keyVisual #kv::after {
		bottom: -26px !important;
	}
	article #keyVisual #kv::before {
		left: 5px !important;
	}
	article #keyVisual #kv .ttlWrapTop {
		margin-top: 30px;
		margin-bottom: 0;
	}
	article #keyVisual #kv .ttlWrapTop .ttl_en {
		margin-bottom: 0;
	}
	article #keyVisual #bredCrumb {
		padding-top: 15px;
	}
	article #keyVisual #bredCrumb ul {
		overflow: auto;
		padding: 0 0 20px;
	}
	article #keyVisual #bredCrumb ul li {
		font-size: 0.75rem;
	}
	article #keyVisual #bredCrumb ul li:last-child {
		overflow: visible;
		text-overflow: unset;
	}
	article #keyVisual #bredCrumb ul li a {
		text-decoration: none;
		position: relative;
	}
	article #keyVisual #bredCrumb ul li a::after {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #22ac38;
		position: absolute;
		left: 0;
		bottom: -4px;
	}
	article #keyVisual .ttlWrapTop h1 {
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		letter-spacing: 0 !important;
	}
}
@media screen and (max-width: 768px) {
	#blogList {
		margin-bottom: 60px !important;
	}

	.slick-dots {
		bottom: -40px;
	}

	#home #memoryArea {
		margin-top: -20px;
	}

	#youtubeArea {
		font-size: 0.875rem;
	}

	#profArea .ttlWrap {
		margin-bottom: 20px;
	}

	.profile_relationship {
		margin-bottom: 60px !important;
	}

	.sdgs {
		margin-bottom: 35px;
	}

	#smallBanner {
		margin-top: 40px;
		margin-bottom: -60px;
	}
}
@media screen and (max-width: 479px) {
	#home #memoryArea {
		margin-top: calc(-32 / 750 * 100vw);
	}
	#home #memoryArea .ttlWrap {
		margin-bottom: 19px;
	}

	#blogList a {
		margin: 0 10px;
		padding: 0 10px;
	}
	#blogList a .blogInfo {
		padding: 30px 20px 28px 30px;
	}
	#blogList a .blogInfo .title {
		font-size: 1rem;
		line-height: 1.35;
	}
	#blogList a .blogInfo .date {
		margin-bottom: 13px;
	}
	.catName {
		height: 32px;
		top: -17px;
	}
	.catName::after {
		border-width: 16px !important;
	}

	#columnArea .leadTxt {
		margin-bottom: 20px;
	}

	.slick-prev {
		left: -4px;
	}

	.slick-next {
		right: -4px;
	}
}
/*--------------------------------------------
 *  Title
 * --------------------------------------------*/
.ttlWrap.camera::before {
	content: url(../../images/friend/camera.png);
	width: 99px;
	height: 60px;
	display: block;
	margin: 0 auto 30px auto;
}

.ttlWrap.mei::before {
	background-repeat: no-repeat;
}

.ttlWrap.bluegreen .ttlWrap__header::first-letter {
	color: #22a791;
}

.ttlWrap.yellow .ttlWrap__header::first-letter {
	color: #febb3f;
}

.ttlWrap .ttl_en {
	color: #fa931e;
}

.ttlWrap .ttlWrap__header.lev2 {
	font-size: 2.625rem;
	line-height: 1.4;
	letter-spacing: 1.6px;
}

.ttlWrap .ttlWrap__header.lev3 {
	font-size: 2.25rem;
}

.ttlWrap__bluegreen .ttl_en {
	color: #22a791;
}

.ttlWrap__blue .ttl_en {
	color: #299fdb;
}

.ttlWrap__youtube img {
	max-height: 45px;
}

.ttlWrap__youtube .ttlWrap__header {
	padding-left: 12px;
}

.ttlWrap__youtube .ttlWrap__header span {
	position: relative;
	top: 8px;
	font-size: 2.25rem;
	margin-left: 12px;
	letter-spacing: -1px;
}

.ttlWrap__youtube.uline::after {
	margin-top: 26px;
}

.ttlWrap__profile h1 {
	font-size: 2.25rem;
	line-height: 1.1;
}

.ttlWrap__profile h1 > span {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.ttlWrap__profile.uline::after {
	margin-top: 30px;
}

.ttlWrap.column::before {
	position: relative;
	top: -10px;
}

@media screen and (max-width: 768px) {
	article #keyVisual #kv .ttlWrapTop h1,
	article #keyVisual #kv .ttlWrapTop .h1 {
		font-size: 1.75rem;
	}
	article #keyVisual #kv .ttlWrapTop .ttl_en {
		font-size: 1rem;
	}

	.ttlWrap .ttlWrap__header.lev2, .ttlWrap .ttlWrap__header.lev3 {
		font-size: 1.75rem;
	}
	.ttlWrap.uline .ttlWrap__header.lev3 {
		font-size: 1.5rem;
	}

	.ttlWrap__flow {
		margin-bottom: 30px;
	}

	.ttlWrap.camera::before {
		content: url(../../images/friend/camera_sp.png);
		width: 75px;
		height: 53px;
		margin-bottom: 17px;
	}

	.ttlWrap.uline::after {
		height: 7px;
		margin-top: 13px;
		background-size: contain;
	}

	.ttlWrap__youtube img {
		max-height: 30px;
	}
	.ttlWrap__youtube .ttlWrap__header {
		padding-left: 4px;
	}
	.ttlWrap__youtube .ttlWrap__header span {
		margin-left: 10px;
		font-size: 1.5rem;
		top: 4.5px;
	}
}
/*--------------------------------------------
 *  Button
 * --------------------------------------------*/
.btnArea .el_btn {
	position: relative;
	display: block;
	width: 37.5%;
	margin: 0 auto;
	background: -webkit-gradient(linear, left top, right top, from(#e83828), color-stop(33.3%, #f18e1d), color-stop(66.6%, #22ac38), to(#299fdb));
	background: linear-gradient(90deg, #e83828 0%, #f18e1d 33.3%, #22ac38 66.6%, #299fdb 100%);
	border-radius: 30px;
	padding: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	color: white;
	text-align: center;
	letter-spacing: 0.1rem;
	-webkit-transition: opacity 0.3s ease-out;
	transition: all .2s;
}

.btnArea .el_btn::after {
	content: url(../../images/common/arrow_white.png);
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .2s;
}

.btnArea .el_btn:hover {
	box-shadow: 0 5px 10px rgb( 0, 0, 0, .2);
}

.btnArea .el_btn:hover::after {
	right: 25px;
}

.btnArea .el_btn.disable {
	background: #aaa;
}

.btnArea .el_btn.disable::after {
	display: none;
}

.btnArea__confirmation {
	margin-top: 36px;
}

.btnArea__confirmation a {
	max-width: 360px;
	padding: 20px 0;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -1px;
}

.bnrArea__friend {
	margin-top: 30px;
}

.bnrArea__profile {
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.btnArea .el_btn {
		width: 295px;
		padding: 15px 0 17px 0;
		font-size: 1.125rem;
		line-height: 1;
	}
	.btnArea .el_btn::after {
		right: 22px;
	}

	.btnArea__confirmation a {
		width: 295px;
		padding: 15px 0 17px 0;
		font-size: 1.125rem;
		line-height: 1;
	}
	.btnArea__confirmation a::after {
		right: 22px;
	}

	.bnrArea__profile {
		margin-top: 30px;
	}
}
/*--------------------------------------------
 *  Navigation
 * --------------------------------------------*/

nav#globalMenu {
	border: none;
	position: relative;
	padding-bottom: 1px;
	transition: all .2s;
}

nav#globalMenu::before, nav#globalMenu::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	margin: 5px 0 0 0;
	background-image: linear-gradient(to right, #d9d9d9, #d9d9d9 2px, transparent 2px, transparent 2px);
	background-size: 4px 1px;
	background-position: top;
	background-repeat: repeat-x;
	left: 0;
}

nav#globalMenu::before {
	top: 0;
}

nav#globalMenu::after {
	bottom: 0;
}

nav#globalMenu ul li a {
	font-size: 0.9375rem;
}

nav#globalMenu ul li a.to_memory span {
	color: #22ac38;
}

nav#globalMenu span {
	font-size: 0.6875rem;
}

header #telFixArea {
	background-color: transparent;
	background-image: url(../../images/common/bg_green.png);
	background-size: 750px;
	background-repeat-x: repeat;
	background-position: center top;
}
header #telFixArea #telBtn {
	line-height: 1.275;
	font-size: 0.8125rem;
	white-space: nowrap;
}

a.to_top::before {
	background-image: url(../../images/menu/top.svg) !important;
}

a.to_about::before {
	background-image: url(../../images/menu/about.svg) !important;
}

a.to_profile::before {
	background-image: url(../../images/menu/profile.svg) !important;
}

a.to_memory::before {
	background-image: url(../../images/menu/memory.svg) !important;
}

a.to_column::before {
	background-image: url(../../images/menu/column.svg) !important;
}

a.to_company::before {
	background-image: url(../../images/menu/company.svg) !important;
}

header #telFixArea {
	display: none;
	position: fixed;
	padding: 18px 20px;
}
header #telFixArea #telBtn {
	font-weight: 700;
}
header #telFixArea #telBtn::before {
	background-repeat: no-repeat;
	margin-right: 7px;
}

#telFixAreaInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
}

@media screen and ( max-height: 920px ) {

	header {
		padding: 20px 0 30px;
	}

	.el_logo {
		margin-bottom: 15px;
	}

	#snsNav {
		margin-bottom: 10px;
	}

	nav#globalMenu {
		margin-bottom: 10px;
		padding: 20px 0 10px;
	}

	nav#globalMenu ul li {
		margin-bottom: 10px;
	}

	#navInput:checked ~ header #gNavArea {
		padding-top: 95px;
	}

	#navInput:checked ~ header .el_logo {
		position: absolute;
	}

	#navInput:checked ~ header .el_logo a {
		padding-top: 0;
	}

}

@media screen and ( max-height: 920px ) and (max-width: 1200px) {

	header {
		padding: 20px 0 60px;
		overflow: hidden;
	}

	#navInput:checked ~ header {
		overflow-y: auto;
	}

}

@media screen and (max-width: 1200px) {
	nav#globalMenu::before, nav#globalMenu::after {
		/*display: none;*/
	}

	#navDrawer {
		width: 60px;
		height: 60px;
		top: 15px;
		right: 15px;
	}
	#navDrawer #humb {
		width: 60px;
		height: 60px;
	}
	#navDrawer #humb::before {
		top: 20px;
	}
	#navDrawer #humb::after {
		bottom: 21px;
	}
}
@media screen and (max-width: 768px) {
	nav#globalMenu ul {
		width: calc(100vw - 40px);
	}
	nav#globalMenu ul li {
		margin-bottom: 13px;
	}
	nav#globalMenu ul li a::before {
		width: 70px;
		height: 70px;
		margin-bottom: 7px;
	}

	header #gNavArea {
		height: 100%;
		position: fixed;
		top: 0;
		overflow: scroll;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	header #gNavArea #telArea {
		margin-top: 3px;
		margin-bottom: 21px;
		padding: 16px 20px;
	}
	header #gNavArea .bannerArea a.grad span {
		padding: 11px;
	}
	header #globalMenu {
		padding-top: 17px;
	}
	header #snsNav ul li {
		padding: 0;
	}
	header #snsNav ul li + li {
		margin-left: 6px;
	}
	header #snsNav img {
		width: 40px;
		height: 40px;
	}
	header #egaoArea {
		padding-top: 4px;
	}
	header #egaoArea img {
		width: 125px;
	}
	header #telFixArea {
		padding: 17px 20px 18px;
		pointer-events: auto;
		-webkit-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
	}
	header #telFixArea[aria-hidden=false] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
				justify-content: space-around;
	}
	header #telFixArea #snsNavFix {
		width: auto;
		margin-left: 30px;
	}
	header #telFixArea #snsNavFix li a img {
		width: 40px !important;
		max-width: initial;
	}
	header #telFixArea #snsNavFix li + li {
		margin-left: 12px;
	}
	header h1 {
		top: 0;
	}

	#navInput:checked ~ header #telFixArea {
		display: none;
	}
}
@media screen and (max-width: 479px) {
	#navInput:checked ~ header h1 a {
		padding: 27px 0 0 20px;
	}
	#navInput:checked ~ header h1 a img#vi {
		height: 40px;
	}
}
/*--------------------------------------------
 *  Footer
 * --------------------------------------------*/
footer {
	padding-top: 80px;
}

nav#footerNav ul li.to_top a::before {
	background-image: url(../../images/menu/top.svg);
}

nav#footerNav ul li.to_about a::before {
	background-image: url(../../images/menu/about.svg);
}

nav#footerNav ul li.to_profile a::before {
	background-image: url(../../images/menu/profile.svg);
}

nav#footerNav ul li.to_memory a::before {
	background-image: url(../../images/menu/memory.svg);
}

nav#footerNav ul li.to_column a::before {
	background-image: url(../../images/menu/column.svg);
}

nav#footerNav ul li.to_company a::before {
	background-image: url(../../images/menu/company.svg);
}

nav#footerNav > ul > li > a {
	font-weight: 700;
}

footer #footerInfo #telAreaFooter p {
	font-size: 0.875rem;
	padding-left: 20px;
	letter-spacing: .8px;
}
footer #footerInfo #telAreaFooter a {
	margin-left: 15px;
	margin-bottom: 4px;
	letter-spacing: -1.2px;
}
footer #footerInfo .ftbtn a {
	padding: 16px 48px;
	top: 4px;
	left: -2px;
	letter-spacing: 1px;
}

nav#footerNav {
	margin-bottom: 16px;
}

nav#footerNav h2 {
	padding: 10px 0;
	letter-spacing: 1px;
}

nav#footerNav ul {
	padding: 22px 0;
}

nav#footerNav ul li a {
	padding-left: 41px;
	letter-spacing: 1px;
	font-size: 16px;
}

nav#footerNav ul li a::before {
	margin-right: 8px;
}

nav#footerNav ul li.to_profile a, nav#footerNav ul li.to_company a {
	padding-left: 76px;
}

nav#footerNav ul li ul li a {
	padding-left: 25px;
	font-size: 14px;
}

footer .license {
	margin-bottom: 45px;
}
footer .egao {
	margin-bottom: 18px;
}

footer .egao + small {
	font-size: 12px;
	letter-spacing: .7px;
}

@media screen and (max-width: 768px) {
	footer {
		background-size: 35px, contain;
		padding-top: 43px;
		padding-bottom: 115px;
	}
	footer #footerNav h2 {
		padding-left: 20px;
		font-size: 1.625rem;
		font-weight: 400;
	}
	footer #footerInfo #telAreaFooter p {
		padding-left: 0;
	}
	footer #footerInfo .ftbtn a {
		width: calc(100% - 40px);
		position: relative;
		font-size: 18px;
		letter-spacing: 1px;
		padding: 14.4px 36px 15px 40px;
		left: 0;
	}
	footer #footerInfo .ftbtn a::after {
		display: block;
		content: '';
		width: 10px;
		height: 18px;
		background: url(../../images/common/arrow_white.png ) center center / contain no-repeat;
		position: absolute;
		right: 24px;
		top: 50%;
		transform: translateY( -50% );
	}
	footer #footerInfo #telAreaFooter {
		border-radius: 10px;
		padding: 14px 2% 15px;
		margin-bottom: 17px;
	}
	footer #footerInfo #telAreaFooter a {
		margin-left: 0;
		margin-bottom: 8px;
	}
	footer #footerInfo #telAreaFooter a {
		font-size: 1.75rem;
	}
	footer .license {
		font-size: 0.625rem;
		line-height: 2.2;
		margin-bottom: 33px;
	}
	footer .egao {
		margin-bottom: 12px;
	}
	footer .egao > img {
		width: 192px;
	}

	nav#footerNav h2 {
		padding-top: 17px;
		padding-bottom: 15px;
		letter-spacing: 1.6px;
	}
	nav#footerNav ul {
		padding: 3px 0 0 0;
	}

	nav#footerNav ul li a {
		padding: 19px 20px;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.6;
		letter-spacing: .8px;
	}
	nav#footerNav ul li a::before {
		margin-right: 16px;
	}
	nav#footerNav ul li a::after {
		content: "";
		width: 10px;
		height: 16px;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		right: 20px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		image-rendering: -webkit-optimize-contrast;
	}

	nav#footerNav ul li.to_top a::after {
		background-image: url(../../images/common/arrow_red.png);
	}

	nav#footerNav ul li.to_about a::after {
		background-image: url(../../images/common/arrow_orange.png);
	}

	nav#footerNav ul li.to_profile a::after {
		background-image: url(../../images/common/arrow_yellow.png);
	}

	nav#footerNav ul li.to_memory a::after {
		background-image: url(../../images/common/arrow_green.png);
	}

	nav#footerNav ul li.to_column a::after {
		background-image: url(../../images/common/arrow_bluegreen.png);
	}

	nav#footerNav ul li.to_company a::after {
		background-image: url(../../images/common/arrow_blue.png);
	}

	nav#footerNav ul li.to_profile a,
nav#footerNav ul li.to_company a {
		padding-left: 20px;
	}

	nav#footerNav > ul > li > ul > li > a {
		font-size: 18px;
		padding: 23px 20px 23px 73px;
	}
}
@media screen and (max-width: 1200px) {
	footer .footerInfo__logo img {
		max-width: 300px;
	}
	footer #footerInfo .ftbtn a {
		margin-left: 20px;
	}
}
@media screen and (max-width: 992px) {
	footer #footerInfo {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	footer .footerInfo__logo {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	.footerInfo__logo {
		padding: 0 5%;
	}

	#footerInfo .footerInfo__logo {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 479px) {
	footer {
		background-size: 35px, 157%;
	}
}
/*--------------------------------------------
 *  KV
 * --------------------------------------------*/
article#friend #keyVisual #kv {
	background-image: url(../../images/profile/kv.png);
}

article#about #keyVisual #kv {
	background-image: url(../../images/about/kv.png);
}

article#contact #keyVisual #kv,
article#contactThanks #keyVisual #kv {
	background-image: url(../../images/contact/kv.png);
}

@media screen and (max-width: 768px) {
	article#about #keyVisual #kv {
		background-image: url(../../images/about/kv_sp.png);
	}

	article#friend #keyVisual #kv {
		background-image: url(../../images/profile/kv_sp.png);
	}

	article#contact #keyVisual #kv,
article#contactThanks #keyVisual #kv {
		background-image: url(../../images/contact/kv_sp.png);
	}
}
/*--------------------------------------------
 *  Top
 * --------------------------------------------*/
#columnArea #columnList {
	padding-top: 0;
}
#columnArea #columnList a .blogInfo .date {
	color: #999;
}
#columnArea #columnList a .blogThmb .catName {
	margin-left: -10px;
}

#aboutArea .abInr {
	margin-bottom: 280px;
}

#blogList {
	margin-bottom: 30px;
}

#profArea {
	margin-bottom: 68px;
}

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

	#profArea {
		margin-bottom: 48px;
	}

	header h1 a {
		padding: 28px 0 0 22px;
	}

	#memoryArea .btnArea a {
		font-size: 1.125rem;
		width: calc(100vw - 80px);
		padding: 15px;
	}

	#feature #headLine {
		bottom: 11.5%;
	}
	#feature #headLine h1 {
		width: 80px;
	}
	#feature #headLine a {
		width: calc(100% - 80px);
	}

	#aboutArea .abInr {
		padding-top: 0;
	}

	#youtubeArea #ytInr {
		padding-top: 0;
	}
	#youtubeArea #ytInr::before {
		content: "";
		width: calc(410/750 * 100vw);
		height: calc(374/750 * 100vw);
		background-image: url(../../images/home/yt_bg.png);
		background-size: contain;
		background-repeat: no-repeat;
		top: calc(-280 / 750 * 100vw);
		right: calc(-10 / 750 * 210vw);
	}
	#youtubeArea #ytInr h2 {
		margin-bottom: 10px;
	}

	#contactArea {
		background-image: url(../../images/home/contact_bg_sps.png);
		background-size: 100% 100%;
		min-height: 645px;
	}
	#contactArea #contactWrap p {
		font-size: 0.875rem;
	}

	#columnArea #columnList a .blogThmb .catName {
		height: 25px;
		top: -9px;
		left: 4px;
		font-size: 0.75rem;
		font-weight: 700;
		padding: 10px 9px 10px 13px;
	}
	#columnArea #columnList a .blogThmb .catName::after {
		border-top-width: 12.5px !important;
		border-right-width: 8.5px !important;
		border-bottom-width: 12.5px !important;
		border-left-width: 8.5px !important;
		right: -8.5px;
	}
	#columnArea #columnList a .blogInfo .title {
		font-size: 0.875rem;
		line-height: 1.65;
		margin-bottom: 10px;
		letter-spacing: .6px;
	}
	#columnArea #columnList a .blogInfo .date {
		font-size: 0.875rem;
		margin-bottom: 10px;
	}
	#columnArea #columnList a .blogInfo .more {
		font-size: 14px;
		letter-spacing: 1px;
	}
	#columnArea #columnList a .blogInfo .more::before {
		width: 15px;
		height: 15px;
	}

	#columnArea {
		margin-bottom: 60px;
	}
	#columnArea #columnList {
		padding-top: 0;
	}
	#columnArea #columnList .ttlWrap {
		margin-bottom: 10px;
	}
	#columnArea #columnList h1 {
		letter-spacing: -1px;
	}
	#columnArea .ttlWrap {
		margin-bottom: 10px;
	}
	#columnArea .leadTxt {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 992px) {
	#contactArea #contactWrap::after {
		width: 200px;
		height: 223px;
		right: -80px;
	}
}
@media screen and (max-width: 768px) {
	#contactArea #contactWrap::after {
		width: 157px;
		height: 260px;
		right: -20px;
		bottom: -253px;
	}

	#columnArea {
		margin-bottom: 56px;
	}
	#columnArea .bnrArea {
		margin-top: 40px;
	}

	#aboutArea .abInr {
		margin-top: -10px;
		margin-bottom: 92px;
	}
	#aboutArea .abInr::after {
		left: -50px;
		bottom: -72px;
	}
	#aboutArea .abInr .ttlWrap {
		margin-bottom: 10px;
	}
	#aboutArea .abInr p {
		line-height: 2.05;
		margin-bottom: 24px;
	}
	#aboutArea .abInr .btnArea a {
		width: calc(100vw - 80px);
		padding: 14px;
		font-size: 1.125rem;
	}
	#aboutArea .abInr .btnArea a::after {
		right: 22px;
	}
}
@media screen and (max-width: 479px) {
	#feature {
		min-height: auto;
	}
	#feature #headLine {
		width: calc(100% - 20px);
		bottom: calc(134 / 750 * 100vw);
	}
	#feature #headLine a {
		padding: 18px 40px 20px 18px;
	}
	#feature #headLine a::after {
		right: 13px;
		width: 10px;
	}
	#feature #keyVisual h1 {
		width: auto;
		top: calc(422 / 750 * 100vw);
	}
	#feature #keyVisual h1 img {
		width: calc(100vw - 10px);
	}
	#home #memoryArea {
		margin-bottom: 64px;
	}
	#home #memoryArea .btnArea a {
		width: calc(100vw - 80px);
		padding: 15px;
	}
	#home #memoryArea .btnArea a::after {
		right: 22px;
	}

	#youtubeArea {
		padding-bottom: 48px;
	}
	#youtubeArea .ttlWrap {
		margin-bottom: 20px;
	}
	#youtubeArea #pWrap #ytPlayer {
		padding-top: 0;
		margin-bottom: 20px;
	}
	#youtubeArea #ytInr p {
		line-height: 2;
	}

	#contactArea {
		margin: 0 auto 123px auto;
		min-height: 560px;
		background-size: 100% 90%;
		background-position: center 6px;
	}
	#contactArea .cWrapper {
		min-height: 560px;
	}
	#contactArea #contactWrap::before {
		bottom: -213px;
	}
	#contactArea #contactWrap::after {
		right: -13px;
		bottom: -246px;
	}
	#contactArea #contactWrap p {
		line-height: 2.1;
		font-size: 0.875rem;
		margin-bottom: 15px;
	}
	#contactArea #contactWrap .btnArea {
		width: calc(100vw - 80px);
		margin-left: auto;
		margin-right: auto;
	}
	#contactArea #contactWrap .btnArea a {
		padding: 16px;
		font-size: 1rem;
	}
	#contactArea #contactWrap .btnArea a::after {
		right: 18px;
	}
	#contactArea .ttlWrap {
		margin-bottom: 12px;
	}
	#contactArea #contactWrap #telAreaw {
		padding: 16px 20px 10px 20px;
		margin: 0 auto 24px auto;
	}
	#contactArea #contactWrap #telAreaw a {
		font-size: 1.75rem;
	}
	#contactArea #contactWrap #telAreaw p {
		font-size: 0.875rem;
		line-height: 1.8;
	}

	#columnArea #columnList {
		margin-bottom: 24px;
		margin-right: -5%;
		margin-left: -5%;
	}
	#columnArea #columnList a {
		padding: 33px 5%;
	}
	#columnArea #columnList a .blogThmb .catName {
		top: -9px;
		left: 4px;
	}
	#columnArea #columnList a .blogInfo .date {
		line-height: 0.6;
		margin-bottom: 11px;
	}
	#columnArea #columnList a .blogInfo .title {
		line-height: 1.7;
	}
	#columnArea .btnArea a {
		width: calc(100vw - 80px);
		padding: 14px;
		font-size: 1.125rem;
	}
	#columnArea .btnArea a::after {
		right: 22px;
	}
}

/*--------------------------------------------
 *  Profile
 * --------------------------------------------*/
#gallery {
	margin-top: 120px;
	max-width: calc(100vw - 240px);
}

#house {
	margin-top: 140px;
}

.profile_youtubeArea {
	margin-top: 90px;
}

.profile_relationship {
	margin-bottom: 90px;
}

.profile_relationship img {
	display: block;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

#contactArea.contactArea_profile {
	margin-top: 103px;
	margin-bottom: 83px;
}

#memoryArea.profile_memoryArea {
	margin-top: 100px;
}

.gallery_wrapper {
	width: 100%;
}

#profile_detail {
	margin-top: 10px;
}

@media screen and (max-width: 1200px) {
	#gallery {
		max-width: 100vw;
	}
}
@media screen and (max-width: 768px) {
	#contactArea.contactArea_profile {
		margin-top: 55px;
		background-size: 100% 99%;
	}

	#house {
		margin-top: 60px;
	}

	.bl_house .header {
		font-size: 24px !important;
	}

	#gallery {
		margin-top: 60px;
	}

	#friend {
		margin-bottom: 120px;
	}

	#smallBanner.smallBanner__prof {
		margin-top: 25px;
	}

	.bl_comment .box {
		margin-bottom: 50px;
	}

	.profile_youtubeArea {
		margin-top: 50px;
		margin-bottom: 20px;
	}

	.youtube_program .ttlWrap .ttlWrap__header {
		font-size: 24px;
	}

	#memoryArea.profile_memoryArea {
		margin-bottom: 50px;
		padding-top: 20px;
	}

	article#friend #keyVisual {
		margin-bottom: 48px;
	}
}
/*--------------------------------------------
 *  About
 * --------------------------------------------*/
#about #memoryArea.memoryArea_about {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	article#about #keyVisual,
	article#weeding #keyVisual {
		margin-bottom: 48px;
	}

	#about #memoryArea {
		margin-bottom: 60px;
	}
	#about #memoryArea .btnArea a {
		padding: 14px 0 16px;
		font-size: 1rem;
		font-weight: 400;
	}
	#about .ttlWrap {
		margin-bottom: 30px;
	}

	#greenAdventure {
		margin-top: 0;
	}
	article#about #greenAdventure {
		margin-bottom: 60px;
	}
	#greenAdventure .ttlWrap.mei::before {
		margin-bottom: 10px;
	}
	#greenAdventure .ttlWrap .ttl_en {
		margin-bottom: 10px;
	}

	.ttlWrap__triBorder {
		display: block;
	}
	.ttlWrap__triBorder .ttlWrap__header > span {
		display: block;
		padding: 0 20px;
		font-size: 1.5rem;
	}

	.flow {
		margin-top: 180px;
	}
}
/*--------------------------------------------
 *  Company
 * --------------------------------------------*/
article#company #companyInfo table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border-bottom: none;
}
article#company #companyInfo table tr::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #312a2a, #312a2a 1px, transparent 1px, transparent 2px);
	background-size: 4px 1px;
	background-position: top;
	background-repeat: repeat-x;
	bottom: 0;
	left: 0;
}

article#company #companyInfo table tr th,
article#company #companyInfo table tr td {
	line-height: 1.2;
}
article#company #companyInfo table tr th {
	-ms-flex-negative: 0;
			flex-shrink: 0;
	padding: 36px 0 36px 40px;
}
article#company #companyInfo table tr td {
	width: 100%;
	padding-left: 0;
	padding: 37px 0;
}
article#company #companyInfo table tr:nth-of-type(1) th,
article#company #companyInfo table tr:nth-of-type(1) td {
	padding-top: 44px;
}
article#company #companyInfo table tr:last-of-type th {
	-ms-flex-item-align: start;
			align-self: flex-start;
}

article#company #companyInfo table tr.multiLine th,
article#company #companyInfo table tr.multiLine td {
	position: relative;
	line-height: 2.1;
	padding-top: 31px;
	padding-bottom: 30px;
}

article#company #companyInfo table tr td.flex .colsLeft {
	width: auto;
	margin-right: 24px;
}
article#company #companyInfo table tr td.flex .colsRight {
	width: auto;
}
article#company #companyInfo table tr td.flex a.btn {
	width: 210px;
	margin-top: 7px;
}
article#company #companyInfo table tr td.flex a.btn::before {
	margin-top: 2px;
}

@media screen and (max-width: 768px) {
	article#company #keyVisual {
		margin-bottom: 48px;
	}

	article#company #companyInfo table tr {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	article#company #companyInfo table tr th, article#company #companyInfo table tr td {
		padding-left: 0;
	}
	article#company #companyInfo table tr:nth-of-type(1) th, article#company #companyInfo table tr:nth-of-type(1) td {
		padding-top: 0;
		padding-left: 0;
	}
	article#company #companyInfo table tr.multiLine th,
	article#company #companyInfo table tr.multiLine td {
		padding: 0;
	}
	article#company #companyInfo table tr td.flex .colsLeft {
		margin-right: 0;
	}
	article#company #companyInfo table tr td.flex a.btn {
		margin-top: 13px;
	}
}
@media screen and (max-width: 479px) {
	#company .wrapper__company {
		width: 100%;
	}

	article#company #massageArea {
		margin-top: 260px;
		margin-bottom: 56px;
		padding-bottom: 40px;
		border-radius: 0;
	}
	article#company #massageArea::after {
		bottom: auto;
		top: 43px;
		font-size: 3.125rem;
	}
	article#company #massageArea .thmb {
		margin-top: -245px;
	}
	article#company #massageArea .thmb img {
		display: block;
		/*width: 190px;*/
		width: 225px;
		margin: 0 auto;
	}
	article#company #massageArea .txt {
		margin-top: 30px;
	}
	article#company #massageArea .txt h3 {
		margin-bottom: 8px;
	}
	article#company #massageArea .txt p {
		line-height: 2.1;
	}
	article#company #massageArea .txt .name {
		margin-top: 16px;
	}

	article#company #companyInfo {
		margin-top: 22px;
		margin-bottom: 40px;
	}
	article#company #companyInfo table tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 20px 0;
	}
	article#company #companyInfo table tr.multiLine {
		padding: 15px 0 27px 0;
	}
	article#company #companyInfo table tr th, article#company #companyInfo table tr td {
		padding-top: 0;
		padding-bottom: 0;
		line-height: 2;
	}
	article#company #companyInfo table tr th {
		width: 106px;
		-ms-flex-negative: 0;
				flex-shrink: 0;
	}
	article#company #companyInfo table tr td {
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		letter-spacing: initial;
	}
	article#company #companyInfo table tr td.flex {
		line-height: 1.55;
	}
	article#company #companyInfo table tr td.flex .tbInr {
		margin-bottom: 0;
	}
	article#company #companyInfo table tr td.flex .tbInr ul li:last-of-type {
		margin-bottom: 0;
	}
	article#company #companyInfo table tr td a.btn {
		width: 210px;
		margin-top: 14px;
		margin-left: 0;
		padding: 10px;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}

	article#company #contents {
		margin-bottom: 60px;
	}
}
/*--------------------------------------------
 *  Contact
 * --------------------------------------------*/
#phone {
	margin-bottom: 80px;
}

.contactForm {
	padding-top: 64px;
	position: relative;
}

.contactForm::before {
	content: "";
	background-image: url(../../images/common/hr_dot.gif);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
}

#contact #contents {
	margin-top: 58px;
	margin-bottom: 120px;
}

#contactThanks #contents {
	margin-top: 32px;
}
#contactThanks .ttlWrap.mei {
	margin-bottom: 30px;
}
#contactThanks .ttlWrap.mei::before {
	margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
	#phone {
		margin-bottom: 40px;
	}

	#contact #contents,
#contactThanks #contents {
		margin-top: 30px;
		margin-bottom: 60px;
	}
	#contact .ttlWrap,
#contactThanks .ttlWrap {
		margin-bottom: 30px;
	}

	.contactForm {
		padding-top: 40px;
	}

	#profile #contactArea {
		margin-bottom: 160px;
	}
	#profile #memoryArea .btnArea a {
		width: calc(100vw - 80px);
		padding: 15px;
		font-weight: 500;
	}
	#profile #memoryArea .btnArea a::after {
		right: 22px;
	}
	#profile #blogList {
		margin-bottom: 50px;
	}
	#profile .slick-dots {
		bottom: -37px;
	}
}

.bl_badgeWrapper > [class^=el_] {
	margin-bottom: 30px;
}

.bl_badgeUnit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.bl_badgeUnit > * + * {
	margin-left: 38px;
}

.bl_badge {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 162px;
}

.bl_badge > * {
	display: block;
}

.bl_badge > img {
	max-width: 100%;
}

.bl_badge .txt {
	margin: 11px -20px 0;
	text-align: center;
	font-weight: 700;
	line-height: 1.6;
	font-size: 1.125rem;
	white-space: nowrap;
	color: #312a2a;
}

.bl_badge .txt.single {
	margin-top: 28px;
}

.bl_media + .bl_badgeWrapper {
	margin-top: 140px;
}

@media screen and (max-width: 992px) {
	.bl_badgeUnit {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}

	.bl_badge {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	.bl_badgeWrapper > [class^=el_] {
		margin-bottom: 20px;
	}

	.bl_badgeUnit {
		overflow-x: scroll;
		-ms-flex-wrap: nowrap;
				flex-wrap: nowrap;
		width: calc(100% + 40px);
		margin-left: -20px;
		padding: 0 20px;
	}
	.bl_badgeUnit > * + * {
		margin-left: 0;
	}

	.bl_badge {
		-ms-flex-negative: 0;
				flex-shrink: 0;
	}
	.bl_badge .txt {
		margin-top: 18px;
	}

	.bl_media + .bl_badgeWrapper {
		margin-top: 35px;
	}
}

.bl_breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.875rem;
}

.bl_breadcrumb > * + * {
	margin-left: 1rem;
}

.bl_breadcrumb {
	white-space: nowrap;
}

.bl_breadcrumb li:not(:last-of-type)::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: relative;
	margin-left: .9rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 1px;
}

.bl_breadcrumb li:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
}


.bl_breadcrumb a {
	position: relative;
	color: #22ac38;
}

.bl_breadcrumb a::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #22ac38;
	position: absolute;
	bottom: 0;
	left: 0;
}

.bl_breadcrumb__prof {
	position: absolute;
	bottom: 20%;
	left: 17.2%;
	z-index: 2;
}

@media screen and (max-width: 1600px) {
	.bl_breadcrumb__prof {
		left: 40px;
		bottom: 10.7%;
	}
}
@media screen and (max-width: 768px) {
	.bl_breadcrumb {
		font-size: 0.75rem;
	}
	.bl_breadcrumb a {
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}

	.bl_breadcrumb__prof {
		position: relative;
		left: 20px;
		bottom: -47px;
	}
}

.bl_cardUnit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.bl_cardUnit + [class^=bl_] {
	margin-top: 68px;
}

.bl_card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 300px;
	margin-left: 30px;
	border-radius: 12px;
	overflow: hidden;
}

.bl_card:nth-of-type(3n-2) {
	margin-left: 0;
}

.bl_card:nth-of-type(n+4) {
	margin-top: 32px;
}

.bl_card .img > img {
	max-width: 100%;
}

.bl_card .txt {
	padding: 33px 30px 30px 30px;
	background-color: #fff;
	height: 100%;
}

.bl_card .header {
	color: #22ac38;
	font-weight: 700;
	font-size: 1.25rem;
	text-align: center;
	letter-spacing: .8px;
	position: relative;
	z-index: 1;
}

.bl_card .number {
	position: absolute;
	top: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.bl_card .sdgs-num {
	margin-top: 25px;
	text-align: center;
}

.bl_card .sdgs-num .sdgs {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 2px;
	background: #F6F6F6;
	color: #fff;
}

.bl_card .sdgs-num .sdgs-3 {
	background: #25862A;
}

.bl_card .sdgs-num .sdgs-4 {
	background: #B7001E;
}

.bl_card .sdgs-num .sdgs-11 {
	background: #F68E00;
}

.bl_card .sdgs-num .sdgs-12 {
	background: #CD7D00;
}

.bl_card .sdgs-num .sdgs-13 {
	background: #3D6726;
}

.bl_card .sdgs-num .sdgs-15 {
	background: #3A9927;
}

.bl_card .sdgs-num .sdgs-17 {
	background: #002555;
}

.bl_card .body {
	margin-top: 10px;
	font-size: 0.875rem;
	line-height: 2.1;
}

.bl_cardUnit__merit {
	margin-top: 40px;
}

@media screen and (max-width: 1200px) {
	.bl_cardUnit {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.bl_card {
		width: calc(290 / 1200 * 100vw);
		margin-left: calc(20 / 1200 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.bl_card {
		width: calc(304 / 1000 * 100vw);
	}
}
@media screen and (max-width: 768px) {
	.bl_card {
		width: calc(50% - 20px);
		margin-left: 0;
	}
	.bl_card:nth-of-type(n+3) {
		margin-top: 20px;
	}
	.bl_card:nth-of-type(2n) {
		margin-left: 20px;
	}
}
@media screen and (max-width: 479px) {
	.bl_cardUnit {
		margin-top: 20px;
	}
	.bl_cardUnit > * + * {
		margin-top: 20px;
	}
	.bl_cardUnit + [class^=bl_] {
		margin-top: 35px;
	}

	.bl_card {
		width: 100%;
		margin-left: 0 !important;
	}
}

.bl_comment {
	display: block;
}

.bl_comment .illust {
	display: block;
	width: 79px;
	height: 97px;
	margin-left: auto;
	margin-right: auto;
}

.bl_comment .box {
	border: 2px solid #312a2a;
	border-radius: 16px;
	position: relative;
	margin: 20px 0 90px;
	padding: 46px 50px 42px 50px;
}

.bl_comment .header01 {
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
	text-align: center;
}

.bl_comment .header01 span {
	display: inline-block;
	background-color: #f7f6e9;
	color: #312a2a;
	font-size: 1.5rem;
	font-weight: 700;
	padding-left: 24px;
	padding-right: 24px;
	letter-spacing: 4px;
}

.bl_comment .header02 {
	color: #22ac38;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.bl_comment .txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 10px;
	line-height: 2.1;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.bl_comment__note .box {
	padding: 33px 53px;
}

.bl_badgeWrapper + .bl_comment {
	margin-top: -6px;
}

@media screen and (max-width: 768px) {
	.bl_comment .header01 {
		top: -13px;
	}
	.bl_comment .header01 span {
		font-size: 1.25rem;
	}
	.bl_comment .illust {
		width: 53px;
		height: 66px;
	}

	.bl_comment__note .box {
		padding: 20px;
	}

	.bl_comment__profile {
		margin-top: 35px;
	}
	.bl_comment__profile .box {
		padding: 20px 25px 25px 25px;
		margin-bottom: 20px;
	}
	.bl_comment__profile .header01 span {
		padding: 0 12px;
		font-size: 1.125rem;
		white-space: nowrap;
		letter-spacing: 0;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}
	.bl_comment__profile .header02 {
		font-size: 1rem;
		line-height: 1.7;
	}
	.bl_comment__profile .txt {
		font-size: 0.875rem;
		letter-spacing: 0;
	}
}

.bl_house {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bl_house .img {
	position: relative;
}

.bl_house .img::after {
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}

.bl_house .img > img {
	max-width: calc(750 / 1700 * 100vw);
	position: relative;
	z-index: 1;
}

.bl_house .txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 2.4;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 100%;
}

.bl_house .img + .txt {
	max-width: 400px;
}

.bl_house .body {
	margin-top: 8px;
}

.bl_house .header {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: -10px;
}

.bl_house + .bl_house {
	margin-top: 60px;
}

.bl_house__01 {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	align-items: flex-start;
}

.bl_house__01.item_center {
	align-items: center;
}

.bl_house__01 .img::after {
	width: 410px;
	height: 374px;
	background-image: url(../../images/profile/bg_yellow.png);
	right: -90px;
	bottom: -56px;
}

.bl_house__01 .img + .txt {
	margin-left: 40px;
}

.bl_house__01.item_center .img + .txt {
	margin-bottom: 15px;
}

.bl_house__01 .img + .txt .header {
	width: calc(100% + 10px);
}

.bl_house__02 {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.bl_house__02.item_center {
	align-items: center;
}

.bl_house__02 .img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.bl_house__02 .img::after {
	width: 417px;
	height: 384px;
	background-image: url(../../images/profile/bg_green.png);
	left: -28px;
	bottom: -50px;
}

.bl_house__02 .img + .txt {
	margin-right: 40px;
}

.bl_house__02.item_center .img + .txt {
	margin-bottom: 15px;
}

.bl_house__02 .img + .txt .header {
	width: calc(100% + 50px);
}

.bl_houseWrapper {
	margin-top: 45px;
}

.bl_houseWrapper > * + * {
	margin-top: 60px;
}

@media screen and (max-width: 1700px) {
	.bl_house .img > img {
		max-width: calc(750 / 1700 * 100vw);
	}
	.bl_house .img::after {
		width: calc(410 / 1700 * 100vw);
		height: calc(374 / 1700 * 100vw);
	}

	/*
	.bl_house .header {
		margin-top: 10px;
		font-size: 1.5rem;
		text-align: center;
	}
	*/

	.bl_houser__02 .img::after {
		width: calc(417 / 1700 * 100vw);
		height: calc(384 / 1700 * 100vw);
	}
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
	.bl_house .img > img {
		max-width: calc(730 / 1700 * 100vw);
	}
}
@media screen and (max-width: 768px) {
	.bl_house {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.bl_house + .bl_house {
		margin-top: 30px;
	}
	.bl_house .img {
		width: 100%;
	}
	.bl_house .img > img {
		max-width: 100%;
	}
	.bl_house .txt {
		margin-left: 0 !important;
		margin-bottom: 0 !important;
		margin-top: 20px;
		font-size: 0.875rem;
		line-height: 2.1;
	}
	.bl_house .header {
		margin-top: 0;
	}

	.bl_house__01 .img::after,
.bl_house__02 .img::after {
		width: calc(366 / 750 * 100vw);
		height: calc(334 / 750 * 100vw);
		right: calc(-80 / 750 * 100vw);
		bottom: calc(-30 / 750 * 100vw);
	}

	.bl_house__02 .img {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.bl_house__02 .txt {
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
	.bl_house__02 .header {
		width: 100%;
	}

	.bl_houseWrapper {
		margin-top: 25px;
	}
}

.bl_kv {
	display: block;
	width: 100%;
	height: 680px;
	padding-bottom: 10vw;
	position: relative;
	z-index: 1;
}

.bl_kv.img-default .bl_kv_img {
	background-position: center bottom;
}

.bl_kv.img-default .bl_kv_img::after {
	background: rgba( 34, 172, 56, .4 );
}

.bl_kv_img {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.bl_kv_img::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 2;
}

.bl_kv_img.naruto {
	background-image: url(../../images/profile/naruto.jpg);
}

.bl_kv_comment {
	width: 341px;
	height: 227px;
	background-image: url(../../images/common/bubble_green.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	line-height: 2;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
	top: 190px;
	padding: 20px 42px 0;
	font-size: 1rem;
	letter-spacing: 0;
	font-weight: 400;
}

.bl_kv_under {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 2;
}

.bl_kv_under > img {
	width: 100%;
}

@media screen and (max-width: 1700px) {
	.bl_kv {
		overflow: hidden;
	}

	.bl_kv_img {
		background-size: cover;
	}
	.bl_kv_img > img {
		width: auto;
		height: 100%;
	}
}
@media screen and (max-width: 1600px) {
	.bl_kv_img {
		background-size: cover;
	}
}
@media screen and (max-width: 768px) {
	.bl_kv {
		height: 366px;
		margin-bottom: 55px;
		overflow: visible;
	}

	.bl_kv_comment {
		width: calc(512 / 2 * 1px);
		height: calc(335 / 2 * 1px);
		top: 96px;
		font-size: 0.75rem;
		text-align: left;
		padding: 20px 40px 0;
	}

	.bl_kv_img::after {
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), to(#FFF));
		background-image: linear-gradient(0deg, transparent 0 80%, #FFF 100%);
	}
}

.bl_prof {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1190px;
	justify-content: center;
	margin: 0 auto;
}

.bl_prof .img {
	position: relative;
	/*max-width: 464px;*/
}

.bl_prof .txt {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: -1.8rem;
	margin-bottom: 80px;
}

.bl_prof .img + .txt {
	width: 400px;
	margin-left: 40px;
	margin-top: -15px;
	margin-bottom: 0;
}

.bl_prof .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.35rem 0;
	position: relative;
}

.bl_prof .row::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-image: url(../../images/common/hr_dot.gif);
	background-repeat: repeat-x;
	background-position: center top;
	position: absolute;
	bottom: 0;
	left: 0;
}

.bl_prof dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 120px;
	-ms-flex-negative: 0;
			flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bl_prof dd {
	line-height: 2.3;
}

.bl_profWrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media screen and (max-width: 1700px) {
	.bl_prof {
		max-width: calc(1190 / 1700 * 100vw);
	}
}
@media screen and (max-width: 1200px) {
	.bl_prof {
		max-width: calc(1040 / 1200 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.bl_prof {
		max-width: 100%;
	}
	.bl_prof .img + .txt {
		width: 300px;
	}
}
@media screen and (max-width: 768px) {
	.bl_prof {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.bl_prof .txt {
		margin-top: 24px;
		margin-left: 0 !important;
		margin-bottom: 0;
	}
	.bl_prof .img + .txt {
		width: 100%;
	}
	.bl_prof dt, .bl_prof dd {
		font-size: 0.875rem;
		line-height: 1.5;
	}
	.bl_prof dt {
		-ms-flex-item-align: start;
				align-self: flex-start;
		letter-spacing: 1px;
	}
	.bl_prof .img {
		max-width: 97%;
		margin-bottom: 40px !important;
	}
	.bl_prof .row {
		padding: 23px 0 24px 0;
	}
	.bl_prof .row:nth-of-type(1)::before {
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		background-image: url(../../images/common/hr_dot.gif);
		background-repeat: repeat-x;
		background-position: center top;
		position: absolute;
		top: 0;
		left: 0;
	}
}

.bl_smBanner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bl_smBanner * + * {
	margin-left: 40px;
}

.bl_smBanner a {
	display: inline-block;
	border-radius: 10px;
	transition: all .3s;
}

.bl_smBanner a:hover {
	opacity: 1;
	transform: scale( 1.03 );
	box-shadow: 0 5px 10px rgb( 0, 0, 0, .2 );
}

.bl_smBanner img {
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	.bl_smBanner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.bl_smBanner * + * {
		margin-top: 20px;
		margin-left: 0;
	}
}

.bl_youtubeUnit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bl_youtubeUnit .bl_youtube {
	flex: initial;
}

.bl_youtubeUnit .bl_youtube .youtube {
	padding-top: 63.6921545861669%;
}

.bl_youtubeUnit > * {
	width: calc( ( 100% - 56px ) / 3 );
}

.bl_youtubeUnit > * + * {
	/*margin-left: calc( 20 / 690 * 100% );*/
	margin-left: 28px;
}

.bl_youtubeUnit__profile {
	margin-top: 40px;
	justify-content: center;
}

.bl_youtube iframe {
	border-radius: 10px;
	border: 4px solid #fff;
}

@media screen and (max-width: 768px) {
	.bl_youtubeUnit {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.bl_youtubeUnit > * {
		width: 100%;
	}
	.bl_youtubeUnit > * + * {
		margin-left: 0;
		margin-top: 15px;
	}

	.bl_youtubeUnit__profile {
		margin-top: 20px;
	}
	.bl_youtubeUnit__profile .bl_youtube .youtube {
		padding-top: 0;
		height: calc(275 / 560 * 100vw);
	}
	.bl_youtubeUnit__profile .bl_youtube iframe {
		height: calc(275 / 560 * 100vw);
	}
}

.bl_media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1190px;
	margin-left: 20px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.bl_media .img {
	position: relative;
}

.bl_media .img::after {
	content: "";
	width: 410px;
	height: 374px;
	position: absolute;
	background-image: url(../../images/about/y_bg01.png);
	background-size: cover;
	background-repeat: no-repeat;
	right: -93px;
	bottom: -58px;
}

.bl_media .img > img {
	position: relative;
	z-index: 1;
	max-width: calc(750 / 1700 * 100vw);
}

.bl_media .txt {
	max-width: 403px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 40px;
	padding-bottom: 20px;
	z-index: 1;
}

.bl_media .copy {
	color: #fa931e;
	font-weight: 700;
	font-size: 1.25rem;
}

.bl_media .header {
	font-weight: 700;
	color: #312a2a;
	font-size: 2.25rem;
	line-height: 1.4;
	margin-top: 15px;
}

.bl_media .body {
	margin-top: 25px;
	position: relative;
	line-height: 2.4;
}

.bl_media .btnArea {
	margin-top: 36px;
}

.bl_media .btnArea a {
	width: 100%;
	max-width: 280px;
	margin-left: 0;
	font-size: 1rem;
	font-weight: 400;
	padding: 16px;
}

.bl_media__inv {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.bl_media__inv .img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 20px;
}

.bl_media__inv .img::after {
	content: "";
	width: 417px;
	height: 384px;
	background-image: url(../../images/about/y_bg02.png);
	right: auto;
	left: -28px;
	bottom: -53px;
}

.bl_media__inv .txt {
	margin-left: 0;
}

[class^=el_] + .bl_media {
	margin-top: 50px;
}

[class^=bl_] + .bl_media {
	margin-top: 100px;
}

.sdgs-cont .bl_media {
	margin: 50px 0 0;
}

.sdgs-cont .note {
	position: relative;
	margin: 30px 0;
	font-size: 14px;
	line-height: 1.5;
}

.sdgs-cont .note a {
	text-decoration: underline;
}

/*
@media screen and (max-width: 1700px) {
	.bl_media .img::after {
		width: calc(410 / 1920 * 100vw);
		height: calc(374 / 1920 * 100vw);
	}
}
*/

@media screen and (max-width: 1200px) {
	.bl_media .img > img {
		max-width: calc(600 / 1200 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.bl_media .img > img {
		max-width: calc(470 / 1000 * 100vw);
	}
	.bl_media .txt {
		max-width: 360px;
		margin-left: calc(20 / 1000 * 100vw);
	}

	.bl_media__inv .img {
		margin-left: calc(20 / 1000 * 100vw);
	}
	.bl_media__inv .txt {
		margin-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.bl_media {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
	}
	.bl_media .img {
		width: 100%;
		margin-left: 0;
	}
	.bl_media .img::after {
		width: calc(366 / 750 * 100vw);
		height: calc(334 / 750 * 100vw);
		right: calc(-80 / 750 * 100vw);
		bottom: calc(-30 / 750 * 100vw);
	}
	.bl_media .img > img {
		max-width: 100%;
	}
	.bl_media .txt {
		max-width: 100%;
		margin-top: 27px;
		margin-left: 0;
	}
	.bl_media .copy {
		font-size: 0.875rem;
		text-align: center;
	}
	.bl_media .header {
		margin-top: 10px;
		font-size: 1.5rem;
		text-align: center;
	}
	.bl_media .body {
		margin-top: 12px;
		font-size: 0.875rem;
		line-height: 2.1;
	}
	.bl_media .btnArea {
		margin-top: 15px;
	}
	.bl_media .btnArea a {
		margin: 0 auto;
	}

	.bl_media__inv .img {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.bl_media__inv .txt {
		position: relative;
	}

	[class^=el_] + .bl_media {
		margin-top: 30px;
	}

	[class^=bl_] + .bl_media {
		margin-top: 80px;
	}

	.sdgs-cont .bl_media {
		margin: 30px 0 0;
	}

	.sdgs-cont .note {
		display: block;
		font-size: 12px;
		margin: 0 0 30px;
	}

}

.bl_stepUnit {
	padding-top: 60px;
	position: relative;
}

.bl_stepUnit > * + * {
	margin-top: 90px;
}

.bl_stepUnit::before {
	content: "";
	background-image: url(../../images/common/hr_dot.gif);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
}

.bl_step {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bl_step:last-of-type .step::after {
	display: none;
}

.bl_step .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bl_step .desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bl_step .step {
	margin-left: 10px;
	position: relative;
	z-index: 1;
}

.bl_step .step::after {
	content: "";
	position: absolute;
	background: radial-gradient(circle farthest-side, #22a791, #22a791 30%, transparent 30%, transparent);
	background-size: 7px 7px;
	content: "";
	display: inline-block;
	height: calc(100% + 90px);
	width: 7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.bl_step .txt {
	margin-left: 40px;
}

.bl_step .header {
	color: #312a2a;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.bl_step .body {
	line-height: 2.5;
	margin-top: 15px;
}

.bl_step .img {
	margin-left: 40px;
}

.bl_step .img img {
	max-width: initial;
}

.bl_step .btnArea {
	margin-top: 24px;
}

.bl_step .btnArea a {
	width: 100%;
	max-width: 280px;
	font-size: 1rem;
	margin-left: 0;
	padding: 16px 0;
}

[class^=el_] + .bl_stepUnit {
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	.bl_step .box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.bl_step .step {
		margin-left: 0;
	}
	.bl_step .step > img {
		width: 60px;
		max-width: initial;
	}
	.bl_step .desc {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.bl_step .img {
		margin-left: 15px;
	}
	.bl_step .img > img {
		max-width: 100%;
	}
	.bl_step .header {
		font-size: 1.25rem;
	}
	.bl_step .txt {
		margin-top: 21px;
		margin-left: 15px;
	}
	.bl_step .body {
		font-size: 0.875rem;
		line-height: 2.08;
	}
	.bl_step .btnArea {
		margin-top: 18px;
	}
	.bl_step .btnArea a {
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		padding-right: 15px;
	}
	.bl_step .btnArea a::after {
		content: "";
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		right: 38px;
		top: calc(50% - 1px);
	}

	.bl_stepUnit {
		padding-top: 35px;
	}
	.bl_stepUnit > * + * {
		margin-top: 40px;
	}

	[class^=el_] + .bl_stepUnit {
		margin-top: 20px;
	}
}

.bl_qaUnit > * + * {
	margin-top: 30px;
}

.bl_qa {
	padding: 30px 40px 40px 40px;
	background-color: #fff;
	border-radius: 14px;
}

.bl_qa .question {
	padding-bottom: 20px;
	position: relative;
}

.bl_qa .question .header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	font-size: 1.375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bl_qa .question .header > p {
	margin-left: 16px;
}

.bl_qa .question::before {
	content: "";
	background-image: url(../../images/common/hr_dot.gif);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.bl_qa .answer {
	padding-top: 20px;
}

.bl_qa .answer .header {
	font-size: 1.25rem;
	font-weight: 700;
	color: #299fdb;
}

.bl_qa .answer > p {
	line-height: 2.2;
}

.bl_form dl {
	margin-top: 10px;
}

.bl_form .inner {
	padding: 44px 42px 40px 42px;
	background-color: #fff;
	border-radius: 14px;
}

.bl_form .inner__rental {
	padding-top: 17px;
}

.bl_form .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0;
	border-bottom: 1px dashed #cbcaca;
}

.bl_form .row:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

.bl_form .row__adjustHeight {
	padding: 46px 0;
}

.bl_form .row__content {
	padding-top: 30px !important;
	border-bottom: none !important;
}

.bl_form .row__rental {
	display: block;
	text-align: center;
	font-size: 1.75rem;
	border-bottom: none;
	padding: 42px 0 30px;
	padding-bottom: 50px;
}

.bl_form .row__goat {
	padding-top: 32px;
	padding-bottom: 35px;
}

.bl_form .row__goat dt {
	-ms-flex-item-align: start;
			align-self: flex-start;
}

.bl_form dt {
	width: 240px;
	font-size: 1.0625rem;
	font-weight: 700;
	-ms-flex-negative: 0;
			flex-shrink: 0;
	-ms-flex-item-align: center;
			align-self: center;
}

.bl_form dt .required {
	float: right;
}

.bl_form .required {
	background-color: #22ac38;
	color: #fff;
	font-size: 14px;
	padding: 4px 10px;
	border-radius: 4px;
	font-weight: 400;
}

.bl_form dd {
	width: 100%;
	margin-left: 22px;
}

.bl_form .above {
	padding-top: 1rem;
	-ms-flex-item-align: start;
			align-self: flex-start;
}

.bl_form .privacypolicy {
	height: 150px;
	background-color: #fff;
	padding: 30px 40px;
	margin-top: 40px;
	overflow-y: scroll;
}

.bl_form .privacypolicy .header {
	font-size: 1.125rem;
	font-weight: 700;
}

.bl_form .privacypolicy .txt {
	margin-top: 18px;
	font-size: 0.875rem;
	line-height: 2.3;
}

.bl_form .privacypolicy .subHeader {
	font-size: 0.875rem;
}

.bl_form .privacypolicy .subHeader:nth-of-type(n+2) {
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.bl_form .inner {
		padding: 25px 20px;
	}
	.bl_form .inner__rental {
		padding-top: 0;
	}
	.bl_form .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 24px 0;
		border-bottom: dotted 1px #cbcaca;
	}
	.bl_form .row__rental {
		padding: 26px 0 22px 0;
		font-size: 1rem;
	}
	.bl_form .row__term dd {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 21px;
	}
	.bl_form .row__content {
		padding-top: 24px !important;
	}
	.bl_form dl {
		margin-top: 2px;
	}
	.bl_form dt {
		width: 100%;
		font-size: 1rem;
	}
	.bl_form dd {
		margin-top: 18px;
		margin-left: 0;
	}
	.bl_form .required {
		background-color: #fa931e;
		float: none !important;
		margin-left: 15px;
		padding: 2px 10px;
		font-size: 0.875rem;
	}
	.bl_form .privacypolicy {
		padding: 25px 20px;
	}
	.bl_form .privacypolicy .header {
		font-size: 1rem;
	}
	.bl_form .privacypolicy .txt {
		margin-top: 10px;
		font-size: 0.875rem;
	}
	.bl_form .above {
		padding-top: 0;
	}

}

.bl_formStepUnit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bl_formStep {
	width: 100%;
	max-width: 284px;
	color: #13a158;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
	position: relative;
}

.bl_formStep[data-status=active] {
	color: #fff;
}

.bl_formStep:nth-of-type(1), .bl_formStep:nth-of-type(2) {
	background-image: url(../../images/contact/passive.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.bl_formStep:nth-of-type(1)[data-status=active], .bl_formStep:nth-of-type(2)[data-status=active] {
	background-image: url(../../images/contact/active.svg);
}

.bl_formStep:nth-of-type(3) {
	position: relative;
}

.bl_formStep:nth-of-type(3)::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #22ac38;
}

.bl_formStep:nth-of-type(3)[data-status=active] {
	background-color: #22ac38;
}

@media screen and (max-width: 1200px) {
	.bl_formStepUnit > * + * {
		margin-left: 20px;
	}
}
@media screen and (max-width: 650px) {
	.bl_formStepUnit {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
	.bl_formStepUnit > * + * {
		margin-left: calc(10 / 750 * 100vw);
	}

	.bl_formStep {
		padding: 8px;
		font-size: 0.75rem;
		font-weight: 500;
		width: calc(190 / 750 * 100vw);
		min-width: 95px;
		background-size: cover;
	}
	.bl_formStep:nth-of-type(1), .bl_formStep:nth-of-type(2) {
		background-image: url(../../images/contact/passive_sp.svg);
	}
	.bl_formStep:nth-of-type(1)[data-status=active], .bl_formStep:nth-of-type(2)[data-status=active] {
		background-image: url(../../images/contact/active_sp.svg);
	}
	.bl_formStep p > span {
		display: none;
	}
}

.bl_cfNote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.bl_cfNote .header {
	width: 200px;
	height: 146px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fa931e;
	border: 2px solid #fa931e;
	border-radius: 10px;
	font-weight: 700;
	font-size: 1.0625rem;
}

.bl_cfNote .list {
	font-size: 0.875rem;
	margin-left: 25px;
	color: #312a2a;
	position: relative;
	top: -11px;
}

.bl_cfNote .list > li {
	line-height: 2.3;
	padding-left: 1rem;
	text-indent: -1rem;
	top: -11px;
}

.bl_cfNote .list > li::before {
	content: "※";
}

.ttlWrap + .bl_cfNote {
	margin-top: 40px;
	margin-bottom: 38px;
}

#mfp_phase_confirm[style="display: block;"] {
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.bl_cfNote {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.bl_cfNote .header {
		height: 40px;
		width: 100%;
		font-size: 0.875rem;
		border-radius: 4px;
	}
	.bl_cfNote .list {
		margin-left: 0;
		font-size: 0.75rem;
		margin-top: 0;
		top: 0;
	}
	.bl_cfNote .list > li {
		line-height: 2;
		margin-top: 12px;
	}

	.ttlWrap + .bl_cfNote {
		margin-top: 22px;
		margin-bottom: 24px;
	}

}


/*--------------------------------------------
 *  Title
 * --------------------------------------------*/
.el_kvTtl {
	color: white;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.3rem;
	text-align: center;
	padding-top: 5vw;
}

.el_kvTtl > h1, .el_kvTtl h2 {
	letter-spacing: -1px;
}

.el_kvTtl__cms {
	position: absolute;
	top: 49.5%;
	right: 0;
	left: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 15px 20px 0;
	z-index: 3;
}

.el_kvTtl_en {
	display: block;
	font-size: 1.5rem;
	text-transform: uppercase;
	color: white;
	letter-spacing: 0.1rem;
	line-height: 1.3;
	margin-bottom: 2px;
}

.el_kvTtl_desc {
	font-size: 1.25rem;
	font-weight: 400;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.el_kvTtl {
		font-size: 1.75rem;
	}

	.el_kvTtl_en {
		font-size: 1rem;
		font-weight: 400;
	}

	.el_kvTtl_desc {
		font-size: 0.875rem;
		font-weight: 400;
		margin-top: 4px;
		letter-spacing: 0;
		-webkit-font-feature-settings: inherit;
		font-feature-settings: inherit;
		white-space: nowrap;
	}

	.el_kvTtl__cms {
		top: 135px;
	}
}
/*--------------------------------------------
 *  Header
 * --------------------------------------------*/
.el_dotHeader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 30px;
	font-weight: 700;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.el_dotHeader::before, .el_dotHeader::after {
	content: "";
	width: 77px;
	height: 10px;
	display: inline-block;
	backgrouns-ize: contain;
	background-repeat: no-repeat;
}

.el_dotHeader::before {
	background-image: url(../../images/about/header_left.png);
	margin-right: 30px;
}

.el_dotHeader::after {
	background-image: url(../../images/about/header_right.png);
	margin-left: 30px;
}

.el_dotHeader__greenAdventure {
	margin: 70px 0 30px;
}

.el_logo {
	margin-bottom: 20px;
}

.el_logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 209px;
	margin: 0 auto;
}

.el_logo img {
	max-width: 100%;
}

.el_logo img#vi {
	width: 58px;
	margin-bottom: 8px;
}

@media screen and (max-width: 1200px) {
	.el_logo {
		z-index: 999999;
		position: fixed;
		height: 70px;
		pointer-events: auto;
	}
	.el_logo img {
		max-width: none;
	}
	.el_logo a {
		max-width: none;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 10px 0 0 15px;
	}
	.el_logo img#vi {
		width: auto;
		height: 40px;
		margin: 0 5px 0 0;
	}
	.el_logo img#txt {
		width: auto;
		height: 25px;
	}

	#navInput:checked ~ header .el_logo a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 10px;
	}
	#navInput:checked ~ header .el_logo a img#vi {
		width: 60px;
		margin-bottom: 10px;
	}
	#navInput:checked ~ header .el_logo a img#txt {
		width: 210px;
	}
}
@media screen and (max-width: 768px) {
	.el_dotHeader {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 1.25rem;
		text-align: center;
		line-height: 1.4;
	}
	.el_dotHeader::after {
		display: none;
	}
	.el_dotHeader::before {
		margin-top: 20px;
		margin-right: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.el_dotHeader__greenAdventure {
		margin-top: 47px;
	}
	.el_dotHeader__greenAdventure::before {
		margin-top: 17px;
	}

	.el_logo {
		top: 0;
	}
	.el_logo a {
		padding: 27px 0 0 20px;
	}
	.el_logo a img#txt {
		width: auto;
		height: 19px;
	}

	#navInput:checked ~ header .el_logo a {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 27px 0 0 20px;
	}
	#navInput:checked ~ header .el_logo a img#vi {
		width: auto;
		height: 40px;
		margin: 0 5px 0 0;
	}
	#navInput:checked ~ header .el_logo a img#txt {
		width: auto;
		height: 19px;
	}
}
/*--------------------------------------------
 *  List
 * --------------------------------------------*/
.el_list > li {
	font-size: 0.875rem;
	line-height: 2.05;
	font-feature-settings: normal;
	letter-spacing: 0;
}

.el_list > li::before {
	content: "・";
	color: #22ac38;
	font-size: 1.25rem;
	position: relative;
	top: 3px;
}

.el_list__note > li {
	font-size: 0.9375rem;
}

@media screen and (max-width: 768px) {
	.el_list > li {
		text-indent: -1.2rem;
		padding-left: 1.125rem;
	}
}
/*--------------------------------------------
 *  Link
 * --------------------------------------------*/
.el_innerLink {
	text-decoration: underline;
	color: #22ac38;
}

/*--------------------------------------------
 *  Banner
 * --------------------------------------------*/
.el_telNum {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 182px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
}

.el_telNum::before, .el_telNum:after {
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: -24px;
}

.el_telNum::before {
	width: 173px;
	height: 201px;
	background-image: url(../../images/contact/left.png);
	left: 40px;
}

.el_telNum:after {
	width: 173px;
	height: 201px;
	background-image: url(../../images/contact/right.png);
	right: 30px;
}

.el_telNum:hover {
	opacity: 1;
}

.ttlWrap + .el_telNum,
[class^=el_] + .el_telNum {
	margin-top: 30px;
}

.el_catchcopy__thanks + .el_telNum {
	margin-top: 40px;
}

.el_line {
	display: block;
	height: 100%;
}

.el_line img {
	max-width: 100%;
}

[class^=el_] + .el_line {
	margin-top: 50px;
}

.el_telNum .tel-wrap {
	padding-bottom: 4px;
}

.el_telNum .tel-wrap .num {
	display: inline-block;
	font-size: 42px;
	letter-spacing: -1.6px;
	color: #312a2a;
	margin-bottom: 13px;
}

.el_telNum .tel-wrap .num::before {
	content: '';
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url( ../../images/common/tel-icon.png ) center center / contain no-repeat;
	margin-right: 8px;
}

.el_telNum .tel-wrap .note {
	font-size: 16px;
	font-family: 'Noto Sans JP', serif;
	letter-spacing: .7px;
	color: #312a2a;
}

@media screen and (max-width: 768px) {
	.el_telNum {
		height: auto;
		border: 2px solid #22ac38;
		overflow: hidden;
		/*
		padding-top: 20px;
		padding-left: calc(120 / 750 * 100vw);
		padding-right: calc(120 / 750 * 100vw);
		padding-bottom: 20px;
		*/
		padding: 15px;
	}
	.el_telNum::before {
		width: 85px;
		height: 100px;
		left: -35px;
		bottom: -14px;
		background-image: url(../../images/contact/left_sp.png);
	}
	.el_telNum::after {
		width: 86px;
		height: 100px;
		right: -42px;
		bottom: -13px;
	}
	.el_telNum img {
		max-width: 100%;
	}

	[class^=el_] + .el_line {
		margin-top: 15px;
	}

	.ttlWrap + .el_telNum {
		margin-top: -2px;
	}

	.el_catchcopy__thanks + .el_telNum {
		margin-top: 20px;
	}

	.el_telNum .tel-wrap {
		padding-bottom: 2px;
	}

	.el_telNum .tel-wrap .num {
		font-size: 28px;
		letter-spacing: -1px;
		margin-bottom: 6px;
	}

	.el_telNum .tel-wrap .num::before {
		width: 22px;
		height: 22px;
		margin-right: 4px;
	}

	.el_telNum .tel-wrap .note {
		font-size: 14px;
		letter-spacing: .9px;
	}

}


/*--------------------------------------------
 *  Input
 * --------------------------------------------*/
.el_inputTxt {
	display: block;
	width: 100%;
	padding: 1.25rem;
	border: 1px solid #cbcaca;
	border-radius: 4px;
	background-color: #fcfcfc;
}

.el_inputTxt__datepicker {
	min-width: 230px;
	display: inline-block;
}

.el_inputTxt__datepicker::-webkit-input-placeholder {
	color: #312a2a;
}

.el_inputTxt__datepicker::-moz-placeholder {
	color: #312a2a;
}

.el_inputTxt__datepicker:-ms-input-placeholder {
	color: #312a2a;
}

.el_inputTxt__datepicker::-ms-input-placeholder {
	color: #312a2a;
}

.el_inputTxt__datepicker::placeholder {
	color: #312a2a;
}

.el_inputTxtWrapper.datepicker {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}

.el_inputTxtWrapper.datepicker::after {
	content: "";
	width: 21px;
	height: 21px;
	background-image: url(../../images/contact/calendar.svg);
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
	position: absolute;
	right: 17px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.el_inputTxtWrapper.datepicker + .spacer {
	margin-left: .9rem;
	margin-right: .9rem;
}

.el_selectWrapper {
	max-width: 184px;
	position: relative;
}

.el_selectWrapper::after {
	content: url(../../images/contact/arrow.png);
	position: absolute;
	top: 5px;
	right: 6px;
	pointer-events: none;
}

.el_select {
	width: 100%;
	border: 2px solid #a6a6a6;
	border-radius: 4px;
	padding: 2px 0 4px 10px;
	background-color: #f8f8f8;
	font-size: 0.875rem;
}

.el_select option {
	font-size: 14px;
}

.el_textarea {
	display: block;
	width: 100% !important;
	height: auto !important;
	padding: 1rem;
	border: 1px solid #cbcaca;
	border-radius: 4px;
	background-color: #fcfcfc;
}

.el_checkboxUnit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.el_checkbox {
	opacity: 0;
	width: 0;
	position: relative;
}

.el_checkbox + label, .el_checkbox.el_checkbox__detachedLabel + input[type=hidden] + label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 25%;
	color: #22ac38;
	font-size: 1.0625rem;
	letter-spacing: 0;
	position: relative;
}

.el_checkbox + label::before, .el_checkbox.el_checkbox__detachedLabel + input[type=hidden] + label::before {
	content: "";
	display: inline-block;
	border-radius: 3px;
	width: 24px;
	height: 24px;
	border: 2px solid #cccccc;
	margin-right: 6px;
	background-color: #fafafa;
	-ms-flex-negative: 0;
			flex-shrink: 0;
}

.el_checkbox + label > span, .el_checkbox.el_checkbox__detachedLabel + input[type=hidden] + label > span {
	position: relative;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.el_checkbox + label .bb, .el_checkbox.el_checkbox__detachedLabel + input[type=hidden] + label .bb {
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #22ac38;
	bottom: -6px;
	left: 0;
}

.el_checkbox:checked + label::after, .el_checkbox.el_checkbox__detachedLabel:checked + input[type=hidden] + label::after {
	content: "";
	position: absolute;
	width: 18px;
	height: 15px;
	background-image: url(../../images/contact/checked.svg);
	background-size: contain;
	background-repeat: no-repeat;
	left: 3px;
	top: calc(50% + 1px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.el_checkbox + label:nth-of-type(n+5) {
	margin-top: 29px;
}

.el_checkbox__detachedLabel + input[type=hidden] + label {
	color: #312a2a !important;
}

@media screen and (max-width: 992px) {
	.el_inputTxtWrapper.datepicker {
		display: block;
		margin-bottom: 0;
	}
	.el_inputTxtWrapper.datepicker::after {
		right: 16px;
	}
	.el_inputTxtWrapper.datepicker + .spacer {
		display: block;
		text-align: center;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		margin: 4px 0 2px 0;
	}

	.el_inputTxt__datepicker {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.el_inputTxt {
		padding: 15px;
	}

	.el_checkbox + label {
		width: 50%;
		max-width: 50%;
	}
	.el_checkbox + label::before {
		margin-right: 14px;
	}
	.el_checkbox + label:nth-of-type(n+3) {
		margin-top: 25px;
	}
	.el_checkbox.el_checkbox__detachedLabel + input[type=hidden] + label {
		max-width: none;
		width: auto;
	}

	.el_checkbox__long + label {
		white-space: nowrap;
	}
}
/*--------------------------------------------
 *  Etc
 * --------------------------------------------*/
.el_catchcopy .txt {
	margin-top: 25px;
	line-height: 2.5;
	text-align: center;
}

.el_catchcopy .img {
	margin-top: 50px;
	text-align: center;
}

.el_catchcopy__thanks .txt,
.el_catchcopy__flow .txt,
.el_catchcopy__prof .txt {
	margin-top: 20px;
}

.el_catchcopy__greenadventure .txt {
	line-height: 2.1;
}

.el_agreement {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 33px 0;
	position: relative;
}

.el_agreement .required {
	margin-right: 20px;
}

.el_agreement label {
	color: #312a2a;
	white-space: nowrap;
}

.el_agreement label::before {
	-ms-flex-negative: 0;
			flex-shrink: 0;
}

.el_mapAreaTtl {
	display: none;
	text-align: center;
}

.el_mapAreaTtl > img {
	width: calc(595 / 750 * 100vw);
}

@media screen and (max-width: 768px) {
	.el_catchcopy .txt {
		margin-top: -5px;
		font-size: 0.875rem;
	}

	.el_catchcopy__flow .txt,
.el_catchcopy__prof .txt {
		line-height: 2.1;
	}

	.el_mapAreaTtl {
		display: block;
		margin-bottom: 15px;
	}

	.el_agreement {
		margin: 24px auto;
	}
	.el_agreement .required {
		margin-left: 0;
		margin-right: 10px;
	}
	.el_agreement label {
		width: auto;
		max-width: 100%;
	}
}
@media screen and (max-width: 479px) {
	.el_catchcopy .txt {
		text-align: left;
	}
}
/*--------------------------------------------
 *  h1依存関係の見直し
 * --------------------------------------------*/
#feature #headLine .headLine__header {
	padding: 20px 0 20px 10px;
	font-size: 1.1rem;
	color: white;
	background: -webkit-gradient(linear, left top, right top, from(#e83828), color-stop(33.3%, #f18e1d), color-stop(66.6%, #22ac38), to(#299fdb));
	background: linear-gradient(90deg, #e83828 0%, #f18e1d 33.3%, #22ac38 66.6%, #299fdb 100%);
	font-weight: normal;
	border-radius: 30px 0 0 30px;
	letter-spacing: 0.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 17%;
}

@media screen and (max-width: 768px) {
	#feature #headLine .headLine__header {
		width: 80px;
		border-radius: 50px 0 0 50px;
		font-size: 16px;
	}
}

.ttlWrap .ttlWrap__header {
	font-size: 2.25rem;
	line-height: 1.6;
}

.ttlWrap__flow .ttlWrap__header {
	font-size: 2.625rem;
}

@media screen and (max-width: 768px) {
	.ttlWrap .ttlWrap__header {
		font-size: 1.75rem;
		line-height: 1.5;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}
}
#youtubeArea .ttlWrap .ttlWrap__header {
	display: inline;
	font-size: 2.25rem;
	vertical-align: text-bottom;
}
#youtubeArea .ttlWrap .ttlWrap__header img {
	width: 201px;
	height: 45px;
}
#youtubeArea .ttlWrap .ttlWrap__header span {
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	#youtubeArea .ttlWrap .ttlWrap__header {
		font-size: 1.5rem;
	}
	#youtubeArea .ttlWrap .ttlWrap__header img {
		width: 135px;
		height: 30px;
	}
}
#contactArea .ttlWrap .ttlWrap__header {
	color: #fff !important;
	font-size: 2.25rem;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	#contactArea .ttlWrap .ttlWrap__header {
		font-size: 1.75rem;
	}
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mt100 {
	margin-top: 100px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb90 {
	margin-bottom: 90px;
}

.mb100 {
	margin-bottom: 100px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.hp_fontGreen {
	color: #22ac38;
}

.hp_fontOrange {
	color: #fa931e;
}

.hp_fontBlue {
	color: #299fdb;
}

.hp_fontBluegreen {
	color: #22a791;
}

.hp_wsnr {
	white-space: nowrap;
}

.hp_spBr {
	display: none;
}

@media screen and (max-width: 768px) {
	.hp_spBr {
		display: block;
	}
}

.un_youtubeWrapper {
	display: block;
	max-width: 960px;
	margin: 40px auto 105px auto;
	position: relative;
}

.un_youtubeWrapper iframe {
	border-radius: 10px;
}

.un_youtubeWrapper #ytPlayer {
	position: relative;
}

.un_youtubeWrapper #ytPlayer::after {
	content: "";
	width: 410px;
	height: 374px;
	background-image: url(../../images/home/yt_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: -110px;
	bottom: -104px;
	z-index: -1;
}

.un_youtubeWrapper #ytPlayer iframe {
	width: 960px;
	height: 540px;
	max-width: 960px;
}

@media screen and (max-width: 1700px) {
	.un_youtubeWrapper {
		text-align: center;
	}
	.un_youtubeWrapper #ytPlayer {
		display: inline-block;
	}
	.un_youtubeWrapper #ytPlayer::after {
		width: calc(410 / 1700 * 100vw);
		height: calc(374 / 1700 * 100vw);
		right: calc(-110 / 1700 * 100vw);
		bottom: calc(-104 / 1700 * 100vw);
	}
	.un_youtubeWrapper #ytPlayer iframe {
		width: calc(960 / 1700 * 100vw);
		height: calc(540 / 1700 * 100vw);
	}
}
@media screen and (max-width: 768px) {
	.un_youtubeWrapper {
		margin-top: 0;
		margin-bottom: 70px;
	}
	.un_youtubeWrapper #ytPlayer {
		display: block;
		max-width: 90%;
		margin: 0 auto;
	}
	.un_youtubeWrapper #ytPlayer::after {
		width: calc(410/750 * 100vw);
		height: calc(374/750 * 100vw);
		bottom: calc(-120 / 750 * 100vw);
		right: calc(-10 / 750 * 210vw);
	}
	.un_youtubeWrapper #ytPlayer iframe {
		width: 100%;
		height: calc(275 / 560 * 100vw);
	}
}

.un_sdgs01 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.un_sdgs01 .meixsdgs {
	margin-top: 40px;
}

.un_sdgs01 .txt {
	margin-top: 42px;
	line-height: 2.2;
}

.un_sdgs02 {
	padding: 24px;
	background-color: #fff;
	text-align: center;
	margin-top: 40px;
}

.un_sdgs02 img {
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	.whatwecando {
		margin-bottom: 50px;
	}

	.un_sdgs01 img {
		max-width: calc(100vw - 60px);
	}
	.un_sdgs01 .copy {
		max-width: calc(100vw - 140px);
	}
	.un_sdgs01 .txt {
		font-size: 0.875rem;
		margin-top: 22px;
		line-height: 2.1;
	}
	.un_sdgs01 .meixsdgs {
		margin-top: 10px;
	}

	.un_sdgs02 {
		padding: 20px;
		margin-top: 20px;
	}
}
/*--------------------------------------------
 *  GlobalMenu(SP)
 * --------------------------------------------*/
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------
 *  Swiper
 * --------------------------------------------*/
div.swiper {
	padding-bottom: 40px;
}

.swiper-slide {
	text-align: center;
}

.swiper-slide > p {
	margin-top: 26px;
	font-size: 1.125rem;
}

.swiper-btn-next,
.swiper-btn-prev {
	position: absolute;
	top: calc(50% - 24px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}

.swiper-btn-next {
	right: 23.3%;
}

.swiper-btn-prev {
	left: 23.3%;
}

.swiper-pagination {
	position: relative !important;
	bottom: -36px !important;
}

.swiper-pagination-bullet {
	width: 9px !important;
	height: 9px !important;
	margin-left: 12px !important;
}

.swiper-pagination-bullet:nth-of-type(1) {
	margin-left: 0 !important;
}

.swiper-pagination-bullet-active {
	background-color: #de4328 !important;
}

.swiper__profile {
	margin-top: 30px;
}

.swiper__profile .swiper-slide {
	opacity: 0.3;
	max-width: 750px;
}

.swiper__profile .swiper-slide > img {
	max-width: 100%;
}

.swiper__profile .swiper-slide-active {
	opacity: 1;
}

.swiper__profInfo.swiper {
	padding-bottom: 24px;
}

.swiper__profInfo .swiper-slide {
	-webkit-clip-path: url(#cp01);
	clip-path: url(#cp01);
}

.swiper__profInfo .swiper-slide img {
	width: calc( 750 / 1700 * 100vw );
	max-width: calc( 750 / 1700 * 100vw );
	height: calc( 750 / 1700 * 65.3333vw );
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1200px) {
	.swiper__profInfo .swiper-slide img {
		width: calc(600 / 1200 * 100vw);
		max-width: calc(600 / 1200 * 100vw);
		height: calc( 600 / 1200 * 65.3333vw );
	}
}
@media screen and (max-width: 992px) {
	.swiper__profInfo .swiper-slide img {
		width: calc(600 / 1000 * 100vw);
		max-width: calc(600 / 1000 * 100vw);
		height: calc( 600 / 1000 * 65.3333vw );
	}
}
@media screen and (max-width: 768px) {
	.swiper__profInfo .swiper-slide img {
		width: 100%;
		max-width: 100%;
		height: calc( ( 100vw - 47px ) * 0.653333 );
	}
}

.swiper__profInfo .swiper-pagination {
	bottom: -25px !important;
}

.swiper__profInfo .swiper-btn-next,
.swiper__profInfo .swiper-btn-prev {
	display: none;
}

@media screen and (max-width: 1700px) {
	.swiper-btn-next {
		right: 23.3%;
	}

	.swiper-btn-prev {
		left: 23.3%;
	}

	.swiper__profile .swiper-slide {
		max-width: none;
	}
}
@media screen and (max-width: 1200px) {
	.swiper__badge {
		overflow: visible;
	}
}
@media screen and (max-width: 768px) {
	.swiper__profInfo.swiper {
		margin-bottom: 0;
	}
	.swiper-slide > p {
		font-size: 0.875rem;
		margin-top: 24px;
	}
	.swiper-slide img {
		max-width: calc(100vw - 50px);
	}

	.swiper__profile {
		margin-top: 0;
	}
	.swiper__profile .swiper-slide img {
		max-width: calc(100vw - 40px);
	}
	.swiper__profile .swiper-btn-prev {
		left: 5px;
	}
	.swiper__profile .swiper-btn-next {
		right: 5px;
	}
	.swiper__profile .swiper-pagination {
		bottom: -17px !important;
	}

	.swiper__profInfo {
		overflow: visible;
	}
	.swiper__profInfo .swiper-pagination {
		bottom: -20px !important;
	}
	.swiper__profInfo .swiper-btn-next,
	.swiper__profInfo .swiper-btn-prev {
		display: inline-block;
		top: calc(50% - 12px);
	}
	.swiper__profInfo .swiper-btn-next {
		right: -18px;
	}
	.swiper__profInfo .swiper-btn-prev {
		left: -18px;
	}

	.swiper__badge .swiper-wrapper {
		overflow-x: visible;
	}
	.swiper__badge .swiper-slide {
		max-width: 162px;
	}
}
/*--------------------------------------------
 *  Slick
 * --------------------------------------------*/
.slick-dots li button::before {
	color: #d6d6d6;
}

.slick-dots li.slick-active button:before {
	color: #ec4326;
}

/*--------------------------------------------
 *  ScrollHint
 * --------------------------------------------*/
@media screen and (max-width: 768px) {
	#relationMapArea img {
		width: auto !important;
		max-width: initial !important;
		max-height: 500px;
		display: block;
		margin: 0 auto;
	}
}
/*--------------------------------------------
 *  mailformpro
 * --------------------------------------------*/
#mfp_hidden {
	display: none;
}

#mfp_phase_confirm_inner > h4 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
}

#mfp_confirm_table {
	width: 100%;
	padding: 44px 42px 40px 42px;
	background-color: #fff;
	border-radius: 14px;
}
#mfp_confirm_table .bl_formStepUnit {
	margin-bottom: 30px;
}
#mfp_confirm_table thead {
	padding-bottom: 30px;
}
#mfp_confirm_table tr {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px dashed #cbcaca;
}
#mfp_confirm_table tr:nth-of-type(1) {
	border-top: 1px dashed #cbcaca;
}
#mfp_confirm_table th,
#mfp_confirm_table td {
	padding: 30px 0;
	font-size: 1rem;
}
#mfp_confirm_table th {
	width: 240px;
	-ms-flex-negative: 0;
			flex-shrink: 0;
}
#mfp_confirm_table td {
	line-height: 1.6;
}
#mfp_confirm_table + .mfp_buttons {
	margin-top: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#mfp_confirm_table + .mfp_buttons #mfp_button_send {
	position: relative;
	display: inline-block;
	width: 340px;
	background: -webkit-gradient(linear, left top, right top, from(#e83828), color-stop(33.3%, #f18e1d), color-stop(66.6%, #22ac38), to(#299fdb));
	background: linear-gradient(90deg, #e83828 0%, #f18e1d 33.3%, #22ac38 66.6%, #299fdb 100%);
	border-radius: 30px;
	padding: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	color: white;
	text-align: center;
	letter-spacing: 0.1rem;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 40px;
	transition: all .2s;
}
#mfp_confirm_table + .mfp_buttons #mfp_button_send::after {
	content: url(../../images/common/arrow_white.png);
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .2s;
}

#mfp_confirm_table + .mfp_buttons #mfp_button_send:hover {
	box-shadow: 0 5px 10px rgb( 0, 0, 0, .2);
}

#mfp_confirm_table + .mfp_buttons #mfp_button_send:hover::after {
	right: 25px;
}

#mfp_confirm_table + .mfp_buttons #mfp_button_cancel {
	position: relative;
	display: inline-block;
	width: 340px;
	background: #aaa;
	border-radius: 30px;
	padding: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	color: white;
	text-align: center;
	letter-spacing: 0.1rem;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

#mfp_confirm_table + .mfp_buttons #mfp_button_cancel:hover {
	opacity: .8;
}

.mfp_err {
	margin-top: 2px;
	color: #f93d30;
	height: 0;
}

@media screen and (max-width: 768px) {
	#mfp_phase_confirm_inner > h4 {
		font-size: 1.125rem;
		padding-bottom: 1rem;
	}

	#mfp_confirm_table {
		padding: 25px 20px;
	}
	#mfp_confirm_table tr {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 24px 0;
	}
	#mfp_confirm_table th,
#mfp_confirm_table td {
	padding: 0;
}
#mfp_confirm_table td {
	margin-top: 10px;
}
#mfp_confirm_table + .mfp_buttons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#mfp_confirm_table + .mfp_buttons #mfp_button_send {
	margin-bottom: 20px;
	margin-left: 0;
}
#mfp_confirm_table + .mfp_buttons #mfp_button_send,
#mfp_confirm_table + .mfp_buttons #mfp_button_cancel {
		width: 295px;
		padding: 15px 0 17px 0;
		font-size: 1.125rem;
		line-height: 1;
	}
	#mfp_confirm_table + .mfp_buttons #mfp_button_send::after,
#mfp_confirm_table + .mfp_buttons #mfp_button_cancel::after {
		right: 22px;
	}
}
/*--------------------------------------------
 *  Floating-banner for ContactForm
 * --------------------------------------------*/
#js_remaining {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: inline-block;
	background: #fff;
	border: solid 1px #22ac38;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#js_remaining.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
#js_remaining .read {
	padding: 10px 20px;
	line-height: 1.6;
}
#js_remaining .num {
	background: #22ac38;
	color: #fff;
	padding: 10px 20px;
}

.mfp_err {
	white-space: nowrap;
}

#errormsg_同意事項 {
	position: absolute;
	bottom: -2px;
}

@media screen and (max-width: 768px) {
	#js_remaining {
		right: 0;
		left: 0;
		bottom: 0;
		display: block;
		font-size: 0.875rem;
	}
	#js_remaining .read {
		display: none;
	}
}