@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap');
@font-face {
	font-family: 'bayshore';
	src: url(../fonts/bayshore-webfont.ttf);
}
bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans JP",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.6rem;
	color: #000000;
	font-weight: 400;
	line-height: 1.75;
	font-feature-settings: "palt";
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#555;
}
a:hover{
	opacity:0.6;
}
#wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.tab{
	display:none;
}
.in{
	/* width:1200px; */
	/* width: 100%; */
	max-width: 1200px;
	margin:0 auto;
	position: relative;
	z-index: 3;
	padding-left: 5%;
	padding-right: 5%;
}
.in_in{
	max-width:1000px;
	/* width: 100%; */
	margin:0 auto;
	position: relative;
	z-index: 3;
	padding-left: 5%;
	padding-right: 5%;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}



@media screen and (max-width: 750px) {
	body{
		font-size: 1.4rem;
	}
	#wrap{
		width: 100vw;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.tab{
		display:none;
	}
	.in,.in_in{
	width: 90%;
	margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
}

/* @media screen and (max-width: 1024) {
	.in,
	.in_in {
		width: 90%;
		margin-inline: auto;
	}
} */

.en_bay{
	font-family: bayshore;
	font-weight: 300;
	font-style: normal;
}
.en_mon {
	font-family: 'Montserrat', sans-serif;
}

.cor_w{
	color: #fff !important;
}

#header{
	background: rgba(0, 0, 0,0);
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 999;
	padding: 10px 0;
	transition: 0.5s;
}
#header.sc{
	background: rgba(0, 0, 0, 0.8);
}
#header .header_w{
	justify-content: space-between;
	align-items: center;
}
#header .logo img{
}
#header .btns{
	align-items: center;
	margin-left: 80px;
}
#header .btn_i{
	margin-left: 15px;
}

@media screen and (max-width: 640px) {
	#header{
		padding-left: 0;
		position: absolute;
	}
	#header .logo{
		width: 40%;
	}
	#header .btns a{
		width: 40px;
	}
}

#main_v{
	/* padding: 80px 0 00px; */
	position: relative;
	/* background: url(../images/main_bg@x2.jpg);
	background-size: cover; */
	/* background: url('../images/fv-bg-pc.webp') no-repeat center center / cover;
	text-align: center; */
}
@media screen and (max-width: 750px) {
	#main_v{
		/* padding: 70px 0 50px; */
		/* background: url(../images/fv-bg-sp.webp) no-repeat center center / cover;  */
	}
}

.sec_ttl{
	margin-bottom: 100px;
	position: relative;
	text-align: center;
}
.sec_ttl h2{
	position: relative;
	z-index: 2;
	font-size: 3.2rem;
	letter-spacing: calc(1em * 2.56/32);
	font-weight: 600;
}
.sec_ttl .en_bay {
	font-size: 14rem;
	color: #e6e6e6;
	line-height: 1;
	position: absolute;
	left: 50%;
	top: -70px;
	transform: translate(-50%, 0);
}
@media screen and (max-width: 1024px) {
	.sec_ttl {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 750px) {
	.sec_ttl{
		margin-bottom: 40px;
	}
	.sec_ttl h2{
		font-size: 2.6rem;
		letter-spacing: calc(1em * 1.04/26);
		line-height: 1.5;
	}
	.sec_ttl .en_bay{
		font-size: 10rem;
		top: -50px;
	}
}

#message{
	padding: 160px 0 100px;
}
#message .txtarea{
	margin-bottom: 20px;
}
#message .txtarea p{
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 6px;
	line-height: 2.2;
}
#message .txtarea p:nth-last-of-type(1){
	margin-bottom: 0;
}
@media screen and (max-width: 750px) {
	#message{
		padding: 100px 0 80px;
	}
	#message .txtarea p{
		margin-bottom: 20px;
		text-align: left;
		font-size: 1.4rem;
		letter-spacing: 4px;
		line-height: 2.2;
	}
}

