@charset "UTF-8";



#top::after {
	display: none;
}
/*-------------- header --------------*/
#top header {
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
	#top header {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		transform: none;
	}
}
/*-------------- mainvisual --------------*/
#top .mainvisual {
	max-width: 	1560px;
	min-width: 1100px;
	margin: 0 0 150px auto;
}
#top .mainvisual::before {
	width: 1288px;
	height: 1150px;
	display: block;
	content: "";
	position: absolute;
	top: -20px;
	left: -22%;
	background: url(../images/bg-mainvisual.png) no-repeat top left;
	background-size: contain;
}
#top .mainvisual .inner {
	position: absolute;
	top: 51.5%;
	left: -180px;
	transform: translateY(-50%);
}
#top .mainvisual h1 {
	position: static;
	transform: none;
	font-size: 23px;
	line-height: 1.5;
	margin-bottom: 25px;
}
#top .mainvisual h1 span {
	display: inline-block;
	background: #fff;
	padding: 2px 8px 4px;
	box-sizing: border-box;
}
#top .mainvisual h1 span:first-child {
	margin-bottom: 8px;
}
#top .mainvisual .sub_catch {
	position: relative;
	font-size: 12px;
	font-weight: 400;
	font-family: "Cardo", serif;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding-left: 70px;
}
#top .mainvisual .sub_catch::before {
	width: 45px;
	height: 1px;
	display: block;
	content: "";
	position: absolute;
	top: 8px;
	left: 10px;
	background: #989495;
}
#top .mainvisual ul > li:not(:first-child) {
	display: none;
}
/*===== iPad =====*/
@media screen and (max-width: 1500px) {
		#top .mainvisual .inner {
		top: 57%;
		left: -10%;
	}
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
	#top .mainvisual {
		max-width: 90%;
		min-width: 90%;
		margin: 62px 0 50px auto;
	}
	#top .mainvisual::before {
		width: 300px;
		height: 268px;
		top: auto;
		bottom: -50px;
		left: -12%;
	}
	#top .mainvisual .inner {
		top: auto;
		bottom: -15%;
		left: -8%;
		transform: none;
	}
	#top .mainvisual h1 {
		position: static;
		font-size: 3.8vw;
		margin-bottom: 10px;
	}
	#top .mainvisual h1 span {
		padding: 2px 5px 3px;
	}
	#top .mainvisual h1 span:first-child {
	    margin-bottom: 4px;
	}
	#top .mainvisual .sub_catch {
		font-size: 0.6rem;
		padding-left: 45px;
	}
	#top .mainvisual .sub_catch::before {
		width: 30px;
		top: 6px;
		left: 7px;
	}
}

/*-------------- section --------------*/
#top main section {
	padding: 120px 0;
	margin: 0;
}
#top main section .inner {
	text-align: center;
}
#top main section .inner > *:not(h2 + p) {
	text-align: left;
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
	#top main section {
		padding: 50px 0;
	}	
}
/*-------------- main --------------*/
#top main {
	z-index: 20;
}
#top main h2 {
	display: inline-block;
}
#top main h2 a {
	display: inline-block;
	font-size: 36px;
	font-weight: 400;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	letter-spacing: 0.1em;
	text-decoration: none;
}
#top main h2 .en {
	display: block;
	color: #a5a6a8;
	font-size: 14px;
	font-family: "Cardo", serif;
	letter-spacing: 0.1em;
	margin-top: 15px;
}
#top #about_area h2 a,
#top #voice_area h2 a {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 50px;
}
#top #about_area h2:before,
#top #voice_area h2:before {
	left: 0;
	transform: none;
}
#top #about_area h2 .en,
#top #voice_area h2 .en {
	position: relative;
	color: #2f2f30;
}
#top #about_area h2 .en:before,
#top #voice_area h2 .en:before {
	width: 1px;
	height: 15px;
	display: block;
	content: "";
	position: absolute;
	top: 2px;
	left: -30px;
	transform: rotate(35deg);
	background: #989495;
}
#top main h2 + p {
	text-align: center;
}
#top main h3 {
	padding-bottom: 0;
}
#top main h3::after {
	display: none;
}
#top main h4 {
	padding-left: 0;
}
#top main h4::before {
	display: none;
}
#top main p {
	line-height: 2; 
	padding-bottom: 0;
}
#top main .catch {
	text-align: center;
	line-height: 1.5;
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
	#top main h2 {
		margin-bottom: 15px;
	}
	#top main h2 a {
		font-size: 1.5rem;
	}
	#top main h2 .en {
		font-size: 0.8rem;
		margin-top: 5px;
	}
	#top #about_area h2 a,
	#top #voice_area h2 a {
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		gap: 30px;
	}
	#top #about_area h2 .en:before,
	#top #voice_area h2 .en:before {
		width: 1px;
		height: 12px;
		top: 1px;
		left: -18px;
		transform: rotate(35deg);
	}
	#top main h2 + p {
		text-align: left
	}
	#top main p {
		line-height: 1.6; 
	}
}

