@charset "UTF-8";
/* ------------------------------
  main_title_area
------------------------------ */
.main_title_area{
  background: url(../img/tentou/bg_main_title2.jpg) no-repeat center center;
  /*  background: url(../img/tentou/bg_main_title2.webp) no-repeat center center;*/
 background-size: cover;
}
.main_title_area .wrap{
    flex-direction: unset;
  justify-content: flex-start;
  max-width: 1440px;
  width: 95%;
  height: 650px;
}
.main_title_area *{
  color: #000;
  text-align: center;
}
.main_title_area_in{
  width: 770px;
  text-align: center;
}
.main_title_area_in .main_text .blue{
  display: inline-block;
  width: auto;
  padding-bottom: 0.2em;
  font-size: 3.3rem;
  color: #C70000;
  font-weight: bold;
  border-bottom: 4px solid #C70000;
}
.main_title_area_in .main_text{text-shadow:0px 0px 10px #FFF,0px 0px 20px #FFF,0px 0px 30px #FFF,0px 0px 40px #FFF,0px 0px 50px #FFF;}
.main_title_area_in .main_title{margin: 25px auto 20px;}
.main_title_area_in p{
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.77;
}
.main_title_area_in .yellow_box_area{
  justify-content: center;
  gap: 0 15px;
  margin: 30px auto 0;
}
.main_title_area_in .yellow_box{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 130px;
  background: url(../img/takuhai/bg_yellow_box.svg) no-repeat center center;
  background-size: cover;
}
.main_title_area_in .yellow_box p{
  font-size: 1.7rem;
  line-height: 1.47;
}
.main_title_area_in .yellow_box p.blue{
  font-size: 3.2rem;
  color: #C70000;
  background:linear-gradient(transparent 70%, #fff 70%);
}

@media screen and (max-width: 1100px){
  .main_title_area{
    background: url(../img/tentou/bg_main_title_sp2.jpg) no-repeat center center;
/*    background: url(../img/tentou/bg_main_title_sp2.webp) no-repeat center center;*/
    background-size: cover;
  }
  .main_title_area .wrap{
    flex-direction:column;
    height: 410px;
  }
  .main_title_area_in{
    width: 100%;
  }
  .main_title_area_in .main_text .blue{
    font-size: 1.5rem;
    border-bottom: 2px solid #C70000;
    padding-top:30px;
  }
  .main_title_area_in .main_title{
max-width: 360px; width:90%; margin: 10px auto;
  }
  .main_title_area_in p{
    font-size: 1.2rem;
text-shadow: 2px 2px 10px #FFF ,
-2px 2px 10px #FFF ,
2px -2px 10px #FFF ,
-2px -2px 10px #FFF;
  }
.main_title_area_in .yellow_box p{text-shadow: none;}
  .main_title_area_in .yellow_box_area{
    gap: 7px;
    margin: 100px auto 0;
  }
  .main_title_area_in .yellow_box{
    width: 112px;
    height: 63px;
  }
  .main_title_area_in .yellow_box p{
    font-size: 1rem;
  }
  .main_title_area_in .yellow_box p.blue{
    font-size: 1.7rem;
  }
}

/* ------------------------------
  sec01
------------------------------
.sec01{
  padding: 100px 0 90px;
}
.sec01 .title02{
  margin-bottom: 0.8em;
  font-size: 3.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.57;
}
.sec01 p{
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.86;
}

@media screen and (max-width: 1100px){
  .sec01{
    padding: 10% 0;
  }
  .sec01 .title02{
    font-size: 2rem;
  }
  .sec01 p{
    font-size: 1.2rem;
    text-align: left;
  }
}
/* ------------------------------
  sec01
------------------------------ */
.sec01{
  position: relative;
  padding: 130px 0;
}
.sec01 .wrap{
  max-width: 1300px;
  align-items: center;
}
.sec01 .wrap.top{
 margin-bottom:80px;}
.sec01 .deco{
  position: absolute;
  top: 20%;
  right: 0;
  max-width: 357px;
  width: 28%;
  z-index: -1;
}
.sec01 .deco img{
  width: 100%;
  height: auto;
}
.sec01 .image{
  max-width: 825px;
  width: 50%;
  margin-right:5%;
  margin-left:-2.5%;
}
.sec01 .image img{
  width: 100%;
  height: auto;
}
.sec01 .reverse .image{
  max-width: 825px;
  margin-left:5%;
  margin-right:-2.5%;
}
.sec01 .in{
  max-width: 548px;
  width: 47.5%;
}
.sec01 .in .title02{
  margin-bottom: 0.5em;
  font-size: 3.26rem;
  font-weight: bold;
  line-height: 1.64;
}
.sec01 .in .title2{  margin-bottom: 0.7em;}
.sec01 .in p{
  font-size: 1.5rem;
  line-height: 1.86;
}
.sec01 .cont{gap: 0 30px;}
.sec01 .cont div{ width: calc((100% - 60px) / 4); font-size: 1.5rem; line-height: 1.6;}
@media screen and (max-width: 1300px){
  .sec01{
    padding: 10% 0;
    margin-bottom: 0;
  }
  .sec01 .in .title02{
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 880px){
  .sec01{
    padding: 5% 0 0;
    margin-bottom: 10%;
  }
  .sec01 .wrap{
    display: block; margin-bottom:40px;
  }
  .sec01 .wrap.top{
     margin-bottom:40px;
  }
  .sec01 .image{
    display: block;
    position: relative;
    max-width: none;
    width: 100%;
    margin-bottom: 5%;
    margin-right:0;
    margin-left:0;
  }
  .sec01 .reverse .image{
    display: block;
    position: relative;
    max-width: none;
    width: 100%;
    margin-bottom: 5%;
    margin-right:0;
    margin-left:0;
  }
  .sec01 .in{
    max-width: none;
    width: 100%;
  }
  .sec01 .in .title02{
    font-size: 1.8rem;
  }
  .sec01 .in p{
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .sec01 .in p br{
    display: none;
  }
.sec01 .cont{gap: 16px; display:flex;flex-wrap: wrap;}
  .sec01 .cont div{ width: calc(50% - 8px);  font-size: 1.2rem;}
}

/* ------------------------------
  sec02
------------------------------ */
.sec02{
  padding: 100px 0;
  text-align: center;
  background: url(../img/takuhai/bg01.jpg) no-repeat center top;
  background: url(../img/takuhai/bg01.webp) no-repeat center top;
  background-size: cover;
}
.sec02 .wrap{
  max-width: 1000px;
}
.sec02 .title02{
  display: inline-block;
  padding-bottom: 0.2em;
  margin-bottom: 1.2em;
  font-size: 3.4rem;
  font-weight: bold;
  border-bottom: 4px solid #000;
}
.sec02 ul{
  flex-wrap: wrap;
  gap: 10px;
}
.sec02 ul li{
  position: relative;
  display: flex;
  align-items: center;
  width: calc((100% - 10px) / 2);
  height: 80px;
  padding-left: 20px;
  font-size: 1.7rem;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
}
.sec02 ul li img{
  margin-right: 1em;
}
.sec02 ul li span span{
  display: inline-block;
  margin-left: calc(1em + 20px);
  margin-top: 0.4em;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 1100px){
  .sec02{
    padding: 10% 0;
  }
  .sec02 .title02{
    font-size: 1.8rem;
    border-bottom: 2px solid #000;
  }
  .sec02 ul{
    display: block;
  }
  .sec02 ul li{
    width: 100%;
    height: auto;
    padding: 1em 1em 1em 1.5em;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .sec02 ul li + li{
    margin-top: 10px;
  }
  .sec02 ul li img{
    width: 1em;
    height: auto;
  }
  .sec02 ul li span span{
    margin-left: 2em;
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

/* ------------------------------
	sec03
------------------------------ */
#sec03{
	padding: 110px 0 80px;
	text-align: center;
}
.cat_child #sec03{
	padding: 40px 0 120px;
}
#sec03 .title_area{
  margin-bottom: 30px;
}
#sec03 .title_area .balloon {
  position: relative;
  display: inline-block;
  margin: 0 auto 1em;
  padding: 0 0.7em 0.2em;
  font-size: 3rem;
  color: #AD8941;
  font-weight: bold;
  border-bottom: 4px solid #AD8941;
}
#sec03 .title_area .balloon:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
#sec03 .title_area .balloon:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ad8941 transparent transparent transparent;
  z-index: 1;
}
#sec03 .title_area .title02{
  font-size: 3.8rem;
}
#sec03 .flex{
	gap: 0 30px;
	margin: 80px 0 30px;
}
#sec03 .flex li{
	position: relative;
	width: calc((100% - 60px) / 3);
}
#sec03 .flex li .en{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -36px;
	left: 0;
	right: 0;
	width: 72px;
	height: 72px;
	margin: auto;
	font-size: 3.2rem;
	color: #fff;
	font-weight: 600;
	background: #000;
	border-radius: 50%;
}
#sec03 .flex li .image img{
	width: 100%;
	height: auto; 
}
#sec03 .flex li .in{
	padding: 0 10px;
}
#sec03 .flex li .in .title03{
	margin: -4em 0 0.5em 0;
	font-size: 2.4rem;
	font-weight: bolder;
	line-height: 1.6;
 text-shadow: 0 0 0.2em #000, 0 0 0.4em #000, 0 0 0.6em #313131, 0 0 0.8em #313131;