.cta{
	background: #e6e6e6;
	padding: 60px 0;
}
.cta .in_in{
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	overflow: hidden;
}
.cta h2 {
	position: relative;
	z-index: 2;
	font-size: 2.6rem;
	letter-spacing: 6px;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
}
.cta .btns{
	justify-content: center;
	position: relative;
	z-index: 2;
}
.cta .btn_i{
	margin: 0 15px;
}
.cta .bg_txt{
	font-size: 25rem;
	color: #f7f7f7;
	line-height: 1;
	position: absolute;
	left: 0;
	bottom: -20px;
}
@media screen and (max-width: 750px) {
	.cta .btns.flex.flex_w_sp {
		flex-direction: column;
		width: fit-content;
		margin-inline: auto;
	}

	.cta .in_in {
			padding: 30px;
	}
	.cta h2{
		font-size: 2.2rem;
		line-height: 1.5;
		letter-spacing: 3px;
	}
	.cta .bg_txt {
		font-size: 20rem;
		bottom: auto;
		top: -15px;
	}
	.cta .btn_i{
	margin: 5px 0;
	}
}

#merit {
	padding: 160px 0 80px;
}
#merit .merit_i{
	align-items: center;
	margin-bottom: 50px;
}
#merit .merit_i:nth-of-type(2n){
	flex-direction: row-reverse;
}
#merit .merit_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#merit .merit_i .txtarea{
	margin-right: 40px;
	width: 52%;
}
#merit .merit_i:nth-of-type(2n) .txtarea {
	margin-right: 0;
	margin-left: 40px;
}
#merit .merit_i .txtarea .sub_ttl_w{
	margin-bottom: 20px;
}
#merit .merit_i .txtarea .en_mon{
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 10px;
}
#merit .merit_i .txtarea .en_mon:before{
	content: "";
	width: 20px;
	height: 2px;
	display: block;
	background: #efde24;
	margin-right: 10px;
}
#merit .merit_i .txtarea h3{
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 6px;
}
#merit .merit_i .txtarea .txt{
	line-height: 2.2;
	letter-spacing: 4px;
}
#merit .merit_i .imgarea{
	/* flex-shrink: 0; */
	width: calc(100% - 40px - 52%);
}

#merit .merit_i .imgarea img {
	width: 100%;
	height: auto;

}

@media screen and (max-width: 750px) {
	#merit{
		padding: 100px 0 80px;
	}
	#merit .merit_i .txtarea .sub_ttl_w{
	}
	#merit .merit_i .txtarea {
		margin-right: 0;
		margin-bottom: 40px;
		width: 100%;
	}
	#merit .merit_i .imgarea {
		/* flex-shrink: unset; */
		width: 100%;
	}
	#merit .merit_i:nth-of-type(2n) .txtarea {
		margin-right: 0;
		margin-left: 0;
	}
}

#staff{
	background: #e6e6e6;
	padding: 160px 0 100px;
}
#staff .staff_i{
	background: #fff;
	padding: 50px;
	margin-bottom: 30px;
}
#staff .staff_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#staff .staff_i .imgarea{
	flex-shrink: 0;
	margin-right: 40px;
}
#staff .staff_i .txtarea{

}
#staff .staff_i .txtarea h3{
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: 4px;
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
}
#staff .staff_i .txtarea h3 span{
	font-size: 1.6rem;
	margin-right: 10px;
}
#staff .staff_i .txtarea .txt{
	line-height: 2;
	letter-spacing: 4px;
	margin-bottom: 30px;
}
#staff .staff_i .history_w{
	align-items: flex-start;
}
#staff .staff_i .history_w h4{
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 4px;
	display: flex;
	/* width: 80px; */
	align-items: center;
	margin-right: 20px;
}
#staff .staff_i .history_w h4:after{
	content: "";
	width: 50px;
	height: 2px;
	background: #000;
	margin-left: 20px;
}
#staff .staff_i .history_txt_w{

}
#staff .staff_i .history_txt_w .experience_txt{
	margin-bottom: 10px;
	letter-spacing: 4px;
}
#staff .staff_i .history_txt_w li{
	margin-bottom: 5px;
	letter-spacing: 4px;
}
#staff .staff_i .history_txt_w li span{
	display: inline-block;
	margin-right: 10px;
}

