@charset "utf-8";
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  color: #333333;
}
body, main, section, h1, h2, h3, p, ul, li, dl, dd, figure {
  margin: 0;
  padding: 0;
}
.headTitleBox {
  margin-bottom: 0;
}
.contentsWrap {
  width: 100%;
}
#main {
  padding: 0;
}
.pcOnly{
	display:none;
}

/*-------共通css-------*/
.bgWrap{
  font-size: 3.74vw;
  color: #4e2209;
}
.softcreamContent{
  background: linear-gradient(90deg, rgba(170,218,235,1) 0%, rgba(222,239,250,1) 50%, rgba(170,218,235,1) 100%);
  padding: 0 0 10%;
  margin-bottom: 10%;
}
.paragraph{
  margin: 4% 0 10%;
  font-size: 4.0vw;
}
.leadImage{
  margin-bottom: 15%;
}
.detailCol{
  background: linear-gradient(30deg, rgba(187,148,76,1) 0%, rgba(237,211,141,1) 50%, rgba(187,148,76,1) 100%);
  border: solid 1vw #fff;
  border-radius: 8vw 0;
}
.detailCol:nth-of-type(n+2){
  margin-top: 5%;
}
.detailChlid{
  background-color: #fff;
  margin: 1%;
  padding: 6% 3.5%;
  border-radius: 6.5vw 0;
}
.detailChlid > dt{
  margin-bottom: 7%;
}
.detailChlid dd:first-of-type{
  margin-top: 4%;
}
.detailChlid dd span{
  font-size: 2.5vw;
  vertical-align: top;
}
.detailChlid .att{
  margin-top: 1%;
  font-size: 3.2vw;
}

/*-------animation-------*/
.fadeIn{
  animation: fadeIn 1s ease 0.5s 1 forwards;
  opacity: 0;
}
.underline{
  animation: underline 2s ease 1.5s forwards;
  opacity: 0;
}
@keyframes fadeIn { /*animetion-nameで設定した値を書く*/
  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}
