@charset "utf-8";
/**
 * common
 */
 
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,*::before,*::after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}

*:last-child {
	margin-bottom: 0 !important;
}
dd,dt,li,ul,h1,h2,h3,h4,p,div {
	margin: 0;
	padding: 0;
	font-feature-settings: "palt";
}
dd,dt,li,ul {
	list-style:none;
}
svg,img {
	width: 100%;
	vertical-align: top; 
	height: auto;
}
a {
	outline:none;
	border: none;
	text-decoration: none;
	color: #000;
}
body {
	width: 100%;
	min-height: 100%;
	color: #000;
	font-style: normal;
}
::-moz-selection {
    background: #747474;
}
::selection {
    background: #747474;
}



#ph_shortWrap .linkbox,
#ph_shortWrap .section {
	padding-bottom: 10vw;
}
#ph_shortWrap .sp_s,
#ph_shortWrap .sp {display: none;}
#ph_shortWrap .pc,
#ph_shortWrap br.pc {display: block;}
#ph_shortWrap {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
#ph_shortWrap h1,#ph_shortWrap h2 {
	line-height: 1.3;
	letter-spacing: 0.075em;
}
#ph_shortWrap p {
	font-size: 1.2rem;
	letter-spacing: 0.25rem;
}
#ph_shortWrap .flx {
	display: flex;
}
#ph_shortWrap .flx.a-cnt {
	align-items: center;
}
#ph_shortWrap .flx.j-sps {
	justify-content: space-between;
}
/**/
#ph_shortWrap #lp_header {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	justify-content: flex-end;
}
#ph_shortWrap #lp_header .textArea {
	width: 55%;
	padding: 0 0 0 8%;
}
#ph_shortWrap #lp_header .imgArea {
	width: 45%;
  height: 100%;
  aspect-ratio: 25 / 30;
  position: relative;
  overflow: hidden;
}
#ph_shortWrap #lp_header .imgArea img {
	width: auto;
	max-width: none;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: -10%;
	top: 50%;
	transform: translate(0, -50%);
 }
 #ph_shortWrap #lp_header .textArea .logoArea {
 	width: 100%;
 }
