@charset "utf-8";
/* CSS Document */
/**************************************
info commons
**************************************/
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap');

/* ===== 公式HPリンク追加（共通） ===== */
.head_entry_wrap {
  text-align: right;
}

.head_official {
  margin-bottom: 4px;
  margin-right:5px;
  font-size: 0.85em;
}

.head_official a {
  color: #555;
  text-decoration: none;
}

.head_official a:hover {
  text-decoration: underline;
}
@media (max-width: 750px) {
  #info #header .head_wrap .head_right ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        background-color: #e7ebf2;
    }
	#info #header .head_wrap .head_right ul a{
		color: #373737;
        font-weight: bold;
        text-decoration: none;
	}
}
/* ===== PC：LINEで相談ボタン ===== */
@media screen and (min-width: 769px){
#header .head_wrap .head_right ul li .line_btn {
padding: 0.4em 1.2em;
        border-radius: 50px;
        background: #000;
        color: #fff;
        letter-spacing: 0.1em;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
}

.head_right ul li .line_btn:before{
content: '';
        display: inline-block;
        width: 50px;
        height: 17px;
        background-image: url(https://raptokyo.co.jp/img/LINE_icon.svg);
        background-repeat: no-repeat;
        margin-right: 5px;
}
}

/* ===== SP：LINEで相談ボタン ===== */
@media screen and (max-width: 768px){

.head_right ul li .line_btn:before{
content:'';
display:inline-block;
width:50px;
height:22px;
background-image:url(https://raptokyo.co.jp/img/LINE_icon.svg);
background-repeat:no-repeat;
background-size:contain;
vertical-align:middle;
margin-right:5px;
}
}

#info h1,#info h2, #info h3, #info h4{
	font-weight: 700;
    font-family: 'Noto Sans JP';
}
#info h2.midashi {
  font-weight: bold;
  margin-bottom: 0.8em;
}
#info h2.midashi::after {
  content: "━━━━";
  display: block;
}
#info section {
  overflow: hidden;
}
#info section .lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}
#info section .lead h3 {
  font-weight: bold;
}
#info section .lead h3 strong {
  font-weight: inherit;
  color: #C00;
}
.btn-pixel{
    background: #ffd700;
    color: #000;
    padding: 0.8em 1.2em;
    font-size: 1.2em;
    border-radius: 0;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 4px 4px 0 #000;
    transition: all 0.1s ease;
    position: relative;
    top: 0;
    left: 0;
    text-decoration: none;
}

.btn-pixel:hover {
  background: #ffed4e;
}

