@charset "utf-8";
/* CSS Document */

:root {
	--cstm-color:#355687;
	--cstm-accent:#008ae2;
	font-family:"Noto Sans JP", sans-serif;
	font-optical-sizing:auto;
	font-weight:500;
	font-style:normal;
}
.txt_alph{
  font-family:"Roboto", sans-serif;
  font-optical-sizing:auto;
  font-weight:600;
  font-style:normal;
  font-variation-settings:"wdth" 100;}

.frozen-kv{
	width:100vw;
	overflow:hidden;
	height:100vh;
	max-height:1024px;
	display:flex;
	position:relative;
	justify-content:center;
}
.frozen-kv .kv_bg{
	position:absolute;
	top:0;
	left:0;
	min-width:100vw;
	min-height:100vh;
	width:100%;
	height:100%;
	max-width:none;
}
.frozen-kv .kv_bg img{width:100%;height:100%;object-fit:cover;}

.kv_cont{
	height:100%;
	position:relative;
	z-index:1;
	background-color:#fff;
	background-image:url(images/froz_02.webp);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:contain;
	display:flex;flex-direction:column;
 justify-content:center;padding:0 3rem;
	letter-spacing:0.1em;
	box-shadow:0px 0px 24px rgba(0, 0, 0, 0.4);
}
.kv_cont .kv_erabu{background-color:var(--cstm-accent);color:#fff;width:fit-content;padding:0.3em 2em 0.4em;border-radius:2em; font-size:1.25rem;font-weight:600; margin:0 auto;}
.kv_cont .kv_title{font-size:clamp(3rem, 4vw, 4.5rem);line-height:1.2; text-align:center;font-weight:750;padding-top:1.5rem;letter-spacing:0.05em;}
.kv_cont .kv_title .kv_small{font-size:75%;display:block;line-height:1.4;padding-bottom:0.5rem;}
.kv_cont .kv_subtitle{font-size:1.4rem;font-weight:750;text-align:center;color:var(--cstm-accent);padding-top:1.5rem;}
.kv_cont .kv_emblem{width:100%; max-width:320px;margin:0 auto;}
.cstm_mainlead {font-size:1.25rem; padding:2.5rem 0 4rem;color:#fff;/*text-shadow:0 0 16px var(--cstm-accent);*/margin-bottom:6rem;background:linear-gradient(0deg, var(--cstm-accent), #16b2dd 75%);}
.cstm_mainlead >*{max-width:900px;margin:auto; padding:0 50px;}
.cstm_mainlead .mainlead_scarf{background:linear-gradient(180deg, #fff 25%, #eaeaea 100%);; padding:0; position:relative; border-radius:50%; max-width:initial; width:4rem; height:4rem; margin-bottom:2.5rem;box-shadow:3px 6px 5px rgba(0, 0, 0, 0.2);}
.cstm_mainlead .mainlead_scarf img{width:72%;height:auto;display:block;position:absolute;right:0;left:0; margin:auto;top:0.2rem;transform:rotate(6deg);}
.cstm_mainlead .mainlead_ttl{font-size:2rem;font-weight:750;text-align:center;padding-bottom:1.5rem; letter-spacing:0.05em;}
.cstm_mainlead .mainlead_ttl:before{content:"～";margin-right:0.5em;}
.cstm_mainlead .mainlead_ttl:after{content:"～";margin-left:0.5em;}
.cstm_mainlead .mainlead_sttl{font-size:1.25rem;font-weight:750;text-align:center;padding-bottom:2.5rem; letter-spacing:0.05em;line-height: 1.8;}
.cstm_mainlead .mainlead_txt{line-height:1.8;}
.cstm_mainlead .mainlead_txt strong{color:#ffee8d;}

.cstm_bglead {
	background:url(images/maincopybg.jpg);
}
.cstm_bgleadinner {
	max-width:900px;
	margin:auto auto 5rem auto;
	padding:0 50px 5em 50px;
	text-align:center;
}
h2.cstm_maincopy {
	color:var(--cstm-accent);
	padding-left:0;
	padding-right:0;
}
.cstm_ul {
	display:inline-block;
	text-align:left;
	font-size:1.25rem;
}
.cstm_ul li {
	text-indent:-1em;
	padding-left:1em;
	position:relative;
}
.cstm_ul li::before {
	content:"● ";
}
h3.cstm_subcopy {
	margin:1em 0 0 0;
	padding:0;
	font-size:1.5rem;
	background:none;
	line-height:1.5;
}

.cstm_pr {
	max-width:900px;
	margin:auto auto 5rem auto;
	padding:0 50px;
}
.cstm_prinner {
	display:flex;
}
.cstm_prtxt {
	flex:1;
	font-family:'Noto Sans JP','Zen Kaku Gothic New', sans-serif;
	font-size:1.25rem;
}
.cstm_primg {
	width:200px;
	padding-left:2rem;
}
.cstm_prlist li {
	display:block;
	position:relative;
	padding-left:1.35em;
	line-height:1.5;
}
.cstm_prlist li::before {
	content:"";
	width:1.15em;
	height:1.15em;
	display:block;
	border-radius:50%;
	background:#9aebff;
	position:absolute;
	left:0;
	top:0.25em;
}
.cstm_prlist li::after {
	content:"";
	width:0.6em;
	height:0.3em;
	border-left:#006e89 0.25em solid;
	border-bottom:#006e89 0.25em solid;
	display:block;
	position:absolute;
	transform:rotate(-45deg);
	left:0.25em;
	top:0.4em;
}
.cstm_colaborator_logo {
	display:inline-block;
	width:80%;
	max-width:300px;
	vertical-align:baseline;
}
.cstm_initiator {
	display:flex;
}
.cstm_initiator_photo {
	flex:1;
	padding-right:2rem;
}
.cstm_initiator_body {
	flex:4;
}
.cstm_initiator_name {
	font-weight:bold;
	font-size:1.25rem;
	padding-bottom:1.5rem;
}
.cstm_initiator_comment {
	margin:1em 0 2em 0;
	border:4px solid #e4e4e4;
	background:#f4f4f4;
	padding:1.5em;
}

.cstm_sectdate {
	padding:0 1rem;
}
.cstm_ttlcate {
	text-align:center;
	font-size:1.75rem !important;
	margin:0 auto 5rem auto;
	padding:0.25em 0;
	background:var(--cstm-accent);
	max-width:950px;
	border-radius:2rem;
	color:#fff;
}
.cstm_cate {
	display:flex;
	max-width:950px;
	margin:0 auto 10rem auto;
	counter-reset:catenum;
	gap:2.75rem;
}
.cstm_unitcate {
	flex:1;
}
.cstm_iconcate {
	display:block;
	background:#eeeeee;
	padding:15%;
	border-radius:50%;
	overflow:hidden;
	position:relative;
	overflow:visible;
}
.cstm_iconcate::before {
	counter-increment:catenum;
	content:"0" counter(catenum);
	display:block;
	position:absolute;
	width:100%;
	text-align:center;
	top:-1.5rem;
	font-family:"Roboto", sans-serif;
	font-weight:600;
	font-size:4rem;
	line-height:1;
	left:0;
	right:0;
	margin:auto;
	color:var(--cstm-color);
}
.cstm_disccate {
	padding-top:1rem;
	font-size:1rem;
	font-family:'Noto Sans JP','Zen Kaku Gothic New', sans-serif;
}
.cstm_disccate strong {
	display:block;
	text-align:center;
	font-size:1.5rem;
	padding-bottom:0.5rem;
	color:var(--cstm-color);
}

#dr-cp_sec01{
	max-width:1000px;
	margin-left:auto;
 margin-right:auto;
 padding-left:50px;
 padding-right:50px;
	width:100%;
	font-family:'Noto Sans JP','Zen Kaku Gothic New', sans-serif;	
	box-sizing:border-box;
}

#dr-cp_sec01 p,#dr-cp_sec01 ul{
	overflow:inherit;
}

#dr-cp_sec01 .dr-sec{
	font-size:1.2em;
 margin-bottom:4em;
}

#dr-cp_sec01 .dr-h2{
	position:relative;
	text-align:left;
	padding:0;
	color:var(--cstm-accent);
	font-size:1.8em!important;
}

#dr-cp_sec01 .dr-h2 span{
	position:relative;
	text-shadow: #fff 0 0 4px, #fff 0 0 4px, #fff 0 0 4px, #fff 0 0 4px;
	letter-spacing: 0.05em;
}