#ph_shortWrap #lp_header .textArea .logoArea h1 {
	width: 40%;
	margin-right: 8%;
 }
 #ph_shortWrap #lp_header .textArea .logoArea .seikyu {
}
#ph_shortWrap #lp_header .textArea .logoArea .seikyu a {
 	color: #FFF;
 	font-size: 1.4rem;
 	font-weight: 600;
 	line-height: 1;
 	letter-spacing: 0.25rem;
 	box-sizing: border-box;
 	padding: 1.2rem 4rem 0.9rem 2rem;
 	display: block;
	background: #cf1100ff;
	box-shadow: 0px 5px 0px rgb(158, 28, 27);
	position: relative;
	display: inline-block;
 }
 #ph_shortWrap #lp_header .textArea .logoArea .seikyu a::after {
	width: 12px;
	height: 12px;
	display: block;
	content:'';
	position: absolute;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	top: 50%;
	right: 30px;
	transform: translateY(-15%)rotate(45deg);
 }
 #ph_shortWrap #lp_header .textArea .mainTitle {
 	padding: 6vw 0 0;
 }
 #ph_shortWrap #lp_header .textArea .mainTitle h2 {
	font-size: 3.2rem;
	letter-spacing: 0.085rem;
	margin-bottom: 2rem;
 }
  #ph_shortWrap #lp_header .textArea .mainTitle h2 span {
  	display: inline-block;
	position: relative;
	padding: 6vw 38% 0 0;
  }
 #ph_shortWrap #lp_header .textArea .mainTitle h2 img {
	width: 52%;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(-20%);
 }
  #ph_shortWrap #lp_header .textArea .mainTitle h2 + p {
  	font-weight: 600;
  }
  
  @media screen and (max-width:1480px) {
	#ph_shortWrap #lp_header .textArea .mainTitle h2 {
	font-size: 2.6rem;
	letter-spacing: 0.085rem;
	margin-bottom: 2rem;
 	}
	#ph_shortWrap #lp_header .textArea {
	width: 55%;
	padding: 0 0 0 5%;
	}
	#ph_shortWrap #lp_header .imgArea {
	width: 45%;
	}
  }
  @media screen and (max-width:1024px) {
	#ph_shortWrap #lp_header .textArea .logoArea .seikyu a {
 	font-size: 2vw;
 	padding: 1.2vw 8vw 1.2vw 2.5vw;
	}
	#ph_shortWrap #lp_header .textArea .mainTitle h2 {
	font-size: 4vw;
	letter-spacing: 0.085rem;
	margin-bottom: 2vw;
 	}
 	#ph_shortWrap p {
 	font-size: 2.2vw;
 	}
	#ph_shortWrap #lp_header .textArea {
	width: 55%;
	padding: 0 0 0 5%;
	}
	#ph_shortWrap #lp_header .imgArea {
	width: 45%;
	}
	#ph_shortWrap .sp {display: block;}
	#ph_shortWrap .sp_s,
	#ph_shortWrap .pc,
	#ph_shortWrap br.pc {display: none;}
 	#ph_shortWrap #lp_header .textArea .logoArea .seikyu a::after {
	transform: translateY(-30%)rotate(45deg);
	right: 10%;
 	}
  }
  @media screen and (max-width:665px) {
	#ph_shortWrap .flx.col {
	flex-direction: column;
	}
	#ph_shortWrap .flx.col_rv {
	flex-direction: column-reverse;
	}
	#ph_shortWrap #lp_header .textArea,
    #ph_shortWrap #lp_header .imgArea {
    width: 100%;
    }
    #ph_shortWrap #lp_header .textArea .logoArea{
	justify-content: space-between;
	padding: 5vw 5% 0;
    }
    #ph_shortWrap #lp_header .textArea{
	padding: 0 0 10vw 0;
	text-align: center;
    }
    #ph_shortWrap #lp_header .textArea .logoArea h1 {
    width:40% ;
    margin-right: 0;
    }
    #ph_shortWrap #lp_header .textArea .logoArea .seikyu a {
	font-size: 16px;
	padding: 14px 8vw 12px 4vw;
    }
    #ph_shortWrap #lp_header .textArea .mainTitle h2 {
    font-size: 6vw;
    letter-spacing: 0.085em;
	margin: 10vw 0 4vw;
    }
    #ph_shortWrap #lp_header .textArea .mainTitle h2 span{
    padding: 0;
    }
	#ph_shortWrap #lp_header .textArea .mainTitle h2 img {
    width: 100%;
    right: 0;
    top: 0;
    transform: translate(100%, -50%);
	}
    #ph_shortWrap p {
     font-size: 3.15vw;
    }
	#ph_shortWrap #lp_header .imgArea {
	aspect-ratio: 1 / 1;
	}
}
  @media screen and (max-width:440px) {
  	#ph_shortWrap .sp_s{display: block;}
    #ph_shortWrap #lp_header .textArea .logoArea h1 {
	width: 50%;
    }
	#ph_shortWrap #lp_header .textArea .mainTitle {
    padding: 6vw 0 0;
	}
	#ph_shortWrap #lp_header .textArea .mainTitle h2 {
	font-size: 26px;
	}
    #ph_shortWrap p {
    letter-spacing:0;
    font-size: 13px;
    line-height: 1.8;
    }
}