.btn-pixel:active {
  top: 4px;
  left: 4px;
  box-shadow: 0 0 0 #000;
}
@media (max-width: 750px) {
  #info h2.midashi {
    font-size: 24px;
  }
  #info section > div {
    padding: 30px 15px;
  }
  #info section .lead h3 {
    font-size: 22px;
  }
  #info section .lead p {
    font-size: 18px;
  }
	.btn-pixel{
		font-size: 1.5em;
	}
}
@media (min-width: 751px) {
  #info h2.midashi {
    font-size: 30px;
  }
  #info section > div {
    padding: 80px 0;
  }
  #info section .lead h3 {
    font-size: 30px;
  }
  #info section .lead p {
    font-size: 22px;
  }
}
/**************************************
info index
**************************************/
#info .index section .item {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  #info .index section .item {
    padding: 8px;
    font-size: 0.8em;
    text-align: center;
    font-weight: 900;
  }
  #info .index section .item > div {
    padding: 8px;
  }
}
@media (min-width: 751px) {
	#info .main_image {
    background: #ffe100;
}
#info .main_image::before {
  content: "";
  display: block;
  background: url("../info/img/bg.jpg");
  width: 100%;
  height: 30px;
}#info .main_image img {
   max-width: 1400px;
}
  #info .index section .item {
    padding: 15px;
  }
  #info .index section .item > div {
    padding: 15px;
  }
}
/* topSec01 */
#info .index .topLead {
  background-color: #FFF;
}
#info .index .topLead .flex .text h2 {
	font-weight: 900;
    margin-bottom: 0.5em;
    font-size: 2em;
}
#info .index .topLead .flex .text ul li{
	background: #FCD80D;
	margin: 0.5em ;
	font-weight: 900;
	 padding: 0.54em;
    border-radius: 10px;
	font-size: 1.2em;
}
@media (max-width: 750px) {
}
@media (min-width: 751px) {
}
/* topSec01 */
#info .index .topSec01 {
  background:url("../info/img_n/kinouBg_sp.webp") no-repeat;
	background-size: contain;
}
#info .index .topSec01 h2.bigttl{
	display: flex;
	flex-direction: column;
	gap:10px;
	color: #FFF;
	align-items: center;
	margin-top: 18vh;
}#info .index .topSec01 h2.bigttl span{
	max-width: 600px;
}
#info .index section.topSec01 > div {
  padding-bottom: 0px;
}
#info .index .topSec01 ul.about {
	margin: 1em 0
}
#info .index .topSec01 ul.about li {
	color: #FFF;
    font-weight: 900;
    font-size: clamp(1.5rem, 1.8vw, 5.5rem);
}
#info .index .topSec01 .point{
	background: #00a5d0;
	padding: 1em
}
#info .index .topSec01 .point .flex{
	display: flex;
    margin: auto;
    max-width: 1600px;
	flex-wrap: wrap;
	gap:20px;
}
#info .index .topSec01 .point .box h3{
	padding-bottom: 0.3em;
	border-bottom: 1px solid;
	margin-bottom: 0.5em;
	font-size:clamp(2rem, 3.3vw, 5.5rem);
	text-align: left;
	font-weight: 900;
	line-height: 1.2;
}
#info .index .topSec01 .point .box{
	background: #FFF;
	padding: 1.2em;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap:10px;
}#info .index .topSec01 .point .box p{
	text-align: justify;
	margin: 1em 0;
}
#info .index .topSec01 .point .box .tool{
	display: flex;
	justify-content: center;
	gap:10px;
	flex-wrap: wrap
}
#info .index .topSec01 .point .box .tool li{
	flex:1 calc(32% - 30px);
	display: flex;
	flex-direction: column;
	gap:5px;
	background:#0051d0;
	color: #FFF;
	align-items: center;
    justify-content: end;
	font-size: 0.7em;
}
#info .index .topSec01 .point .box .tool li img{
	width: 25%;
}
@media (max-width: 750px) {
  #info .index .topSec01 .flex {
    flex-direction: column;
  }
}
@media (min-width: 751px) {
#info .index .topSec01 {
  background:url("../info/img_n/kinouBg_pc.webp") no-repeat #00a5d0;
	background-size: contain;
}
#info .index .topSec01 h2.bigttl{
	display: flex;
	flex-direction: column;
	gap:10px;
	color: #FFF;
	align-items: center;
	 margin-top: 50px;
}
}

#info .index .topSec01 .point .box{
	flex: 1 calc(50% - 20px);
}#info .index .topSec01 .point .box:first-child{
	display: flex;
	flex-direction:row;
	gap:20px;
	flex-basis: 100%;
	padding: 0;
}#info .index .topSec01 .point .box:first-child .img{
	flex: 7 10%;
	margin-top: -2em;
}#info .index .topSec01 .point .box:first-child .text{
	flex: 3 10%;
	padding: 1.2em;
}
#info .index .topSec01 .point .box:last-child a img{
	width: 85%;
	margin: auto
}
@media (max-width: 850px) {
	#info .index .topSec01 .point .box:first-child{
		flex-direction: column;
	}
	#info .index .topSec01 .point .box h3 br{
		display: none
	}
	}

#info #merit h2{
	max-width: 150px;
	margin: auto;
}#info #merit .merit{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}
#info #merit .merit > div{
	flex: 1 30%;
	padding: 1em;
}
#info #merit .merit > div h3{
	 font-size:clamp(1.7rem, 2.2vw, 3.5rem);
    margin-bottom: 1em;
}
#info #merit .merit {
	counter-reset: listnum; /* カウンターをリセット */
	list-style: none; /* 標準のスタイルは消す */
}
#info #merit .merit > div h3::before{
	content: "1";
	display: block;
background: #000;
color: #FFF;
	counter-increment: listnum; /* counter-resetと同じ文字列 */
	content: counter(listnum); /* カウントした数に応じて番号を表示 */
	padding: 0.2em;
    width: 50px;
    margin: auto;
    border-radius: 50px;
	font-size: 0.7em;
}
#info #merit h4{
	font-size:clamp(1.8rem, 2.2vw, 3.5rem);
	text-align: left;
	width: calc(100% - 30px);
    margin: auto;
}
@media (min-width: 751px) {
	#info #merit h2{
	max-width: 300px;
	margin: auto;
}
	#info #merit .merit{
	flex-direction: row;
}
	#info #merit h4{
	text-align: center;
}
}

