@charset "UTF-8";
/* CSS Document */

/*
    MV
----------------------------------------------------------------- */
.bg {
	background: url(../../img/top/pc_bg.png) no-repeat center center / cover;
}
.mv {
    padding: 150px 0 105px;
	background: url(../../img/top/pc_mv_bg.png) no-repeat center center / cover;
}
@media screen and (max-width: 1229px) {
	.mv {
		padding: 60px 0 75px;
	}
}
@media screen and (max-width: 767px) {
	.mv {
		background: none;
		padding: 0;
	}
	.mv .container {
		margin: 0;
		padding: 0;
	}
}

.insurance_bnr {
	margin: -40px 0 0;
}
@media screen and (max-width: 767px) {
	.insurance_bnr {
		margin: 20px 0 0;
	}
}
/*
    SLOGAN BNR
----------------------------------------------------------------  */
.slogan_bnr {
	margin-bottom: 75px;
}
@media screen and (max-width: 1229px) {
	.slogan_bnr {
		margin: 0 0 45px;
	}
}
@media screen and (max-width: 767px) {
	.slogan_bnr {
		margin: 20px 0 0;
	}
}
/*
    SLOGAN IMG
----------------------------------------------------------------  */
.slogan_img {
	margin-top: -75px;
}
@media screen and (max-width: 1229px) {
	.slogan_img {
		margin-top: -45px;
	}
}
@media screen and (max-width: 767px) {
	.slogan_img {
		margin-top: 0;
	}
}
/*
    CTA
----------------------------------------------------------------  */
.cta {
	padding: 30px 0 60px;
}
.cta li {
	list-style: none;
	width: 33.3333%;
}
@media screen and (max-width: 1229px) {
	.cta {
		padding: 30px 0;
	}
}
/*
    NEWS
---------------------------------------------------------------- */
.news {
	padding-bottom: 90px;
}
.news .sub_ttl {
	line-height: 1;
}
.news .ttl {
	font-size: 40px;
	line-height: 1;
}
.news .news_btn a {
	padding: 8px 32px;
	padding-right: 42px;
	font-size: 20px;
}
.news .lists {
	line-height: 1.8;
}
.news .list {
	position: relative;
	z-index: 2;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.news .list:first-child {
	padding: 20px 0;
	margin-bottom: 15px;
}
.news .list:last-child {
	margin-bottom: 0;
}
.news .list:first-child:before,
.news .list::after {
	content: '';
	position: absolute;
	background: url(../../img/top/pc_list_border.png) no-repeat center center / cover;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
}
.news .list:first-child:before {
	top: 0;
	left: 0;
}
.news .list::after {
	bottom: 0;
	left: 0;
}
.news .link,
.news .wrap {
	display: flex;
	align-items: center;
	gap: 35px;
}
.news .date {
	width: 90px;
}
.news .date p {
    white-space: nowrap;
}
.news .wrap {
	gap: 30px;
}
.news .new_tag {
	background-color: var(--color_bk);
	color: var(--color_wt);
	padding: 5px 20px 2px;
    text-align: center;
	width: 85px;
}
.news .list:has(.new_tag) > .txt {
	width: calc(100% - 85px);
}
.news .link:hover {
	transform: translateY(-5px);
}
.news .btn {
	position: relative;
	z-index: 2;
}
.news .news_btn a {
	box-sizing: border-box;
}
@media screen and (max-width: 1229px) {
	.news .wrap {
		width: 100%;
	}
	.news .head {
		display: flex;
		align-items: center;
		gap: 15px;
	}
	.news .date {
		width: 100%;
	}
	.news .ttl,
	.news .sub_ttl {
		padding-bottom: 0;
	}
	.news .news_btn {
		width: 30%;
		margin-left: auto;
	}
	.news .news_btn a {
		padding: 0 32px;
		font-size: 18px;
	}
	.news .link {
		display: flex;
		flex-direction: column;
		align-items: start;
		gap: 15px;
	}
	.news .new_tag {
		text-wrap: nowrap;
	}
	.news .txt {
		text-wrap: wrap;
	}
}
@media screen and (max-width: 767px) {
	.news .link {
		gap: 0;
	}
	.news .wrap {
		width: 100%;
		gap: 10px;
	}
	.news .ttl {
		font-size: 28px;
	}
	.news .sub_ttl {
		font-size: 16px;
	}
	.news .list:first-child {
		padding: 10px 0;
		margin-bottom: 10px;
	}

	/* wordpressの際は削除 */
	.news .txt {
		text-wrap: wrap;
	}
}

/*
    GATHERING
---------------------------------------------------------- */
.gathering {
	
}
.gathering_box {

}
.gathering_image {

}
.gathering_contents {
	text-align: center;
}
.gathering_btns {
	display: flex;
	width: 75%;
}
.gathering_btns .btn {
	width: inherit;
}
.gathering_btn a {
	margin: 0 auto;
}
.gathering_txt {
	margin-top: 15px;
	padding: 15px;
	border: 2px solid #eee;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.gathering h3 {
		font-size: 20px;
		border-bottom: 1px solid var(--color_bk);
		margin-bottom: 15px;
	}
	.gathering_contents {
		text-align: left;
	}
	.gathering_btns {
		flex-wrap: wrap;
		width:100%;
		gap: 10px;
	}
	.gathering_btn {
		width: 100%;
	}

}
/*
    ABOUT
---------------------------------------------------------- */