#ph_shortWrap #lpMainWrp {
	padding: 10vw 0 0; 
}  
#ph_shortWrap #lpMainWrp {
	width: 100%;
	margin: 0;
}
#ph_shortWrap #lpMainWrp .box {
	width: 90%;
	max-width: 1480px;
	margin: 0 auto;
}
#ph_shortWrap #lpMainWrp .box .c_title {
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 2rem;
	letter-spacing: 0.075em;
}
#ph_shortWrap #lpMainWrp .box .c_title .smalltitletxt {
	font-size: 0.5em;
	vertical-align: middle;
}
#ph_shortWrap #lpMainWrp .linkbox .imgArea {
	width: 46%;
}
#ph_shortWrap #lpMainWrp .linkbox .linkArea {
	width: 50%;
}
#ph_shortWrap #lpMainWrp .linkArea .title {
	font-size: 2rem;
	line-height: 1.7;
	margin-bottom: 2rem;
}
#ph_shortWrap #lpMainWrp .linkArea .title .dodo {
	position: relative;
	display: inline-block;
}
#ph_shortWrap #lpMainWrp .linkArea .title .dodo::before {
	display: inline-block;
	width: 8px;
	height: 8px;
	display: block;
	content: '';
	background: #333;
	border-radius: 50%;
	position: absolute;
	top: -3px;
	left: 50%;
	transform:translateX(-50%);
}
#ph_shortWrap #lpMainWrp .red {
	font-size: 2.5rem;
	color:rgb(225, 50, 60);
}
#ph_shortWrap #lpMainWrp .blue {
	color:#02375f;
}
#ph_shortWrap #lpMainWrp .title_sub {
	font-size: 2rem;
	letter-spacing: 0.075em;
	text-align: center;
}
#ph_shortWrap #lpMainWrp .line {
	display: inline-block;
	position: relative;
}
#ph_shortWrap #lpMainWrp .line span{
	position: relative;
	z-index: 2;
}
#ph_shortWrap #lpMainWrp .line::before {
	width: 100%;
	height: 16px;
	display: block;
	content:'';
	position: absolute;
	background: #F3C82D;
	bottom: 0;
	left: 0;
}
  @media screen and (max-width:1024px) {
  	#ph_shortWrap #lpMainWrp .title_sub {
  	font-size: 3.4vw;
	letter-spacing: 0.025em;
  	}
  	#ph_shortWrap #lpMainWrp .linkArea .title {
    font-size: 3vw;
    }
    #ph_shortWrap #lpMainWrp .red {
	font-size: 4vw;
    }
    #ph_shortWrap #lpMainWrp .box .c_title {
	font-size: 3.4vw;
	}
  }
  @media screen and (max-width:940px) {
  	#ph_shortWrap #lpMainWrp .linkArea .title {
    font-size: 2.84vw;
    }
  }
  @media screen and (max-width:640px) {
    #ph_shortWrap #lpMainWrp .box .c_title {
	font-size: 4.5vw;
	}
	#ph_shortWrap #lpMainWrp #link02 .imgArea {
	display: none;
	}
  }
  @media screen and (max-width:440px) {
  	#ph_shortWrap #lpMainWrp .linkArea .title .dodo::before {
	display: inline-block;
	width: 5px;
	height: 5px;
	}
	#ph_shortWrap .linkbox, 
	#ph_shortWrap .linkbox, #ph_shortWrap .section{
	padding-bottom: 20vw;
	}
}


#ph_shortWrap #lpMainWrp #link01 .imgArea {
	width: 44%;
}
#ph_shortWrap #lpMainWrp #link01 .linkArea {
	width: 52%;
}

#ph_shortWrap #lpMainWrp #section01{
}
#ph_shortWrap #lpMainWrp #section01 .imgBg {
	aspect-ratio: 65 / 24;
	position: relative;
	overflow: hidden;
}
#ph_shortWrap #lpMainWrp #section01 .imgBg h2.title {
	height: 100%;
	color: #FFF;
	opacity: 0.7;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 9.52vw;
	line-height: 1;
	letter-spacing: 0.065em;
	margin: 0;
	padding: 0;
}
#ph_shortWrap #lpMainWrp #section01_01 .titleArea {
	width: 72%;
	padding: 4rem 5%;
	text-align: center;
	background: #FFF;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	margin: -10vw auto 0;
	border-top: 14px solid #F3C82D;
	border-left: 14px solid #119cda;
	border-right: 14px solid #e1323c;
	border-bottom: 14px solid #02375f;
}
#ph_shortWrap #lpMainWrp #section01_01 .titleArea h3 {
	font-size: 30px;
	margin-bottom: 1rem;
}
#ph_shortWrap #lpMainWrp #section01_01 .titleArea p {
	font-size: 14px;
}

