@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ヘッダー
------------------------------------------------------------------------------- */
.zHeader {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 950px;
	height: 96px;
	padding: 0 30px 0 32px;
	box-sizing: border-box;
}
/* フッター
------------------------------------------------------------------------------- */
.zFooter {
	min-width: 950px;
	padding: 24px 40px 0;
	color: #333;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}
.zFooter_inner {
	max-width: 1240px;
	min-height: 100px;
	margin: 0 auto;
}
.zFooterColumn {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}
.zFooterColumn_item:nth-child(2) {
	text-align: right;
}
.zFooterNav {
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	gap: 12px 0;
}
.zFooterNav_list {
	display: -webkit-box;
	display: flex;
	gap: 0 16px;
}
.zFooterNav_list li {
	position: relative;
	font-size: 12px;
	line-height: 1.3;
}
.zFooterNav_list li:not(:last-child)::after {
	position: absolute;
	width: 1px;
	height: 100%;
	inset: 0 -8px auto auto;
	background-color: #4d4d4f;
	content: "";
}
.zFooterNav_list li a {
	color: #4d4d4f;
	text-decoration: none;
}
.zFooterNav_list li a:hover {
	text-decoration: underline;
}
.zFooterNav_list.zFooterNav_list-sub li {
	font-size: 11px;
}
.zFooterNav_list.zFooterNav_list-smp {
	display: none;
}
.zFooterInfo {
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	gap: 13px 0;
}
.zFooterInfo_logo  {
	line-height: 1.15;
}
.zFooterInfo_copy {
	line-height: 1.15;
	font-size: 12px;
}
@media only screen and (max-width: 1100px){
  .zFooter {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* ==

　01. モジュール

=============================================================================== */
/* MV
------------------------------------------------------------------------------- */
.lpVisual01 img {
	width: 100%;
}
/* ボタン
------------------------------------------------------------------------------- */
.lpCv01 {
	padding: 51px 20px 52px;
	background-color: #edf4f4;
}
.lpCv01_in {
	max-width: 950px;
	margin: 0 auto;
}
.lpCv01_list {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	max-width: 670px;
	margin: 0 auto;
	font-size: 234%;
	font-weight: 400;
}
.lpCv01_item {
	width: 47.761%;
}
.lpCv01_item a {
	display: block;
	position: relative;
	padding: 14px 30px 19px;
	border-radius: 5px;
	background-color: #EE781F;
	color: #fff;
	text-decoration: none;
}
.lpCv01_item a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 28px;
	height: 8px;
	margin: -3px 0 0;
	background: url(../images/arw_bg01.svg) center center no-repeat;
	background-size: contain;
}
.lpCv01_txt {
	line-height: 2.092;
	margin: 22px 0 0;
	color: #404040;
	font-size: 217%;
	font-weight: 700;
	text-align: center;
}
.lpCv02 {
	padding: 65px 20px 68px;
	background-color: #edf4f4;
}
.lpCv02_in {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 956px;
	margin: 0 auto;
}
.lpCv02_img {
	width: 46.444%;
	max-width: 444px;
}
.lpCv02_info {
	width: 52.301%;
}
.lpCv02_tit {
	line-height: 1;
	margin: -17px 0 6px;
	color: #EE781F;
	font-size: 43px;
	font-weight: 900;
}
.lpCv02_tit span {
	display: inline-block;
	font-family: "Roboto", serif;
	font-size: 80px;
    vertical-align: -0.1em;
}
.lpCv02_txt {
	line-height: 1.8;
	margin: 0;
	font-size: 167%;
	font-weight: 700;
	letter-spacing: -0.015em;
}
.lpCv02_list {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 16px auto 0;
	font-size: 167%;
	font-weight: 500;
}
.lpCv02_item {
	width: 47.761%;
}
.lpCv02_item a {
	display: block;
	position: relative;
	padding: 13px 30px 13px;
	border-radius: 5px;
	background-color: #EE781F;
	color: #fff;
	text-decoration: none;
}
.lpCv02_item a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 28px;
	height: 8px;
	margin: -4px 0 0;
	background: url(../images/arw_bg01.svg) center center no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 1100px) {
	.lpCv02_txt {
		font-size: 150%;
	}
}
/* ポイント
------------------------------------------------------------------------------- */
.lpPoint01 {
	padding: 75px 20px 58px;
	background: url(../images/point_bg01.jpg) center center no-repeat;
	background-size: cover;
}
.lpPoint01_in {
	max-width: 950px;
	margin: 0 auto;
}
.lpPoint01_list {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	max-width: 880px;
	margin: 0 auto;
	font-size: 100%;
}
.lpPoint01_item {
	width: 27.273%;
}
.lpPoint01_wrap {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 240px;
	min-height: 240px;
	border-radius: 100%;
	background: #fff;
	background-color: rgba(255, 255, 255, .9);
	box-sizing: border-box;
}
.lpPoint01_tit {
	line-height: 1.35;
	margin: 0 0 8px;
	color: #EE781F;
	font-size: 167%;
	font-weight: 400;
	text-align: center;
}
.lpPoint01_tit sup {
	font-size: 60%;
	vertical-align: 0.5em;
}
.lpPoint01_txt {
	line-height: 1.125;
	margin: 0;
	color: #404040;
	font-size: 200%;
	font-weight: 400;
	text-align: center;
}
.lpPoint01_txt span {
	font-family: "Barlow", serif;
	font-size: 48px;
}
.lpPoint01_note {
	line-height: 1.723;
	margin: 50px 0 0;
	color: #fff;
	font-size: 109%;
	font-weight: 400;
	text-align: center;
}
/* ポイント
------------------------------------------------------------------------------- */
.lpAbout01 {
	padding: 45px 20px 66px;
	background-color: #fff;
}
.lpAbout01_in {
	max-width: 1000px;
	margin: 0 auto;
}
.lpAbout01_tit {
	line-height: 1.5;
	margin: 0 0 30px;
	color: #404040;
	font-size: 234%;
	font-weight: 400;
	text-align: center;	
}
.lpAbout01_list {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	color: #333;
	font-size: 100%;
}
.lpAbout01_item {
	width: 31%;
	text-align: center;
}
.lpAbout01_item span {
	display: block;
}
.lpAbout01_stit {
	line-height: 1.8;
	margin: 7px 0 5px;
	font-size: 167%;
	font-weight: 700;
}
.lpAbout01_txt {
	line-height: 1.6;
	margin: 0;
	font-size: 117%;
	font-weight: 400;
}
/* お答えします
------------------------------------------------------------------------------- */
.lpAnswer01 {
	margin: 0 0 70px;
}
.lpAnswer01_head {
	position: relative;
	margin: 0 0 34px;
	text-align: center;
}
.lpAnswer01_head::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 1px;
	background-color: #ee781f;
}
.lpAnswer01_tit {
	display: inline-block;
	position: relative;
	line-height: 1.1;
	margin: 0;
	padding: 0 20px;
	background-color: #fff;
	color: #ee781f;
	font-size: 44px;
	font-weight: 900;
}
.lpAnswer01_body {
	padding: 0 20px;
}
.lpAnswer01_block {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1256px;
	margin: 0 auto 0;
}
.lpAnswer01_block-reverse {
	flex-direction: row-reverse;
}
.lpAnswer01_block:first-child {
	margin-top: 0;
}
.lpAnswer01_block:nth-child(2) {
	margin-top: 0;
}
.lpAnswer01_block:nth-child(3) {
	margin-top: -20px;
}
.lpAnswer01_img1 {
	display: block;
	width: 45.622%;
	max-width: 573px;
}
.lpAnswer01_img1 + .lpAnswer01_info {
	width: 53.821%;
	padding: 0 0 30px;
}
.lpAnswer01_img2 {
	display: block;
	width: 47.373%;
	max-width: 595px;
}
.lpAnswer01_img2 + .lpAnswer01_info {
	width: 52.627%;
	padding: 15px 0 0;
}
.lpAnswer01_img3 {
	display: block;
	width: 48.329%;
	max-width: 607px;
}
.lpAnswer01_img3 + .lpAnswer01_info {
	width: 51.671%;
}
.lpAnswer01_stit {
	line-height: 1.333;
	max-width: 510px;
	margin: 0 auto 19px 0;
	padding: 0 0 0 50px;
	color: #EE781F;
	font-size: 200%;
	font-weight: 700;
	letter-spacing: -0.01em;
}
.lpAnswer01_txt {
	line-height: 2;
	max-width: 510px;
	margin: 0 auto 0 0;
	padding: 0 50px;
	font-size: 134%;
	font-weight: 400;
	box-sizing: border-box;
}
.lpAnswer01_block-reverse .lpAnswer01_stit {
	max-width: 460px;
	margin: 0 0 16px auto;
	padding: 0;
}
.lpAnswer01_block-reverse .lpAnswer01_txt {
	max-width: 460px;
	margin: 0 0 0 auto;
	padding: 0 50px 0 0;
}
@media only screen and (max-width: 1100px) {
	.lpAnswer01_stit {
		margin-bottom: 15px;
		font-size: 184%;
	}
	.lpAnswer01_txt {
		font-size: 125%;
	}
}
.lpAnswer01_note {
	max-width: 950px;
	line-height: 1.8;
	margin: 40px auto 0;
	padding: 18px 0 0;
	border-top: 1px solid #ccc;
	color: #333;
	font-size: 117%;
	font-weight: 400;
}