/* topPrice */
#info .index .topPrice {
  background-color: #FCD80D;
}
#info .index .topPrice::before, #info .index .topPrice::after {
  content: "";
  display: block;
  background: url("../info/img/bg.jpg");
  width: 100%;
  height: 30px;
}
#info .index .topPrice .kakaku {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#info .index .topPrice .kakaku .month {
  display: flex;
  flex-direction: column;
  border-bottom: 1px dotted #FFF;
}
#info .index .topPrice .kakaku h3 {
  font-weight: bold;
}
#info .index .topPrice .kakaku .month h3 {
  font-size: 36px;
  line-height: 1;
}
#info .index .topPrice .kakaku .month h3 strong {
  font-size: 60px;
  color: #C00;
}
#info .index .topPrice .kakaku .month p {
  align-self: flex-end;
}
#info .index .topPrice .kakaku .first {
  display: flex;
  flex-direction: column;
}
#info .index .topPrice .kakaku .first h3 {
  font-size:25px;
}
#info .index .topPrice .kakaku .first h3 strong {
  font-size: 50px;
}
#info .index .topPrice .option h2{
	font-size: 1.5em;
	margin-top: 60px;
}
#info .index .topPrice .daiko{
	display: flex;
	gap:20px;
	flex-direction: column;
	max-width:900px;
	margin: 1em auto;
	justify-content: center;
	background: #ffffffa8;
	padding: 1em;
	border-radius: 30px;
}#info .index .topPrice .daiko div{
	flex: 1 50%;
	text-align: justify;
}
#info .index .topPrice .daiko h3{
	font-size: clamp(1.9rem, 2.5vw, 3.5rem);
    background: #000;
    color: #FFF;
    padding: 0.4em;
    line-height: 1;
    margin-bottom: 0.5em;
}
#info .index .topPrice .daiko dl{
	font-weight: 900;
    display: flex;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
	margin-top: 0.5em;
} 
#info .index .topPrice .daiko dl dt{
	font-weight: 900;
    width: 100px;
    padding: 0.6em;
} 
#info .index .topPrice .daiko dl dd{
	padding: 0.6em;
	font-weight: 900
} #info .index .topPrice .daiko dl dd strong{
	font-size: 1.2em;
	
	
} 
@media (max-width: 750px) {
  #info .index .topPrice::before, #info .index .topPrice::after {
    background-size: contain;
    height: 25px;
  }
  #info .index .topPrice .kakaku .month h3 {
    font-size: 30px;
  }
  #info .index .topPrice .kakaku .month h3 strong {
    font-size: 60px;
  }
  #info .index .topPrice .kakaku .first h3 {
    font-size: 22px;
  }
  #info .index .topPrice .kakaku .first h3 strong {
    font-size: 40px;
  }
	#info .index .topPrice .daiko div:last-child{
	width: 60%;
	margin: auto
}
}
@media (min-width: 751px) {
	#info .index .topPrice .daiko{
	display: flex;
	flex-direction: row;
	padding: 1em;
} 
}
/* topFaq */
#info .index .topFaq {
}
#info .index .topFaq dl {
  background-color: #FFF;
  margin-bottom: 15px;
  padding: 15px;
  text-align: left;
}
#info .index .topFaq dl dt {
  font-weight: bold;
	background: #fcd80d;
  border: 3px solid #000;
border-radius: 20px;
  font-size: 120%;
  padding: 1em 1em 1em 2em;
	margin-right: 20px;
	position: relative
}
#info .index .topFaq dl dt::before {
  content: "Q.";
  margin-left: -1em;
	margin-right: 0.5em;
}
#info .index .topFaq dl dd {
  padding: 1em 1em 1em 2em;
	border-radius:20px;
	border: 3px solid #000;
	margin-left: 20px;
	margin-top: -10px;
	z-index: -1
}
#info .index .topFaq dl dd::before {
  display: inline-block;
  content: "A.";
  color: #C00;
  font-weight: bold;
  font-size: 120%;
  margin-left: -1em;
	margin-right: 0.5em;
}
@media (max-width: 750px) {}
@media (min-width: 751px) {
  #info .index .topFaq dl {
    padding: 30px;
  }
  #info .index .topFaq dl dt, #info .index .topFaq dl dd {
    padding: 1em 1em 1em 3em;
  }
}
/* topContact */
#info .index .topContact {
  background-color: #FFF;
}
@media (max-width: 750px) {}
@media (min-width: 751px) {
#info .index .topContact tr th {
	width: 25%;
}
}

