@charset "UTF-8";
/* index.css */

/* MV ============================== */
#mv {
	padding-bottom: min(11vw,110px);
	background-image: url(../../img/index/mv_illust_pc.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
}
#mv h1,
#mv h1 span {
	letter-spacing: .3em;
}
#mv h1 {
	font-size: 28px;
	font-weight: normal;
	text-align:  center;
	line-height: 1.6;
	margin-bottom: 1em;
}
#mv h1 span {
	color: #00a0e6;
}
#mv p {
	text-align: center;
	line-height: 2;
	letter-spacing: .15em;
}


/* What is ========================= */
#sec_whatis {
	position: relative;
	color: #fff;
	background-image: linear-gradient(90deg, rgba(0, 220, 220, 1) 0%, rgba(0, 160, 230, 1));
}
#sec_whatis:before {
	content: "";
	width:   60%;
	height: 100%;
	min-width: 550px;
	display: block;
	position: absolute;
	right: 0;
	background-image: url(../../img/index/whatis_bg_pc.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
#sec_whatis .add_width {
	width: 70%;
	max-width: 430px;
	position: relative;
	z-index: 2;
}
#sec_whatis h2 {
	margin-bottom: min(4vw,40px);
}
#sec_whatis h2 img {
	width:  100%;
	height: 14vw;
	max-height: 120px;
	object-fit: contain;
	object-position: left;
}
#sec_whatis .strong {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 1.25em;
}


/* About =========================== */
/* ----- 業務3項目 ----- */
.grad_list {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.grad_list .small {
	width: 25%;
}
.grad_list .middle {
	width: 30%;
}
.grad_list .big {
	width: 40.5%;
}
.grad_list div {
	font-size: 16px;
	font-size: clamp(14px,1.6vw,16px);
}
.grad_list dt {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	letter-spacing: .05em;
	color: #fff;
	background-image: linear-gradient(90deg, rgba(0, 160, 230, 1) 60%, rgba(0, 220, 220, 1));
	margin-bottom: .5em;
	padding: .35em;
}
.grad_list dd {
	font-size: .75em;
	line-height: 1.5;
	padding: 0 .5em;
}

/* ----- 会社概要 ----- */
.about_gaiyou .wrap:before {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	margin: 50px 0;
	background-color: #00a0e6;
}
/* 縦書き見出し */
.h2_tate {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .3em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-right: min(6.5vw,65px);
}
.about_gaiyou .h2_tate {
	min-width: fit-content;
	font-weight: normal;
	color: #00a0e6;
}
.tate_cont_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.tate_cont_flex .cont_wrap {
	width: calc(100% - (1em + min(6.5vw,65px)) );
	font-size: 20px;
}
.gaiyou_wrap > li {
	padding: 1em;
}
.gaiyou_wrap > li:first-of-type {
	padding-top: 0;
}
.gaiyou_wrap > li:last-of-type  {
	padding-bottom: 0;
}
.gaiyou_wrap > li:not(:first-of-type) {
	border-top: 1px solid #acacac;
}
.about_gaiyou dl {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}
.about_gaiyou dl.dl_list {
	align-items: flex-start;
}
.about_gaiyou dl + dl {
	margin-top: .25em;
}
.about_gaiyou dt {
	min-width: 7em;
	font-weight: normal;
	letter-spacing: .15em;
	text-align: justify;
	font-feature-settings: "palt";
	margin-right: 2em;
}
/* 「・」付きリスト */
.about_gaiyou .list_flex:before {
	content: "・";
	display: inline-block;
}
.about_gaiyou .list_flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
/* dd内にflex li */
.gaiyou_wrap .shikaku_flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.gaiyou_wrap .shikaku_flex li {
	min-width: 15.5em;
	margin-right: 1em;
	margin-bottom: .25em;
}
.gaiyou_wrap .shikaku_flex li:nth-of-type(even) {
	min-width: 22em;
	margin-right: 0;
}
/* 引受保険会社 ロゴ画像 */
.about_logo {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 1%;
}
.about_logo a {
	width: calc(100%/2 - 4%);
	max-width: 145px;
	transition: opacity .3s;
	opacity: 1;
}
.about_logo a:hover {
	opacity: .5;
}
.about_logo a:first-of-type {
	margin-right: 8%;
}

/* ----- ごあいさつ ----- */
.about_greeting {
	padding: 50px 30px;
	color: #fff;
	background-image: linear-gradient(50deg, rgba(0, 160, 230, 1) 60%, rgba(0, 220, 220, 1));
	border-radius: 30px;
}
.about_greeting p {
	font-size: 14px;
	margin-bottom: 3em;
	padding-right: 3em;
}
.about_greeting dl {
	font-size: 14px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-end;
}
.about_greeting dt,
.about_greeting dd {
	font-size: 1em;
	font-weight: normal;
}
.about_greeting dd {
	margin-right: 1em;
}

/* ----- 皆様にとっての大切な人 大事なものは何ですか？ ----- */
.about_text h2 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.8;
	letter-spacing: .15em;
	text-align: center;
	margin-bottom: 1em;
	color: #00a0e6;
}
.about_text p {
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
}


