/* covid */
/* ----------------------------- */

.covid {
	background-color: #d4e4f3;
	display: block;
	padding: 5px 0;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.covid {
		padding: 73px 0 12px 75px;
		text-align: left;
	}
}

.covid > div > a {
	color: #30aae5;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 13px;
	letter-spacing: 0.025em;
	text-indent: 0.025em;
}

@media screen and (max-width: 736px) {
	.covid > div > a {
		font-size: 10px;
		position: relative;
		text-indent: 0;
		z-index: 99;
	}
}

/* head-logo */
/* ----------------------------- */

.head-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	justify-content: -webkit-center;
	padding: 7px 0;
}

@media screen and (max-width: 736px) {
	.head-logo {
		display: none;
	}
}

.head-logo > a {
	display: block;
	margin: 0 14px;
}

.head-logo > a > img {
	height: 39px;
	width: auto;
}

/* chapter */
/* ----------------------------- */

.chapter.home {
	padding-bottom: 105px;
	position: relative;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.chapter.home {
		padding: 20px 0 30px;
	}
}

.chapter.home > h1 {
	color: #30aae5;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 20px;
	letter-spacing: 0.09em;
	line-height: 1.6;
	margin-bottom: 20px;
	text-indent: 0.09em;
}

@media screen and (max-width: 1330px) {
	.chapter.home > h1 {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

.chapter.home > h1 .for-midi {
	display: none;
}

@media screen and (max-width: 1280px) {
	.chapter.home > h1 .for-midi {
		display: block;
	}
}

@media screen and (max-width: 736px) {
	.chapter.home > h1 .for-midi {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	.chapter.home > h1 {
		font-size: 13px;
		letter-spacing: 0.05em;
		margin-bottom: 10px;
		text-indent: 0.05em;
	}
}

@media screen and (max-width: 736px) {
	.chapter.home > .text-read {
		padding: 0 20px;
	}
}

/* main-visual */
/* ----------------------------- */

#container.home {
	height: auto;
	overflow: hidden;
}

.main-visual {
	background-color: #eef3f3;
	height: auto;
	margin-left: 220px;
	position: relative;
	width: auto
}

@media screen and (max-width: 736px) {
	
	#container.home {
		padding-top: 63px;
	}
	.main-visual {
		margin-left: 0;
		width: 100%;
	}
}

.main-visual > .swiper-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 50px 30px;
}

@media screen and (max-width: 1390px) {
	.main-visual > .swiper-container {
		max-width: 950px;
		margin: 0 auto;
		padding: 0 50px 30px;
	}
}

@media screen and (max-width: 1330px) {
	.main-visual > .swiper-container {
		padding: 0 30px 20px;
	}
}

@media screen and (max-width: 736px) {
	.main-visual > .swiper-container {
		padding: 0;
	}
}

.main-visual .swiper-container, .main-visual .swiper-wrapper {
	height: auto;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	width: 100%;
}

.main-visual .swiper-wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-visual .swiper-wrapper .swiper-slide  {
	padding-top: 56.2%;
	position: relative;
}

@media screen and (max-width: 736px) {
	.main-visual .swiper-wrapper .swiper-slide  {
		padding-top: 93.8%;
	}
}