.about .about_cta {
    padding-bottom: 120px;
}
.about .greeting,
.about .outline {
	position: relative;
}
.about .greeting {
	padding-bottom: 140px;
	margin-bottom: 105px;
}
.about .outline {
	padding-bottom: 140px;
}
.about .greeting::before,
.about .outline::before {
	content: '';
	position: absolute;
	top: 0;
}
.about .greeting::before {
	background: url(../../img/top/pc_about01.png) no-repeat top right / contain;
	width: 48.5vw;
    height: 100%;
    left: 39%;
	transform: translateX(-50vw);
}
.about .outline::before {
	background: url(../../img/top/pc_about02.png) no-repeat top left / cover;
	width: 40vw;
	height: 100%;
	right: 50%;
	transform: translateX(50vw);
}
.about .greeting::after,
.about .outline::after {
	content: '';
	position: absolute;
	width: 40.8vw;
	height: -webkit-fill-available;
	pointer-events: none;
}
.about .greeting::after {
	background: url(../../img/top/pc_about_bg01.png) no-repeat center center / cover;
	right: 50%;
	top: -100%;
	transform: translateX(50vw);
}
.about .outline::after {
	background: url(../../img/top/pc_about_bg02.png) no-repeat center center / cover;
	left: 50%;
	bottom: -150px;
	transform: translateX(-50vw);

}
.about .greeting .contents,
.about .outline .contents {
	width: 60%;
	position: relative;
	z-index: 3;
}
.about .greeting .contents {
	margin-left: auto;
	padding-left: 15px;
}
.about .outline .contents {
	z-index: 2;
	margin-right: auto;
	padding-right: 15px;
}
.about .head {
	position: relative;
	display: flex;
	align-items: baseline;
	margin: 10px 0 45px;
	padding: 30px 45px;
	gap: 30px;
}
.about .head::before,
.about .head::after {
	content: '';
	position: absolute;
	background-color: var(--color_bk);
	left: 0;
}
.about .head::before {
	width: 12px;
	height: 100%;
	top: 0;
}
.about .head::after {
	width: 100%;
	height: 2px;
	bottom: 0;
}
.about .ttl,
.about .sub_ttl {
	line-height: 1;
}
.about .ttl {
	font-size: 50px;
	letter-spacing: 6px;
}
.about .sub_ttl {
	font-size: 20px;
	letter-spacing: normal;
}