@media screen and (max-width: 1024px) {
	.history_w.flex_w_sp {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 750px) {
	#staff{
		padding: 100px 0 80px;
	}
	#staff .staff_i{
		padding: 30px;
	}
	#staff .staff_i .history_w h4{
		margin-bottom: 20px;
	}
	#staff .staff_i .imgarea{
		flex-shrink: unset;
		margin-right: 0;
	}
}

#salary {
	padding: 160px 0 100px;
	border-bottom: 1px solid #e6e6e6;
}
#salary h3{
	text-align: center;
	margin-bottom: 30px;
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: 4px;
	line-height: 1;
}
#salary h3 span{
	padding-bottom: 15px;
	border-bottom: 2px solid #000;
	display: inline-block;
}
#salary .salary_w{
	margin-bottom: 60px;
}
#salary .salary_w:nth-last-of-type(1){
	margin-bottom: 0;
}
#salary .salary_w .imgarea{
	text-align: center;
	margin-bottom: 35px;
}
#salary .calculation_w{
	border: 1px solid #e8e8e8;
	display: table;
	padding: 40px;
	margin: auto;
	margin-bottom: 60px;
}
#salary .calculation_w .calculation_i{
	align-items: center;
	margin-bottom: 20px;
}
#salary .calculation_w .calculation_i .num{
	background: #e6e6e6;
	color: #cd4f4f;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 4px;
	padding: 10px 50px;
}
#salary .calculation_w .calculation_i .symbol{
	font-size: 2.0rem;
	margin: 0 15px;
}
#salary .calculation_w .caution{
	text-align: center;
}
#salary .variation_w{
	max-width: 780px;
	width: 100%;
	margin: auto;
}
#salary .variation_w{
	border: 2px solid #e6e6e6;
}
#salary .variation_w .variation_head{
	background: #e6e6e6;
	padding: 40px;
}
#salary .variation_w .variation_head .flex{
	align-items: center;
	justify-content: center;
}
#salary .variation_w .variation_head .num{
	background: #fff;
	color: #cd4f4f;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 4px;
	padding: 10px 50px;
}

@media screen and (max-width: 954px)  {

	#salary .variation_w .variation_head .num {
		padding: 10px 20px;
	}
}

#salary .variation_w .variation_head .num span{
	font-size: 2.4rem;
}
#salary .variation_w .variation_head .symbol{
	margin: 0 15px;
}
#salary .variation_w .variation_head .symbol:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #cd4f4f;
}
#salary .variation_w .variation_i{
	padding: 30px;
	text-align: center;
}
#salary .variation_w .variation_i .l_txt{
	font-size: 2.2rem;
	color: #cd4f4f;
	font-weight: 600;
	letter-spacing: 4px;
}
#salary .variation_w .variation_i .txt{
	font-weight: 600;
	letter-spacing: 4px;
}
#salary table{
	max-width: 780px;
	width: 100%;
	margin: auto;
	border-bottom: 1px solid #e6e6e6;
	table-layout: fixed;
}
#salary table th,
#salary table td{
	border-top: 1px solid #e6e6e6;
}
#salary table thead th.bg_g{
	background: #e6e6e6;
	font-weight: 600;
	letter-spacing: 4px;
	text-align: center;
	padding: 15px;
}
#salary table thead th.l_li{
	border-right: 1px solid #fff;
}
#salary table tbody th{
	background: #fafafa;
	font-weight: 600;
	letter-spacing: 4px;
	text-align: center;
	padding: 15px;
}
#salary table tbody td{
	color:#cd4f4f;
	font-weight: 500;
	text-align: center;
	letter-spacing: 3px;
}
#salary table tbody td.l_li{
	border-right: 1px solid #e6e6e6;
}
#salary table tbody td span{
	font-size: 2.2rem;
}
#salary table + .caution{
	text-align: center;
	margin-top: 30px;
}

