@charset 'utf-8';

:root {
	--font: #534543;
	--link: #534543;
	--primary: #e39f94;
	--pink: #D5674C;
	--pinkbg: #D68274;
	--bg: #FDF8F5;
	--line: #06c755;
}

* {
	margin: 0;
	padding: 0;
}

html {font-size: 10px;}

body {
	position: relative;
	line-height: 1.8;
	font-size: 1rem;
	font-size: min(2.665vw, 1.23rem); /* 横幅375時wrapperで1.5emが15pxになるのが2.665vw､最大横幅の460px時に1.23remを最大にセット */
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	color: var(--font);
	background: var(--bg);
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {color: var(--link);}
@media (hover: hover) {a:hover {text-decoration: none;}}

ul,ol {padding-left: 1.9em;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,h2,h3,h4 {font-size: inherit;}

.serif {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
}

/* pc_bg */

.pc_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.pc_bg_in {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	background: #f5f0ed;
}

/* wrapper  */

.wrapper {
	position: relative;
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
	background: #fff;
	z-index: 2;
}

.inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/* header */

header {
	display: flex;
	align-items: center;
	height: 4em;
	background: #fff;
}

header .tit {
	display: flex;
	justify-content: space-between;
	line-height: 1.2;
	font-size: 1.4em;
	color: #c0a19b;
}

header .tit .tit_l {margin-left: -0.4em;}

/* kv */

.kv {
	position: relative;
	/* aspect-ratio: 750 / 1246; */
	/* height: 63vh; */
	height: 52em;
	/* min-height: 44em;
	max-height: 50em; */
	overflow: hidden;
	z-index: 1;
}

.kv .tit {
	position: absolute;
	top: .8em;
	left: 4%;
	letter-spacing: .05em;
	line-height: 1.6;
	font-size: 1.7em;
	font-weight: 500;
	color: #fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.kv .tit .txtl {font-size: 1.2em;}

.kv .tit .txtbg {
	display: inline-block;
	line-height: 1.2;
	margin: .1em 0;
	padding: 2px 0;
	background: var(--pinkbg);
}

.kv .txt {
	position: absolute;
	top: 1.25em;
	right: 4%;
	letter-spacing: .15em;
	line-height: 1.6;
	font-size: 1.2em;
	font-weight: 400;
	color: #fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.kv .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.kv .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kv .txt_area {
	position: absolute;
	left: 5%;
	bottom: .8em;
	width: 90%;
}

.kv .txt_area .box {
	padding: .8em 5.5% 1.2em;
	background: #fff;
}

.kv .txt_area .box .intit {
	position: relative;
	padding: 0 0 .4em;
	margin: 0 0 .5em;
	line-height: 1;
	font-size: 1.7em;
	font-weight: 600;
	border-bottom: 1px solid var(--font);
	text-align: center;
}

.kv .txt_area .box .intit .txtl {font-size: 1.3em;}

.kv .txt_area .box .intit::after {
	content: "";
	position: absolute;
	top: 99.9%;
	left: calc(50% - 3.5px);
	border-top: 5px solid var(--font);
	border-left: 3.5px solid transparent;
	border-right: 3.5px solid transparent;
}

.checklist {
	line-height: 1.5;
	font-size: 1.3em;
	font-weight: 500;
	list-style: none;
	margin: 0;
	padding: 0;
}

.checklist li {
	padding-left: 1.93em;
	background: url(../_img/ico_check.svg) 0 .1em / 1.22em auto no-repeat;
}

.checklist li + li {margin-top: 0.2em;}

.kv .txt_area .caution {
	margin-top: .5em;
	line-height: 1.3;
	color: #fff;
}

.kv .txt_area .caution p {font-size: .84em;}

/* cta_area */

.cta_area {
	position: relative;
	padding: 1em 0 1.5em;
	margin-bottom: 7em;
	background: var(--bg);
}

.cta_area::before {
	content: "";
	position: absolute;
	top: 99.9%;
	left: 0;
	width: 100%;
	height: 5em;
	background: linear-gradient(var(--bg), #F6E5D7);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.cta_area .cta_top {
	position: relative;
	padding: .6em 0 .4em 5.5em;
	z-index: 1;
}

.cta_area .cta_top::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 7em;
	height: 4.5em;
	background: url(../_img/ico_cta_card.png) 100% 0 / contain no-repeat;
	z-index: -1;
}

.cta_area .cta_top .tit {font-size: inherit;}

.cta_area .cta_top .tit .ico {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: calc(50% - 2.5em);
	width: 5em;
	height: 5em;
	border-radius: 50%;
	color: #fff;
	background: var(--pink);
	text-align: center;
}

.cta_area .cta_top .tit .ico span {
	font-weight: bold;
	transform: rotate(-10deg);
}

.cta_area .cta_top .tit .ico::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid var(--bg);
}

.cta_area .cta_top .tit .in {
	font-size: 1.5em;
	font-weight: 600;
}

.cta_area .cta_top .intxt {
	margin-left: -.4em;
	text-indent: .5em;
	font-size: 1.2em;
}

.cta_area .cta_txt {
	margin-bottom: 0.5em;
	font-size: 1.3em;
	text-align: center;
}

.line_btn {text-align: center;}

.line_btn a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	height: 5.8em;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 2em;
	box-sizing: border-box;
	border-radius: 4em;
	font-weight: 500;
	color: #fff;
	background: linear-gradient(#00E741, #00A04D);
	text-decoration: none;
}

.line_btn a .in {font-size: 1.3em;}

.line_btn a .txtl {
	margin-left: 0.2em;
	font-size: 2em;
	color: #f7ff57;
}

.line_btn a .yellow_catch {
	display: inline-block;
	position: relative;
	color: #f7ff57;
}

.line_btn a .yellow_catch::before,
.line_btn a .yellow_catch::after {
	content: "";
	position: absolute;
	bottom: .4em;
	width: 1px;
	height: 1.2em;
	background-color: #f7ff57;
	transform-origin: 50% 100%;
}

.line_btn a .yellow_catch::before {
	left: -0.5em;
	transform: rotate(-35deg);
}

.line_btn a .yellow_catch::after {
	right: -0.5em;
	transform: rotate(35deg);
}

/* mid */

.cta_area.mid {
	padding-bottom: 2em;
	margin-bottom: 5em;
}

.cta_area.mid::before {display: none;}

.cta_area.mid .cta_top {
	top: -1em;
	margin-bottom: -1em;
	padding-top: 2.3em;
}

/* flow */

.flow_area {
	padding: 2em;
	margin-bottom: 5em;
	background: var(--bg);
}

.flow_area .tit {
	padding-bottom: .5em;
	margin-bottom: 1.5em;
	line-height: 1.5;
	border-bottom: 1px solid var(--font);
	text-align: center;
}

.flow_area .tit .in {font-size: 2.1em;}

.flow_area .flow_list {
	margin: 0 0 1.5em;
	padding: 0;
	list-style: none;
}

.flow_area .flow_list li {
	display: flex;
	align-items: center;
	column-gap: .5em;	
	position: relative;
	padding: 1em 1.5em;
	box-sizing: border-box;
	line-height: 1.4;
	background: #fff;
	border: 1px solid #f5e8e3;
}

.flow_area .flow_list li + li {margin-top: 1.3em;}

.flow_area .flow_list li + li::before {
	content: "";
	position: absolute;
	top: -9px;
	left: calc(50% - 3.5px);
	border-top: 5px solid var(--font);
	border-left: 3.5px solid transparent;
	border-right: 3.5px solid transparent;
}

.flow_area .flow_list li .num,
.flow_area .flow_list li .intxt {font-size: 1.8em;}

.flow_area .flow_txt {margin-top: 1em;}

.flow_area .flow_txt p {font-size: 1.5em;}

/* voice */

.voice_area {
	position: relative;
	padding: 2em;
	box-sizing: border-box;
	background: #fff;
	border: 2px solid var(--primary);
	z-index: 2;
}

.voice_area .tit {
	margin: 2em 0 1.5em;
	line-height: 1.6;
	font-weight: 600;
}

.voice_area .tit .in {font-size: 1.9em;}

.voice_area .pos {
	margin: 0 0 1em;
	font-weight: 500;
}

.voice_area .pos span {font-size: 1.4em;}

.voice_area .voice_txt p {font-size: 1.4em;}

.voice_area .voice_caution {
	margin-top: 1em;
	line-height: 1.4;
}

.voice_area .voice_caution p {font-size: 0.74em;}

/* ceo */

.ceo_area {
	position: relative;
	padding: 5em 5% 4em;
	margin-bottom: 5em;
	z-index: 1;
}

.ceo_area::before {
	content: "";
	position: absolute;
	top: -4em;
	right: 0;
	bottom: 0;
	width: 67.2%;
	background: var(--bg);
	z-index: -1;
}

.ceo_area .tit {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: .3em;
	position: relative;
	z-index: 1;
}

.ceo_area .tit::before {
	content: "";
	position: absolute;
	top: -2em;
	left: 0;
	bottom: -2em;
	width: 100%;
	background:
		url(../_img/ico_kira.svg) 8.8em 0 / 2em auto no-repeat,
		url(../_img/ico_kira.svg) 23.4em 0 / 1.3em auto no-repeat,
		url(../_img/ico_kira.svg) 24.6em 0 / 2.9em auto no-repeat,
		url(../_img/ico_kira.svg) 4em 100% / 2em auto no-repeat
	;
	z-index: -1;
	pointer-events: none;
}

.ceo_area .tit .in {
	display: inline-block;
	padding: 11px 10px 14px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	background: var(--primary);
}

.ceo_area .tit .in span {font-size: 2.1em;}

.ceo_area .ceo_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: -2em 0 2em;
}

.ceo_area .ceo_box .txt_area {
	flex-grow: 1;
	position: relative;
	margin-right: -1em;
	padding: 2em 0 1em;
	line-height: 1;
	border-bottom: 1px solid var(--font);
	z-index: 1;
}

.ceo_area .ceo_box .txt_area .pos {margin-bottom: .5em;}

.ceo_area .ceo_box .txt_area .name {
	font-size: 1.3em;
	font-weight: 500;
}

.ceo_area .ceo_box .txt_area .name .txtl {font-size: 1.15em;}

.ceo_area .ceo_box .img {width: 17em;}

.ceo_area .ceo_txt {font-size: 1.4em;}

/* strength */

.lp_tit {
	position: relative;
	padding-bottom: 2em;
	margin-bottom: 2em;
	line-height: 1.5;
	text-align: center;
}

.lp_tit::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 1.5em);
	width: 3em;
	height: 0.2em;
	background: var(--pink);
}