/*-------------- btn_column --------------*/
#top .btn_column ul li a {
	padding: 16px 20px 18px 20px;
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
	#top .btn_column ul li a {
		padding: 10px 10px 12px;
	}
}
/*-------------- puppy_area --------------*/
#top #puppy_area {
	background: #f4f4f5;
	padding-bottom: 160px;
}
#top #puppy_area .inner {
	width: 1250px;
}
#top #puppy_area h2 + p {
	margin-bottom: 60px;
}
#top #puppy_area .puppy_list {
	margin-bottom: 80px;
}
#top #puppy_area .puppy_list li {
	margin: 0 30px;
}
#top #puppy_area .puppy_list li a {
	height: 100%;
    display: flex;
    flex-direction: column;
	color: #343129;
	text-decoration: none;
}
#top #puppy_area .puppy_list li .image_wrap {
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
}
#top #puppy_area .puppy_list li .image_wrap img {
	width: 100%;
    height: 245px;
    overflow: hidden;
    object-fit: cover;
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
	#top #puppy_area {
		padding-bottom: 50px;
	}
	#top #puppy_area .inner {
		width: 95%;
	}
	#top #puppy_area h2 + p {
		margin-bottom: 30px;
	}
	#top #puppy_area .puppy_list {
		width: 90%;
		margin: 0 auto 15px;
	}
	#top #puppy_area .puppy_list li {
		width: 100%;
	}
	#top #puppy_area .puppy_list li .image_wrap img {
	    height: 182px;
	}
}