color:#FFF;
}
#sec03 .flex li .in p{
	font-size: 1.5rem;
	line-height: 1.86;
	margin-bottom:0.5em;
}
#sec03 .flex li .in p a{display:inline; color:#C70000; text-decoration: underline;}
@media screen and (max-width: 1200px){
	#sec03 .flex li .in .title03{
		font-size: 1.8vw;
	}
	#sec03 .flex li .in p{
		font-size: 1.4vw;
	}
}

@media screen and (max-width: 1100px){
	#sec03{
		padding: 10% 0;
	}
	.cat_child #sec03{
		padding: 5% 0 10%;
	}
  #sec03 .title_area{
    margin-bottom: 3%;
  }
  #sec03 .title_area .balloon {
    padding: 0 0.4em 0.4em;
    font-size: 1.6rem;
    border-bottom: 2px solid #AD8941;
  }
  #sec03 .title_area .balloon:before {
    bottom: -7px;
    border-width: 8px 8px 0 8px;
  }
  #sec03 .title_area .balloon:after {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
  }
  #sec03 .title_area .title02{
    font-size: 2rem;
  }
	#sec03 .flex li .in .title03{
		font-size: 1.8vw;
	}
	#sec03 .flex li .in p{
		font-size: 1.5rem;
	}
	#sec03 .btn_area > div{
		width: 100%;
	}
	#sec03 .btn_area p{
		font-size: 1.4rem;
	}
	#sec03 .btn_area .title03{
		font-size: 3rem;
	}
	#sec03 .btn_area .in p{
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 880px){
	#sec03{
		padding: 10% 0;
	}
	#sec03 .title_area .title02{
		font-size: 2rem;
	}
	#sec03 .flex{
		flex-direction: column;
		margin: 15% 0 5%;
		gap: 40px 0;
	}
	#sec03 .flex li{
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	#sec03 .flex li .en{
		top: -25px;
		width: 50px;
		height: 50px;
		font-size: 2rem;
		left:-20px;right:auto;
	}
	#sec03 .flex li .in .title03{
		font-size: 4vw;text-align:right;
	}
	#sec03 .flex li .in p{
		font-size: 1.2rem;
		line-height: 1.6;
	}
	#sec03 .btn_area{
		flex-direction: column;
		gap: 20px 0;
		margin: 0;
	}
	#sec03 .btn_area a{
		gap: 0 10px;
		height: 140px;
		padding: 0 5%;
	}
	#sec03 .btn_area .icon{
		width: 15%;
		margin: 0;
	}
	#sec03 .btn_area .icon img{
		width: 100%;
		height: auto;
	}
	#sec03 .btn_area .in{
		width: 75%;
	}
	#sec03 .btn_area .title03{
		font-size: 1.6rem;
		border-bottom: 1px solid #fff;
	}
	#sec03 .btn_area p{
		font-size: 1.2rem;
		line-height: 1.6;
	}
	#sec03 .flex li .image img {
		aspect-ratio: 2 / 1;
		object-fit: cover;
	}
}
@media screen and (max-width: 500px){
	#sec03 .flex li .in .title03{
		font-size: 4.2vw;
	}
}
.toriatukai{padding-bottom:100px;}
.toriatukai .flex{font-size: 1.5rem;
  line-height: 1.66;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background: none;
  gap: 10px;
  padding: 20px 10px;
}
.toriatukai .flex li{line-height: 1.35;
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  padding: 0.5em 1em;
  border: 1px solid #9c9c9c;
  width: calc(20% - 10px);
  text-align: center;
  background: #FFF;}
.toriatukai li img{display:block;padding:4px; max-width:100px;width:90%;}
@media screen and (max-width: 880px) {
	.toriatukai{padding-bottom:30px;}
	.toriatukai .flex{font-size: 1.2rem;
   	 	gap: 5px;
   	 	padding: 5% 0;
	}
	.toriatukai .flex li{width: calc(33% - 5px);
	 	overflow-wrap: anywhere;
	}
}
/* ------------------------------
  sec05
------------------------------ */
#sec05{
  padding: 90px 0 100px;
  text-align: center;
}
#sec05 .title02{
  display: inline-block;
  margin-bottom: 1.5em;
  font-size: 3.4rem;
  color: #AD8941;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}