#dr-cp_sec01 .dr-h2:before{
	content:"";
 position:absolute;
 background:#a5d0eb;
 width:40px;
 height:40px;
 border-radius:50%;
 top:-12px;
 left:-26px;
}

#dr-cp_sec01 p span.dr-underline{
	border-bottom:2px solid var(--cstm-accent);
 line-height:1.6;
}

#dr-cp_sec01 ul{
	list-style:inherit;
 padding-left:1.5em;
}

#dr-cp_sec01 ul li{
	color:var(--cstm-accent);
}

#dr-cp_sec01 ul li span{
	color:#000;
}

#dr-cp_sec01 ol{
	counter-reset:li;
}

#dr-cp_sec01 ol li{
 position:relative;
	padding-left:1.5em;
	margin:0 0 10px;
}

#dr-cp_sec01 ol li:before{
	color:var(--cstm-accent);
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
	counter-increment:li;
	content:counter(li)'.';
}

#dr-cp_sec01 em{
	font-size:150%;
	font-style:inherit;
}

#dr-cp_sec01 p .dr-logo{
	float:right;
 width:280px;
}

#dr-cp_sec01 a{
	color:#00b5f0;
}

#dr-cp_sec01 .dr-entry-form{
	text-align:center;
	margin-bottom:7em;
}