/*-------------- about_area --------------*/
#top #about_area {
	position: relative;
	padding-bottom: 180px;
}
#top #about_area::before {
	width: 725px;
	height: 1564px;
	display: block;
	content: "";
	position: absolute;
	top: -350px;
	left: 0;
	background: url(../images/bg-vision.png) no-repeat top left;
	background-size: contain;
	pointer-events: none;
}
#top #about_area::after {
	width: 697px;
	height: 1567px;
	display: block;
	content: "";
	position: absolute;
	bottom: 300px;
	right: 0;
	background: url(../images/bg-kp.png) no-repeat top left;
	background-size: contain;
	pointer-events: none;
}
#top #about_area .inner {
	text-align: left;
}
#top #about_area h2 + p {
	text-align-last: left;
	margin-bottom: 50px;
}
#top #about_area h3 {
	font-size: 30px;
	margin-bottom: 50px;
}
#top #about_area h3 .en {
	display: block;
	color: #a5a6a8;
	font-size: 12px;
	font-family: "Cardo", serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
}
/*-------- 共通 --------*/
#top #about_area .vision_area .wrap,
#top #about_area .kp_area .wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 110px;
	margin-bottom: 100px;
}
#top #about_area .vision_area .wrap .image_wrap img,
#top #about_area .kp_area .wrap .image_wrap img {
	width: 100%;
	height: auto;
}
#top #about_area .vision_area .wrap .text_wrap,
#top #about_area .kp_area .wrap .text_wrap {
	width: calc(100% - 440px - 110px - 80px);
	margin-top: 100px;
}
#top #about_area .vision_area .wrap .text_wrap .btn01,
#top #about_area .kp_area .wrap .text_wrap .btn01 {
	margin: 50px 0 0;
}
#top #about_area .vision_area .wrap .text_wrap .btn01 a,
#top #about_area .kp_area .wrap .text_wrap .btn01 a {
	text-align: left;
} 
/*-------- vision_area --------*/
#top #about_area .vision_area {
	border-top: solid 1px #dddde1;
	padding-top: 60px;
	box-sizing: border-box;
	margin-bottom: 180px;
}
#top #about_area .vision_area .btn_column ul {
	gap: 30px;
}
#top #about_area .vision_area .btn_column ul li {
	max-width: 100%;
	width: calc((100%  - 30px) / 2);
}
#top #about_area .vision_area .btn_column ul li a {
	padding: 30px 50px 33px 20px;
}
/*-------- kp_area --------*/
#top #about_area .kp_area {
	border-bottom: solid 1px #dddde1;
}
#top #about_area .kp_area .wrap {
	flex-direction: row;
	margin-bottom: 130px;
}
#top #about_area .kp_area .wrap .image_wrap {
	width: 440px;
	height: 520px;
	position: relative;
}
#top #about_area .kp_area .wrap .image_wrap img {
	width: 780px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
}
/*-------- es_area --------*/
#top #about_area .es_area {
	padding: 30px 0 0;
	box-sizing: border-box;
}
#top #about_area .es_area .embedsocial-hashtag {
	margin-bottom: 10px;
}
#top #about_area .es_area .btn02 {
	width: 280px;
}
#top #about_area .es_area .btn02 a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 13px;
	font-size: 18px;
	font-family: "Cardo", serif;
	letter-spacing: 0.1em;
	padding: 10px 40px 10px 20px;
}
#top #about_area .es_area .btn02 a img {
	margin-bottom: 3px;
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
	#top #about_area {
		padding-bottom: 50px;
	}
	#top #about_area::before {
		width: 300px;
		height: 647px;
		top: -200px;
	}
	#top #about_area::after {
		width: 300px;
		height: 674px;
		bottom: 430px;
	}
	#top #about_area h2 + p {
		margin-bottom: 30px;
	}
	#top #about_area h3 {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	#top #about_area h3 .en {
		font-size: 0.7rem;
		margin-top: 2px;
	}
	/*-------- 共通 --------*/
	#top #about_area .vision_area .wrap,
	#top #about_area .kp_area .wrap {
		flex-direction: column;
		justify-content: flex-start;
		gap: 20px;
		margin-bottom: 30px;
	}
	#top #about_area .vision_area .wrap .image_wrap img,
	#top #about_area .kp_area .wrap .image_wrap img {
		width: 100%;
		height: auto;
	}
	#top #about_area .vision_area .wrap .text_wrap,
	#top #about_area .kp_area .wrap .text_wrap {
		width: 100%;
		margin-top: 0;
	}
	#top #about_area .vision_area .wrap .text_wrap .btn01,
	#top #about_area .kp_area .wrap .text_wrap .btn01 {
		margin: 20px auto 0;
	}
	#top #about_area .vision_area .wrap .text_wrap .btn01 a,
	#top #about_area .kp_area .wrap .text_wrap .btn01 a {
		text-align: center;
	} 
	/*-------- vision_area --------*/
	#top #about_area .vision_area {
		padding-top: 35px;
		margin-bottom: 33px;
	}
	#top #about_area .vision_area .btn_column ul {
		gap: 10px;
	}
	#top #about_area .vision_area .btn_column ul li {
		width: 100%;
	}
	#top #about_area .vision_area .btn_column ul li a {
		padding: 15px 20px 18px 15px;
	}
	/*-------- kp_area --------*/
	#top #about_area .kp_area .wrap {
		flex-direction: row;
		margin-bottom: 30px;
	}
	#top #about_area .kp_area .wrap .image_wrap {
		width: 100%;
		height: auto;
		position: static;
	}
	#top #about_area .kp_area .wrap .image_wrap img {
		width: 100%;
		position: static;
	}
	/*-------- es_area --------*/
	#top #about_area .es_area {
		padding: 0;
		box-sizing: border-box;
	}
	#top #about_area .es_area .embedsocial-hashtag {
		margin-bottom: 0;
	}
	#top #about_area .es_area .btn02 {
		width: 280px;
	}
	#top #about_area .es_area .btn02 a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 13px;
		font-size: 18px;
		font-family: "Cardo", serif;
		letter-spacing: 0.1em;
		padding: 10px 40px 10px 20px;
	}
	#top #about_area .es_area .btn02 a img {
		margin-bottom: 3px;
	}
}