.lp_tit .in {font-size: 2.4em;}

.strength_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.strength_list li {
	padding: 1.5em 1em;
	border-bottom: 1px dashed #d4bcb7;
}

.strength_list li:first-child {padding-top: 0;}

.strength_list li .intit {margin-bottom: .3em;}

.strength_list li .num {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 1.9em;
	height: 1.9em;
	padding: 0 0 .1em;
	margin-right: .5em;
	box-sizing: border-box;
	border-radius: 50%;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	background: var(--pink);
}

.strength_list li .num span {font-size: 1.2em;}

.strength_list li .intit .in {
	font-size: 1.5em;
	font-weight: bold;
}

.strength_list li .intxt {font-size: 1.4em;}

/* flow_entry */

.flow_entry_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flow_entry_list li {
	display: flex;
	align-items: center;
	min-height: 5em;
	padding: .3em 1.6em;
	box-sizing: border-box;
	font-weight: bold;
	background: #f9f3ef;
}

.flow_entry_list li + li {margin-top: .5em;}

.flow_entry_list li .ico {margin-right: 2em;}

.flow_entry_list li .ico img {
	width: auto;
	height: 3.8em;
}

.flow_entry_list li .intxt {font-size: 1.6em;}

/* requirements */

table {
	width: 100%;
	border-collapse: collapse;
}

