@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
:root{
  scroll-padding-top: 130px;
}
html {font-size: 62.5%;scroll-behavior: smooth;}
body{  
  font-size: 1.6rem;
}
object {pointer-events: none;}
.sp {display: none !important;}
a[href^="tel:"] {pointer-events: none;}
a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.pcFlex{display: flex;}
.pcFlex.half{
 justify-content: space-between;
}
.pcFlex.half >*{
 width: 48%;
}
.img_r {overflow: hidden;}
.img_r>img {float: right;
    width: 33%;
    margin-left: 15px;
    margin-bottom: 15px;
}
p,li,dt,dd,th,td,input{
  font-size: 1.6rem;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 1.6rem;
}

section{
  padding: 100px 0;
}
section p:not(:last-child){
  margin-bottom: 1.5em;
}


/*装飾
========================================== */
.marker{
  background: linear-gradient(transparent 0 70%, var(--yellow) 70% 100%)
}

.dot::before {
  top: 0.1em;
  height: 8px; /* ドットの直径 */
  background-image: radial-gradient(circle, #FF8113 4px, transparent 4px);
  background-size: 1em 8px;
}

/*タイトル
========================================== */
.h2Tit{
 font-size: 5.5rem;
}
.h2Tit span.fontS{
	font-size: calc(25/55*1em);

}
.h2Tit > span:has(.tiSlash)::before,
.h2Tit > span:has(.tiSlash)::after{
  width: 80px;
  height: 90px;
}



/*テキスト
========================================== */
.secLead{
	font-size: 2rem;
}


/*
　テキスト
========================================== */
.leadTxt{
  font-size: min(1.85vw,1.8rem);
  text-align: center;
}
.note{
  font-size: 1.2rem;
}

/*
　ボタン,リンク
========================================== */
.btn{
  font-size: 1.6rem;
}

.headerLinks li.faq a:hover {
box-shadow: 4px 1px 0 0 var(--base);
transform: translateY(3px);
}
.headerLinks li.contact a:hover{
  box-shadow: 4px 1px 0 0 var(--redD);
  transform: translateY(3px);
}

.btn:hover{
  box-shadow: 4px 1px 0 0 #AA171D;
transform: translateY(3px);
}
.btn.bgGreen:hover {
  box-shadow: 4px 1px 0 0 #0F7114;
  transform: translateY(3px);
}
.faqBox dt:hover{
  text-decoration: underline
}

.contactUsLine .txts a:hover{
  color: #fff;
  background: var(--greenL);
  border: 2px solid #fff;
}

#pageTop a:hover{
  transform: translateY(3px);
  opacity: 0.8
}


/* =======================================
	header
========================================== */
header .inner1300{
	position: relative;
}
header #logo{
	margin: 36px 0 0;
	width: min(21vw, 248px);
}

/* =======================================
	gnavi
========================================== */
.gnavi{
	flex: 1;
	padding-top: 86px;
}
#gnaviList{
 justify-content: flex-end;
 gap: 0 min(1.4vw,25px);
}
#gnaviList li{
}
#gnaviList > li{
	display: grid;
	align-items: center;
	text-align: center;
}
#gnaviList > li > a{
	color: var(--wh);
	font-weight: 900;
	text-shadow:0px 4px 4px rgba(0, 0, 0, 0.17);
	font-size: min(1.15vw, 1.6rem);
}
#gnaviList li.current a,
#gnaviList li a:hover{
 opacity: .7;
}

/*.headerLinks*/
.headerLinks{
	position: absolute;
	right: 0;
	top: 0;	
}
.headerLinks.pcFlex{
	align-items: start;
}
.headerLinks .tel{
	background: url('../images/ic_tel.svg') no-repeat left bottom / 36px 36px;
	padding: 13px 11px 0 41px;
 font-size:min(2.2vw,23px);
}
.headerLinks .tel a{
  color: #fff;
}
.headerLinks .tel p{
 font-size:min(1.43vw,15px);
}
.headerLinks li.faq,
.headerLinks li.contact{
	width: 171px;
	height: 60px;
	font-size: 1.5rem;
}
.headerLinks li.faq a{
	border-radius: 0 0 15px 15px;
}
.headerLinks li.contact a{
	border-radius: 0 0 15px 15px;
}


/* =======================================
	footer
========================================== */
footer{
 padding: 57px 0 200px;
}
.footerBox{
 padding: 0 0 48px;
}
.footerBox.flexWrap{
	justify-content: space-between;
}
ul.footerNavi {
    width: 348px;
}
#pageTop{
	width: 129px;
	height: 139px;
	right: min(7.2vw,101px);
	bottom: 55px;
}

