@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* 共通モジュール上書き
------------------------------------------------------------------------------- */
.r3Header .r3Header_second-fix {
	display: none;
}
.r3Main {
	overflow: hidden;
}
.r3Breadcrumbs {
	color: #8D8D8D;
}
.r3Breadcrumbs .r3Breadcrumbs_nav {
	padding: 8px 0;
	font-size: 10px;
}
.r3Breadcrumbs .r3Breadcrumbs_nav li {
	margin: 0 0 0 28px;
}
.r3Breadcrumbs .r3Breadcrumbs_nav li::before {
	top: 0.3em;
	left: -16px;
	width: 5px;
	height: 5px;
	background-image: url(/tochikatsu/common/images/breadcrumbs_ico01.svg);
	background-size: contain;
}
.r3Breadcrumbs .r3Breadcrumbs_nav a {
	color: #8D8D8D;
	text-decoration: underline;
}
.r3Breadcrumbs .r3Breadcrumbs_nav a:hover {
	text-decoration: none;
}
/* ローカルヘッダー
------------------------------------------------------------------------------- */
.tckHeader {
	min-width: 950px;
	height: 61px;
}
.tckHeader_wrap {
	position: relative;
	height: 61px;
	padding: 0 15px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
}
.tckHeader-fix .tckHeader_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 950px;
	animation: tckHeaderFix .4s both;
    z-index: 100;
}
@keyframes tckHeaderFix {
	0% {
		top: -70px;
	}
	100% {
		top: 0;
	}
}
.tckHeader_in {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1240px;
	height: 100%;
	margin: 0 auto;
}
.tckHeader_id {
	font-size: 20px;
	font-weight: 700;
}
.tckHeader_id a {
	display: inline-block;
	color: #000;
	text-decoration: none;
}
.tckHeader_btn {
	display: none;
}
.tckHeader_nav {
	display: -webkit-box;
	display: flex;
	justify-content: flex-end;
	font-size: 16px;
	font-weight: 500;
}
.tckHeader_nav li {
	margin: 0 0 0 40px;
}
.tckHeader_nav li:first-child {
	margin-left: 0;
}
.tckHeader_nav a {
	color: #000;
	text-decoration: none;
}
.r3Breadcrumbs {
	background: none;
}
.tckContents {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
/* メインビジュアル
------------------------------------------------------------------------------- */
.tckVisual02 {
	position: relative;
	margin: 0;
	padding: 0 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #aaa;
}
.tckVisual02_bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.tckVisual02_bg img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.tckVisual02_in {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	max-width: 1240px;
	height: 280px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}
.tckVisual02_tit {
	line-height: 1.5;
	margin: 0;
	color: #fff;
	font-size: 300%;
	font-weight: 700;
}
/* コンバージョン
------------------------------------------------------------------------------- */
.tckCv01 {
	margin: 120px 0 165px;
	padding: 0 20px;
}
.tckCv01_in {
	max-width: 1240px;
	margin: 0 auto;
}
.tckCv01_wrap {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 240px;
}
.tckCv01_info {
	width: 26.612%;
}
.tckCv01_tit {
	position: relative;
	line-height: 1;
	padding: 58px 0 0;
	font-size: 300%;
	font-weight: 700;
}
.tckCv01_tit::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 7px;
	background-color: #005499;
}
.tckCv01_btn {
	position: absolute;
	right: 40px;
	bottom: -64px;
	line-height: 128px;
	margin: 0;
	padding: 0 133px 0 40px;
	border-radius: 4px;
	background-color: #fa0046;
	color: #fff;
	font-size: 200%;
	font-weight: 700;
	text-decoration: none;
}
.tckCv01_btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	border-radius: 100%;
	background-color: #fff;
}
.tckCv01_btn::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 40px;
	width: 18px;
	height: 8px;
	margin: -4px 0 0;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
.tckCv01_img {
	width: 70.162%;
	max-width: 870px;
}


.tckNav01 {
	display: none;
}