/*-------------- al_area --------------*/
#top #al_area {
	padding-bottom: 270px;
}
#top #al_area::before {
	width: 80%;
	height: 1240px;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #f4f4f5;
}
#top #al_area .inner::before {
	width: calc(1920px - 200px);
	height: calc(100% - 363px);
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: -180px;
	background: #fff;
	z-index: 10;
}
#top #al_area .inner::after {
	width: 606px;
	height: 1099px;
	display: block;
	content: "";
	position: absolute;
	bottom: -700px;
	right: -360px;
	background: url(../images/bg-al.png) no-repeat top left;
	background-size: contain;
	z-index: 20;
	pointer-events: none;
}
#top #al_area .inner > * {
	position: relative;
	z-index: 30;
}
#top #al_area h2 span:not(.en) {
	display: inline-block;
	line-height: 1;
	background: #fff;
	padding: 0 2px 5px 5px;
}
#top #al_area h2 + p {
	margin-bottom: 100px;
}
#top #al_area h3 {
	font-size: 24px;
	margin-bottom: 50px;
}
#top #al_area h3 span:nth-child(1) {
	font-size: 30px;
}
#top #al_area h3 span:nth-child(2) {
	font-size: 40px;
}
#top #al_area h3 .en {
	position: relative;
	font-size: 12px;
	font-family: "Cardo", serif;
	letter-spacing: 0.1em;
}
#top #al_area h3 .en::after {
	width: 530px;
    height: 1px;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -560px;
	background: #989495;
}
#top #al_area .wrap {
	position: relative;
	padding: 100px 0 0;
	margin-bottom: 170px;
}
#top #al_area .wrap .image_wrap {
	position: absolute;
	top: 0;
	right: -360px;
}
#top #al_area .wrap ol {
	width: 682px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px 25px;
}
#top #al_area .wrap ol li {
	width: calc((100% - 25px) / 2);
	height: 140px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
	position: relative;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	line-height: 1.8;
	letter-spacing: normal;
	text-decoration: none;
	background: radial-gradient(#fbfcfe 30%, rgba(165,166,168,0.2) 100%);
	padding: 20px 0 0;
	box-sizing: border-box;
}
#top #al_area .wrap ol li .num {
	position: absolute;
	top: -12px;
	font-size: 30px;
	font-family: "Cardo", serif;
	line-height: 1;
	letter-spacing: 0.01em;
}
#top #al_area .wrap ol li .num::after {
	width: 1px;
    height: 13px;
    display: block;
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%) rotate(35deg);
    background: #a5a6a8;
}
#top #al_area .btn_column {
	margin-bottom: 80px;
}
/*-------- guide --------*/
#top #al_area .guide {
	width: 1050px;
	position: relative;
	margin: 0 auto;
}
#top #al_area .guide img {
	width: 100%;
	height: auto;
}
#top #al_area .guide p {
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-size: 32px;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.2em;
	margin: 0;
}
#top #al_area .guide p .en {
	display: block;
	color: #9e9885;
	font-size: 14px;
	font-family: "Cardo", serif;
	letter-spacing: 0.1em;
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
	#top #al_area {
		padding-bottom: 50px;
	}
	#top #al_area::before {
		width: 100%;
		height: 100%;
	}
	#top #al_area .inner::before {
		width: 110%;
		height: 100%;
		top: 320px;
		left: -5%;
	}
	#top #al_area .inner::after {
		width: 280px;
		height: 508px;
		bottom: -300px;
		right: -3%;
	}
	#top #al_area h2 + p {
		margin-bottom: 30px;
	}
	#top #al_area h3 {
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	#top #al_area h3 span:nth-child(1) {
		font-size: 1.5rem;
	}
	#top #al_area h3 span:nth-child(2) {
		font-size: 2rem;
	}
	#top #al_area h3 .en {
		display: block;
		font-size: 0.7rem;
		margin-top: 5px;
	}
	#top #al_area h3 .en::after {
		width: calc(100% - 148px - 10px);
		height: 1px;
		right: 0;
	}
	#top #al_area .wrap {
		padding: 0;
		margin-bottom: 20px;
	}
	#top #al_area .wrap .image_wrap {
		position: static;
		margin-bottom: 10px;
	}
	#top #al_area .wrap .image_wrap img {
		width: 100%;
		height: auto;
	}
	#top #al_area .wrap ol {
		width: 100%;
		gap: 25px 10px;
	}
	#top #al_area .wrap ol li {
		width: calc((100% - 10px) / 2);
		position: relative;
	}
	#top #al_area .wrap ol li:last-child {
		width: 100%;
		height: 100%;
		font-size: 0.95rem;
		line-height: 1.5;
		background: radial-gradient(#fbfcfe 50%, rgba(165,166,168,0.2) 90%);
		padding: 30px 5px 15px;
	}
	#top #al_area .wrap ol li .num {
		top: -12px;
		font-size: 1.6rem;
	}
	#top #al_area .wrap ol li .num::after {
	    height: 11px;
	    top: 28px;
	}
	#top #al_area .btn_column {
		margin-bottom: 50px;
	}
	/*-------- guide --------*/
	#top #al_area .guide {
		width: 100%;
	}
	#top #al_area .guide p {
		top: 44%;
		font-size: 3.9vw;
		letter-spacing: 0.1em;
	}
	#top #al_area .guide p .en {
		font-size: 2vw;
	}
}