table th,
table td {
	padding: .6em;
	border: 1px solid #d4bcb7;
}

table th {
	font-weight: 500;
	background: var(--bg);
	text-align: left;
}

table p,
table li {font-size: 1.1em;}

table .intit {
	font-weight: 500;
	font-size: 1.2em;
}

table .inimg img {
	width: 20em;
}

/* footer */

footer {
	padding: 15px 0 10px;
	background: var(--bg);
}

footer .logo {
	mix-blend-mode: multiply;
	text-align: center;
}

.foot_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 20px 0 -10px;
	padding: 0;
	font-size: 1.2em;
}

.foot_nav li {margin: 0 10px 10px;}

.foot_nav li a {text-decoration: none;}

/* 汎用 */

.color_primary {color: var(--primary)!important;}
.color_pink {color: var(--pink)!important;}
.color_line {color: var(--line)!important;}

.tal{text-align: left!important;}
.tac{text-align: center!important;}
.tar{text-align: right!important;}

.fw_normal {font-weight: normal!important;}
.fw_medium {font-weight: 500!important;}
.fw_semibold {font-weight: 600!important;}
.fw_bold {font-weight: bold!important;}

.mb0{margin-bottom: 0!important;}
.mb5{margin-bottom: .5em!important;}
.mb10{margin-bottom: 1em!important;}
.mb20{margin-bottom: 2em!important;}
.mb30{margin-bottom: 3em!important;}
.mb40{margin-bottom: 4em!important;}
.mb50{margin-bottom: 5em!important;}
.mb60{margin-bottom: 6em!important;}

.mt0{margin-top: 0!important;}
.mt5{margin-top: .5em!important;}
.mt10{margin-top: 1em!important;}
.mt20{margin-top: 2em!important;}
.mt30{margin-top: 3em!important;}
.mt40{margin-top: 4em!important;}
.mt50{margin-top: 5em!important;}
.mt60{margin-top: 6em!important;}

.lh_10 {line-height: 1!important;}
.lh_12 {line-height: 1.2!important;}
.lh_14 {line-height: 1.4!important;}
.lh_15 {line-height: 1.5!important;}
.lh_16 {line-height: 1.6!important;}
.lh_18 {line-height: 1.8!important;}
.lh_20 {line-height: 2!important;}

.td_none {text-decoration: none;}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.overimg {transition: opacity .3s;}

@media (hover: hover) {
	.overimg:hover {opacity: .8;}
}
@media screen and (min-width: 768px) {
	.pc_none {display: none!important;}
}
@media screen and (max-width: 767.9px) {
	.sp_none {display: none!important;}
}