/* Service ========================= */
#sec_service {
	background-image: url(../../img/index/service_bg_pc.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	/* add */
	position: relative;
	overflow: hidden;
}
#sec_service h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
	color: #00a0e6;
}
#sec_service p {
	color: #fff;
}

/* ----- tableの横スクロールを操作するバーの設置 ----- */
.flow_head {
	width: 100%;
	margin-inline: auto;
	margin-bottom: 60px;
	color: #fff;
}
/* 左だけコンテンツ幅に合わせる */
.swiper {
	overflow: visible;
}
.swiper-slide,
.maru-slide   {
	width: auto;
	position: relative;
	display: flex;
	align-items: center;
}
/* 点線 */
.swiper-slide:not(:last-child)::after,
.maru-slide:not(:last-child)::after   {
	content: "";
	width: 18px;
	height: 3px;
	position: absolute;
	right: -31px;
	top: 50%;
	transform: translateY(-50%);
	background:radial-gradient(circle, #fff 1.5px, transparent 1.5px);
	background-size: 6px 3px;
	background-repeat: repeat-x;
}
.flow_circle {
	width: 160px;
	aspect-ratio: 1;
	border-radius: 50%;
	background-image: linear-gradient(50deg, rgba(0, 160, 230, 1) 50%, rgba(0, 220, 220, 1));
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	box-shadow: 0 10px 30px rgba(0,0,0,.2);
}
.flow_circle p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.7;
	text-align: center;
}
/* ナビ */
.flow_nav {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 30px auto 0;
	gap: 15px;
}
/* ボタン */
.flow_prev,
.flow_next {
	width:  30px;
	height: 30px;
	border: 0;
	background: transparent;
	position: relative;
	cursor: pointer;
}
/* 矢印 */
.flow_prev::before,
.flow_next::before {
	content: "";
	width:  12px;
	height: 12px;
	border-top:   2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	inset: 0;
	margin: auto;
}
.flow_prev::before {
	transform: rotate(-135deg);
}
.flow_next::before {
	transform: rotate(45deg);
}
/* scrollbar */
.swiper-scrollbar {
	height: 5px !important;
	position: static !important;
	flex: 1;
}
.swiper-scrollbar:before {
	content: "";
	width: 100%;
	height: 2px;
	top: 3.5px;
	display: block;
	position: relative;
	background: rgba(255,255,255,.3);
}
.swiper-scrollbar-drag {
	background: #fff !important;
	border-radius: 999px;
	cursor: grab;
}


/* ----- 一定幅以上の処理 ----- */
.pc_big_blk .maru-wrap  {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
}
.pc_big_blk .maru-slide {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.pc_big_blk .maru-slide:not(:last-of-type) {
	margin-right: 45px;
}

/* ----- 表示非表示の切り替え ----- */
.pc_big_blk {
	display: none;
	padding: 0 50px 50px;
}

@media screen and (min-width:1310px) {
	.pc_big_blk  { display:block; }
	.pc_small_blk { display:none; }
}


/* 事故の時は ======================== */
#sec_accident {
	background-color: #fef6f2;
}
#sec_accident .h2_tate {
	color: #f15000;
}
#sec_accident p {
	font-size: 14px;
	font-weight: 500;
}
/* table上 見出し */
#sec_accident h3 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: .5em;
}
/* table */
.table_wrap {
	width: 100%;
	overflow-x: scroll;
	overflow-y: visible;
}
.table_wrap table {
	width: 100%;
	min-width: 595px;
}
.table_wrap tr,
.table_wrap th,
.table_wrap td {
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	border: 1px solid #f15000;
}
.table_wrap th,
.table_wrap td {
	padding: .75em .5em;
}
.table_wrap th {
	font-size: 14px;
	background-color: #fde5d9;
}
.table_wrap td,
.table_wrap td a {
	font-size: 16px;
	letter-spacing: .05em;
}
.table_wrap td {
	background-color: #fff;
}
/* column */
.column_4 th,
.column_4 td {
	width: calc(100%/4);
	vertical-align: middle;
}
.column_2 th,
.column_2 td {
	width: calc(100%/2);
}