/*-------------- reason_area --------------*/
#top #reason_area {
	padding: 0 0 200px;
}
#top #reason_area .inner {
	padding: 560px 0 0;
}
#top #reason_area .inner::before {
	width: 1640px;
	height: 560px;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: -360px;
	background: url(../images/bg-reason.jpg) no-repeat top left;
	background-size: contain;
}
#top #reason_area .ttl_wrap {
	width: 580px;
	position: absolute;
	top: 271px;
	right: -80px;
	text-align: center;
	padding: 65px 50px 15px;
	box-sizing: border-box;
	z-index: 20;
}
#top #reason_area .ttl_wrap:before {
	width: 660px;
	height: 100%;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}
#top #reason_area .ttl_wrap h2 {
	margin-bottom: 40px;
}
#top #reason_area .ttl_wrap h2 + p {
	text-align: center;
	margin-bottom: 0;
}
#top #reason_area ol {
	display: flex;
	flex-wrap: wrap;
	gap: 80px 70px;
	margin: 120px 0 50px;
}
#top #reason_area ol li {
	width: calc((100% - 140px) / 3);
	position: relative;
}
#top #reason_area ol li:nth-child(2),
#top #reason_area ol li:nth-child(5) {
	margin-top: 35px;
}
#top #reason_area ol li:nth-child(3n) {
	margin-top: 70px;
}
#top #reason_area ol li img {
	width: 100%;
	height: auto;
	border: solid 1px #ddd;
	margin-bottom: 35px;
	box-sizing: border-box;
}
#top #reason_area ol li h4 {
	position: absolute;
	top: 0;
	left: -40px;
	font-size: 12px;
	font-family: "Cardo", serif;
	letter-spacing: 0.1em;
	writing-mode: vertical-rl;
	margin: 0;
}
#top #reason_area ol li h4 .num {
	display: inline-block;
	position: relative;
	font-size: 22px;
	letter-spacing: normal;
	margin-top: 5px;
}
#top #reason_area ol li h4 .num::after {
	width: 1px;
    height: 160px;
    display: block;
    content: "";
    position: absolute;
    bottom: -172px;
    left: 50%;
    transform: translateX(-50%);
	background-image: linear-gradient(to bottom, #333129 50%, #fff 50%);
	background-size: 0.6px 4px;
	background-repeat: repeat-y;
}
#top #reason_area ol li p {
	margin: 0;
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
	#top #reason_area {
		padding: 0 0 50px;
	}
	#top #reason_area .inner {
		padding: 180px 0 0;
	}
	#top #reason_area .inner::before {
		width: 110%;
		height: 200px;
		left: -5%;
		background-size: cover;
	}
	#top #reason_area .ttl_wrap {
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
		padding: 30px 15px;
		background: #fff;
		box-shadow: 0 0 5px #ccc;
		margin: 0 auto 30px;
	}
	#top #reason_area .ttl_wrap::before {
		display: none;
	}
	#top #reason_area .ttl_wrap h2 {
		margin-bottom: 15px;
	}
	#top #reason_area ol {
		gap: 20px 30px;
		margin: 60px auto 30px 18px;
	}
	#top #reason_area ol li {
		width: calc((100% - 30px) / 2);
	}
	#top #reason_area ol li:nth-child(2),
	#top #reason_area ol li:nth-child(5),
	#top #reason_area ol li:nth-child(3n) {
		margin-top: 0;
	}
	#top #reason_area ol li:nth-child(odd) {
		margin-top: -30px;
	}
	#top #reason_area ol li:nth-child(even) {
		margin-top: 0;
	}
	#top #reason_area ol li img {
		margin-bottom: 8px;
	}
	#top #reason_area ol li h4 {
		left: -23px;
		font-size: 0.7rem;
	}
	#top #reason_area ol li h4 .num {
		font-size: 0.9rem;
		margin-top: 3px;
	}
	#top #reason_area ol li h4 .num::after {
	    height: 35px;
	    bottom: -45px;
	}
	#top #reason_area ol li p {
		font-size: 0.85rem;
		line-height: 1.4;
		margin: 0;
	}
}