#sec05 .title02 span{
  padding: 0 0.2em 0.2em;
  border-bottom: 4px solid #AD8941;
}
#sec05 .flex{
  gap: 20px 20px;
  flex-wrap:wrap;
}
#sec05 .box{
  width: calc((100% - 40px) / 3);
  padding: 40px 30px;
  background: #F6F6F6;
  border-radius: 5px;
}
#sec05 .box .thumbnail{
  max-width: 250px;
  width: 90%;
  margin: 0 auto 30px;
}
#sec05 .box .thumbnail img{
  width: 100%;
  height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
#sec05 .box .title03{
  margin-bottom: 1em;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.52;
}
#sec05 .box .comparison{
  display: flex;
  margin-bottom: 28px;
}
#sec05 .box .comparison dl{
  display: flex;
  align-items: center;
  gap: 0 14px;
  width: 50%;
}
#sec05 .box .comparison dl dt{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  padding: 0 0.5em;
  font-size: 1.5rem;
  background: #fff;
  border: 1px solid #000;
}
#sec05 .box .comparison dl dd{
  font-size: 1.6rem;
  font-weight: bold;
}
#sec05 .box .price p{
  font-size: 2rem;
  color: #C70000;
  text-align: center;
  font-weight: bold;
}
#sec05 .box .price p + p{
  font-size: 2.8rem;
}
#sec05 .box .price p + p span{
  margin-left: 0.2em;
  font-size: 3.8rem;
}

@media screen and (max-width: 1300px){
  #sec05 .title02{
    font-size: 2.6vw;
  }
  #sec05 .box .title03{
    font-size: 1.6vw;
  }
  #sec05 .box .comparison dl dt{
    font-size: 1vw;
  }
  #sec05 .box .comparison dl dd{
    font-size: 1.1vw;
  }
  #sec05 .box .price p{
    font-size: 1.4vw;
  }
  #sec05 .box .price p + p{
    font-size: 2vw;
  }
  #sec05 .box .price p + p span{
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 1100px){
  #sec05{
    padding: 10% 0;
  }
  #sec05 .title02{
    font-size: 1.8rem;
  }
  #sec05 .title02 span{
    padding: 0 0.2em 0.1em;
    border-bottom: 2px solid #AD8941;
  }
  #sec05 .flex{
    flex-direction: row;
    gap: 10px;
  }
  #sec05 .box{
    width: calc((100% - 10px) / 2);
    padding: 4%;
  }
  #sec05 .box .thumbnail{
    margin: 0 auto 3%;
  }
  #sec05 .box .title03{
    font-size: 1.3rem;
  }
  #sec05 .box .comparison{
    margin-bottom: 5%;
        flex-direction: column;
        gap: 5px;
  }
  #sec05 .box .comparison dl{
    gap: 0 10px;
    width: 100%;
  }
  #sec05 .box .comparison dl dt{
    font-size: 1.1rem;
  }
  #sec05 .box .comparison dl dd{
    font-size: 1.2rem;
  }
  #sec05 .box .price p{
    font-size: 1.2rem;
  }
  #sec05 .box .price p + p{
    font-size: 1.4rem;
  }
  #sec05 .box .price p + p span{
    font-size: 2.4rem;
  }
}



/* ------------------------------
  sec06
------------------------------ */
#sec06{
  padding: 90px 0 100px;
  text-align: center;
}
#sec06 .title02{
  margin-bottom: 30px;
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
}
#sec06 p{
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.86;
}
#sec06 .box{
  padding: 50px 100px;
  margin: 50px 0;
  background: #F6F6F6;
  border-radius: 8px;
}
#sec06 .box .balloon {
  position: relative;
  display: inline-block;
  margin: 0 auto 80px;
  padding: 0 0.7em 0.2em;
  font-size: 3rem;
  color: #000;
  font-weight: bold;
  border-bottom: 4px solid #000;
}
#sec06 .box .balloon:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
#sec06 .balloon:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #000 transparent transparent transparent;
  z-index: 1;
}
#sec06 .sample{
  background: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 30px 60px 30px 46px;
}
#sec06 .sample .ttl span{
  background: #C70000;
  color: #fff;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
  padding: 4px 22px;
}
#sec06 .sample .flex{
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
#sec06 .sample .image_area{
  width: 43.7%;
}
#sec06 .sample .image_area .ttl{
  margin: 0;
  margin-bottom: 20px;
  font-size: 1.2rem;
  text-align: center;
}
#sec06 .sample .image_area ul{
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#sec06 .sample .image_area ul li{
  width: 31.582%;
  position: relative;
  margin-top: 15px;
}
#sec06 .sample .image_area ul li:nth-child(-n+3){
  margin-top: 0;
}
#sec06 .sample .image_area ul li .name{
  background: #C70000;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 19px;
  right: -6px;
  height: 19px;
  width: 19px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}