#info .index .topVoice{
	background: #fcd80d;
}
#info .index .topVoice ul {
	display: flex;
	flex-wrap: wrap;
	gap:2em;
	justify-content: space-between;
}
#info .index .topVoice ul li{
	background: #FFF;
    padding: 2em;
    flex-basis: 40%;
	text-align: left;
	border-radius: 10px;
}
#info .index .topVoice ul li h3{
	padding-left: 20%;
    line-height: 1.5;
	position: relative;
	font-weight: 900;
	margin-bottom: 2em;
	color: #666;
}
#info .index .topVoice ul li div.voice{
	padding-left: 20%;
	position: relative;
	font-weight: 900;
}#info .index .topVoice ul li .jimu{
	padding-left: 20%;
    position: relative;
    margin-top: 2em;
    border-top: solid 1px #000;
    padding-top: 1em;
}
#info .index .topVoice ul li h3 .icon{
	position: absolute;
	top: -20px;
	left: -5px;
	width: 100px;
}
#info .index .topVoice ul li div.voice .icon{
	position: absolute;
	top: -20px;
	left:-5px;
	width: 100px;
}
#info .index .topVoice ul li .jimu::before{
	content: '';
	background-image: url(../info/img/voicePonit.png);
    display: inline-block;
    width: 70px;
	height: 70px;
    position: absolute;
    left: 0;
    top: 5px;
	background-size: contain;
}
#info .index .topVoice ul li:last-child{
	align-self: flex-end;
}
@media (max-width: 750px) {
	#info .index .topVoice ul {
		flex-direction: column;
	}
	#info .index .topVoice ul li h3,
	#info .index .topVoice ul li div.voice,
	#info .index .topVoice ul li .jimu{
	padding-left: 70px;
}
	#info .index .topVoice ul li h3 .icon,
	#info .index .topVoice ul li div.voice .icon{
	position: absolute;
	top: -10px;
	left:-8px;
	width: 60px;
	}#info .index .topVoice ul li .jimu::before{
		width: 60px;
		height: 60px;
	}
}
#info  #footer{
	background: hsla(0,0%,0%,1.00);
	color: #fff;
	display: flex;
	justify-content: center;
	gap:50px;
	text-align: left;
	padding: 2em
}
#info  #footer h2 a{
	text-align: right;
	color: #FFF;
	font-weight: 900;
}
#info  #footer .copyright{
	font-size: 0.7em;
}

.thankyou,.form_ok {
	min-height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media (max-width: 750px) {
	#info #footer{
	padding: 2em 2em 5em;
	flex-direction: column;
    gap: 10px;
	}
}
/*****************fix btn***************/
@media screen and (min-width: 769px){
	.FixMenu {
		position: fixed;
        width: 170px;
        top:50%;
        right:0;
        display: flex;
		flex-direction: column;
}
	.FixMenu > div a{
		background: #000;
        border: 3px solid #ffffff;
		border-right:none;
        color: #FFF;
        font-weight: 900;
        padding: 0.8em ;
        border-radius: 20px 0 0 20px;
        letter-spacing: 0.1em;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
	}
}
@media (max-width: 750px) {
.FixMenu {
	position: fixed;
        width:82vw;
        bottom: 0;
        left: 1vw;
        display: flex;
}
.FixMenu > div{
	flex: 1 50%;
}
	.FixMenu > div a{
		background: #000;
        border: 3px solid #ffffff;
		border-bottom: none;
        color: #FFF;
        font-weight: 900;
        padding: 0.8em 1.2em;
        border-radius: 20px 20px 0 0;
        letter-spacing: 0.1em;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
	}
	.FixMenu > div a.line_btn{
		
	}
}
	.FixMenu > div a.line_btn:before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 17px;
        background-image: url(https://raptokyo.co.jp/img/LINE_icon.svg);
        background-repeat: no-repeat;
        margin-right: 5px;
    }