/* form ======================== */
/* 見出し・テキスト */
#sec_form h2 {
	color: #00a0e6;
}
#sec_form p {
	font-size: 14px;
	font-weight: 500;
}


/* privacy ====================== */
/* ----- modal ----- */
#modal_privacy.uk-open {
	align-items: center;
	justify-content: center;
}
#modal_privacy.uk-modal {
	background-color: rgba(0,0,0,.3);
	background-blend-mode: multiply;
}
#modal_privacy .uk-modal-body {
	width: 80%;
	max-width: 610px !important;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: center;
	flex-direction: row-reverse;
	background-color: transparent !important;
	padding: 0 !important;
}
#modal_privacy .modal_cont_wrap {
	height: 50vh;
	min-height: 370px;
	overflow-y: scroll;
	padding: 25px;
	background-color: #fff;
	border: 1px solid #5a5a5a;
}
/* 閉じるボタン */
.uk-modal-close {
	width:  75px;
	height: 75px;
	min-width:  75px;
	min-height: 75px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 6px 10px 6px;
	background-color: #5a5a5a;
}
.uk-modal-close:before {
	content: "";
	width:  35px;
	height: 35px;
	display: block;
	background-image: url(../../img/common/modal_close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.uk-modal-close span {
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	margin-top: .45em;
	color: #fff;
}

/* ----- modal text ----- */
#modal_privacy * {
	font-feature-settings: "palt";
}
#modal_privacy > * {
	font-size: 12px;
	font-weight: normal;
}
#modal_privacy h3 {
	font-weight: normal;
	margin-bottom: .5em;
}
#modal_privacy h4,
#modal_privacy h5 {
	color: #5a5a5a;
}
#modal_privacy h4,
#modal_privacy p  {
	font-weight: 300;
	word-break: break-all;
}
.modal_cont_wrap > ol > li {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#modal_privacy h4 + p {
	margin-top: .25em;
}
.modal_cont_wrap > ol > li,
.modal_cont_wrap > p + ol,
.modal_cont_wrap > ol + h4 {
	margin-top: 1.5em;
}
#modal_privacy .privacy_num {
	min-width: 1.1em;
	line-height: 1.5;
}
#modal_privacy .privacy_cont > h4 {
	margin-bottom: .35em;
}
#modal_privacy .modal_cont_wrap > ol + h4 {
	font-weight: normal;
}
#modal_privacy li {
	font-weight: 300;
	text-align: justify;
	word-break: break-all;
}
/* シカク付きlist */
.privacy_list {
	margin-top: 1.5em;
}
/* (1) などの見出し */
#modal_privacy h5 {
	font-weight: 300;
	margin-top: .5em;
	margin-bottom: .25em;
}
/* ドット付きリスト */
#modal_privacy .dot_list li {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#modal_privacy .dot_list li:before {
	content: "・";
}

/* ----- お問い合わせ窓口 ----- */
.privacy_contact {
	font-weight: 300;
	margin-top: 1.5em;
}
.privacy_contact dl div {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.privacy_contact dt,
.privacy_contact dd {
	font-weight: 300;
}
.privacy_contact dt {
	margin-right: .25em;
}


/* サンカク装飾 ====================== */
/* --- 会社概要 サンカク装飾 --- */
.bg_sankaku {
	width: 100%;
	max-width: 1100px;
	display: block;
	position: relative;
	margin-left:  auto;
	margin-right: auto;
}
.bg_sankaku:before {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}
/* 右上 */
#sec_about .sankaku01:before {
	width:  30vw;
	height: 33vw;
	max-width:  300px;
	max-height: 330px;
	top:   0;
	right: 0;
	background-image: url(../../img/index/sankaku_aboutR_pc.png);
	background-position: top right;
}
/* 左下 */
#sec_about .sankaku02:before {
	width:  22vw;
	height: 24vw;
	max-width:  220px;
	max-height: 240px;
	left:   0;
	bottom: 0;
	background-image: url(../../img/index/sankaku_aboutL_pc.png);
	background-position: left bottom;
	transform: translateY( 100px );
}

/* --- 事故の サンカク装飾 --- */
#sec_accident .wrap {
	position: relative;
	z-index: 2;
}
#sec_accident .sankaku01:before {
	width:  22vw;
	height: 24vw;
	max-width:  220px;
	max-height: 240px;
	top:   0;
	right: 0;
	background-image: url(../../img/index/sankaku_accident_pc.png);
	background-position: left bottom;
	transform: translateY(-15%);
	z-index: 0;
}