#sec06 .sample .price_area{
  width: 52.03%;
}
#sec06 .sample .price_area .ttl{
  margin: 0;
  margin-bottom: 14px;
  font-size: 1.4rem;
  text-align: left;
}
#sec06 .sample .price_area ul{
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
#sec06 .sample .price_area ul li{
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 13px;
  letter-spacing: 0.1em;
}
#sec06 .sample .price_area ul li::after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 2px #201B17;
}
#sec06 .sample .price_area ul li .name,
#sec06 .sample .price_area ul li .price{
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
#sec06 .sample .price_area ul li .name{
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  padding-right: 12px;
}
#sec06 .sample .price_area ul li .name span{
  background: #C70000;
  color: #fff;
  border-radius: 50%;
  height: 19px;
  width: 19px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  margin-right: 5px;
}
#sec06 .sample .price_area ul li .price{
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 12px;
}
#sec06 .sample .price_area ul li .price span{
  font-size: 1.2rem;
}
#sec06 .sample .price_area .txt{
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
}
#sec06 .sample .price_area .txt span{
  color: #C70000;
  font-size: 1.8rem;
  font-weight: 600;
}
#sec06 .box table{
  max-width: 1000px;
  width: 100%;
  border-spacing: 5px;
}
#sec06 .box table th{
  padding: 1.5em 1em;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  background: #4F4F4F;
}
#sec06 .box table th.none{
  width: 200px;
  background: none;
}
#sec06 .box table thead th{
  padding: 1em;
  font-size: 1.8rem;
  border-radius: 5px 5px 0 0;
}
#sec06 .box table thead tr th.mine{
  position: relative;
  width: 325px;
}
#sec06 .box table thead tr th.mine > span{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  background: #AD8941;
  border-radius: 5px 5px 0 0;
}
#sec06 .box table thead tr th.mine span span{
  font-size: 1.6rem;
}
#sec06 .box table tbody tr:first-child th{
  border-radius: 5px 0 0 0;
}
#sec06 .box table tbody tr:last-child th{
  border-radius: 0 0 0 5px;
}
#sec06 .box table td{
  font-size: 1.8rem;	
  text-align: center;
  line-height: 1.38;
  background: #fff;
}
#sec06 .box table .price td{
  font-size: 2.5rem;
}
#sec06 .box table td.mine{
  font-weight: bold;
  border: 2px solid #AD8941;
}
#sec06 .box table .price td.mine{
  font-size: 3rem;
}
#sec06 .box p{
  margin-top: 1em;
  font-size: 1.4rem;
}

@media screen and (max-width: 1300px){
  #sec06 .box {
    padding: 40px 60px;
  }
  #sec06 .box .sample{
    padding: 30px 40px;
  }
  #sec06 .box .sample .price_area ul li .name{
    font-size: 1.2rem;
    padding-right: 8px;
  }
  #sec06 .box .sample .price_area ul li .price{
    font-size: 1.4rem;
    padding-left: 8px;
  }
  #sec06 .box .sample .price_area ul li .price span{
    font-size: 1.1rem;
  }
  #sec06 .box table th.none{
    width: 20%;
  }
  #sec06 .box table thead th,
  #sec06 .box table th{
    font-size: 1.4vw;
  }
  #sec06 .box table thead tr th.mine > span{
    font-size: 2vw;
  }
  #sec06 .box table thead tr th.mine span span{
    font-size: 1.2vw;
  }
  #sec06 .box table td{
    font-size: 1.3vw;
  }
  #sec06 .box table .price td{
    font-size: 1.8vw;
  }
  #sec06 .box p{
    font-size: 1vw;
  }
}

@media screen and (max-width: 1100px){
  #sec06{
    padding: 10% 0;
  }
  #sec06 .title02{
    margin-bottom: 5%;
    font-size: 2rem;
  }
  #sec06 p{
    font-size: 1.2rem;
  }
  #sec06 .scroll{
    width: 100%;
    overflow-x: scroll;
  }
  #sec06 .box{
    width: 922px;
    padding: 5%;
    margin: 0 0 5%;
    border-radius: 0 0 5px 5px;
  }
  #sec06 .box .balloon {
    margin: 0 auto 50px;
    padding: 0 0.2em 0.2em;
    font-size: 2rem;
    border-bottom: 2px solid #000;
  }
  #sec06 .box .balloon:before {
    bottom: -7px;
    border-width: 8px 8px 0 8px;
  }
  #sec06 .box .balloon:after {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
  }
  #sec06 .sp_sample{
    background: #F6F6F6;
    margin-top: 5%;
    padding: 5%;
    border-radius: 5px 5px 0 0;
  }
  #sec06 .sample{
    margin-bottom: 0;
    padding: 3.5% 5%;
  }
  #sec06 .sample .flex{
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sec06 .sample .image_area {
    width: 100%;
  }
  #sec06 .sample .image_area ul li .name{
    top: 5px;
    right: -6px;
    height: 16px;
    width: 16px;
    font-size: 1.05rem;
    line-height: 16px;
  }
  #sec06 .sample .price_area {
    width: 100%;
  }
  #sec06 .sample .price_area ul li .name{
    font-size: 1.4rem;
    padding: 0 10px 0 20px;
    position: relative;
    line-height: 1.6;
    width: 48%;
  }
  #sec06 .sample .price_area ul li .name span{
    height: 16px;
    width: 16px;
    font-size: 1.05rem;
    line-height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
  }
  #sec06 .sample .price_area ul li .price{
    font-size: 1.5rem;
    padding-left: 10px;
  }
  #sec06 .box table th{
    font-size: 1.4rem;
  }
  #sec06 .box table th.none{
    width: 150px;
  }
  #sec06 .box table thead th{
    font-size: 1.2rem;
  }
  #sec06 .box table thead tr th.mine{
    width: 255px;
  }
  #sec06 .box table thead tr th.mine > span{
    height: 60px;
    font-size: 2rem;
  }
  #sec06 .box table thead tr th.mine span span{
    font-size: 1.2rem;
  }
  #sec06 .box table td{
    font-size: 1.4rem;
  }
  #sec06 .box table .price td{
    font-size: 2rem;
  }
  #sec06 .box table .price td.mine{
    font-size: 1.8rem;
  }
  #sec06 .box p{
    font-size: 1rem;
  }
}