#ph_shortWrap #lpMainWrp #link04 .title_sub,
#ph_shortWrap #lpMainWrp #link03 .title_sub{
	padding-bottom: 3rem;
}
#ph_shortWrap #lpMainWrp #section01_02 .title_sub {
	padding: 0 0 3rem;
}
#ph_shortWrap #lpMainWrp #section01_02 .imageArea{
	margin-bottom: 2vw;
}
#ph_shortWrap #lpMainWrp #section01_02 .imageArea + h3.title_sub {
	padding: 4rem 0 4rem;
}
#ph_shortWrap #lpMainWrp #section02 #pointList li {
	box-sizing: border-box;
	border: 5px solid #e5e3e0ff;
	text-align: center;
	width: 32%;
	height: 100%;
	aspect-ratio: 1 / 1;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#ph_shortWrap #lpMainWrp #section02 #pointList li p.num {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	margin: 0;
}
#ph_shortWrap #lpMainWrp #section02 #pointList li p.num +img {
	width: 70%;
	margin: 2rem auto 2rem;
}
#ph_shortWrap #lpMainWrp #section02 #pointList li h3.title {
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}
#ph_shortWrap #lpMainWrp #section02 #pointList li p.textarea {
	font-size: 1rem;
	line-height: 1.5;
}
@media screen and (max-width:1480px) {
	#ph_shortWrap #lpMainWrp #section02 #pointList li {
	aspect-ratio: 175 / 199;
	}
	#ph_shortWrap #lpMainWrp #section02 #pointList li p.textarea {
	padding: 0 4%;
	}
	#ph_shortWrap #lpMainWrp #section02 #pointList li p.num +img {
	width: 48%;
	}
}
@media screen and (max-width:1180px) {
	#ph_shortWrap #lpMainWrp #section02 #pointList li {
	aspect-ratio: 175 / 240;
	}
	#ph_shortWrap #lpMainWrp #section02 #pointList li p.num{
	font-size: 1.2rem;
	}
	#ph_shortWrap #lpMainWrp #section02 #pointList li p.num +img {
	width: 54%;
	margin: 1rem auto 0.8rem;
	}
	#ph_shortWrap #lpMainWrp #section02 #pointList li p.textarea {
	font-size: 0.92rem;
	padding: 0 4%;
	}
	#ph_shortWrap #lpMainWrp #section02 #pointList li h3.title {
	font-size: 1.2rem;
	}
}
@media screen and (max-width:1024px) {
	#ph_shortWrap #lpMainWrp .bg {
    padding: 6vw 0 8vw;
	}
}
@media screen and (max-width:960px) {
	#ph_shortWrap #lpMainWrp #section01_01 .titleArea{
	padding: 7% 8%;
	}
	#ph_shortWrap #lpMainWrp #section01_01 .titleArea p br {
	display: none;
	}
	#ph_shortWrap #lpMainWrp #section01_02 .imageArea + h3.title_sub {
    padding: 8vw 0 8vw;
	}
}
@media screen and (max-width:665px) {
	#ph_shortWrap #lpMainWrp .linkbox .imgArea,
	#ph_shortWrap #lpMainWrp .linkbox .linkArea,
	#ph_shortWrap #lpMainWrp #link01 .linkArea,
  	#ph_shortWrap #lpMainWrp #link01 .imgArea {
    width: 100%;
    margin-bottom: 6vw;
	}
    #ph_shortWrap #lpMainWrp .linkArea .title {
     font-size: 5vw;
     text-align: center;
    }
    #ph_shortWrap #lpMainWrp .red {
     font-size: 6.2vw;
    }
	#ph_shortWrap #lpMainWrp #section01 .imgBg {
    aspect-ratio: 1 / 1;
   }
	#ph_shortWrap #lpMainWrp #section01 .imgBg > img {
	width: auto;
    height: 100%;
    object-fit: cover;
   }
   #ph_shortWrap #lpMainWrp #section01 .imgBg h2.title{
   	font-size: 20vw;
   }
   #ph_shortWrap #lpMainWrp #section01_01 .titleArea {
    width: 100%;
	padding: 7.5% 6%;
	margin: -20vw auto 0;
    border-top: 8px solid #F3C82D;
    border-left: 8px solid #119cda;
    border-right: 8px solid #e1323c;
    border-bottom: 8px solid #02375f
   }
	#ph_shortWrap #lpMainWrp #section01_01 .titleArea h3 {
    font-size: 26px;
    margin-bottom: 0.6rem;
    letter-spacing: 0.075em;
	}
    #ph_shortWrap #lpMainWrp .title_sub {
	font-size: 4.5vw;
    }
    #ph_shortWrap #lpMainWrp #section02 #pointList li h3.title {
    font-size: 12px;
    }
    #ph_shortWrap #lpMainWrp #section02 #pointList li p.textarea {
    font-size: 12px;
	padding: 0 2%;
    }
    #ph_shortWrap #lpMainWrp #section02 #pointList li {
     aspect-ratio: 175 / 270;
    }
    #ph_shortWrap #lpMainWrp #section02 #pointList li p.num {
     font-size: 13px;
    }
}
@media screen and (max-width:540px) {
    #ph_shortWrap #lpMainWrp #section02 #pointList {
    flex-direction: column;
    }
    #ph_shortWrap #lpMainWrp #section02 #pointList li {
    	width: 100%;
        aspect-ratio: auto;
        padding: 6vw 5%;
        position: relative;
        margin-bottom: 14px;
    }
	#ph_shortWrap #lpMainWrp #section02 #pointList li p.num {
    position: absolute;
    left: 2%;
    top: 3%;
    font-size: 16px;
    }
    #ph_shortWrap #lpMainWrp #section02 #pointList li h3.title {
        font-size: 18px;
    }
    #ph_shortWrap #lpMainWrp #section02 #pointList li p.textarea {
    font-size: 14px;
    }
    #ph_shortWrap #lpMainWrp .box .c_title {
     font-size: 7vw;
     line-height: 1.5;
    }
}
@media screen and (max-width:440px) {
	#ph_shortWrap #lpMainWrp #link01 .linkArea,
  	#ph_shortWrap #lpMainWrp #link01 .imgArea {
    margin-bottom: 14vw;
	}
    #ph_shortWrap #lpMainWrp .linkArea .title {
     font-size: 22px;
    }
    #ph_shortWrap #lpMainWrp .title_sub {
	font-size: 22px;
    }
    #ph_shortWrap #lpMainWrp .red {
     font-size: 26px;
     padding: 0 2px;
    }
    #ph_shortWrap #lpMainWrp #section02 #pointList li h3.title {
     font-size: 20px;
     margin-bottom: 0.6em;
    }
}