@keyframes underline {
  0% {
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

/*-------mainVisual-------*/
.headTitleBox.mainVisual{
  margin: 0;
  padding: 0;
  position: relative;
  background: url("../figure/quality_h_bg01.webp") no-repeat;
  background-size: 100%;
}
.headTitleBox.mainVisual .headTitleIn .ttlBg{
  animation: fadeIn 1.5s ease 0.5s 1 forwards;
  opacity: 0;
}
.headTitleBox.mainVisual .titleName{
  position: absolute;
  width: 76%;
  top: 3.5%;
  left: 0;
  right: 0;
  margin: auto;
  animation: fadeIn 1s ease 1.5s 1 forwards;
  opacity: 0;
}
.headTitleBox.mainVisual .headTitleIn .ttlIc01{
  position: absolute;
  width: 27%;
  top: 23%;
  right: 5%;
  animation: fadeIn 1s ease 2s 1 forwards;
  opacity: 0;
}
.headTitleBox.mainVisual .headTitleIn .ttlImg {
  position: absolute;
  width: 75%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: fadeIn 1.0s ease 0.5s 1 forwards;
  opacity: 0;
}
.headTitleBox.mainVisual .headTitleIn .ttlIc02{
  position: absolute;
  width: 23%;
  bottom: 3%;
  left: 3%;
  animation: fadeIn 1s ease 2s 1 forwards;
  opacity: 0;
}

/*-------softAncNavi-------*/
.softAncNavi{
	display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.softAncNavi li{
  width: 33%;
  position: relative;
}
.softAncNavi li + li::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 2vw;
  left: -0.5vw;
  width: 0.5vw;
  height: 17vw;
  border-radius: 1vw;
  background-color: #5db7e8;
}

/*-------contents01-------*/
.contents01{
  background: url("../figure/quality_bg01.webp") no-repeat, url("../figure/quality_bg02.webp") no-repeat bottom;
  background-size: 100%;
  padding: 18% 5% 25%;
}
.contents01 h2{
  margin: 0 10% 7% 8%;
}
.contents01 .leadColWrap .leadImageText,
.contents01 .leadColWrap .underline{
  margin-right: 5%;
}
.contents01 .leadImage{
  margin-right: calc(50% - 50vw);
}
.contents01 .chlidLead01{
  margin: 0 20%;
}
.contents01 .chlidLead02{
  margin: 0 11%;
}
.contents01 .chlidLead03{
  margin: 0 7%;
}

/*-------historyArea-------*/
.historyArea{
	background:#fff;
  padding: 10% 5%;
}
.historyArea .title{
	margin: 0 8% 5%;
}
.historyArea .lead{
	font-size:4.0vw;
	text-align:center;
}
.historyArea .historyList{
	margin-top: 10%;
  font-size: 3.467vw;
}
.historyArea .historyList li{
  position: relative;
	display:flex;
  justify-content: space-between;
  align-items: center;
}
.historyArea .historyList li + li{
  margin-top: 11%;
}
.historyArea .historyList li figure{
  width: 30%;
}
.historyArea .historyList li p{
  width: 65%;
}
.historyArea .historyList li + li::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: -9.5vw;
  left: 13vw;
  width: 1.5vw;
  height: 8vw;
  background: url("../figure/quality_ic01.webp") no-repeat;
  background-size: contain;
}

/*-------contents02-------*/
.contents02{
  background: url("../figure/quality_bg03.webp") no-repeat;
  background-size: 100%;
  padding: 23% 5% 25%;
}
.contents02 h2{
  margin: 0 10% 7% 8%;
}
.contents02 .leadColWrap .leadImageText,
.contents02 .leadColWrap .underline{
  margin-right: 9%;
}
.contents02 .leadImage{
  margin-left: calc(50% - 50vw);
}
.contents02 .chlidLead04{
  margin: 0 7%;
}
.contents02 .chlidLead05{
  margin: 0 8%;
}
.contents02 .chlidLead06{
  margin: 0 13%;
}
.contents02 .btn01{
  margin-top: 8%;
}

/*-------contents03-------*/
.contents03{
  padding: 0 5%;
}
.contents03 h2{
  margin: 0 5% 7%;
}
.contents03 .leadImageText,
.contents03 .underline{
  margin-right: 9%;
}
.contents03 .textBold{
  margin-bottom: 3%;
  font-size: 4.27vw;
  font-weight: bold;
}
.contents03 .chlidLead07{
  margin: 0 11%;
}
.contents03 .chlidLead08{
  margin: 0 1%;
}
.contents03 .chlidLead09{
  margin: 0 9%;
}
.contents03 .btn01{
  margin-top: 5%;
}
.contents03 .enactmentList{
  margin-top: 5%;
	padding:1%;
	background:#d7f1ff;
}
.contents03 .enactmentList .inner{
	padding:5% 3%;
	border:#fff 0.5vw solid;
	color:#5d4d3f;
}
.contents03 .enactmentList .title{
	position:relative;
	padding-bottom:2%;
	font-size:4.8vw;
	text-align:center;
}
.contents03 .enactmentList .title:after{
	content:"";
	position:absolute;
	bottom:0;
	right:50%;
	display:block;
	width:50px;
	height:1px;
	margin-right:-25px;
	background:#5d4d3f;
}
.contents03 .enactmentList .title span{
	font-size:3.467vw;
}
.contents03 .enactmentList ul{
	padding-top:10px;
}
.contents03 .enactmentList ul li{
	text-align:left;
}
.contents03 .enactmentList ul li:before{
	content:"●";
	display:inline-block;
	margin-right:0.5em;
	font-size:1.0rem;
	vertical-align:middle;
}
.btnArea{
  font-size: 4.27vw;
  margin: 18% 5% 0;
  text-align: center;
}
.btnArea div{
  background-color: #fff;
  border: 1vw solid #bb944c;
  border-radius: 3vw;
}
.btnArea div:nth-of-type(n+2){
  margin-top: 5%;
}
.btnArea a{
  background: url("../figure/quality_ic04.webp") no-repeat right 5% bottom 50%;
  background-size: 2.5%;
  display: block;
  padding: 5%;
  color: #4e2209;
  text-decoration: none;
}

/*=====mediaQuery=====*/
@media screen and (min-width:751px), print {
  .pcOnly {
    display: inline-block;
  }
  .spOnly {
    display: none;
  }

  
  /*-------共通css-------*/
  .bgWrap{
    background-image: linear-gradient(-45deg, #f0f0f0 25%, #f6f6f6 25%, #f6f6f6 50%, #f0f0f0 50%, #f0f0f0 75%, #f6f6f6 75%, #f6f6f6);
    background-size: 15px 15px;
    font-size: 16px;
  }
  .headTitleBox.mainVisual{
    width: 1000px;
    margin: 0 auto;
  }
  .softcreamContent{
    width: 1000px;
    margin: 0 auto 60px;
    padding-bottom: 40px;
  }
  .contentsWrap h2{
    margin: 0 auto 40px;
  }
  .leadColWrap{
    display: flex;
    justify-content: space-between;
  }
  .leadCol{
    width: 490px;
  }
  .paragraph{
    margin: 15px 0 35px;
    font-size: 20px;
  }
  .leadImage{
    margin-bottom: 50px;
    width: 460px;
  }
  .detailCol{
    display: flex;
    border: solid 3px #fff;
    border-radius: 30px 0;
  }
  .detailCol:nth-of-type(n+2){
    margin: 0;
  }
  .detailChlid{
    width: 100%;
    margin: 2px;
    padding: 20px 15px 25px;
    border-radius: 26px 0;
  }
  .detailChlid > dt{
    margin-bottom: 20px;
  }
  .detailImage{
    width: 235px;
    height: 158px;
    display: grid;
    place-items: center;
    margin: 0 auto;
  }
  .detailChlid [class^="chlidLead"]{
    margin: 0 auto;
  }
  .detailChlid dd:first-of-type{
    margin-top: 20px;
  }
  .detailChlid dd span{
    font-size: 11px;
  }
  .detailChlid .att{
    margin-top: 10px;
    font-size: 14px;
  }

  /*-------mainVisual-------*/
  .headTitleBox.mainVisual{
    background: url("../figure/quality_h_bg01pc.webp") no-repeat;
  }
  .headTitleBox.mainVisual .titleName{
    width: 540px;
    top: 47px;
    left: 30px;
    margin: 0;
  }
  .headTitleBox.mainVisual .headTitleIn .ttlIc01{
    width: 160px;
    top: 65px;
    right: 55px;
  }
  .headTitleBox.mainVisual .headTitleIn .ttlImg {
    width:auto;
    bottom: 0;
    left: auto;
    right: 123px;
    margin: 0;
  }
  .headTitleBox.mainVisual .headTitleIn .ttlIc02{
    width: 140px;
    bottom: 25px;
    left: 25px;
  }

  /*-------softAncNavi-------*/
  .softAncNavi li + li::before{
    top: 7px;
    left: 0;
    width: 2px;
    height: 55px;
    border-radius: 1px;
  }

  /*-------contents01-------*/
  .contents01{
    background: url("../figure/quality_bg01pc.webp") no-repeat, url("../figure/quality_bg02pc.webp") no-repeat bottom;
    padding: 90px 20px 130px;
  }
  .contents01 h2{
    width: 365px;
  }
  .contents01 .leadColWrap .leadImageText,
  .contents01 .leadColWrap .underline{
    width: 390px;
    margin-right: 0;
  }
  .contents01 .leadImage{
    margin-right: -20px;
  }
  .contents01 .detailColWrap{
    display: flex;
    justify-content: space-between;
  }
  .contents01 .detailCol:nth-of-type(1){
    width: 380px;
  }
  .contents01 .detailCol:nth-of-type(n+2){
    width: 275px;
  }
  
  .contents01 .chlidLead01{
    width: 175px;
  }
  .contents01 .chlidLead02{
    width: 225px;
  }
  .contents01 .chlidLead03{
    width: 235px;
  }

  /*-------historyArea-------*/
  .historyArea{
    background:#fff;
    padding: 40px 20px;
  }
  .historyArea .title{
    margin: 0 0 25px;
    text-align: center;
  }
  .historyArea .lead{
    font-size: 18px;
  }
  .historyArea .historyList{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    font-size: 12.5px;
  }
  .historyArea .historyList li{
    flex-direction: column;
    justify-content: flex-start;
  }
  .historyArea .historyList li + li{
    margin-top: 0;
  }
  .historyArea .historyList li figure{
    margin-bottom: 10px;
    width: 115px;
  }
  .historyArea .historyList li p{
    width: 115px;
  }
  .historyArea .historyList li + li::before{
    top: 56px;
    left: -22px;
    width: 19px;
    height: 4px;
    background: url("../figure/quality_ic01pc.webp") no-repeat;
    background-size: contain;
  }

  /*-------contents02-------*/
  .contents02{
    background: url("../figure/quality_bg03pc.webp") no-repeat;
    background-size: 100%;
    padding: 155px 20px 65px;
  }
  .contents02 h2{
    width: 360px;
  }
  .contents02 .leadColWrap{
    flex-direction: row-reverse;
  }
  .contents02 .leadColWrap .leadImageText,
  .contents02 .leadColWrap .underline{
    margin-right: 0;
    width: 375px;
  }
  .contents02 .leadImage{
    margin-left: -20px;
  }
  .contents02 .detailColWrap{
    display: flex;
    justify-content: space-between;
  }
  .contents02 .detailColWrap .detailCol{
    width: 310px;
  }
  .contents02 .chlidLead04{
    width: 235px;
  }
  .contents02 .chlidLead05{
    width: 245px;
  }
  .contents02 .chlidLead06{
    width: 215px;
  }
  .contents02 .btn01{
    margin-top: 30px;
    text-align: center;
  }

  /*-------contents03-------*/
  .contents03{
    padding: 0 20px;
  }
  .contents03 h2{
    width: 425px;
  }
  .contents03 .leadImageText,
  .contents03 .underline{
    margin-right: 0;
    width: 395px;
  }
  .contents03 .detailChlid{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contents03 .detailText{
    width: 580px;
  }
  .contents03 .textBold{
    margin-bottom: 10px;
    font-size: 18px;
  }
  .contents03 .detailChlid [class^="chlidLead"]{
    margin: 0;
  }
  .contents03 .chlidLead07{
    width: 240px;
  }
  .contents03 .chlidLead08{
    width: 320px;
  }
  .contents03 .chlidLead09{
    width: 100%;
  }
  .contents03 .btn01{
    margin-top: 15px;
  }
  .contents03 .enactmentList{
    width: 320px;
    margin-top: 0;
    padding:10px;
  }
  .contents03 .enactmentList .inner{
    padding:15px 10px;
    border:#fff 1px solid;
  }
  .contents03 .enactmentList .title{
    padding-bottom:10px;
    font-size:2.0rem;
  }
  .contents03 .enactmentList .title span{
    font-size:1.3rem;
  }
  .contents03 .enactmentList ul{
    padding-top:10px;
  }
  .contents03 .detailCol:nth-of-type(n+2){
    margin-top: 20px;
  }
  .contents03 .detailCol:nth-of-type(n+2) .detailChlid{
    flex-direction: row-reverse;
  }
  .contents03 .detailImage{
    width: 340px;
    height: auto;
    margin: 0 auto;
  }
  .btnArea{
    width: 400px;
    margin: 60px auto 0;
    font-size: 18px;
  }
  .btnArea div{
    border: 2px solid #bb944c;
    border-radius: 10px;
  }
  .btnArea div:nth-of-type(n+2){
    margin-top: 15px;
  }
  .btnArea a{
    padding: 15px;
  }
  .btnArea div:hover{
    opacity: 0.7;
  }
}