.main-visual .swiper-wrapper .swiper-slide img {
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.main-visual>.pagination {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 54px;
	right: 20px;
	width: 8px;
	z-index: 10
}

@media screen and (max-width: 1280px) {
	.main-visual>.pagination {
		height: 6px;
		right: 10px;
	}
}

@media screen and (max-width: 736px) {
	.main-visual>.pagination {
		bottom: 18px;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width: 736px) {
	.main-visual>.pagination > .swiper-pagination {
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
}

.main-visual>.pagination .swiper-pagination-bullet {
	background-color: transparent;
	border: 1px solid #a2a2a2;
	display: block;
	margin: 4px 0;
	opacity: 1;
}

@media screen and (max-width: 736px) {
	.main-visual>.pagination .swiper-pagination-bullet {
		background-color: #fff;
		display: inline-block;
		height: 6px;
		margin: 0 2px;
		width: 6px;
	}
}

.main-visual>.pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #a2a2a2;
}

@media screen and (max-width: 736px) {
	.main-visual>.pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		border: 1px solid #fff;
	}
}

/* home-search */
/* ----------------------------- */

.home-search {
	padding: 0 0 65px;
}

@media screen and (max-width: 736px) {
	.home-search {
		padding: 0 0 30px;
	}
}

.home-search .anchor-nav {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	margin-top: -90px;
	padding: 15px 50px 15px 0;
	width: 100%;
}

@media screen and (max-width: 1300px) {
	.home-search .anchor-nav {
		padding: 12px 50px 12px 0;
		margin-top: -78px;
	}
}

@media screen and (max-width: 736px) {
	.home-search .anchor-nav {
		background-color: transparent;
		margin-top: 15px;
		justify-content: center;
		-webkit-justify-content: center;
		padding: 0;
	}
}

.home-search .anchor-nav > .item:nth-child(1) > a {
	border-left: 1px solid #c0c0c0;
}

@media screen and (max-width: 736px) {
	.home-search .anchor-nav > .item:nth-child(1) > a {
		border-left: none;
	}
}

.home-search .anchor-nav > .item {
	padding-bottom: 5px;
	position: relative;
	transition: opacity 0.3s;
}

.home-search .anchor-nav > .item:hover {
	opacity: 0.7;
}

.home-search .anchor-nav > .item > .arrow {
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 21px;
}

@media screen and (max-width: 736px) {
	.home-search .anchor-nav > .item > .arrow {
		bottom: -3px;
	}
}

.home-search .anchor-nav > .item > a {
	border-right: 1px solid #c0c0c0;
	display: block;
	padding: 5px 25px 10px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.home-search .anchor-nav > .item:last-child > a {
		border-right: none;
	}
}

@media screen and (max-width: 1400px) {
	.home-search .anchor-nav > .item > a {
		padding: 5px 15px 10px;
	}
}

@media screen and (max-width: 736px) {
	.home-search .anchor-nav > .item > a {
		padding: 0 13px;
		text-align: center;
	}
}

.home-search .anchor-nav > .item > a > span {
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 15px;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1200px) {
	.home-search .anchor-nav > .item > a > span {
		font-size: 12px;
	}
}

.home-search .anchor-nav > .item > a > span > .main {
	color: #0097df;
	font-size: 17px;
}

@media screen and (max-width: 1200px) {
	.home-search .anchor-nav > .item > a > span > .main {
		font-size: 14px;
	}
}

@media screen and (max-width: 736px) {
	.home-search .anchor-nav > .item > a > span > .main {
		display: block;
		margin-bottom: 3px;
	}
}

.home-search .search-content {
	margin-top: 55px;
	overflow: hidden;
}

@media screen and (max-width: 736px) {
	.home-search .search-content {
		margin-top: 20px;
	}
}

.home-search .search-content > .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
	.home-search .search-content > .wrap {
		flex-direction: column;
		-webkit-flex-direction: column;
		margin-bottom: 10px;
	}
}

.home-search .search-content > .wrap > .inner {
	width: 49%;
}

@media screen and (max-width: 736px) {
	.home-search .search-content > .wrap > .inner,
	.home-search .search-content > .inner {
		margin-top: -90px;
		padding-top: 90px;
		width: 100%;
	}
}

@media screen and (max-width: 736px) {
	.home-search .search-content > .wrap > .inner:last-child {
		margin-top: -80px;
	}
}

.home-search .search-content .content {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	height: 100%;
	padding: 34px 40px;
}

@media screen and (max-width: 1300px) {
	.home-search .search-content .content {
		padding: 25px 30px;
	}
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content {
		padding: 20px 5px;
	}
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .campus-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
}

.home-search .search-content .content > .campus-list > .item {
	margin-bottom: 5px;
}