#ph_shortWrap #lpMainWrp .bg {
	background: #fff8df;
	padding: 5rem 0;
	margin: 0 0 10vw;
}
#ph_shortWrap #lpMainWrp .centerLinkBtn a {
	display: block;
	width: 50%;
	margin: 0 auto;
}
#ph_shortWrap #lpMainWrp .centerLinkBtn img.kazari {
	width: auto;
	height: 16vw;
	max-height: 270px;
}
#ph_shortWrap #lpMainWrp  #link03 .kazariArea {
	display: none;
}
#ph_shortWrap #lpMainWrp .endImgArea .box,
#ph_shortWrap #lpMainWrp .endImgArea {
	position: relative;
}
#ph_shortWrap #lpMainWrp .endImgArea .box {
	z-index: 2;
}
#ph_shortWrap #lpMainWrp .endImgArea::after {
	width: 50%;
	height: 94%;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff8df;
}

#ph_shortWrap #lpMainWrp #slideBx {
	position: relative;
	margin: 10vw 0 8vw;
}
#ph_shortWrap #lpMainWrp #slideArea {
	width: 100%;
	height: 100%;
	padding: 3vw 0;
}
#ph_shortWrap #lpMainWrp #slideArea > div {
	width: 40%;
	margin: 0 0.5%;
}
#ph_shortWrap #lpMainWrp #slideBx::before {
	width: 50%;
	height: 100%;
	display: block;
	content:'';
	background: #fff8df;
	position: absolute;
	left: 0;
}
#ph_shortWrap #lpMainWrp #slideBx div.titleArea{
	width: 40%;
	height: 100%;
	background: #fff8df;
	position: absolute;
	top: 0;
	z-index: 2;
	padding: 0 4% 0 6%;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}