/* 余白調整 ====================== */
.add_blk { display:none; }


@media screen and (max-width:840px) {
	.dl_list .add_blk {
		display: block;
	}
}




/* アニメーションを追加 ============================== */
.fade-anim {
	transform: translateY( clamp(15px,3vw,30px) );
	opacity: 0;
}
.is-active.fade-anim,
.is-active .fade-anim {
	animation-duration: .8s;
	animation-name: fade-anim;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
@keyframes fade-anim {
	0% {
		transform: translateY( clamp(15px,3vw,30px) );
		opacity: 0;
	}
	100% {
		transform: translateZ(0);
		opacity: 1;		
	}
}

/* ----- MV ----- */
#mv h1 {
	animation-delay: 0;
	animation-duration: 1s;
}
#mv p {
	animation-delay: .4s;
	animation-duration: 1s;
}

@media screen and (max-width:768px) {
	.greeting_wrap .about_greeting.fade-anim {
		animation: none !important;
		transform: none !important;
		opacity: 1 !important;
	}
	.about_greeting .js-sp-target {
		transform: translateY( clamp(15px,3vw,30px) );
		opacity: 0;
	}
	.about_greeting .js-sp-target.is-active {
		animation-duration: .8s;
		animation-name: fade-anim;
		animation-fill-mode: forwards;
		animation-timing-function: ease-in-out;
	}
}