/* ------------------------------
  sec07
------------------------------ */
#sec07{
  padding: 90px 0 100px;
  background: #F6F6F6;
}
#sec07 .title02{
  margin-bottom: 50px;
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
}
#sec07 .flex{
  gap: 0 20px;
}
#sec07 .box{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 40px) / 3);
  padding: 30px;
  background: #fff;
  border-radius: 5px;
}
#sec07 .box .circle{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 60px;
  height: 60px;
  background: #C70000;
  border-radius: 50%;
}
#sec07 .box .circle span{
  width: 32px;
  height: 32px;
  border: 5px solid #fff;
  border-radius: 50%;
}
#sec07 .box .image img{
  width: 100%;
  height: auto;
}
#sec07 .box .in{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#sec07 .box .title03{
  margin: 0.5em 0;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}
#sec07 .box p{
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.86;
}
#sec07 .box:nth-child(1) p,
#sec07 .box:nth-child(2) p{
  margin-bottom: 1em;
}

@media screen and (max-width: 1300px){
  #sec07 .title02{
    font-size: 3vw;
  }
  #sec07 .box{
    padding: 2%;
  }
  #sec07 .box .title03{
    font-size: 1.8vw;
  }
  #sec07 .box p{
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 1100px){
  #sec07{
    padding: 10% 0;
  }
  #sec07 .title02{
    margin-bottom: 5%;
    font-size: 2rem;
  }
  #sec07 .flex{
    flex-direction: column;
    gap: 10px;
  }
  #sec07 .box{
    width: 100%;
    padding: 5%;
  }
  #sec07 .box .circle{
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
  }
  #sec07 .box .circle span{
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
  }
  #sec07 .box .image{
    width: 80%;
    margin: auto;
  }
  #sec07 .box .title03{
    font-size: 1.6rem;
  }
  #sec07 .box p{
    font-size: 1.4rem;
  }
  #sec07 .box:nth-child(1) p,
  #sec07 .box:nth-child(2) p{
    margin-bottom: 0;
  }
}

/* ------------------------------
  sec08
------------------------------ */
#sec08{
  padding: 110px 0 0;
  text-align: center;
}
#sec08 .title02{
  display: inline-block;
  padding-bottom: 0.2em;
  margin: 0 auto;
  font-size: 3.4rem;
  text-align: center;
  font-weight: bold;
  border-bottom: 4px solid #000;
}
#sec08 > p{
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.86;
}
#sec08 .btn_area{
  margin: 40px 0 10px;
}
#sec08 .btn_area .line{
  max-width: 650px;
  width: 90%;
  margin: auto;
}
#sec08 .btn_area a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
  height: 190px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background: #21B254;
}
#sec08 .btn_area a *{
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#sec08 .btn_area a .line{
  display: inline;
  padding: 0 0.2em 0.1em;
  font-size: 1.8rem;
  border-bottom: 2px solid #fff;
}
#sec08 .btn_area a .flex{
  justify-content: center;
  align-items: center;
  gap: 0 18px;
  margin-top: 18px;
}
#sec08 .btn_area a .flex span{
  display: flex;
  align-items: center;
  font-size: 2.9rem;
  line-height: 1.2;
}
#sec08 .btn_area a .flex span.large{
  font-size: 4.2rem;
}
#sec08 .btn_area .line a span{
  font-size: 4.2rem;
}
#sec08 .btn_area .line a span.large{
  margin: 0 0.2em;
  font-size: 4.8rem;
}
#sec08 .btn_area a .flex + p{
  margin-top: 0.5em;
}
#sec08 .flow li{
  position: relative;
  padding: 90px 0;
}
#sec08 .flow li + li:before{
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 3px;
  height: 60px;
  margin: auto;
  background: url(../img/flow/line.svg) no-repeat center top;
  background-size: contain;
}
#sec08 .flow li:nth-child(even){
  background: #F6F6F6;
}
#sec08 .flow li .flex{
  position: relative;
  align-items: center;
  gap: 0 75px;
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
#sec08 .flow li:nth-child(1) .flex{
  align-items: flex-start;
}
#sec08 .flow li .step{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100px;
  height: 100px;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  background: #000;
  border-radius: 50%;
}
#sec08 .flow li .step span{
  font-size: 4.3rem;
  font-weight: 600;
}
#sec08 .flow li .image{
  width: 500px;
}
#sec08 .flow li .image img{
  width: 100%;
  height: auto;
}
#sec08 .flow li .in{
  width: calc(100% - 575px);
}
#sec08 .flow li .title03{
  margin-bottom: 1em;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.65;
}
#sec08 .flow li p{
  font-size: 1.5rem;
  line-height: 1.86;
}
#sec08 .flow li .btn{
  margin: 30px 0 0;
}