#ph_shortWrap #lpMainWrp #slideBx div.titleArea h2 {
	font-size: 2.5vw;
	margin-bottom: 0.5rem;
}
#ph_shortWrap #lpMainWrp #slideBx div.titleArea h2 + p {
	margin: 0 0 0;
	font-size: 1.2vw;
	letter-spacing: 0.485;
	font-weight: 500;
}
#ph_shortWrap #lpMainWrp .sampleArea {
	margin: 4vw auto;
}
#ph_shortWrap #lpMainWrp .sampleArea li {
	width: 48%;
}

#ph_shortWrap #lpMainWrp #faqArea .title {
	font-size: 2.1rem;
	text-align: center;
	margin-bottom: 3.5vw;
	line-height: 1.7;
}
#ph_shortWrap #lpMainWrp #faqArea .title span{
	font-size: 0.75em;
	color: #f3c92d;
	display: block;
}
#ph_shortWrap #lpMainWrp #faqArea dl {
	margin-bottom: 26px;
	padding: 20px 0 20px;
	background: #FFF;
	border-radius: 4px;
}
#ph_shortWrap #lpMainWrp #faqArea dl dd,
#ph_shortWrap #lpMainWrp #faqArea dl dt{
	padding: 12px 5% 12px 10%;
	font-size: 1.15rem;
	letter-spacing: 0.065em;
	line-height: 1.6;
	position: relative;
}
#ph_shortWrap #lpMainWrp #faqArea dl dt{
	font-weight: 600;
	cursor: pointer;
}
#ph_shortWrap #lpMainWrp #faqArea dl dd{
	transform: translateY(-10%);
	opacity: 0;
	display: none;
	transition: opacity 0.5s 0s ease;
}
#ph_shortWrap #lpMainWrp #faqArea dl.opn dd{
	transform: translateY(0);
	opacity: 1;
	transition: opacity 0.5s 0s ease;
}
#ph_shortWrap #lpMainWrp #faqArea dl dt::after{
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	content:'';
	color: #333;
	line-height: 1;
	border: 2px solid #333;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(0%) rotate(135deg);
	position: absolute;
	right: 4%;
	transition: transform 0.1s 0s ease-in;
}
#ph_shortWrap #lpMainWrp #faqArea dl.opn dt::after{
	transform: translateY(-25%) rotate(-45deg);
	transition: transform 0.1s 0s ease-in;
}
#ph_shortWrap #lpMainWrp #faqArea dl dd span,
#ph_shortWrap #lpMainWrp #faqArea dl dt span{
    width: 40px;
    height: 40px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    font-size: 1.6rem;
    left: 4%;
    top: 50%;
	transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    font-weight: 600;
}
#ph_shortWrap #lpMainWrp #faqArea dl dd span{
    background: #00375F;
}
#ph_shortWrap #lpMainWrp #faqArea dl dt span{
    background: #f3c92d;
}
#ph_shortWrap #lpMainWrp #section04 {
	text-align: center;
}
#ph_shortWrap #lpMainWrp #section04 h2,
#ph_shortWrap #lpMainWrp #section04 h3 {
	letter-spacing: 0.085rem;
	line-height: 1.6;
}
#ph_shortWrap #lpMainWrp #section04 h2 {
	font-size: 2rem;
	display: inline-block;
	position: relative;
	padding-bottom: 0.8rem;
	border-bottom: 2px solid #333;
	margin-bottom: 2rem;
}
#ph_shortWrap #lpMainWrp #section04 h2::after {
	width: 15px;
	height: 15px;
	display: block;
	content: '';
	border: 2px solid #333;
	border-left: 0;
	border-bottom: 0;
	background: #fff8df;
	position: absolute;
	bottom:-10px;
	left: 50%;
	transform: translateX(-35%) skewX(-20deg) rotate(135deg);
}
#ph_shortWrap #lpMainWrp #section04 h3{
	font-size: 2.2rem;
}
#ph_shortWrap #lpMainWrp #section04 h3 span.red{
	font-size: 2.9rem;
}
#ph_shortWrap #lpMainWrp #section04 h3 + p {
	font-size: 1rem;
	margin: 1.5rem 0 3.5rem;
}
#ph_shortWrap #lpMainWrp #section05 .textArea {
  width: 46%;
  padding: 0 0 0 6%;
}
#ph_shortWrap #lpMainWrp #section05 .textArea .title {
	line-height: 1.5;
	font-size: 2.1rem;
	margin-bottom:2rem;
}
#ph_shortWrap #lpMainWrp #section05 .textArea .title + p{
	line-height: 1.8;
	font-size: 1rem;
}
#ph_shortWrap #lpMainWrp #section05 .imgArea {
  width: 50%;
  height: 100%;
  aspect-ratio: 173 / 140;
}
#ph_shortWrap #lpMainWrp #section05 .imgArea img {
	width: auto;
	min-height: 100%;
	object-fit:cover;
}
@media screen and (max-width:1240px) {
	#ph_shortWrap #lpMainWrp #faqArea dl dd,
	#ph_shortWrap #lpMainWrp #faqArea dl dt{
	font-size: 1.64vw;
	padding: 12px 5% 12px 12%;
	}
	#ph_shortWrap #lpMainWrp #section05 .textArea .title {
	font-size: 3.4vw;
	margin-bottom: 2vw;
	}
	#ph_shortWrap #lpMainWrp #section04 h2 {
	font-size: 3vw;
	margin-bottom: 2vw;		
	}
	#ph_shortWrap #lpMainWrp #section04 h3{
	font-size: 3.4vw;
	margin-bottom: 3vw;		
	}
	#ph_shortWrap #lpMainWrp #section04 h3 span.red {
	font-size: 5.2vw;
	}
}
@media screen and (max-width:665px) {
	#ph_shortWrap #lpMainWrp .centerLinkBtn img.kazari {
	display: none;
	}
	#ph_shortWrap #lpMainWrp  #link03 .kazariArea {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	}
	#ph_shortWrap #lpMainWrp  #link03 .kazariArea img {
	width: 30%;
	margin: 0 2%;
	}
	#ph_shortWrap #lpMainWrp .centerLinkBtn a {
	width: 100%;
	}
	#ph_shortWrap #lpMainWrp #slideBx::before,
	#ph_shortWrap #lpMainWrp .endImgArea::after {
	display: none;
	}
	#ph_shortWrap #lpMainWrp #slideBx div.titleArea {
	width: 100%;
	position: static;
	background: transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 20px;
	}
	#ph_shortWrap #lpMainWrp #slideBx div.titleArea h2{
	font-size: 7vw;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.025em;
	}
	#ph_shortWrap #lpMainWrp #slideBx div.titleArea h2 + p {
	font-size: 4vw;
	}
	#ph_shortWrap #lpMainWrp #slideBx {
	display: flex;
    flex-direction: column-reverse;
	margin-bottom: 14vw;
	}
	#ph_shortWrap #lpMainWrp #slideArea > div {
    width: 80%;
    margin: 0 1%;
	}
	#ph_shortWrap #lpMainWrp .sampleArea {
	margin: 10vw auto;
    flex-direction: column;
    width: 100%;
    align-items: center;
	}
	#ph_shortWrap #lpMainWrp .sampleArea li {
	width: 84%;
	margin-top: 20px;
	}
	#ph_shortWrap #lpMainWrp .bg {
	padding: 40px 0 60px;
	margin: 0 0 14vw;
	}
	#ph_shortWrap #lpMainWrp #faqArea dl dd span,
	#ph_shortWrap #lpMainWrp #faqArea dl dt span{
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 1.2rem;
	}
	#ph_shortWrap #lpMainWrp #faqArea dl dd,
	#ph_shortWrap #lpMainWrp #faqArea dl dt {
	padding: 12px 14% 12px 16%;
	font-size: 13px;
	}
	#ph_shortWrap #lpMainWrp #faqArea dl dt::after {
    width: 12px;
    height: 12px;
   }
   #ph_shortWrap #lpMainWrp #faqArea dl dt::after {
   	transform: translateY(-50%) rotate(135deg);
   }
   #ph_shortWrap #lpMainWrp #faqArea dl {
	margin-bottom: 20px;
   }
	#ph_shortWrap #lpMainWrp #section04 h2 {
	font-size: 16px;
	margin-bottom: 6vw;		
	}
	#ph_shortWrap #lpMainWrp #section04 h3{
	font-size: 22px;
	letter-spacing: 0.025em;
	}
	#ph_shortWrap #lpMainWrp #section04 h3 span.red {
	font-size: 28px;
	}
	#ph_shortWrap #lpMainWrp #section04 h3 + p {
	letter-spacing: 0.075em;
	}
	#ph_shortWrap #lpMainWrp #section05 .textArea{
	padding: 20px 0 0;
	width: 90%;
	text-align: center;
	}
	#ph_shortWrap #lpMainWrp #section05 .imgArea {
    width: 90%;
    }
    #ph_shortWrap #lpMainWrp #section05 .textArea .title {
	font-size: 24px;
    margin-bottom: 20px;
    }
	#ph_shortWrap #lpMainWrp #section05 .textArea .title + p {
    font-size: 14px;
	}
	#ph_shortWrap #lpMainWrp #section05 .textArea .title + p br.sp {
	display: block;
	}
}
@media screen and (max-width:440px) {
    #ph_shortWrap #lpMainWrp #section03 .box {
    width: 100%;
    }
	#ph_shortWrap #lpMainWrp  #link03 .kazariArea img {
	width: 40%;
	}
}