/* =======================================
				LP
========================================== */



/*-----------------------------
	#mv
-----------------------------*/
#mv figure img:nth-of-type(1){
	width: 100%;
	height: auto;
}
#mv figure img:nth-of-type(2) {
    position: absolute;
    top: 12.6vw;
    left: 4%;
    width: 35vw;
}

/*-----------------------------
	#mvBtns
-----------------------------*/
#mvBtns.flexWrap{
  margin-top: -60px;
}
#mvBtns .btn{
  width: 366px;
  height: 94px;
}
#mvBtns .btn .fontL{
  font-size: 2.4rem;
}
#mvBtns .btn .fontS{
  font-size: 1.5rem;
}

/*-----------------------------
	main section common
-----------------------------*/
.secLead{
  font-size: 2.0rem;
}

/*-----------------------------
	#about
-----------------------------*/
#about {
    margin-top: -100px;
    padding: 140px 0 77px;
  background: url('../images/bg_about.svg') no-repeat center bottom / 100% auto;
}
#about .h2Tit span.fontS{
	font-size: calc(32/55*1em);
}
#about h2 .bgFire::before {
  top: -20px;
  height: calc(100% + 20px);
}
#about .secLead{
  margin-bottom: 54px;
  font-size: 4rem;
}
.aboutList + .aboutList{
  margin-top: 7px;
}
.aboutList li {
  width: min(calc((91vw - 30px)/3),333px);
  height: min(calc((91vw - 30px)/3 - 5px),328px);
  border-radius: 50%;
}
.aboutList li figure {
  width: 144px;
  height: 125px;
}
.aboutList li .accent{
	font-size: min(2vw, 2.5rem);
}

.aboutPoint {
  margin: 55px auto 0;
}
.aboutPoint dt{
  font-size: 2rem;
}
.aboutPoint dd p{
    font-size: 2rem;
}


/*-----------------------------
	#scene
-----------------------------*/
#scene {
  padding: 72px 0 30px;
}
#scene::before {
  bottom: -85px;
  border-top: 85px solid var(--orange);
}
#scene::after {
  top: calc(100% + 25px);
  width: 30px;
  height: 110px;
}
.sceneList li{
  width: calc((100% - 66px)/4);
}
.sceneList li figure{
  width: 277px;
  height: 277px;
  max-width: 100%;
}
.sceneList li figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.sceneList li h3{
  font-size: 2.4rem;
}

/*-----------------------------
	#merit
-----------------------------*/
#merit .inner1200{
  padding: 164px 0 100px;
}
#merit .inner1200::before {
  height: 384px;
  background-size: 187px 322px, 194px 384px;
}
#merit .inner1200::after {
  height: 167px;
  background-size: 106px 106px, 192px 167px;
}
#merit .h2Tit {
	margin-bottom: 52px;
}
#merit .h2Tit span.fontS span.bgBlue {
  width: 48px;
  height: 48px;
  font-size: 3.6rem;
  line-height: 48px;
}
#merit .h2Tit span.fontS span.bgGreen {
  width: 44px;
  height: 44px;
  font-size: 3.2rem;
  line-height: 44px;
}
#merit .h2Tit span.fontS span.bgRed {
  width: 46px;
  height: 46px;
  font-size: 3.6rem;
  line-height: 46px;
}

.meritList{
  border-radius: 30px;
  padding: 79px 82px 70px;
}
.meritList.flexWrap{
  gap: 60px 3.6%;
}
.meritList li{
  width: calc((100% - 7.2%)/3);
}
.meritList li:nth-of-type(1),
.meritList li:nth-of-type(2){
  width: calc((100% - 3.6%)/2);
}
.meritList li h3 span{
  font-size: min(1.6vw, 2.2rem);
  padding: 0.1em;
}
.meritList li:nth-of-type(1) span,
.meritList li:nth-of-type(2) span{
  font-size: min(2.86vw, 4rem);
}
.meritList li:nth-of-type(2) p{
  margin-right: -6%;
}

.pointList figcaption{
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}
.meritList.pointList li:nth-of-type(1) figcaption,
.meritList.pointList li:nth-of-type(2) figcaption{
  top: 20px;
  left: 16px;
  width: 92px;
  height: 92px;
  line-height: 1.6em; 
}
.meritList.pointList li:nth-of-type(1) figcaption span,
.meritList.pointList li:nth-of-type(2) figcaption span{
  font-size: 4rem;
}