@media screen and (max-width: 750px) {
	#salary{
		padding: 100px 0 80px;
	}
	#salary h3 {
		font-size: 1.8rem;
	}
	#salary .calculation_w{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 30px;
	}
	#salary .calculation_w .calculation_i{
		justify-content: center;
	}
	#salary .calculation_w .calculation_i .num {
		font-size: 1.6rem;
		font-weight: 600;
		letter-spacing: 2px;
		padding: 10px 20px;
		text-align: center;
		line-height: 1.5;
	}
	#salary .calculation_w .calculation_i .symbol {
		margin: 0 10px;
	}
	#salary .variation_w{
		width: 100%;
	}
	#salary .variation_w .variation_head{
		padding: 30px;
	}
	#salary .variation_w .variation_head .num{
		font-size: 1.6rem;
		padding: 10px 40px;
	}
	#salary .variation_w .variation_head .num span {
		font-size: 2.2rem;
	}
	#salary .variation_w .variation_head .symbol {
		margin: 10px;
	}
	#salary .variation_w .variation_head .symbol:after{
		transform: rotate(90deg);
	}
	#salary table{
		width: 100%;
	}
	#salary table tbody th{
		padding: 5px;
    	vertical-align: middle;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#salary table tbody td {
		letter-spacing: 0px;
	}
	#salary table tbody td span{
		font-size: 1.6rem;
	}
}

#flow{
	padding: 160px 0 100px;
	border-bottom: 1px solid #e6e6e6;
}
#flow .flow_i{
	background: #fff;
	border: 2px solid #e6e6e6;
	margin-bottom: 40px;
	padding: 30px;
	position: relative;
}
#flow .flow_i:after{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-bottom: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
    position: absolute;
    top: calc(100% + 10px);
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0px) rotate(45deg);
}
#flow .flow_i:nth-last-of-type(1):after{
	display: none;
}
#flow .flow_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#flow .flow_i .icon{
	padding-right: 20px;
	border-right: 2px solid #e6e6e6;
	margin-right: 20px;
	flex-shrink: 0;
	width: 45px;
	text-align: center;
}
#flow .flow_i .flow_sub_ttl_w{
	margin-bottom: 10px;
	align-items: center;
}
#flow .flow_i .flow_sub_ttl_w .num{
	letter-spacing: 1px;
	line-height: 1;
	margin-right: 10px;
	border-radius: 100px;
	font-size: 2.0rem;
	font-weight: 600;
}
#flow .flow_i .flow_sub_ttl_w h3{
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 4px;
}
@media screen and (max-width: 750px) {
	#flow{
		padding: 100px 0 80px;
	}
	#flow .flow_i .flow_sub_ttl_w{
		display: block;
	}
	#flow .flow_i .flow_sub_ttl_w .num{
		display: table;
	}
}

#info {
	padding: 160px 0 100px;
}
#info table{
	width: 100%;
}
#info table tr{
	border-top: 1px solid #e6e6e6;
}
#info table tr:nth-last-of-type(1){
	border-bottom: 1px solid #e6e6e6;
}
#info table th{
	width: 20%;
	padding: 25px 0;
	box-sizing: border-box;
	font-weight: 600;
	letter-spacing: 4px;
}
#info table td{
	padding: 25px 0;
}
#info table td p{
	margin-bottom: 10px;
}
#info table td p:nth-last-of-type(1){
	margin-bottom: 0;
}
@media screen and (max-width: 750px) {
	#info{
		padding: 100px 0 80px;
	}
	#info table th,
	#info table td{
		display: block;
		width: 100%;
		text-align: left;
	}
	#info table th{
		padding-bottom: 0;
	}
	#info table td{
		padding-top: 10px;
	}
}

#top_massege{
	padding: 60px 0;
	background: #e6e6e6;
}
#top_massege .in{
	background: #fff;
	box-sizing: border-box;
	padding: 40px;
	overflow: hidden;
}
#top_massege h2 {
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: 4px;
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
#top_massege p{
	letter-spacing: 4px;
	position: relative;
	z-index: 2;
}
#top_massege .bg_txt {
	font-size: 25rem;
	color: #f7f7f7;
	line-height: 1;
	position: absolute;
	right: -10px;
	bottom: -30px;
}