#ph_shortWrap #footer {
   width: 100%;
  height: 100%;
  aspect-ratio: 173 / 65;
  position: relative;
  overflow: hidden;
}
#ph_shortWrap #footer .bg::after {
   width: 100%;
  height: 100%;
  display: block;
  content:'';
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  left: 0;
}
#ph_shortWrap #footer .bg {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#ph_shortWrap #footer .bg  img{
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}
#ph_shortWrap #footer .textArea {
	position: relative;
	z-index: 2;
	text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#ph_shortWrap #footer .textArea .logoList{
	justify-content: center;
	margin-bottom: 3.5rem;
	width: 100%;
}
#ph_shortWrap #footer .textArea .logoList li {
	width: 16%;
	min-width: 140px;
	margin: 0 2%;
}
#ph_shortWrap #footer .textArea address,
#ph_shortWrap #footer .textArea address p,
#ph_shortWrap #footer p,
#ph_shortWrap #footer a{
	color: #FFF;
	letter-spacing:  0.065em;
	font-style: normal;
	font-size: 0.85rem;
}
#ph_shortWrap #footer .textArea p {
	line-height: 1.8;
}
#ph_shortWrap #footer .textArea h3 {
	margin-bottom: 0.5rem;
}
#ph_shortWrap #footer .textArea > div {
	margin: 1rem 0;
}
#ph_shortWrap #footer .textArea > div + p {
	font-size: 10px;
}