#dr-cp_sec01 .dr-entry-form .dr-ef-h3{
	background:none;
 line-height:1.4;
	color:var(--cstm-accent);
}

#dr-cp_sec01 .dr-entry-form a{
	position:relative;
 display:inline-block;
	background:var(--cstm-accent);
 color:#fff;
 padding:0.8em 2em 0.8em 2.5em;
 font-size:1.7em;
 font-weight:700;
 border-radius:9999px;
}
#dr-cp_sec01 .dr-entry-form a.dr-entry-form-minor {
 font-size:1.25em;
}

#dr-cp_sec01 .dr-entry-form a:before{
	content:"";
 position:absolute;
 top:50%;   /* 縦軸をセンタリングする */ 
 left:1.5em;
 transform:translateY(-50%);   /* 縦軸をセンタリングする */  
 border:5px solid transparent;
 border-left:8px solid #fff;
}

#dr-cp_sec01 .dr-entry-form a:hover{
	opacity:0.6;
}

.sensyuken-entry-list{
	text-align:center;
 font-size:1.5em;
 line-height:1.9;
 color:var(--cstm-accent);
	margin-bottom:4em;
}

.dr-banners {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.dr-banners a { width:calc(100% / 3); padding:5px; box-sizing:border-box; }
.dr-logos {
	text-align:center;
	padding-top:50px;
}
.dr-logos > a {
	display:inline-block;
	padding:20px;
}
.dr-logos>a#logos_r-souse img { height:84px; }
.dr-logos>a#logos_vege-fru img { height:60px; }
/*** resposive ***/
@media screen and (min-width:651px){
	.cstm_forSP { display:none; }
}
@media screen and (max-width:650px){
	
#dr-cp_sec01{
	padding-left:35px;
 padding-right:35px;
}

#dr-cp_sec01 .dr-h2:before {
 width:30px;
 height:30px;
 border-radius:50%;
 top:-3px;
 left:-20px;
}
.kv_cont{background-color:rgba(255,255,255,0.01);-webkit-box-shadow:0 0 24px rgba(0, 0, 0, 0.8);box-shadow:0 0 24px rgba(0, 0, 0, 0.8);-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;padding:0;order:1;justify-content:flex-start;}
.kv_cont .kv_title{margin-bottom:0;font-size:12.5vw;padding-top:4vh;}
.kv_cont .kv_emblem{max-width:initial;width:65%;}
.kv_cont .kv_erabu{font-size:5vw;margin-top:-5.5vw;}
.kv_cont .kv_subtitle{font-size:4.5vw;padding-top:2vh;}
.frozen-kv{flex-direction:column;}
.frozen-kv .kv_bg{min-width:initial;min-height:initial;width:100%;position:static;height:25vh;max-height:250px;}
.frozen-kv .kv_bg img{}

.cstm_mainlead {
	font-size:1.1rem;
	line-height:1.8;
	padding:2rem 8vw 4rem;
}
.cstm_mainlead >*{padding:0;}
.cstm_mainlead .mainlead_ttl:before,.cstm_mainlead .mainlead_ttl:after{display:none;}
.cstm_mainlead .mainlead_sttl{text-align:left;}

h2.cstm_maincopy {
	font-size:6.25vw !important;
}
.cstm_pr{padding:0 8vw;}
.cstm_primg {
	flex:1;
	width:auto;
	padding:1rem 5rem 0 5rem;
}

.cstm_bgleadinner {
	padding:0 30px 5em 30px;
}
.cstm_prinner {
	flex-direction:column;
}

.cstm_initiator {
	flex-direction:column;
}
.cstm_initiator_photo {
	flex:1;
	padding:0 2rem 2rem 2rem;
}
.cstm_initiator_body {
	flex:1;
}
.cstm_ttlcate{margin:0 auto 3rem auto;}
.cstm_cate {
	flex-direction:column;
	gap:3rem;
	margin-bottom:5rem;
}
.cstm_unitcate {
	display:flex;
}
.cstm_unitcate:last-child { padding:0; }
.cstm_iconcate {
	flex:1;
	padding:1rem;
}
.cstm_iconcate::before{top:-1.25rem;font-size:2.75rem;font-weight:600;}
.cstm_disccate {
	flex:3;
	padding-left:1.5rem;
}
.cstm_disccate strong {
	text-align:left;
}


#dr-cp_sec01 .dr-entry-form .dr-ef-h3{
	padding:0;
	margin-bottom:30px;
}
	
#dr-cp_sec01 p .dr-logo {
 width:150px;
}
.dr-banners {
	flex-direction:column;
}
.dr-banners a  {
	width:100%;
}
.dr-logos>a#logos_r-souse img { height:auto; }
.dr-logos>a#logos_vege-fru img { height:auto; }
}