@media screen and (max-width: 750px) {}
#form{
	padding: 160px 0 100px;
	position: relative;
}
.form_w{
	box-sizing: border-box;
	position: relative;
}
.form_w table{
	width: 100%;
}
.form_w th{
	width: 30%;
	text-align: left;
	vertical-align: top;
	font-weight: 600;
	letter-spacing: 4px;
}
.form_w th span{
	color:#dc294a;
	margin-left: 10px;
}
.form_w td{
	padding: 10px;
	vertical-align: top;
}
.form_w td input[type=text],
.form_w td input[type=tel],
.form_w td input[type=email],
.form_w td input[type=datetime-local]{
	width: 100%;
	border: 1px solid #888;
	height: 40px;
	padding: 5px;
	box-sizing: border-box;
}
.form_w td label{
	margin-right: 10px;
}
.form_w td textarea{
	width: 100%;
	border: 1px solid #888;
	height: 100px;
	padding: 5px;
	box-sizing: border-box;
}
.with-validate {
	display : block;
	position : relative;
}
.with-validate label.error {
	display : inline-block;
	position : absolute;
	z-index : 5;
	left : -5px;
	bottom : 100%;
	margin-bottom : 10px;
	background : #c3272a;
	color : #fff;
	padding : 5px 10px;
	font-size : 12px;
	border-radius : 4px;
}
.with-validate label.error::before {
	content : '';
	background-color : transparent;
	position : absolute;
	top : 100%;
	margin : 0;
	left : 20px;
	width : 0;
	height : 0;
	border-width : 10px;
	border-style : solid;
	border-color : #c3272a transparent transparent;
}
.form_w .btn-area{
	text-align: center;
	margin-top: 30px;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  }
.form_w input[type=submit]{
	width: 50%;
	border: none;
}
input[type="submit"]:hover{
	opacity: 0.6;
}
.form_w input[type=radio]{
	margin: 0;
    vertical-align: middle;
}
.form_w td,.form_w th{
	vertical-align:middle;
}
.form_w input[type=submit] {
	background: #c7333a;
		color: #fff;
    padding: 15px 30px 15px 30px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
	#form{
		padding: 100px 0 80px;
		position: relative;

	}
	.form_w{
		padding: 0;
	}
	.form_w.in_in{
		max-width: 700px;

	}
	.form_w td,.form_w th{
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.form_w input[type=submit]{
		width: 100%;
		max-width: 400px;
		border: none;
	}
}

footer {
	padding: 10px;
	text-align: center;
}

/* ===============
追加css 240702
================*/
/* #main_v{
	padding: 80px 0 00px;
	position: relative;
	background: url(../images/main_bg@x2.jpg);
	background-size: cover;
	text-align: center;
}
@media screen and (max-width: 750px) {
	#main_v{
		padding: 70px 0 50px;
		background: url(../images/fv-bg-sp.webp) no-repeat center center / cover;
	}
} */

.p-fv {
	background: url('../images/fv-bg-pc.webp') no-repeat center center / cover;
	padding-top: clamp(80px, 9.306vw, 134px);
	padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
	.p-fv {
		background: url('../images/fv-bg-sp.webp') no-repeat center center / cover;

	}
}

.l-inner {
	max-width: 1250px;
	padding-left: calc(100% * 95/1440);
	padding-right: calc(100% * 95/1440);
	margin-inline: auto;
}

.p-fv__textarea {
	text-align: center;
	width: calc(100% * 928/1250);
	margin-inline: auto;
	translate: -10% 0;
}

.p-fv__text-img {
	width: 100%;
	height: auto;
}

.p-fv__text-img img {
	width: 100%;
	height: auto;
}

.p-fv__imgs {
	/* width: 100%; */
	display: grid;
	column-gap: calc(100% * 25/1250);
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 103px;
	margin-top: clamp(50px, 7.15vw, 103px);
	position: relative;
}

.p-fv__img {
	width: 100%;
	height: auto;
}

.p-fv__img img {
	width: 100%;
	height: auto;
}

.p-fv__img.--1 {

}

.p-fv__img.--2 {

}

.p-fv__img.--3 {

}

.p-fv__big-text {
	position: absolute;
	width: calc(100% * 730/1250);
	height: auto;
	/* aspect-ratio: 730/230; */
	top: -25%;
	left: 50%;
	translate: -50% 0;
}

.p-fv__big-text img {
	width: 100%;
	height: auto;
	aspect-ratio: 730/230;
}

