@charset "utf-8";
/* CSS Document */


.cookchill-container {
	    box-sizing: border-box;
    width: min(100%, 1200px);
	margin: 0 auto 0;
}
.cookchill-container section {
	margin-bottom: 100px;
	padding-top: 80px; /* ヘッダーの高さを入力 */
    margin-top: -80px; /* ヘッダーの高さを入力 */
}
.cookchill-container .contents-wrap {
	
}
.cookchill-container .img-radius-right {
	border-radius: 0 10px 10px 0;
}
.cookchill-container .img-radius-left {
	border-radius: 10px 0 0 10px;
}
.cookchill-container .heading-01 {
    font-weight: bold;
    text-align: center;
    margin: 0 auto 50px;
    display: flex;
    align-items: center;
}
.cookchill-container .heading-01::before, .heading-01::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #e50012;
}
.cookchill-container .heading-01::before {
    margin-right: 2em;
}
.cookchill-container .heading-01::after {
    margin-left: 2em;
}
.cookchill-container .heading-01 h2 {
    font-size: 4.8rem;
}
.cookchill-container .heading-02 {
	font-size: 2.6rem;
	margin-bottom: 30px;
	line-height: 160%;
	font-weight: bold;
}
.cookchill-container .heading-03 {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.1em;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.cookchill-container .heading-03 .prefecture {
	font-size: 2.0rem;
}
.cookchill-container .heading-04 {
	font-size: 2.0rem;
	font-weight: bold;
	padding: .25em .7em;
	margin-bottom: 15px;
    border-left: 5px solid #e10c1b;
}
.cookchill-hero {
	box-sizing: border-box;
	width: 100%;
	background: #fff5f5;
	margin-bottom: 100px;
}
.cookchill-hero .cookchill-hero-box {
	box-sizing: border-box;
	width: min(100%, 1200px);
	margin: 80px auto 0;
	display: flex;
}
.cookchill-hero .cookchill-hero-box .cookchill-hero-child-01 {
	box-sizing: border-box;
	width: 23%;
}
.cookchill-hero .cookchill-hero-box .cookchill-hero-child-02 {
	box-sizing: border-box;
	width: 54%;
}
.cookchill-hero .cookchill-hero-box .cookchill-hero-child-03 {
	box-sizing: border-box;
	width: 23%;
}
.elm {
		transition: 0.5s;
  opacity: 0;
  z-index:-1;
	position: relative;
}
.contents-list {
	box-sizing: border-box;
	position: fixed;
	  top: 50%;
  transform: translateY(-50%);
	right: 50px;
	border: 1px solid #e10c1b;
	border-radius: 15px;
	padding: 15px 20px;
	background: #fff;
    transition: 1.0s;
}
.contents-list ul li {
	position: relative;
	padding-left: 20px;
}
.contents-list ul li::after {
  position: absolute;
  content: "";
  top: 50%;
	left:0;
  width: 12px;
  height: 2px;
  background-color: #e10c1b; 
}
.contents-list ul li:hover {
	opacity: 0.7;
}
/*.cookchill-container {
	position: inherit;
	z-index: 1;
}*/
.cookchill-container .box-wrap {
	    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
	    align-items: center;
    gap: 0 30px;
    margin: 0 auto 50px;
}
.cookchill-container .box-wrap .img-box {
	box-sizing: border-box;
    width: 50%;
}
.cookchill-container .box-wrap .txt-box {
	box-sizing: border-box;
    width: calc(50% - 50px);
}
.cookchill-container .time-advantage-parent {
	box-sizing: border-box;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 0 20px;
}
.cookchill-container .time-advantage-child {
	box-sizing: border-box;
    position: relative;
	width: 33.33%;
    height: auto;
    background: #eee;
    border-radius: 10px;
    display: block;
    padding: 20px;
}
.cookchill-container .time-advantage-child-heading {
	    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
    border: none;
    text-align: center;
    color: #4d4d4d;
	margin-top: 30px;
}
.cookchill-container .time-advantage-child-heading::before {
	content: attr(data-number);
	display: block;
	margin-bottom: 10px;
	color: #e10c1b;
	font-size: 4.0rem;
	position: absolute;
	top: -80px;
	left: 50%;
    transform: translateX(-50%);
}

.cookchill-container .time-advantage-child-heading::after {
	content: '';
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 20px;
	background-color: #e10c1b;
}
.cookchill-container .time-advantage-child img{
	margin-bottom: 15px;
}
.cookchill-container .time-advantage-em {
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	line-height: 200%;
}
.cookchill-container .time-advantage-list {
	 box-sizing: border-box;
    width: min(100%, 800px);
	padding: 50px;
	margin: 0 auto 0;
	background: #fff9dc;
	font-size: 2.0rem;
	font-weight: bold;
}
.cookchill-container .time-advantage-list ul {
	box-sizing: border-box;
	width: 480px;
	margin: 0 auto;
}
.cookchill-container .time-advantage-list ul li {
	background: url('../img/new-cook-chill/icon-megaphone.png') no-repeat;
	background-size: 22px;
    background-position: 0px 5px;
    padding-left: 30px;
	margin-bottom: 10px;
}
.cookchill-container .time-advantage-list ul li:last-child {
	margin-bottom: 0
}
.cookchill-container .support-flow {
	box-sizing: border-box;
	background: #eee;
	padding: 50px;
}
.cookchill-container .support-flow .heading-02 {
	text-align: center;
}
.cookchill-container .support-flow-child {
	box-sizing: border-box;
	background: #fff;
	border: 3px solid #ccc;
	padding: 50px;
	margin: 50px 0 50px;
}
.cookchill-container .support-flow-child:nth-of-type(3) {
	position: relative;
	margin-top: 100px;
}
.cookchill-container .support-flow-child:nth-of-type(3)::before {
	position: absolute;
	content: "";
	background: url(/img/new-cook-chill/support-flow-contract.png) no-repeat;
	background-size: contain;
	top: -103px;
	left: 50%;
    transform: translateX(-50%);
	width: 200px;
	height: 115px;
}
.cookchill-container .support-flow-child .number-wrap {
	box-sizing: border-box;
	display: flex;
	    align-items: start;
	gap: 0 15px;
	margin-bottom: 30px;
}
.cookchill-container .support-flow-child .number-order {
	box-sizing: border-box;
	font-size: 7.0rem;
	font-weight: bold;
	color: #e10c1b;
	width: 80px;
	line-height: 1em;
}
.cookchill-container .support-flow-child .number-title {
	box-sizing: border-box;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.45em;
}

.cookchill-container .support-flow-child .box-wrap {
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
	    align-items: start;
    gap: 0 30px;
    margin: 0 auto;
}
.cookchill-container .support-flow-child .box-wrap .img-box{
	box-sizing: border-box;
    width: 45%;
}
.cookchill-container .support-flow-child .box-wrap .txt-box{
	box-sizing: border-box;
    width: calc(55% - 50px);
}
.cookchill-container .support-flow-child .box-wrap .txt-box .point-box {
	position: relative;
	box-sizing: border-box;
	background: #fff5f5;
	border: 1px solid #e10c1b;
	padding: 35px 15px 15px;
	margin-top: 30px;
}
.cookchill-container .support-flow-child .box-wrap .txt-box .point-box::before {
	position: absolute;
	content: "ナリコマPOINT";
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	background: #e10c1b;
	padding: 5px 20px;
	top: -20px;
	left: 50%;
    transform: translateX(-50%);
}
.cookchill-container .support-flow .cta_basic_in {
	    width: min(100%, 800px);
}
.cookchill-container .support-flow .cta_basic_in .cta_basic_contact, .cookchill-container .support-flow .cta_basic_in .cta_basic_cost {
	width: 50%;
}
.cookchill-container .case-box {
	box-sizing: border-box;
	padding: 50px;
	border-radius: 15px;
	margin-bottom: 50px;
	background: #fff;
	box-shadow: 0px 0px 10px 5px #eeeeee;
}
.cookchill-container .case-box .box-wrap {
	margin-bottom: 0;
}
.cookchill-container .case-box .box-wrap .img-box{
	box-sizing: border-box;
    width: 40%;
	position: relative;
}
.cookchill-container .case-box .box-wrap .img-box .case-facility-type {
	background: #ff8a8a;
	color: #fff;
	position: absolute;
	content: "";
	width: 150px;
	padding: 0.5em 15px;
	top: -1.25em;
	 text-align: center;
	font-weight: bold;
}
.cookchill-container .case-box:first-child  .box-wrap .img-box .case-facility-type {
	background: #ff8a8a;
}
.cookchill-container .case-box:nth-child(2)  .box-wrap .img-box .case-facility-type {
	background: #ff7900;
}
.cookchill-container .case-box:nth-child(3)  .box-wrap .img-box .case-facility-type {
	background: #6caa00;
}
.cookchill-container .case-box .box-wrap .txt-box{
	box-sizing: border-box;
    width: calc(60% - 50px);
}
.cookchill-container .case-box .box-wrap .txt-box .case-link{
    position: relative;
    text-align: right;
    font-weight: bold;
    padding-right: 25px;
    margin-top: 15px;
}
.cookchill-container .case-box:first-child .box-wrap .txt-box .case-link a {
    color: #ff8a8a;
}
.cookchill-container .case-box:nth-child(2) .box-wrap .txt-box .case-link a {
    color: #ff7900;
}
.cookchill-container .case-box:nth-child(3) .box-wrap .txt-box .case-link a {
    color: #6caa00;
}
.cookchill-container .case-box .box-wrap .txt-box .case-link::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #ff8a8a;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    top: 4px;
    right: 0;
}
.cookchill-container .case-box:first-child .box-wrap .txt-box .case-link::before {
	background: #ff8a8a;
}
.cookchill-container .case-box:nth-child(2) .box-wrap .txt-box .case-link::before {
	background: #ff7900;
}
.cookchill-container .case-box:nth-child(3) .box-wrap .txt-box .case-link::before {
	background: #6caa00;
}
.cookchill-container .case-box .box-wrap .txt-box .case-link::after {
    content: '';
    background: url(/img/top/icon_list_kondate.png);
    background-size: contain;
    display: block;
    width: 18px;
    height: 18px;
    border: none;
    position: absolute;
    top: 4px;
    right: 0;
}
.faq {
		font-size: 1.6rem;
	}
	.faq dl {
		margin-top: 30px;
	}
	.faq dl dt{
		padding: 20px 60px 20px 70px;
		background: #f5f5f5;
		position: relative;
		font-size: 1.6rem;
		border: 1px solid #d8d8d8;
		
	}
	.faq dl dt:before {
  position: absolute;
  display: block;
  content: 'Q';
      top: 10px;
    left: 30px;
    color: #ccc;
    font-size: 2.4rem;
}
.faq dl dt:after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #E10C1B;
  border-right: 2px solid #E10C1B;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}
	.faq dl dt.open:after {
  transform: rotate(-45deg);
  top: 45%;
}
	
	.faq dl dd{
		font-size: 1.6rem;
		padding: 20px 30px 20px 70px;
		display: none;
		position: relative;
		border: 1px solid #d8d8d8;
		border-top: none;
		
	}
		.faq dl dd p {
			margin-top: 1em;
	}
	.faq dl dd p:first-child {
			margin-top: 0;
	}
	.faq dl dd p:first-child:before {
  position: absolute;
  display: block;
  content: 'A';
  top: 12px;
  left: 30px;
  color: #E10C1B;
  font-size: 3.2rem;
		font-weight: bold;
}