@media screen and (max-width: 1100px){
  #sec08{
    padding: 5% 0 0;
  }
  #sec08 .title02{
    margin: 1em auto 0;
    font-size: 1.8rem;
    border-bottom: 2px solid #000;
  }
  #sec08 > p{
    margin: 0 5%;
    font-size: 1.2rem;
    text-align: left;
  }
  #sec08 .btn_area{
    margin: 5% 0;
  }
  #sec08 .btn_area a{
    flex-direction: column;
    gap: 20px;
    height: auto;
    padding: 5%;
  }
  #sec08 .btn_area a *{
    font-size: 1.2rem;
  }
  #sec08 .btn_area a .line{
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
  }
  #sec08 .btn_area a .flex{
    gap: 0 10px;
    margin-top: 10px;
  }
  #sec08 .btn_area a .flex img{
    width: auto;
    height: 2.5em;
  }
  #sec08 .btn_area a .flex span{
    font-size: 1.6rem;
  }
  #sec08 .btn_area a .flex span.large{
    font-size: 2rem;
  }
  #sec08 .btn_area .line a span{
    font-size: 2rem;
  }
  #sec08 .btn_area .line a span.large{
    font-size: 2.4rem;
  }
  #sec08 .btn_area a .flex + p{
    margin-top: 0.8em;
  }
  #sec08 .flow li{
    padding: 10% 0;
  }
  #sec08 .flow li + li:before{
    top: -20px;
    width: 2px;
    height: 40px;
  }
  #sec08 .flow li .flex{
    display: block;
  }
  #sec08 .flow li .step{
    top: -2.5%;
    left: -2.5%;
    width: 60px;
    height: 60px;
    font-size: 1rem;
    line-height: 1.2;
  }
  #sec08 .flow li .step span{
    font-size: 2rem;
  }
  #sec08 .flow li .image{
    width: 100%;
  }
  #sec08 .flow li .in{
    width: 100%;
  }
  #sec08 .flow li .title03{
    margin: 1em 0;
    font-size: 1.5rem;
  }
  #sec08 .flow li p{
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #sec08 .flow li .btn{
    margin: 5% auto 0;
  }
}


/* ------------------------------
  sec09
------------------------------ */
#sec09{
  padding: 110px 0 120px;
}
#sec09 .title02{
  margin-bottom: 30px;
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.57;
}
#sec09 .title02 + p{
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.86;
}
#sec09 .user_voice{
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 60px;
}
#sec09 .user_voice .in{
  width: calc((100% - 30px) / 2);
  padding: 40px;
  background: #F6F6F6;
  border-radius: 5px;
}
#sec09 .user_voice .in .flex{
  align-items: center;
  gap: 0 24px;
  margin-bottom: 20px;
}
#sec09 .user_voice .in .name{
  font-size: 1.5rem;
  font-weight: bold;
}
#sec09 .user_voice .in .title03{
  margin: 1em 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
}
#sec09 .user_voice .in p{
  font-size: 1.5rem;
  line-height: 1.86;
}

@media screen and (max-width: 1100px){
  #sec09{
    padding: 10% 0;
  }
  #sec09 .title02{
    margin-bottom: 1em;
    font-size: 2rem;
  }
  #sec09 .title02 + p{
    font-size: 1.2rem;
  }
  #sec09 .user_voice{
    flex-direction: column;
    gap: 10px 0;
    margin-top: 5%;
  }
  #sec09 .user_voice .in{
    width: 100%;
    padding: 5%;
  }
  #sec09 .user_voice .in .flex{
    margin-bottom: 15px;
  }
  #sec09 .user_voice .in .name{
    font-size: 1.4rem;
  }
  #sec09 .user_voice .in .title03{
    margin: 0.5em 0;
    font-size: 1.4rem;
  }
  #sec09 .user_voice .in p{
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 380px){
  #sec09 .title02 + p{
    font-size: 1.1rem;
  }
}


/* ------------------------------
  sec10
------------------------------ */
#sec10{
  padding: 110px 0 60px;
  background: #F6F6F6;
}
#sec10 .title_area{
  margin-bottom: 60px;
}
#sec10 .qa{
  margin-bottom: 60px;
}
#sec10 .qa dl{
width:100%;
}
#sec10 .qa dl dt{
  position: relative;
  padding:17px 66px;
  margin-top:2em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66;
min-height: calc(34px + 1em);
align-items: center;
  background: #fff;
  border-radius: 8px;
}
#sec10 .qa dl dt:first-child{  margin-top:0;}
#sec10 .qa dl dt:before{
  content: "Q";
  position: absolute;
  top: 6px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  font-family: "Oswald", serif;
  background: #000;
  border-radius: 50%;
  border: 1px solid #000;
}
#sec10 .qa dl dd{
  position: relative;
  padding:17px 66px 25px;
  font-size: 1.5rem;
  line-height: 1.86;
display:block;
  background: #fff;
  border-radius:0 0 8px 8px;
margin-top:-9px;
}
#sec10 .qa dl dd:before{
  content: "A";
  position: absolute;
  top: 6px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Oswald", serif;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}

@media screen and (max-width: 1100px){
  #sec10{
    padding: 10% 0 5%;
  }
  #sec10 .title_area{
    margin-bottom: 5%;
  }
  #sec10 .qa{
    margin-bottom: 5%;
  }
  #sec10 .qa dl dt{
padding: 15px 30px 15px 55px;
    font-size: 1.4rem;
  }
  #sec10 .qa dl dt:before,
  #sec10 .qa dl dd:before{
    top: 6px;
    left: 6px;
    width: 35px;
    height: 35px;
    font-size: 1.6rem;
  }
  #sec10 .qa dl dd{
padding: 0;
  }
  #sec10 .qa dl dd p{
padding: 15px 20px 15px 55px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.ac {
}
.ac-parent {
  cursor: pointer;position: relative;  transition: transform .4s;
}
.ac-child {
display: none;
}
.ac-parent:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 45%;
	right: 15px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}