@media screen and (max-width: 1229px) {
	.about {
		padding-bottom: 120px;
	}
	.about .about_cta {
		padding-bottom: 90px;
	}
	.about .greeting {
		padding-bottom: 60px;
	}
	.about .greeting::before,
	.about .outline::before {
		content: none;
	}
	.about .greeting .contents,
	.about .outline .contents {
		width: 100%;
		padding: 0;
	}
	.about .head {
		margin: 10px 0 30px;
		padding: 20px 45px;
	}
	.about .ttl {
		font-size: 40px;
	}
}
@media screen and (max-width: 767px) {
	.about {
		padding-bottom: 75px;
	}
	.about .about_cta {
		padding-bottom: 30px;
	}
	.about .about_cta img {
		width: 40%;
	}
	.about .greeting {
		margin-bottom: 0;
	}
	.about .outline {
		padding-bottom: 0;
	}
	.about .greeting::after,
	.about .outline::after {
		width: 100%;
		background-size: contain;
	}
	.about .greeting::after {
		right: calc(50% - 45px);
	}
	.about .outline::after {
		bottom: -300px;
		left: calc(50% - 45px);
	}
	.about .greeting .contents,
	.about .outline .contents {
		padding: 0;
	}
	.about .head {
		flex-direction: column;
		padding: 5px 30px 10px;
		padding-right: 0;
		margin-bottom: 30px;
		gap: 10px;
	}
	.about .ttl {
		font-size: 28px;
	}
	.about .sub_ttl {
		font-size: 16px;
	}
}
/*
    SLOGAN
---------------------------------------------------------- */
.slogan {
	position: relative;
	z-index: 3;
	margin-top: -120px;
	padding: 120px 0;
	background: url(../../img/top/pc_slogan_bg.png) no-repeat center bottom / contain;
	overflow-x: hidden;
}
.slogan::after {
	content: '';
	position: absolute;
	background: url(../../img/top/pc_slogan.png) no-repeat center bottom / contain;
	max-width: 2000px;
	width: 2000px;
	height: 100%;
	left: calc(50% - 1000px);
	bottom: 120px;
}
.slogan .head_02 {
	margin-bottom: 20px;
}
.slogan .contents {
	position: relative;
	z-index: 4;
	overflow-x: hidden;
}
.slogan .slogan_contents {
	color: var(--color1);
}
.slogan .main_txt,
.slogan .sub_txt {
	line-height: 1.8;
}
.slogan .main_txt {
	font-size: 57px;
}
.slogan .sub_txt {
	font-size: 24px;
}
.slogan .txt {
	line-height: 2;
}
@media screen and (max-width: 1229px) {
	.slogan {
		margin-top: 0;
		padding: 0 0 140px;
		background-size: cover;
	}
	.slogan::after {
		content: none;
	}
	.slogan .img_wrap {
		display: flex;
		align-items: baseline;
	}
	.slogan .img_wrap img {
		width: 50%;
		height: 100%;
	}
}
@media screen and (max-width: 767px) {
	.slogan {
		margin-top: 0px;
		padding-bottom: 45px;
	}
	.slogan .main_txt {
		font-size: 26px;
	}
	.slogan .sub_txt {
		font-size: 16px;
	}
	.slogan .contents {
		padding-bottom: 30px;
	}
}
/*
	セクション間余白
---------------------------------------------------------- */
.pd_sec {
	padding: 135px 0;
}
@media screen and (max-width: 767px) {
	.pd_sec {
		padding: 0;
		padding-top: calc(50% - 45px);
	}
}
/*
    CM
---------------------------------------------------------- */
.cm {
	background: url(../../img/top/pc_cm_bg.png) no-repeat top center / cover;
	color: var(--color_wt);
}
.video_wrap {
	/* instaが復活したとき解除 */
	/* margin-top: calc(-50% + 195px); */
}
.video_wrap video {
	width: 80%;
	display: block;
	text-align: center;
}
/* .video_wrap img {
}
.insta_wrap {
} */
.insta_wrap .sec_head {
	margin-bottom: 30px;
}
.insta_wrap .sec_ttl {
	font-size: 40px;
}
.fa-instagram {
	padding-right: 10px;
}
.insta_item {
	padding-inline: 0;
}
/* .insta_item a {
}
.insta_img {
} */
.insta_img img {
	width: 100%;
}
/* .insta_contents {
}
.insta_txt {

}
.insta_txt {

}
.line_cta {

}
.line_cta a {

}
.line_cta img {

} */

@media screen and (max-width: 1229px) {
	.video_wrap {
		/* instaが復活したとき解除 */
		/* margin-top: calc(-50% + 45px); */
	}
	.video_wrap video {
		width: 100%;
	}
	.insta_items {
		width: 90%;
        gap: 15px 30px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.insta_wrap .sec_head {
		margin-bottom: 15px;
	}
	.insta_wrap .sec_ttl {
		font-size: 28px;
	}
}