
/*==============================
	reset
==============================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
caption,th, center {text-align:left}
del, strike, u, ins, s {text-decoration:none;}
mark {background-color:transparent;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	padding-bottom: 80px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:hover, a:link, a:visited {color: unset;}
/*------------------------------------
  common
--------------------------------------*/
html {
	scroll-behavior: smooth;
}
p, ul, a, h3 {
	font-family: "Noto Sans JP", sans-serif;
}

.pc {
  display: none;
}
.sp {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
      display: none !important;
    }
}

.bg-lb {
  background-color: #E8FCFC;
}
.inner {
  position: relative;
  z-index: 1;
}
.notes {
    width: 82vw;
}
@media screen and (min-width: 769px) {
	.notes {
		width: 100%;
	}
}
.notes__item {font-size: 3.2vw;line-height: 1.55;text-indent: -3.4vw;padding-left: 3.4vw;margin-bottom: -0.4vw;}

body img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}

.wrap {
	padding-bottom: 200px;
}
.conts {
	padding-top: 0;
}

@media screen and (max-width: 768px) {
	body * {
		box-sizing: border-box;
	}
	body {
        font-size: inherit;
        line-height: inherit;
        width: inherit;
        min-width: unset;
    }
	.conts {
		min-width: 100%;
		margin: 0;
	}
}


/*------------------------------------
  fv
--------------------------------------*/
.fv__visual {position: relative;}

@media screen and (min-width: 769px) {
  .fv__btns {
  position: absolute;
  z-index: 3;
  bottom: min(27px, 1.88vw);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  display: flex !important;
  justify-content: center;
  gap: 12px;
  }
  .fv__btn {background: #DDF7FF;color: #1D50A2 !important;display: flex;width: 100%;/* max-width: 151px; */width: min(151px, 10.49vw);font-size: min(16px, 1.11vw);justify-content: center;align-items: center;border-radius: 8px;text-decoration: none;padding: 9px 0;gap: 8px;font-weight: bold;font-family: "Noto Sans JP", sans-serif;text-align: center;box-shadow: 0px 4.05px 0px 0px rgba(0, 0, 0, 0.25);line-height: 1.1;}
}

/*------------------------------------
  cp
--------------------------------------*/
.cp {
	background: #073792;
	color: #fff;
	padding: 22px 8px 10px;
	display: flex;
	gap: 0 0.8em;
	align-items: center;
	justify-content: center;
	align-content: center;
	justify-items: stretch;
	margin: auto;
	line-height: 1.3;
	font-weight: 500;
	position: relative;
	z-index: 9;
	font-family: "Noto Sans", sans-serif;
}
.cp__item {display: flex;align-items: center;gap: 0 8px;justify-content: flex-start;}
.cp__head {
	font-size: 16px;
	text-align: center;
	position: relative;
	bottom: 5px;
}
.cp__label {
	color: #fff;
	text-align: center;
	vertical-align: baseline;
	display: flex;
	align-items: center;
	border-radius: 6px;
	padding: 6px 4.8px;
	font-size: 16px;
	width: auto;
	line-height: 1.2;
	position: relative;
	bottom: 3px;
	font-weight: bold;
	border: solid 1px #fff;
	border-radius: 4px;
	justify-content: center;
}
.cp__value {font-size: 16px;position: relative;bottom: 5px;width: auto;line-height: 1.1;letter-spacing: 0.02em;}
.cp__value-item {
	font-size: 24px;
	font-weight: 700;
}
.cp__value .cp__value-item:nth-child(1) {
	line-height: 0.9;
}
.cp__value .cp__value-item:nth-child(2) {
	font-size: 13px;
}
.cp__value .cp__value-item:nth-child(2) .big {
	font-size: 20px;
}
.cp .big {
	color: #fff;
	font-size: 32px;
}

@media all and (max-width: 1000px) {
	.cp {
	flex-direction: column;
	}
	.cp__label {
	width: 160px;
	}
	.cp__item {
	gap: 16px;
	margin-bottom: 10px;
	}
	.cp__value {
	width: 370px;
	}
	
}

@media all and (max-width: 768px) {
	.cp {
    padding: 3vw 0 0.2vw 0;
    gap: 1.9vw 2.1vw;
    line-height: 1.3;
    display: block;
    width: 100%;
  }
	.cp__head {
		font-size: 4.27vw;
	}
  .cp__item {
      width: 94%;
      margin: 0 auto 1vw;
      gap: 2.4vw;
  }
	.cp__label {
    font-size: 2.67vw;
    padding: 0.7vw 0.5vw 0.7vw;
    height: unset;
    width: 33.33vw;
    display: flex;
    justify-content: center;
    margin: 0 auto 0vw;
    flex-grow: 1;
    line-height: 1.2;
 }
	.cp .cp__fs-big {
		font-size: 6.4vw;
	}
	.cp__value-item {
		font-size: 3.53vw;
	}
	.cp__value .cp__value-item:nth-child(2) {
		font-size: 3.27vw;
	}
	.cp__value {
		text-align: left;
		width: 59vw;
		flex-grow: 2;
		}
	.cp .big {
	font-size: 5.87vw;
	}
	.cp__value .cp__value-item:nth-child(2) .big {
	font-size: 5.33vw;
	}
}

/*------------------------------------
  intro
--------------------------------------*/
.intro__inner {margin: 0 auto 0;padding: 20.53vw 0 12.6vw 0;}
.intro__deco-image {position: absolute;display: block;margin: auto;left: 0;right: 0;}
.intro__deco-image01 {top: 4vw;width: 94vw;left: 2vw;}
.intro__deco-image02 {bottom: -4vw;width: 92vw;left: -3vw;}
.intro__text {width: 78%;margin: auto;}

@media screen and (min-width: 769px) {
  .intro__inner {padding: 97px 0 0 0;}
  .intro__deco-image {width: 100%;}
  .intro__deco-image01 {top: 8%;left: -58%;max-width: 234px;}
  .intro__deco-image02 {top: 13%;right: -61%;max-width: 210px;}
  .intro__text {width: 100%;max-width: 400px;}
}
/*------------------------------------
  recipe
--------------------------------------*/
.recipe {width: 100%;}
.bg-lm {
	width: 100%;
	height: 100%;
	position: relative;
}
.bg-lm:after {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../img/recipe_bg-sp.png);
	background-size: contain;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 5vw;
	z-index: 0;
}
.recipe__inner {
    padding: 0 0 7vw 0;
}
.recipe__title {margin: 0 auto 0;width: 85%;}
.recipe__top {margin: -4vw auto 0;}
.recipe__bottom {width: 95vw;margin: 3vw auto 0;}
.recipe__bottom-image {position: relative;left: 0px;}