/*-------------- bg --------------*/
#top .bg_gray_r {
	position: relative;
}
#top .bg_gray_r::before {
	width: 1720px;
	height: 100%;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #f3f3f4;
}
/*-------------- flow_area --------------*/
#top #flow_area {
	padding: 150px 0 140px;
}
#top #flow_area .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top #flow_area .wrap .ttl_wrap {
	width: 430px;
	text-align: left;
	box-sizing: border-box;
}
#top #flow_area .wrap .ttl_wrap h2 {
	padding-top: 0;
}
#top #flow_area .wrap .ttl_wrap h2 a {
	font-size: 30px;
	text-align: left;
}
#top #flow_area .wrap .ttl_wrap h2::before {
	display: none;
}
#top #flow_area .wrap .ttl_wrap h2 .en {
	display: inline-block;
	position: relative;
	color: #333129;
	font-size: 12px;
}
#top #flow_area .wrap .ttl_wrap h2 .en::after {
	width: 260px;
	height: 1px;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: -270px;
	transform: translateY(-50%);
	background: #989495;
}
#top #flow_area .wrap .ttl_wrap h2 + p {
	text-align: left;
	margin-bottom: 0;
}
#top #flow_area .wrap ul {
	width: 700px;
	display: flex;
	flex-wrap: wrap;
}
#top #flow_area .wrap ul li {
	width: calc(100% / 2);
}
#top #flow_area .wrap ul li:nth-child(1),
#top #flow_area .wrap ul li:nth-child(2) {
	margin-bottom: -1px;
}
#top #flow_area .wrap ul li:nth-child(odd) {
	margin-right: -1px;
}
#top #flow_area .wrap ul li a {
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 20px;
	font-family: "Zen Old Mincho", serif;
	text-decoration: none;
	border: solid 1px #a5a6a8;
	background: #fff;
	box-sizing: border-box;
}
#top #flow_area .wrap ul li a::after {
	width: 15px;
	height: 8px;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: url(../images/icon/arrow-r-bk.svg) no-repeat top left;
	background-size: contain;
}
#top #flow_area .wrap ul li a span {
	display: inline-block;
	border-bottom: solid 1px #a5a6a8;
	padding: 0 2px;
	box-sizing: border-box;
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
	#top #flow_area {
		padding: 50px 0 50px;
	}
	#top #flow_area .wrap {
		display: block;
	}
	#top #flow_area .wrap .ttl_wrap {
		width: 100%;
	}
	#top #flow_area .wrap .ttl_wrap h2 {
		display: block;
		text-align: left;
	}
	#top #flow_area .wrap .ttl_wrap h2 a {
		display: block;
		font-size: 1.5rem;
		line-height: 1;
	}
	#top #flow_area .wrap .ttl_wrap h2::before {
		display: none;
	}
	#top #flow_area .wrap .ttl_wrap h2 .en {
		display: block;
        font-size: 0.8rem;
	}
	#top #flow_area .wrap .ttl_wrap h2 .en::after {
		width: calc(100% - 82px - 10px);
		right: 0;
	}
	#top #flow_area .wrap .ttl_wrap h2 + p {
		margin-bottom: 30px;
	}
	#top #flow_area .wrap ul {
		width: 100%;
	}
	#top #flow_area .wrap ul li a {
		height: auto;
		font-size: 0.9rem;
		padding: 15px 20px 20px 5px;
		box-sizing: border-box;
	}
	#top #flow_area .wrap ul li a::after {
		width: 10px;
        height: 5px;
        right: 5px;
	}
}