@media  screen and (max-width:640px) {
	.p-fv {
		padding-bottom: 30px;
	}

	.p-fv__textarea {
		width: 100%;
		max-width: 400px;
		translate: 0 0;
	}

	.p-fv__imgs {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 10px;
		max-width: 500px;
		margin-inline: auto;
		margin-top: 70px;
	}

	.p-fv__img.--2 {
		grid-column: 1/5;
		grid-row: 1/2;
	}

	.p-fv__img.--1 {
		grid-column: 1/3;
		grid-row: 2/3;
	}

	.p-fv__img.--3 {
		grid-column: 3/5;
		grid-row: 2/3;
	}

	.p-fv__big-text {
		width: 120%;
		top: -10%;
	}
}

.p-message {

}

.p-message__title {

}

.p-message__items {

}

.p-message__item {
}

.p-message__item:not(:first-child) {
	margin-top: 60px;
}

.p-message-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.p-message-item:nth-child(2n) {
	flex-direction: row-reverse;

}

.p-message-item__img {
	width: calc(100% * 536/1200);
	height: auto;
}

.p-message-item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.p-message-item__textarea {
	width: calc(100% * 614/1200);
}

.p-message-item-textarea {

}

.p-message-item-textarea__head {
	display: flex;
	align-items: center;
	column-gap: calc(100% * 26/614);
	position: relative;
}

.p-message-item-textarea__head::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100px;
	bottom: -20px;
	left: 5px;
	/* translate: -50% 0; */
	background: #333;
}

.p-message-item-textarea__number {
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #000;
	color: #fff;
	font-size: 100px;
	font-weight: 600;
	line-height: 1; /* 100px */
	position: relative;
	paint-order: stroke fill;
}

/* .p-message-item-textarea__number::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 90%;
	bottom: -20px;
	left: 50%;
	translate: -50% 0;
	background: #333;
} */

.p-message-item-textarea__title {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6; /* 38.4px */
	letter-spacing: calc(1em * 1.92/24);
}

.p-message-item-textarea__text {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 2; /* 32px */
	letter-spacing: calc(1em * 1.28/16);
	padding-left: 5px;
	margin-top: 42px;
}

.u-marker {
	display: inline;
	background: linear-gradient(transparent 60%, #EFDE24 60%);
	text-indent: 1em;
}

.p-message__textarea {
	margin-top: 140px;
}

@media screen and (max-width:970px) {
	.p-message-item-textarea__number {
		font-size: 85px;
	}

	.p-message-item-textarea__title {
		font-size: 20px;
	}

	.u-sm {
		display: none;
	}
}

@media screen and (max-width:750px) {
	.p-message__item:not(:first-child) {
		margin-top: 40px;
	}

	.p-message-item {
		display: block;
	}

	.p-message-item__img {
		width: 100%;
		height: auto;
		aspect-ratio: 350/250;
	}

	.p-message-item__img img {
		/* width: 100%;
		height: auto;
		aspect-ratio: 1/1; */
	}

	.p-message-item__textarea {
		width: 100%;
		margin-top: 20px;
	}

	.p-message-item-textarea__number {
		paint-order: stroke fill;
	}

	.p-message-item-textarea__head.--2,
	.p-message-item-textarea__head.--3 {
		align-items: flex-start;
	}



	.p-message-item-textarea__number.--2,
	.p-message-item-textarea__number.--3 {
		margin-top: -5px;
	}


	.p-message-item-textarea__text {
		letter-spacing: calc(1em * 0.96/16);
	}

	.p-message__textarea {
		margin-top: 100px;
	}
}



@media screen and (min-width:450px) {
	.u-xs {
		display: none;
	}


}


/*20240815 CTA修正 増田*/

.cta .btns{
	display: block;
	text-align: center;
}

.sp_br{
	display: none;
}

.microcopy{
	display: block;
	font-size: 18px;
	letter-spacing: 0.05em;
}

.microcopy_top{
	margin-bottom: 5px;
}

.microcopy_under{
	margin-top: 5px;
}

@media screen and (max-width:450px){
	.sp_br{
		display: block;
	}
	.microcopy{
		font-size: 16px;
	}
}