/*-----------------------------
	#custom
-----------------------------*/
#custom {
  background: var(--yellow) url('../images/bg_custom.png') repeat left top/ 25px 19px;
  padding: 70px 0 84px;
}
#custom .h2Tit{
	margin-bottom: 70px;
}
#custom .h2Tit span.fontS{
  padding-left: 2.8em;
}
#custom .h2Tit > span:has(.tiSlash){
}
#custom .h2Tit > span:has(.tiSlash)::before,
#custom .h2Tit > span:has(.tiSlash)::after{
  width: 69px;
}
#custom .h2Tit .dot::before{
  top: -0.2em;
  background-image: radial-gradient(circle, #0275E2 4px, transparent 4px);
}
.customList > li{
  width: calc((100% - 49px)/2);
}
.customList > li figcaption{
  border-radius: 12px 0 15px 0;
  padding: 16px 21px 15px 23px;
  font-size: 24px;
}


/*-----------------------------
	#result
-----------------------------*/
#result {
  padding: 46px 0 100px;
}
#result::before {
  height: calc(56/1400*100vw);
}
#result .secLead{
  margin-bottom: 2.6875em;
}

.resultSlider{	
  width: 90%;
  margin: 0 auto;
}
.resultSlider li{
  height: 266px;
  padding: 0 17px 4px;
}
.resultSlider.slick-dotted.slick-slider{
  padding-bottom: 40px;
}
.resultSlider .slick-prev{
  background: url('../images/ic_arrow_red_prev.png') no-repeat center center/47px 47px;
  border-radius: 50%;
  top: calc(50% - 30px);
  left: -47px;
}
.resultSlider .slick-next{
  background: url('../images/ic_arrow_red_next.png') no-repeat center center/47px 47px;
  border-radius: 50%;
  top: calc(50% - 30px);
  right: -47px;
}


/*-----------------------------
	#info
-----------------------------*/
#info {
  background: url('../images/bg_info.png') repeat left top / 46px 46px;
  padding: 60px 0;
}
.infoBox{
  display: flex;
  flex-direction: column;
    border-radius: 30px;
}
.infoBoxWrap.flexWrap .infoBox{
  width: calc((100% - 30px)/2);
}
.infoBox dt{
  border-radius: 30px 30px 0 0;
  padding: 41px 0;
  font-size: 2.5rem;
}
.infoBox dt .fontS{
  font-size: 1.6rem;
}
.infoBox dt .fontS span::before,
.infoBox dt .fontS span::after{
  width: 19px;
  height: 20px;
}
.infoBox dd{
    flex: 1;
    padding: 31px 36px 36px;
}



/*-----------------------------
	#voice 
-----------------------------*/
#voice {
  padding: 70px 0 123px;
  background: url('../images/bg_flow.png') no-repeat center bottom/ 100% 325px;
}
#voice .h2Tit{
  font-size: 4.8rem;
}
#voice .h2Tit > span{
  position: relative;
}
#voice .h2Tit > span::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/voice_title_bg.png') no-repeat center bottom / 100% auto;
  z-index: -1;
}
#voice .h2Tit span.white{
  display: inline-block;
  margin-top: 18px;
  width: 81px;
  line-height: 81px;
  border-radius: 50%;
}
#voice .h2Tit span.white:nth-of-type(even){
  transform: translateY(-18px);
}
#voice .h2Tit span.white:nth-of-type(odd){
  margin: 0 -10px;
}
#voice .secLead{
  margin-top: 30px;
  margin-bottom: 64px;
}
#voice .h2Tit span.fontS{
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 900;
}
.voiceBox{
  margin: 54px auto 0;
  padding: 74px 78px 35px 80px;
  width: 1133px;
}
.voiceBox h3{
  top: -26px;
  width: min(100%, 573px);
  min-height: 53px;
  font-size: 20px;
}
.voiceBox:nth-of-type(odd) h3{
  left: 40px;
}
.voiceBox:nth-of-type(even) h3{
  right: 40px;
}
.voiceBox:nth-of-type(odd) h3::before{
  width: 36px;
  height: 36px;
}
.voiceBox:nth-of-type(odd) h3::after{
  top: calc(100% + 18px);
  left: calc(50% + 18px);
  width: 14px;
  height: 14px;
}
.voiceBox:nth-of-type(even) h3::before{
  width: 36px;
  height: 36px;
}
.voiceBox:nth-of-type(even) h3::after{
  top: calc(100% + 18px);
  right: calc(50% + 18px);
  width: 14px;
  height: 14px;
}
.voiceBox figure{
  width: 356px;
}


/*-----------------------------
	#flow
-----------------------------*/
#flow {
  padding: 20px 0 76px;
}