@media screen and (max-width: 1170px) {
	.home-search .search-content .content > .campus-list > .item {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .campus-list > .item {
		margin-bottom: 10px;
		width: 50%;
	}

	.home-search .search-content .content > .campus-list > .item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

.home-search .search-content .content > .campus-list > .item:last-child {
	margin-bottom: 0;
}

.home-search .search-content .content > .campus-list > .item > a {
	align-items: center;
	-webkit-align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	transition: opacity 0.3s;
}

.home-search .search-content .content > .campus-list > .item > a:hover {
	opacity: 0.7;
}

.home-search .search-content .content > .campus-list > .item > a > div {
	height: auto;
	width: calc(100% - 235px);
}

@media screen and (max-width: 1300px) {
	.home-search .search-content .content > .campus-list > .item > a > div {
		width: calc(100% - 195px);
	}
}

@media screen and (max-width: 1170px) {
	.home-search .search-content .content > .campus-list > .item > a > div {
		width: calc(100% - 178px);
	}
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .campus-list > .item > a > div {
		width: 47%;
	}
}

.home-search .search-content .content > .campus-list > .item > a > div > img {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	width: 100%;
}

.home-search .search-content .content > .campus-list > .item > a > .text {
	padding-left: 15px;
	width: 235px;
}

@media screen and (max-width: 1300px) {
	.home-search .search-content .content > .campus-list > .item > a > .text {
		width: 195px;
	}
}

@media screen and (max-width: 1170px) {
	.home-search .search-content .content > .campus-list > .item > a > .text {
		width: 178px;
	}
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .campus-list > .item > a > .text {
		padding-left: 5px;
		width: 55%;
	}
}

.home-search .search-content .content > .campus-list > .item > a > .text > .graduate {
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 20px;
}

@media screen and (max-width: 1300px) {
	.home-search .search-content .content > .campus-list > .item > a > .text > .graduate {
		font-size: 20px;
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 1170px) {
	.home-search .search-content .content > .campus-list > .item > a > .text > .graduate {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .campus-list > .item > a > .text > .graduate {
		font-size: 13px;
		line-height: 1.3;
		margin-bottom: 3px;
	}
}

.home-search .search-content .content > .campus-list > .item > a > .text > .look {
	color: #44b6e7;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding-left: 28px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .campus-list > .item > a > .text > .look {
		font-size: 10px;
		padding-left: 10px;
		letter-spacing: -0.05em;
	}
}

.home-search .search-content .content > .campus-list > .item > a > .text > .look::before {
	background: url(../../images/home/icon-arrow.svg) no-repeat center center;
	background-size: 20px 20px;
	content: '';
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .campus-list > .item > a > .text > .look::before {
		background-size: 10px 10px;
		height: 10px;
		width: 10px;
	}
}

.home-search .search-content .content > .map-wrap {
	border: 3px solid #dae6ec;
	height: calc(100% - 72px);
	overflow: hidden;
	/* padding-top: 105.3%; */
	position: relative;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .map-wrap {
		border: none;
		height: 100%;
	}
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content.map {
		padding: 20px 10px;
	}
}

.home-search .search-content .content > .map-wrap > .figure-wrap {
	height: 100%;
	width: 100%;
}

.home-search .search-content .content > .map-wrap > div > .figure {
	height: auto;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .map-wrap > div > .figure {
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		position: static;
	}
}

.home-search .search-content .content > .map-wrap > .icon-wrap {
	position: absolute;
	padding-top: 105.3%;
	bottom: 0;
	left: 0;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .map-wrap > .icon-wrap {
		padding-top: 0;
		height: 100%;
	}
}

.home-search .search-content .content > .map-wrap > .icon-wrap > .icon {
	position: absolute;
	height: auto;
	width: 13.6%;
	transition: opacity 0.3s;
}

.home-search .search-content .content > .map-wrap > .icon-wrap > .icon:hover {
	opacity: 0.8;
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .map-wrap > .icon-wrap > .icon {
		width: 15.7%;
	}
}

.home-search .search-content .content > .map-wrap > .icon-wrap > .icon > img {
	height: auto;
	width: 100%;
}

.home-search .search-content .content > .map-wrap > .icon-wrap > .icon.education {
	left: 38%;
	top: 14%;
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .map-wrap > .icon-wrap > .icon.education {
		left: 23%;
		top: 17%;
	}
}

.home-search .search-content .content > .map-wrap > .icon-wrap > .icon.engineering {
	left: 43.5%;
	top: 37%;
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .map-wrap > .icon-wrap > .icon.engineering {
		left: 28%;
		top: 42.5%;
	}
}

.home-search .search-content .content > .map-wrap > .icon-wrap > .icon.medicine {
	right: 18%;
	top: 33.5%;
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .map-wrap > .icon-wrap > .icon.medicine {
		right: 27%;
		top: 39%;
	}
}

.home-search .search-content .content > .map-wrap > .icon-wrap > .icon.agriculture {
	right: 11.5%;
	top: 46.5%;
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .map-wrap > .icon-wrap > .icon.agriculture {
		right: 20%;
    	top: 55%;
	}
}

.home-search .search-content .content.word {
	margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content.word {
		margin-bottom: 10px;
		padding: 20px 10px;
	}
}


.home-search .search-content .content > .search-wrap {
	align-items: center;
	-webkit-align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .search-wrap {
		align-items: flex-start;
		-webkit-align-items: flex-start;
		flex-direction: column;
		-webkit-flex-direction: column;
	}
}

.home-search .search-content .content > .search-wrap > .headding-secondary {
	margin-bottom: 0;
}

.home-search .search-content .content > .search-wrap > .search-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 45%;
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .search-wrap > .search-container {
		width: 100%;
	}
}

.home-search .search-content .content > .search-wrap > .search-container > .free {
	appearance: auto;
	border: 2px solid #555555;
	border-radius: 3px;
	box-shadow: none;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	outline: 0;
	padding: 13px 10px;
	height: 46px;
	width: calc(100% - 76px);
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .search-wrap > .search-container > .free {
		letter-spacing: 0.05em;
		height: 45px;
		padding: 12px 8px;
		width: calc(100% - 47px);
	}
}

.home-search .search-content .content > .search-wrap > .search-container > .free::placeholder {
	color: #a9a9a9;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.home-search .search-content .content > .search-wrap > .search-container > .button {
	appearance: auto;
	background-color: #333333;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	height: 46px;
	letter-spacing: 0.1em;
	margin-left: 10px;
	outline: 0;
	width: 71px
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .search-wrap > .search-container > .button {
		background-image: url(../../images/home/icon-search.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 17px 17px;
		height: 45px;
		margin-left: 3px;
		width: 45px;
	}
}

.home-search .search-content .content > .search-wrap > .search-container > .button:hover {
	cursor: pointer;
}

.home-search .search-content .content > .conditional-wrap > .headding-secondary {
	margin-bottom: 16%;
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .conditional-wrap > .headding-secondary {
		margin-bottom: 20px;
	}
}

.home-search .search-content .content.conditional {
	position: relative;
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content.conditional {
		padding: 20px 10px;
	}
}

.home-search .search-content .content > .conditional-wrap > .swiper-container {
	position: absolute;
	top: 34%;
	left: -50px;
	width: calc(100% + 100px);
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .conditional-wrap > .swiper-container {
		margin-bottom: 5px;
		position: static;
		width: 100%;
	}
}

.home-search .search-content .content > .conditional-wrap > .swiper-container > .swiper-wrapper > .swiper-slide {
	height: auto;
	width: 17.9%;
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .conditional-wrap > .swiper-container > .swiper-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .conditional-wrap > .swiper-container > .swiper-wrapper > .swiper-slide {
		margin-right: 3.6%;
		margin-bottom: 3.6%;
		width: 48.2%;
	}
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .conditional-wrap > .swiper-container > .swiper-wrapper > .swiper-slide:nth-child(2n) {
		margin-right: 0;
	}
}

.home-search .search-content .content > .conditional-wrap > .swiper-container > .swiper-wrapper > .swiper-slide img {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	height: auto;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.home-search .search-content .content > .conditional-wrap > .swiper-container > .navigation {
		display: none;
	}
}

.home-search .search-content .content > .conditional-wrap > .swiper-container > .navigation .swiper-button-next, .home-search .search-content .content > .conditional-wrap > .swiper-container > .navigation .swiper-button-prev {
	background-image: none;
	display: block;
	height: 70px;
	top: 38%;
	width: 71px;
}

.home-search .search-content .content > .conditional-wrap > .swiper-container > .navigation .swiper-button-next::after, .home-search .search-content .content > .conditional-wrap > .swiper-container > .navigation .swiper-button-prev::after {
	content: none;
}

.home-search .search-content .content > .conditional-wrap > .swiper-container > .navigation .swiper-button-next img, .home-search .search-content .content > .conditional-wrap > .swiper-container > .navigation .swiper-button-prev img {
	height: 70px;
	width: 71px;
}

.home-search .search-content .content > .conditional-wrap > .swiper-container > .navigation .swiper-button-prev {
	left: 0;
}

@media screen and (max-width: 1350px) {
	.home-search .search-content .content > .conditional-wrap > .swiper-container > .navigation .swiper-button-prev  {
		left: 30px;
	}
}

.home-search .search-content .content > .conditional-wrap > .swiper-container > .navigation .swiper-button-next {
	right: 0;
	transform: rotateZ(180deg);
}

@media screen and (max-width: 1350px) {
	.home-search .search-content .content > .conditional-wrap > .swiper-container > .navigation .swiper-button-next  {
		right: 30px;
	}
}

/* home-contact */
/* ----------------------------- */

.home-contact {
	background: rgb(72,185,237);
	background: linear-gradient(90deg, rgba(72,185,237,1) 0%, rgba(11,212,202,1) 100%);
	margin-bottom: 20px;
	padding: 18px 13px 15px;
}

.home-contact > .title {
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}

.home-contact > .title > a {
	margin: 2px 0;
}

.home-contact > .title > a > img {
	height: auto;
	width: 100%;
}


/* home-news */
/* ----------------------------- */

.home-news {
	padding-bottom: 60px;
}

@media screen and (max-width: 736px) {
	.home-news {
		padding-bottom: 40px;
	}
}

.home-news > .headding-primary {
	display: inline-block;
	position: relative;
	z-index: 2
}

.home-news > .wrap {
	background-color: #fff;
	margin-top: -50px;
	padding: 85px 50px 65px;
	position: relative;
	z-index: 1
}

@media screen and (max-width: 736px) {
	.home-news > .wrap {
		margin-top: 6px;
		padding: 20px;
	}
}

.home-news > .wrap > .post {
	align-items: center;
	-webkit-align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 736px) {
	.home-news > .wrap > .post {
		align-items: flex-start;
		-webkit-align-items: flex-start;
		flex-direction: column;
		-webkit-flex-direction: column;
	}
}

.home-news > .wrap > .post > time {
	border-right: 1px solid #a2a2a2;
	color: #555555;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	letter-spacing: 0.04em;
	margin-right: 35px;
	padding-right: 35px;
}

@media screen and (max-width: 1366px) {
	.home-news > .wrap > .post > time {
		font-size: 15px;
		margin-right: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width: 736px) {
	.home-news > .wrap > .post > time {
		border-right: none;
		color: #000;
		font-size: 12px;
		margin: 0 0 15px;
		padding-right: 0;
	}
}

.home-news > .wrap > .post > p {
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.03em;
	padding-right: 10px;
	position: relative;
}

@media screen and (max-width: 1366px) {
	.home-news > .wrap > .post > p {
		font-size: 15px;
	}
}

@media screen and (max-width: 736px) {
	.home-news > .wrap > .post > p {
		font-size: 13px;
	}
}

.home-news > .wrap > .post > p > svg {
	fill: #a2a2a2;
	height: 12px;
	margin: 0 0 0 20px;
	width: 8px;
}

@media screen and (max-width: 736px) {
	.home-news > .wrap > .post > p > svg {
		margin: 0 0 0 5px;
	}
}

.home-news > .wrap > div > .button-list {
	position: absolute;
	top: 20px;
	right: 50px;
}

@media screen and (max-width: 736px) {
	.home-news .button-flat {
		margin: 10px 20px 0;
		width: auto;
	}
}

/* SNS導線追加 */
.sns-induction-img {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: relative;
  }
.sns-induction-img::before {
	content: '';
	background-image: url('/assets/images/home/sns_flag.png'); /* 重ねたい画像 */
	background-size: contain;
	background-repeat: no-repeat;
	width: 280px;
	height: 280px;
	position: absolute;
	top: -10px; /* ここで上に少しずらす */
	z-index: 1; /* コンテンツの後ろに配置 */
  }
  @media screen and (max-width: 736px) {
	.sns-induction-img::before {
		width: 200px;
		height: 200px;
		top: -2px;
	}
  }

.sns-induction{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	height: 100%;
	padding: 20px 85px;
	margin: 30px 0 50px;
	/* position: relative; */
	text-align: center;
}

.sns-induction p{
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.03rem;
	line-height: 1.5;
}

@media screen and (max-width: 1300px) {
	.sns-induction {
		padding: 25px 50px;

	}
}

@media screen and (max-width: 736px) {
	.sns-induction {
		padding: 20px 10px;
		margin: 30px 0 40px;
	}
	.sns-induction p{
		font-size: 13px;
	}
}

.sns-induction-text{
	padding-top: 80px;
}
.bancho-sns{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0 10px;
	gap: 10px;
	padding: 0 20px;
}
@media screen and (max-width: 736px) {
	.bancho-sns{
		flex-direction: column;
		padding: 0 0;
		gap: 20px;
	}
}
.Instagram-induction{
	display: flex;
	flex-basis: 50%;
	justify-content: center;
	align-items: center;
	/* border-right: 1px solid #a2a2a2; */
	position: relative;
}
.Instagram-induction::after{
	content: '';
	position: absolute;
	top: 0;
	right: -10px; /* コンテンツの右側に配置 */
	width: 1px;
	height: 100%;
	background-color: #a2a2a2;
}
@media screen and (max-width: 736px) {
	.Instagram-induction::after{
		display: none;
	}
}
.TikTok-induction{
	display: flex;
	flex-basis: 50%;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
}
.sns-account{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sns-account p{
	margin: 10px 0 20px;
	font-weight: bold;
	font-size: 20px;
}
.screen{
	width: 80%;
	justify-content: center;
	align-items: center;
}
.sns-logo{
	width: 70%;
}
.sns-btn{
	width: 80%;
}
@media screen and (max-width: 736px) {
	.TikTok-induction{
		padding-left: 0;
	}
	.screen{
		width: 92%;
	}
	.sns-account p{
		margin: 5px 0 13px;
		font-size: 18px;
	}
	.sns-btn{
		width: 95%;
	}
}