@media screen and (max-width:1024px) {
	#ph_shortWrap #footer {
    aspect-ratio: 173 / 80;
    }
    #ph_shortWrap #footer .textArea .logoList{
    margin-bottom: 4vw;
    }
}
@media screen and (max-width:440px) {
     #ph_shortWrap #footer {
     aspect-ratio: 173 / 260;
    }
    #ph_shortWrap #footer .bg {
    height: 100%;
    object-fit: cover;
    }
    #ph_shortWrap #footer .textArea .logoList {
    margin-bottom: 60px;
    }
    #ph_shortWrap #footer .textArea .logoList li:first-child {
    width: 50%;
    margin-bottom: 26px;
    }
    #ph_shortWrap #footer .textArea .logoList li:last-child {
    width: 40%;
    }
	#ph_shortWrap #footer .textArea > div {
    margin: 30px 0;
	}
}

#ph_shortWrap #flowCta {display: none;}
@media screen and (max-width:665px) {
	#ph_shortWrap  #flowCta {
	width: 100%;
	position: fixed;
	display: block;
	bottom: 0;
	z-index: 2;
	}
}

#ph_shortWrap a{
	opacity: 1;
	transition: opacity 0.3s 0s ease-in;
}
#ph_shortWrap a:hover {
	opacity: 0.6;
	transition: opacity 0.3s 0s ease-in;
}