.cta-wrap {
	box-sizing: border-box;
	width: 100%;
	background: #fff9dc;
	padding: 50px 0;
}
.cta-wrap .cookchill-container .cta-link {
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
	    align-items: start;
    gap: 0 50px;
    margin: 0 auto;width: min(100%, 1200px);
}
.cta-wrap .cookchill-container .cta-link .cta-link-left {
	box-sizing: border-box;
    width: 50%;
}
.cta-wrap .cookchill-container .cta-link .cta-link-right {
	box-sizing: border-box;
    width: 50%;
}
.cta-wrap .cookchill-container .cta-link a img {
	margin-bottom: 15px;
}
.cta-wrap .cookchill-container .cta-link a:hover {
	opacity: 0.7;
}
@media (max-width: 960px) {
	.elm {
		display: none;
}
}

@media (max-width:782px) {
/*	.cookchill-container .heading-01 {
    font-weight: bold;
    text-align: center;
    margin: 0 auto 50px;
    display: flex;
    align-items: center;
}
.cookchill-container .heading-01::before, .heading-01::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #e50012;
}
.cookchill-container .heading-01::before {
    margin-right: 2em;
}
.cookchill-container .heading-01::after {
    margin-left: 2em;
}*/
	.cookchill-container section {
	margin-bottom: 70px;
}
	.cookchill-container .contents-wrap {
	padding: 0 15px;
}
.cookchill-container .heading-01 h2 {
    font-size: 2.0rem;
}
.cookchill-container .heading-02 {
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.cookchill-container .heading-03 {
	font-size: 2.0rem;
}
.cookchill-container .heading-03 .prefecture {
	font-size: 1.6rem;
	line-height: 200%;
}
.cookchill-container .heading-04 {
	font-size: 1.6rem;
}
.cookchill-container .box-wrap {
    display: block;
    margin: 0 auto 50px;
	padding: 0 15px;
}
.cookchill-container .box-wrap .img-box {
    width: 100%;
	margin-bottom: 30px;
}
.cookchill-container .box-wrap .txt-box {
    width: 100%;
}
	
	.cookchill-hero {

}
.cookchill-hero .cookchill-hero-box {
/*flex-wrap: wrap;
	flex-direction: column; */
	margin: 50px auto 0;
}
.cookchill-hero .cookchill-hero-box .cookchill-hero-child-01 {
	width: 50%;
	display: none;
}
.cookchill-hero .cookchill-hero-box .cookchill-hero-child-02 {

	width: 100%;
}
.cookchill-hero .cookchill-hero-box .cookchill-hero-child-03 {
	width: 50%;
	display: none;
}
/*.cookchill-hero .cookchill-hero-box .order-01{
  order: 1;
}
.cookchill-hero .cookchill-hero-box .order-02{
  order: 2;
}
.cookchill-hero .cookchill-hero-box .order-03{
  order: 3;
}*/
	.cookchill-container .time-advantage-parent {
    display: block;
    padding: 0 15px;
		margin-bottom: 0;
}
.cookchill-container .time-advantage-child {
	width: 100%;
    margin-bottom: 50px;
}
	.cookchill-container .time-advantage-child:last-of-type {
		margin-bottom: 30px;
	}
.cookchill-container .time-advantage-child-heading {
    font-size: 1.8rem;
}
.cookchill-container .time-advantage-em {
	font-size: 1.8rem;
	text-align: left;
	line-height: 180%;
}
.cookchill-container .time-advantage-list {
	padding: 15px;
	font-size: 1.6rem;
}
.cookchill-container .time-advantage-list ul {
	width: 100%;
}
.cookchill-container .time-advantage-list ul li {
	margin-bottom: 5px
}
.cookchill-container .support-flow {
	padding: 30px 15px;
}
/*.cookchill-container .support-flow .heading-02 {
	text-align: left;
}*/
.cookchill-container .support-flow-child {
	padding: 30px 20px;
	margin:  30px 0 30px;
}
.cookchill-container .support-flow-child:nth-of-type(3) {

}
.cookchill-container .support-flow-child:nth-of-type(3)::before {
}
.cookchill-container .support-flow-child .number-wrap {

}
.cookchill-container .support-flow-child .number-order {
	font-size: 3.6rem;
	width: 50px;
}
.cookchill-container .support-flow-child .number-title {
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.45em;
}

.cookchill-container .support-flow-child .box-wrap {
    display: block;
	padding: 0;
}
.cookchill-container .support-flow-child .box-wrap .img-box{
    width: 100%;
}
.cookchill-container .support-flow-child .box-wrap .txt-box{
    width: 100%;
}
.cookchill-container .support-flow-child .box-wrap .txt-box .point-box {
padding: 25px 15px 15px;
	margin-top: 40px;
}
.cookchill-container .support-flow-child .box-wrap .txt-box .point-box::before {
width: 100px;
}
.cookchill-container .support-flow .cta_basic_in {
}
.cookchill-container .support-flow .cta_basic_in .cta_basic_contact, .cookchill-container .support-flow .cta_basic_in .cta_basic_cost {
	        width: min(100%, 480px);
	        margin: 30px auto 0px;
}
	.cookchill-container .case-wrap{
		padding: 0 15px;
		
	}
.cookchill-container .case-box {
	padding: 50px 20px 30px;
}
.cookchill-container .case-box .box-wrap {
	padding: 0;
	margin-bottom: 0;
}
.cookchill-container .case-box .box-wrap .img-box{
    width: 100%;
}
.cookchill-container .case-box .box-wrap .img-box .case-facility-type {
	background: #ff8a8a;
	color: #fff;
	position: absolute;
	content: "";
	width: 150px;
	padding: 0.5em 15px;
	top: -1.25em;
	 text-align: center;
	font-weight: bold;
}
.cookchill-container .case-box:first-child  .box-wrap .img-box .case-facility-type {
}
.cookchill-container .case-box:nth-child(2)  .box-wrap .img-box .case-facility-type {
}
.cookchill-container .case-box:nth-child(3)  .box-wrap .img-box .case-facility-type {
}
.cookchill-container .case-box .box-wrap .txt-box{
    width: 100%;
}
.cookchill-container .case-box .box-wrap .txt-box .case-link{
}
.cookchill-container .case-box:first-child .box-wrap .txt-box .case-link a {
}
.cookchill-container .case-box:nth-child(2) .box-wrap .txt-box .case-link a {
}
.cookchill-container .case-box:nth-child(3) .box-wrap .txt-box .case-link a {
}
.cookchill-container .case-box .box-wrap .txt-box .case-link::before {
}
.cookchill-container .case-box:first-child .box-wrap .txt-box .case-link::before {
}
.cookchill-container .case-box:nth-child(2) .box-wrap .txt-box .case-link::before {
}
.cookchill-container .case-box:nth-child(3) .box-wrap .txt-box .case-link::before {
}
.cookchill-container .case-box .box-wrap .txt-box .case-link::after {
}
.faq {
	padding: 0 15px;
	}
	.faq dl {
		margin-top: 30px;
	}
	.faq dl dt{
		padding: 15px 50px 15px 50px;
	}
	.faq dl dt:before {
      top: 10px;
    left: 15px;
    font-size: 2.4rem;
}
.faq dl dt:after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #E10C1B;
  border-right: 2px solid #E10C1B;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}
	.faq dl dt.open:after {
  transform: rotate(-45deg);
  top: 45%;
}
	
	.faq dl dd{
		padding: 20px 15px 20px 50px;
		display: none;
	}
		.faq dl dd p {
			margin-top: 1em;
	}
	.faq dl dd p:first-child {
			margin-top: 0;
	}
	.faq dl dd p:first-child:before {
  position: absolute;
  display: block;
  content: 'A';
  top: 12px;
  left: 30px;
  color: #E10C1B;
  font-size: 3.2rem;
		font-weight: bold;
}


.cta-wrap {
	width: 100%;
	padding: 50px 15px;
}
.cta-wrap .cookchill-container .cta-link {
    display: block;
    margin: 0 auto;
	width: min(100%, 1200px);
}
.cta-wrap .cookchill-container .cta-link .cta-link-left {
    width: 100%;
}
.cta-wrap .cookchill-container .cta-link .cta-link-right {
    width: 100%;
}
.cta-wrap .cookchill-container .cta-link a img {
	margin-bottom: 15px;
}
.cta-wrap .cookchill-container .cta-link a:hover {
	opacity: 0.7;
}
}