@media screen and (max-width:768px) {
	/* MV ============================== */
	#mv {
		padding-bottom: 48vw;
		background-image: url(../../img/index/mv_illust_sp.png);
	}
	#mv h1 {
		font-size: 20px;
		font-size: clamp(18px,5.333vw,20px);
		letter-spacing: .2em;
	}
	#mv p {
		line-height: 1.8;	
	}


	/* What is ========================= */
	#sec_whatis:before {
		width: 100%;
		min-width: inherit;
		background-image: url(../../img/index/whatis_bg_sp.png);
	}
	#sec_whatis .add_width {
		width: 100%;
		max-width: inherit;
	}
	#sec_whatis h2 {
		margin-bottom: 40px;
	}
	#sec_whatis h2 img {
		height: auto;
		max-height: inherit;
	}


	/* About =========================== */
	/* ----- 業務3項目 ----- */
	.grad_list {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.grad_list div {
		width: 100% !important;
	}
	.grad_list div + div {
		margin-top: 25px;
	}
	.grad_list dt {
		font-size: 16px;
		font-size: clamp(14px,3.733vw,16px);
	}
	.grad_list dd {
		font-size: 12px;
		font-size: clamp(10px,3.333vw,13px);
		text-align: center;
		padding-left:  0;
		padding-right: 0;
	}

	/* ----- 会社概要 ----- */
	/* 縦書き見出し */
	.tate_cont_flex {
		flex-wrap: wrap;
		flex-direction: column;
		padding-left:  0;
		padding-right: 0;
	}
	.tate_cont_flex .cont_wrap {
		width: 100%;
	}
	.h2_tate {
		font-size: 20px;
		writing-mode: unset;
		letter-spacing: .2em;
		margin-right: 0;
		margin-bottom: 1em;
	}
	/* 概要 */
	.gaiyou_wrap > li {
		padding-left:  0;
		padding-right: 0;
	}
	.about_gaiyou dt,
	.about_gaiyou dd,
	.about_gaiyou dd a {
		letter-spacing: .04em;
	}
	.about_gaiyou dt {
		min-width: 4.4em;
		margin-right: 1.25em;
	}
	/* 会社名〜定休日 */
	.dl_list dl {
		align-items: flex-start;
	}
	/* dd内にflex li */
	.gaiyou_wrap .shikaku_flex li {
		width: 100%;
		min-width: inherit !important;
		letter-spacing: 0;
		margin-right: 0;	
	}
	/* 引受保険会社 */
	.insurer_info {
		padding-top: 25px !important;
	}
	.insurer_info dt {
		min-width: 6.4em;
	}
	.about_logo {
		flex-wrap: wrap;
		flex-direction: column;
		margin-bottom: 0;
	}
	.about_logo a:first-of-type {
		margin-right: 0 !important;
	}
	.about_logo a {
		width: 100%;
		max-width: 180px;
	}
	.about_logo a + a {
		margin-top: 20px;
	}
	@media screen and (min-width:500px) {
		.about_logo {
			flex-direction: row;
			flex-wrap: nowrap;
		}
		.about_logo a {
			width: 80%;
			max-width: 120px;
		}
		.about_logo a + a {
			margin-top: 0;
			margin-left: 20px;
		}	
	}

	/* ----- ごあいさつ ----- */
	/* 左右余白削除 */
	.greeting_wrap {
		max-width: inherit;
		padding-left:  0;
		padding-right: 0;
	}
	/* グラデーションBOX */
	.about_greeting {
		padding: 40px 50px;
		border-radius: 0;
	}
	.about_greeting .cont_width {
		max-width: 600px;
	}

	/* 文章 */
	.about_greeting p {
		padding-right: 0;
	}
	/* 代表氏名 */
	.about_greeting dl {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-end;
	}
	.about_greeting dd {
		margin-right: 0;
	}
	.about_greeting dt,
	.about_greeting dd {
		width: 100%;
		text-align: right;
	}

	/* ----- 皆様にとっての大切な人 大事なものは何ですか？ ----- */
	.about_text h2 {
		font-size: 20px;
		line-height: 2.1;
	}
	.cont_width {
		width: 100%;
		max-width: inherit;
		padding-left:  0;
		padding-right: 0;
	}
	@media screen and (min-width:600px) {
		.about_text h2 br.sp_blk {
			display: none !important;
		}
	}

	/* Service ========================= */
	/* 背景 */
	#sec_service {
		background-image: url(../../img/index/service_bg_sp.jpg);
	}
	/* 見出し・説明文 */
	#sec_service h2 {
		color: #80cff2;
	}
	#sec_service p {
		line-height: 1.8;
	}

	/* ----- サービス内容（グラデ リスト） ----- */
	/* PC表示 */
	.pc_small_blk {
		display: none !important;
	}
	/* SP構築 */
	.sp_service_nav li:after {
		content: "";
		width: 100%;
		height: 10px;
		display: block;
		background-image: url(../../img/index/service_sankaku_sp.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		margin: 10px 0;
	}
	.sp_service_nav li:last-of-type:after {
		display: none;
	}
	.sp_service_nav li p {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.3 !important;
		text-align: center;
		padding: .6em .75em;
		color: #fff;
		background-image: linear-gradient(50deg, rgba(0, 160, 230, 1) 60%, rgba(0, 220, 220, 1));
		border-radius: 50px;
	}


	/* 事故の時は ======================== */
	/* table */
	.table_wrap table {
		min-width: inherit;
	}
	.table_wrap th {
		padding-top:    .25em;
		padding-bottom: .25em;
	}
	.table_wrap td {
		padding-top:    .65em;
		padding-bottom: .65em;
	}
	/* 生命保険 table */
	.table_wrap + h3 {
		margin-top: 30px;
	}

	/* form ======================== */
	/* 未記述 */


	/* privacy ====================== */
	/* ----- modal ----- */
	.uk-modal {
		padding: 30px;
	}
	#modal_privacy .modal_cont_wrap {
		height:  85vh;
		padding: 20px 15px;
	}
	#modal_privacy .uk-modal-body {
		width: 100%;
		flex-direction: column-reverse;
	}
	/* 閉じるボタン */
	.uk-modal-close {
		width:  25px;
		height: 25px;
		min-width:  25px;
		min-height: 25px;
		padding: 0;
	}
	.uk-modal-close:before {
		width:  25px;
		height: 25px;
		background-image: url(../../img/common/modal_close_sp.svg);
		background-size: 60%;
	}
	.uk-modal-close span {
		display: none !important;
	}

	/* ----- modal text ----- */
	#modal_privacy * {
		font-size: 11px;
		letter-spacing: .04em;
	}
	#modal_privacy h3 {
		margin-bottom: .65em;
	}
	#modal_privacy .privacy_cont > h4 {
		margin-bottom: .25em;
	}



	/* ----- お問い合わせ窓口 ----- */


	/* サンカク装飾 ====================== */
	/* --- 会社概要 サンカク装飾 --- */
	.about_gaiyou .wrap:before {
		position: relative;
		z-index: -2;
	}
	/* 右上 */
	#sec_about .sankaku01:before {
		width:  40vw;
		height: 44vw;
		max-width:  inherit;
		max-height: inherit;
		transform: translateY(-15%);
	}
	/* 左下 */
	.sankaku02 {
		display: none;
	}
	/* --- 事故の サンカク装飾 --- */
	#sec_accident .sankaku01:before {
		width:  35vw;
		height: 44vw;
		max-width:  inherit;
		max-height: inherit;
		transform: translateY(0);
		background-position: right top;
	}


	/* 余白調整 ====================== */
}