@media screen and (max-width: 1100px){
.ac-parent:after {
	right: 10px;
}}
/* オープン時にopenクラスを付与 */
.ac-parent.open:after {
	transform: rotate(225deg);
}
/* ------------------------------
  tenpo
------------------------------ */
#tenpo{
  position: relative;
  padding: 130px 0 70px;
}
#tenpo .wrap{
  max-width: 1300px;
  align-items: center;
}
#tenpo .image{
  max-width: 825px;
  width: 50%;
  margin-right:5%;
  margin-left:-2.5%;
}
#tenpo .image img{
  width: 100%;
  height: auto;
}
#tenpo .in{
  max-width: 548px;
  width: 47.5%;
}
#tenpo .in .title02{
  margin-bottom: 0.5em;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.64;
}
#tenpo .in p{
  font-size: 1.6rem;
  line-height: 1.86;
}
@media screen and (max-width: 1200px){
  #tenpo{
    padding: 10% 0 5%;
  }
  #tenpo .in .title02{
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 880px){
  #tenpo{
    padding: 10% 0 5%;
  }
  #tenpo .wrap{
    display: block;
  }
  #tenpo .image{
    display: block;
    position: relative;
    max-width: none;
    width: 100%;
    margin-bottom: 5%;
    margin-right:0;
    margin-left:0;
  }
  #tenpo .in{
    max-width: none;
    width: 100%;
  }
  #tenpo .in .title02{
    font-size: 1.8rem;
  }
  #tenpo .in p{
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
/* ------------------------------
  campaign
------------------------------ */
.campaign{
  padding: 50px 0;
  margin-bottom: 10px;
}
.campaign *{
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.73;
}
.campaign img{
  max-width: 750px;
  height: auto;
  margin: 30px auto 0;
}