@media screen and (min-width: 769px) {
	.bg-lm:after {background-image: url(../img/recipe_bg.png);top: 90px;width: 100%;min-height: 1216px;height: auto;background-size: 100vw 100%;background-position: center;}
  .recipe__inner {padding: 32px 0 0px 0; position: relative;}
  .recipe__deco {
	position: absolute;

  }
  .recipe__deco01 {max-width: 202.3px;top: 18%;left: 10.3%;}
    .recipe__deco02 {max-width: 198px;top: 19.1%;right: 9.8%;}
  .recipe__title {width: 100%;max-width: 570px;margin: 0px auto 0;}
  .recipe__top {max-width: 746px;margin: -2.6% auto 0 auto;}
  .recipe__top-image {position: relative;left: -42px;}
  .recipe__bottom {width: 100%;margin: 32px auto 20px;max-width: 643px;}
  .recipe__bottom-image {
	left: -16px;
  }
}

@media screen and (max-width: 1280px) {
	.bg-lm:after {
		background-size: cover;
	}
}


/*------------------------------------
  prize
--------------------------------------*/
.prize {background: #fff;margin-bottom: 12vw;}
.prize__title-image {width: 86vw;margin: 2vw auto 0;}
.prize__visual {width: 88vw;margin: 4vw auto 0vw;position: relative;left: -2vw;}
.prize__notes {margin: 3vw auto 5vw;width: 82vw;font-weight: 600;}
.prize__notes-item {margin-bottom: 0px;font-weight: 600;}
.prize__notes02 .prize__notes-item {
	font-size: 2.93vw;
}
.prize__cv-text {text-align: center;color: #1D50A2;font-weight: bold;margin: 0 auto 1.3vw;font-size: 4.27vw;display: flex;justify-content: center;font-family: "Zen Maru Gothic", sans-serif;}
.slash {width: 3.7vw;}
.slash_l {
	margin-right: 0.5vw;
}
.slash_r {
	margin-left: 0.5vw;
}
.prize__btn {background: #1D50A2;color: #fff !important;border: solid 3px #164084;display: flex;align-items: center;justify-content: center;position: relative;font-size: 5.33vw;text-decoration: none;padding: 6vw 0vw 6.7vw;width: 80vw;margin: 0 auto 0;border-radius: 10vw;box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.13);font-weight: 700;}
.prize__btn-deco {position: absolute;left: 0vw;width: 10.9vw;}
.prize__btn02 {position: relative;margin: 5.3vw auto 0vw;display: flex;align-items: flex-start;width: 52vw;border: solid 1px #464646;border-radius: 10vw;font-size: 3.73vw;justify-content: center;padding: 4vw 0vw 4.6vw;color: #464646;text-decoration: none;font-weight: 600;}
.prize__btn02:visited {
	color: inherit;
}
.prize__btn-arrow {position: absolute;width: 2.2vw;right: 4vw;}
.prize__btn-arrow02 {
	width: 2.5vw;
	right: 3.8vw;
	top: 6vw;
}
.prize__notes02 {margin: 4vw auto 0vw;}

@media screen and (min-width: 769px) {
  .prize {margin-bottom: 60px;}
  .prize__title-image {/* width: 100%; */max-width: 670px;margin: 70px auto 0;position: relative;left: -10px;}
  .prize__visual {width: 100%;max-width: 810px;left: -20px;margin: 9px auto 0;}
  .prize__notes {width: 100%;max-width: 567px;margin: 22px auto 30px;}
  .prize__notes-item {font-size: 14px;margin-bottom: 10px;text-indent: -1rem;padding-left: 1rem;line-height: 1.4;}
	.apply__notes02 .prize__notes-item {
	margin-bottom: 3px;
	padding-left: 1.6rem;
	}
	.prize__notes02 .prize__notes-item {
		font-size: 14px;
	}
  .prize__cv-text {font-size: 28px;margin: 0 auto 10px;}
	.slash {width: 25px;}
	.slash_l {
	margin-right: 10px;
	}
	.slash_r {
	margin-left: 10px;
	}
  .prize__btn {width: 100%;max-width: 567px;font-size: 32px;border-radius: 57px;padding: 35px 0;box-shadow: 10.68px 10.68px 0px 0px rgba(0, 0, 0, 0.13);}
  .prize__btn-deco {width: 100%;max-width: 67px;left: 8px;}
  .prize__btn02 {width: 100%;max-width: 350px;font-size: 25px;border-radius: 89px;padding: 20px 0px;margin: 30px auto 0vw;}
  .prize__btn-arrow {right: 30px;width: 15px;}
  .prize__notes02 {margin: 25px auto 0px;max-width: 567px;}
	.prize__btn-arrow02 {
		bottom: 0;
		top: 35px;
		right: 26px;
	}
}

@media screen and (min-width: 1920px) {
	.prize__title-image {
		margin-top: 100px;
	}
}

/*------------------------------------
  apply
--------------------------------------*/
.apply {padding: 10vw 0 10vw;}
.apply__title {width: 67vw;margin: 0 auto 5vw;position: relative;left: 1vw;}
.apply__visual-image {width: 86vw;}
.apply__notes {margin: 1.5vw auto 11vw;color: #1D50A2;font-weight: 500;}
.apply__notes02 {margin: 2vw auto 10vw;}
.apply__title02 {width: 66vw;margin: 0vw auto 8vw;}
.apply__title03 {width: 66vw;margin: 0vw auto 2.13vw;}
.apply__list {width: 86vw;margin: 0 auto 9.33vw;position: relative;z-index: 1;}
.apply__list:after {
	content: "";
	background: url(../img/line_dotted.svg) no-repeat;
	width: 2px;
	height: 35vw;
	background-size: contain;
	display: block;
	position: absolute;
	top: 15vw;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
}
.apply__col {position: relative;background: #fff;border-radius: 2vw;margin-bottom: 3.1vw;height: 15.47vw;display: flex;flex-direction: column;justify-content: center;align-items: center;z-index: 2;}
.apply__col:first-child {
	height: 18.4vw;
	padding: 0.6vw 0 -0.6vw 0;
}
.apply__col:last-child {
	margin-bottom: 0;
}
.apply__col-num {position: absolute;left: -1.5vw;top: -1.5vw;width: 9.5vw;}
.apply__col-text {color: #1D50A2;font-weight: bold;font-size: 4.27vw;text-align: center;line-height: 1.3;margin-left: -11vw;}
.apply__col-cap {color: #1D50A2;margin: 0.6vw auto 0vw;font-size: 2.93vw;text-align: center;line-height: 1.35;margin-left: 8vw;font-weight: 500;position: relative;left: 1vw;}
.apply__col-mark {position: absolute;width: 11vw;right: 3vw;/* top: 4vw; */}

.box-scroll__cont {width: 86vw;height: 371px;margin: 0px auto 0;background: #fff;/* border: 2px solid #6A1A00; *//* border-radius: 30px; */padding: 20px 0px 0px 0px;border-radius: 8.23px;}
.box-scroll__text {width: 90%;height: 334px;overflow: auto;padding: 0 20px 40px 0;margin: auto;color: #000;line-height: 1.6;font-size: 12px;}
.box-scroll__text-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
}
.box-scroll__indent {
	color: #000;
	display: block;
	text-indent: -1rem;
	padding-left: 1rem;
}
.box-scroll__indent.number1 {
  text-indent: -1.1rem;
	padding-left: 1.1rem;
}
.box-scroll__indent.number2 {
  text-indent: -1.5rem;
	padding-left: 1.5rem;
}
.box-scroll__indent__link {
  text-decoration: underline;
  color: #000;
}



@media screen and (min-width: 769px) {
  .apply {padding: 50px 0px 57px;}
  .apply__title {width: 100%;max-width: 340px;margin: 4px auto 40px;left: 5px;}
  .apply__visual-image {width: 100%;max-width: 560px;}
  .apply__notes {margin: 16px auto 35px;width: 100%;max-width: 580px;}
  .apply__notes02 {margin: 16px auto 39px;}
  .apply__notes-item {font-size: 14px;text-indent: 0;padding-left: 0;margin-bottom: 3px;}
  .apply__title02 {width: 100%;max-width: 339px;margin: 0 auto 30px;}
	.apply__title03 {width: 100%;max-width: 339px;margin: 0 auto 17px;}
  .apply__list {width: 100%;max-width: 560px;margin-bottom: 34px;}
  .apply__col {
	height: 86px;
	margin-bottom: 20px;
	border-radius: 8px;
	}
	.apply__col:first-child {
		height: 109px;
		margin-bottom: 20px;
	}
  .apply__col-num {width: 100%;max-width: 61px;top: -10px;left: -12px;}
  .apply__col-text {font-size: 24px;margin-left: -70px;}
  .apply__col-cap {font-size: 16px;margin-left: 90px;margin-top: 10px;left: 0px;}
  .apply__col-mark {width: 70px;right: 20px;}
	.apply__list:after {
		top: 0;
		height: 320px;
		width: 2px;
	}
	.box-scroll__cont {padding: 15px 0 0 0;height: 408px;width: 100%;max-width: 558px;}
	.box-scroll__text {
		font-size: 16px;
		height: 350px;
	}
	.box-scroll__indent.number1 {
		text-indent: -1rem;
		padding-left: 1rem;
	}
	.box-scroll__indent.number2 {
		text-indent: -1.2rem;
		padding-left: 1.2rem;
	}
}
/*------------------------------------
  details
--------------------------------------*/
#details {padding: 48px 0 50px;}
.ttl_details {background: #F0F0F0;margin-bottom: 12px;color: #1D50A2;border-radius: 1.86vw;}
.ttl_details p {color: #1D50A2;text-align: center;font-size: 4.27vw;padding: 0.7rem 0;font-weight: 600;}
.txt_details {font-size: 3.2vw;color: #333;margin-bottom: 10vw;line-height: 1.43;font-weight: 500;}

  @media screen and (min-width: 769px) {
	  #details {
		  padding-top: 60px;
		  padding-bottom: 50px;
		 }
	  .ttl_details {
		  margin-bottom: 25px;
		  border-radius: 6.98px;
		 }
	  .item_list_details .ttl_details {
		  margin-bottom: 22px;
		 }
	  .txt_details {
		  font-size: 16px;
		  margin-bottom: 40px;
		 }
	  .ttl_details p {
		  font-size: 22px;
		  padding: 1rem 0;
		 }
  }
.details__inner {
	width: 85%;
	margin: auto;
	padding-bottom: 0vw;
	font-weight: 500;
}
.details__item {color: #464646;font-size: 3.2vw;line-height: 1.4;border-bottom: solid 1px #D7D7D7;padding-bottom: 0.1vw;margin-bottom: 1.8vw;display: flex;justify-content: space-between;}
.details__item span {
	width: 25%;
}
.details__item p {width: 75%;}
.details__item:last-child {
	border: none;
}
@media screen and (min-width: 769px) {
  .details__inner {
	  width: 100%;
	  max-width: 569px;
	 }
	.details__item {
		font-size: 16px;
		padding-bottom: 4px;
		margin-bottom: 10px;
	}
	.details__item span {
		width: 20%;
	}
	.details__item p {
	width: 80%;
	}
}

/*------------------------------------
  contact
--------------------------------------*/
.contact {padding: 10vw 0 29.8vw;}
.contact__inner {width: 84%;margin: auto;}
.contact__title {
	width: 84vw;
	margin: 0vw auto 4vw;
	padding-bottom: 4vw;
	border-bottom: solid 2px #1D50A2;
}
.contact__title img {
	width: 79vw;
}
.contact__head-image {width: 27vw;margin: 0 auto 4vw;}
.contact__subtitle {text-align: center;line-height: 1.4;color: #1D50A2;font-size: 4.27vw;font-weight: 600;}
.contact__info {font-size: 3.2vw;margin: 3vw auto 0vw;width: 93%;}
.contact__info-item {
	color: #532800;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: -0.05vw;
}
.contact__info-item-indent {
	display: block;
	font-weight: 500;
	margin-left: 19vw;
}
.contact__notes {color: #532800;line-height: 1.4;margin-top: 4vw;margin-left: 2vw;font-weight: 500;}
.contact__notes-item:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .contact {padding: 63px 0 160px;}
  .contact__inner {width: 100%;}
	.contact__title {width: 100%;max-width: 570px;margin: 0 auto 18px;padding-bottom: 13px;}
		.contact__title img {
			width: 100%;
			max-width: 440px;
		}
  .contact__head-image {margin: 0 auto 30px;width: 100%;max-width: 160px;}
  .contact__subtitle {font-size: 18px;}
  .contact__info {font-size: 16px;max-width: 570px;margin: 16px auto 0;}
	.contact__info-item-indent {
		display: contents;
		padding-left: 10px;
	}
  .contact__notes {max-width: 570px;width: 100%;margin: 20px auto 0;}
  .contact__notes-item {font-size: 16px;text-indent: -1rem;padding-left: 1rem;line-height: 1.4;margin-top: 7px;}
}





/*------------------------------------
  footer
--------------------------------------*/
.footer-fixed {position: fixed;bottom: 0;width: 100%;z-index: 20;}
.footer-fixed__top {
	position: absolute;
	width: 9.92vw !important;
	right: 3vw;
	bottom: 19vw;
}
.footer-fixed__btns {display: flex !important;}
.footer-fixed__btn {width: 34%;height: 16vw;font-size: 15px;text-align: center;text-decoration: none;display: flex;align-items: center;justify-content: center;position:relative;font-family: "Inter", sans-serif;font-weight: 600;line-height: 1.2;}
.footer-fixed__btn:nth-of-type(1):after, .footer-fixed__btn:nth-of-type(2):after{
	content: "";
	background: #fff;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
}
.footer-fixed__btn:visited {
	color: inherit;
}
.footer-fixed__btn.--blue {
	background: #FFF100;
	color: #1D50A2;
}
.footer-fixed__btn.--red {
	background: #E60012;
	color: #fff;
}

@media screen and (min-width: 769px) {
	.footer-fixed__top {
		width: 56px !important;
		bottom: 120px;
		right: 20px;
	}
	.footer-fixed__inner {display: flex;justify-content: center;background: #fff;padding: 20px 0;width: 100%;}
	.footer-fixed__btn-pc {position: relative;background: #E60012;color: #fff !important;text-decoration: none;width: 100%;display: flex !important;align-items: center;justify-content: center;/* width: 100%; */max-width: 364px;font-size: 24px;border-radius: 57px;padding: 5px 0 5px 0;box-shadow: 0px 4.05px 0px 0px rgba(0, 0, 0, 0.25);flex-direction: column;font-family: "Noto Sans JP", sans-serif;font-weight: bold;line-height: 1.3;}
	.footer-fixed__btn-deco {position: absolute;left: 51px;bottom: 11px;width: 57px;}
	.footer-fixed__btn-txt {
		text-align: center;
		position: relative;
		left: 9px;
	}
	.txt-small {font-size: 16px;display: block;}
	.footer-fixed__btn-arrow {position: absolute;right: 20px;}
	.footer-fixed__btns {display: none !important;}
}

.p-footer{
	margin: 0!important;
}