.flowList {
  width: min(100%, 1264px);
  margin: 82px auto 0;
}
.flowList.flexWrap li{
  width: calc(100% / 4);
}
.flowList.flexWrap li + li figure::before {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  left: max(-1.8vw,-22px);
  width: 12px;
  height: 21px;
  background: var(--base);
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  clip-path: polygon(
    0% 0%,     /* top-left */
    100% 50%,  /* right-center (頂点) */
    0% 100%    /* bottom-left */
  );
}
.flowList.flexWrap li:nth-of-type(5) figure::after {
	display: none;
}
.flowList.flexWrap li figure{
  width: min(22vw,266px);
  height: min(22vw,266px);
}
.flowList.flexWrap li h3{
  font-size: 3.2rem;
}


/*-----------------------------
	#faq
-----------------------------*/
.faqBoxWrap{
  border-radius: 30px;
  padding: 40px 70px 60px 105px;
}
.faqBoxWrap h2{
  margin-bottom: 60px;
}
.faqBox {
  margin: 0 auto 27px;
}
.faqBox dt{
    padding: 26px 10px 26px 63px;
    font-size: 2rem;
}
.faqBox dt .fontEN{
    top: calc(50% - 36px - 2px);
    left: -35px;
    width: 71px;
    height: 71px;
    font-size: 3.6rem;
}
.faqBox dt::after{
  right: 35px;
  width: 30px;
  height: 30px;
}
.faqBox dd{
  padding: 27px 20px 10px 49px;
}
#faq .btnWrap.center{
  margin-top: 63px;
}


/*-----------------------------
	#other
-----------------------------*/
#other {

}


/*-----------------------------
	#contactLinks
-----------------------------*/
#contactLinks {
  padding: 60px 0 82px;
}

.contactInstaWrap {

}
.contactInsta.flexWrap{
	align-items: center;
}
.contactInsta.flexWrap .contactInstaTitle.flexWrap{
	width: calc((100% - 25px)/2);
	flex-direction: row-reverse;
	align-items: center;
    justify-content: space-around;
    padding: 37px 0 13px 32px;
}
.contactInstaTitle > .txtsSub{
	width: min(60%, 260px);
}
.contactInstaTitle > .txtsSub h3{
  font-size: 2rem;
}
.contactInstaTitle > .txtsSub p{
	font-size: 2rem;
}
.contactInstaTitle > figure{
	width: min(34%, 146px);
	margin: 0 17px;
}
.contactInsta.flexWrap .txts{
	position: relative;
	width: calc((100% - 25px)/2);
    padding: 5px 32px 58px 0;
}

.contactInsta.flexWrap .txts figure{
	position: absolute;
	right: 32px;
	bottom: 0;
	width: 66px;
	height: 66px;
}

.contactInstaHash.flexWrap {
	justify-content: center;
}
.contactInstaHash p{
  font-size: 2rem;
}
.contactShop {

}
.contactLinksWrap {

}
.contactUsTelLine.flexWrap {
  padding: 0 3%;
	align-items: center;
  justify-content: space-between;
}
.telboxWrap {
	width: calc(377/940*100%);
}
.telboxWrap h4{
	font-size: 3.2rem;
}
.telbox .tel{
	font-size: 4rem;
}
.telbox .time{
	font-size: 1.5rem;
}

.contactUsLine {
	width: calc(511/940*100%);
}
.contactUsLine.flexWrap .txts{
	flex: 1;
}
.contactUsLine .txts h4{
  font-size: 3.2rem;
}
.contactUsLine .txts p{
  font-size: 1.5rem;
}
.contactUsLine .txts a span{
}

.contactUsFormWrap {
  padding: 58px 13.5% 74px;
}
.contactUsFormWrap h4{
	font-size: 3.2rem;
}

.contactUsForm {

}



/*-----------------------------
	#contact
-----------------------------*/
#contactLead .icTel{
	font-size: 5rem;
}

/*		form
-----------------------------*/
.tb_cont{
}
.tb_cont th{
	padding: 36px 0 27px;
	width: 25.57%;
	font-size: 1.8rem;
}
.tb_cont th span{
	top: 36px;
}
.tb_cont td{
	padding: 21px 2.5% 22px;
	width: 71.4%;
}
.tb_cont td input[type=file]::file-selector-button{
	font-size: 1.8rem;
}
.contactPrivacy{
	margin: 42px auto 37px;
}
.confirm {
  margin-top: 40px;
}
input[type="submit"].btn {
  background-position: calc(50% + 5em + 21px) center;
  background-size: 23px 23px;
  cursor: pointer;
}
.tb_cont td input.radiobtn{
    width: auto;
}