@media screen and (max-width: 1200px){
  .campaign{
    padding: 5% 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 880px){
  .campaign{
    padding: 10% 0 0;
    margin-bottom: 10%;
  }
  .campaign *{
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.6;
  }
  .campaign img{
    max-width: 100%;
    margin: 5% auto 0;
  }
}
.shop_address{  border: 2px solid #000;
  box-sizing: border-box;
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
	margin-bottom: 15px;
}
.shop_address p{
    background: #000;
    color: #fff;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0.33em;
    font-weight: 700;
    text-align: center;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}
.shop_address dl{ clear:both; margin: 0px;font-size: 1.5rem;padding-left: .5em;padding-right: .5em;}
.shop_address dt{width: 5em;float:left;;margin: 0px; text-align: right;line-height:1.4; font-weight: bolder;
}
.shop_address dd{
    width: calc( 100% - 5em );
    margin-left: 6em;margin-bottom: .5em;line-height:1.4;
}
.kakuninsyorui_waku{
    border: 2px solid #AB2C3C;
    box-sizing: border-box;
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.kakuninsyorui_waku p{
    background: #AB2C3C;
    color: #fff;
    margin-bottom: 0.3em;
    font-weight: 700;
    text-align: center;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}
.kakuninsyorui {display: flex;flex-wrap: wrap; margin: 0px; padding: 0px;}
.kakuninsyorui span{
    padding-top: 0.2em;
    padding-right: 0.8em;
    padding-bottom: 0.2em;
    margin-left: 0.8em;
	font-size: 1.5rem;
    line-height:1.4;
}
@media screen and (max-width: 1100px) {
.helper_address dl{font-size: 1.2rem}
.kakuninsyorui span{	font-size: 1.2rem;}
}
/* ------------------------------
    cv02
------------------------------ */
.tentou-cv{
  padding: 20px 0;
  background: #F6F6F6;
}
.tentou-cv > .wrap > .flex{
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 20px;
}
.tentou-cv .title02{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  width: 48%;
}
.tentou-cv .btn_area{
  -webkit-justify-content: center;
  justify-content: right;
  gap: 0 16px;
  width: 50%;
}
.tentou-cv .btn_area > div{
  width: calc((100% - 16px) / 2);
  max-width: 280px;
}
.tentou-cv .box{
  height: 88px;
  padding: 18px 16px 10px;
  border: 2px solid #606060;
  border-radius: 2px;
  box-sizing: border-box;
}
.tentou-cv .box .line{
  padding-bottom: 0.2em;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.tentou-cv .box .tel{
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 0 10px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
}
.tentou-cv .box .tel + p{
  font-size: 1.3rem;
  text-align: center;
}
.tentou-cv .linebox a, 
.tentou-cv .delibox a{
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 88px;
  margin: auto;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
.tentou-cv .linebox a{
  background: #21B254;
}
.tentou-cv .delibox a{
  background: #AD8941;
}
.tentou-cv .linebox a > *, 
.tentou-cv .delibox a > *{
  color: #fff;
  font-weight: bold;
}
.tentou-cv .linebox a .txt, 
.tentou-cv .delibox a .txt{
  text-align: left;
}
.tentou-cv .linebox a .line, 
.tentou-cv .delibox a .line{
  margin-bottom: 2px;
  font-size: 1.4rem;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
}
.tentou-cv .linebox a .flex, 
.tentou-cv .delibox a .flex{
  -webkit-align-items: center;
          align-items: center;
  gap: 0 10px;
}
.tentou-cv .linebox a .flex span,
.tentou-cv .delibox a .flex span{
  font-size: 1.8rem;
  line-height: 1.2;
}
.tentou-cv .linebox a .flex span.large,
.tentou-cv .delibox a .flex span.large{
  font-size: 2.6rem;
}
.tentou-cv .delibox a .flex span.large{
  margin-right: 0.1em;
}
.tentou-cv .linebox a .flex span{
  font-size: 2.6rem;
}
.tentou-cv .linebox a .flex span.large{
  margin: 0 0.1em;
  font-size: 2.8rem;
}
@media screen and (max-width: 1400px){
  .tentou-cv{
    padding: 20px 0;
  }
  .tentou-cv > .wrap > .flex{
    padding: 0 10px;
  }
  .tentou-cv .title02{
    font-size: 1.6rem;
  }
  .tentou-cv .box{
    padding: 16px 14px 8px; -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .tentou-cv .box .line{
    font-size: 1.6rem;
  }
  .tentou-cv .box .tel{
    gap: 0 9px;
    font-size: 2.6rem;
  }
  .tentou-cv .box .tel + p{
    font-size: 1.15rem;
  }
  .tentou-cv .linebox a .line, 
  .tentou-cv .delibox a .line{
    font-size: 1.2rem;
  }
  .tentou-cv .linebox a .flex, 
  .tentou-cv .delibox a .flex{
    gap: 0 8px;
  }
  .tentou-cv .linebox a .flex span,
  .tentou-cv .delibox a .flex span{
    font-size: 1.6rem;
  }
  .tentou-cv .linebox a .flex span.large,
  .tentou-cv .delibox a .flex span.large{
    font-size: 2rem;
  }
  .tentou-cv .linebox a .flex span{
    font-size: 2rem;
  }
  .tentou-cv .linebox a .flex span.large{
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1100px){
  .tentou-cv{
    padding: 6.5% 0;
  }
  .tentou-cv > .wrap > .flex{
    flex-direction: column;
    padding: 0;
  }
  .tentou-cv .title02{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .tentou-cv .box{
    padding: 18px 16px 10px;
  }
  .tentou-cv .box .line{
    font-size: 1.8rem;
  }
  .tentou-cv .box .tel{
    gap: 0 10px;
    font-size: 3.2rem;
  }
  .tentou-cv .box .tel + p{
    font-size: 1.3rem;
  }
  .tentou-cv .btn_area{
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
  .tentou-cv .btn_area > div{
    width: 100%;
    max-width: 100%;
    margin-bottom: 3.5%;
  }
  .tentou-cv .btn_area > div:last-child{
    margin-bottom: 0;
  }
  .tentou-cv .linebox a .line, 
  .tentou-cv .delibox a .line{
    font-size: 1.4rem;
  }
  .tentou-cv .linebox a .flex, 
  .tentou-cv .delibox a .flex{
    gap: 0 10px;
  }
  .tentou-cv .linebox a .flex span,
  .tentou-cv .delibox a .flex span{
    font-size: 1.8rem;
  }
  .tentou-cv .linebox a .flex span.large,
  .tentou-cv .delibox a .flex span.large{
    font-size: 2.4rem;
  }
  .tentou-cv .linebox a .flex span{
    font-size: 2.4rem;
  }
  .tentou-cv .linebox a .flex span.large{
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 880px){
  .tentou-cv .title02{
    font-size: 1.8rem;
  }
  .tentou-cv .box{
    padding: 16px 14px 8px;
  }
  .tentou-cv .box .tel{
    font-size: 2.6rem;
  }
  .tentou-cv .box .tel + p{
    font-size: 1.2rem;
  }
  .tentou-cv .linebox a .line, 
  .tentou-cv .delibox a .line{
    font-size: 1.3rem;
  }
  .tentou-cv .linebox a .flex span,
  .tentou-cv .delibox a .flex span{
    font-size: 1.7rem;
  }
  .tentou-cv .linebox a .flex span.large,
  .tentou-cv .delibox a .flex span.large{
    font-size: 2.2rem;
  }
  .tentou-cv .linebox a .flex span{
    font-size: 2.2rem;
  }
  .tentou-cv .linebox a .flex span.large{
    font-size: 2.4rem;
  }
}

/* ------------------------------ */
.nowrap{display:inline-block;}
.gmap{width: 100%;
    height: 450px;
    margin-bottom: -7px;}
section.main-obi{background-color:#F6F6F6;padding-bottom:10px;}
.obi{ background: #c31b1b; display: flex; align-items: center; justify-content: center; padding:0 5px 13px; position: relative;}
.obi:before {content: ""; display: block; position: absolute; background: #c31b1b; clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 80px;
    height: 30px; bottom:-29px;}
.obi div{padding-left:65px; font-size:3.2rem; line-height: 1.2; color:#fff; margin:0 auto; position: relative;font-weight: bold; text-align:center;}
.obi div p{ font-size:1.5rem; margin:0; color: #fff; text-align:right;}
.obi div .appeal{ font-size:1.54em; color:#f4d62e;}
.obi div .fukidasi{ position: absolute;
    width: 165px;left:-80px;top:-30px;transform: rotate(-15deg);}
@media screen and (max-width: 1100px) {
.obi{}
.obi div{ font-size:2.1rem; relative;}
.obi div p{ font-size:1rem;}
.obi div .fukidasi{ width: 110px;left:-15px;top:-27px;}
section.main-obi{padding-bottom: 10px;}
.obi:before {width: 60px; height: 30px; bottom:-29px;}
}
/* ------------------------------
	汎用
------------------------------ */
.title_area .en{    font-family: "Oswald", serif;
  font-size: 7.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 880px) {
    .title_area .en {
        font-size: 4.0rem;
    }
}
.title_area{}
.title_area .title{margin-bottom: 60px;
	font-size: 3.8rem;
	text-align: center;
	font-weight: bold;
}
.title2{font-size:2.5rem; font-weight: bold;}
.title3{font-size:2.5rem; font-weight: bold;}
main{font-size: 1.5rem;}
@media screen and (max-width: 880px){
	.title_area .title{margin-bottom: 5%;
		font-size: 2rem;
	}
	.title2{font-size:1.7rem;}
	.title3{font-size:1.7rem;}
	main{font-size: 1.2rem;}
}
span.big{font-size:1.6em;line-height: 1.1; font-weight: bolder;}
span.line{background:linear-gradient(transparent 60%, #f4d62e 60%);}
span.n-big{font-size:1.75em;color:#C70000;line-height: 1.1;}
span.co_ye{color:#f4d62e;}
.flex.reverse{flex-direction: row-reverse;}