/*-------------- voice_area --------------*/
#top #voice_area {
	padding: 0;
}
#top #voice_area .inner {
	padding: 120px 0 150px;
}
#top #voice_area .inner::before {
	width: 1720px;
	height: 600px;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: -360px;
	background: #dcdfe2;
	z-index: 10;
}
#top #voice_area .inner > * {
	position: relative;
	z-index: 20;
}
#top #voice_area .ttl_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 10px;
}
#top #voice_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 120px;
	margin-bottom: 100px;
}
#top #voice_area ul li {
	width: calc((100% - 240px) / 3);
}
#top #voice_area ul li a {
	display: block;
	text-decoration: none;
	background: #fff;
	padding: 10px 10px 0;
	box-sizing: border-box;
}
#top #voice_area ul li a .image_wrap img {
	width: 100%;
	height: auto;
}
#top #voice_area ul li a .text_wrap h4 {
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-family: "Zen Old Mincho", serif;
	padding: 10px 15px 10px 17px;
	box-sizing: border-box;
	margin: 0;
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
	#top #voice_area .inner {
		padding: 50px 0 50px;
	}
	#top #voice_area .inner::before {
		width: 110%;
		height: 350px;
		left: -5%;
	}
	#top #voice_area .ttl_wrap {
		margin-bottom: 10px;
	}
	#top #voice_area ul {
		gap: 15px 10px;
		justify-content: center;
		margin-bottom: 30px;
	}
	#top #voice_area ul li {
		width: calc((100% - 10px) / 2);
	}
	#top #voice_area ul li a {
		padding: 8px 8px 0;
	}
	#top #voice_area ul li a .text_wrap h4 {
		height: auto;
		font-size: 0.85rem;
		padding: 10px 0 10px;
		box-sizing: border-box;
	}
}


/*-------------- gallery_area --------------*/
#top #gallery_area {
	padding: 100px 0;
}
#top #gallery_area ul li img {
	width: 100%;
	height: auto;
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
	#top #gallery_area {
		padding: 30px 0;
	}
	#top #gallery_area ul li img {
		width: 100%;
		height: auto;
	}
}


/*-------------- info_area --------------*/
#top #info_area {
	padding-bottom: 200px;
}
#top #info_area ul li a .text_wrap .wrap p {
	text-align: left;
}
#top #info_area .btn02 {
	width: 200px;
	position: absolute;
	top: 80px;
	right: 0;
}
#top #info_area .btn02 a {
	text-align: left;
}
#top #info_area .btn02 a::after {
	right: 0;
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
	#top #info_area {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	#top #info_area .btn02 {
		width: 80%;
		position: static;
	}
	#top #info_area .btn02 a {
		text-align: center;
	}
	#top #info_area .btn02 a::after {
		right: 10px;
	}
}
