@charset "utf-8";
/*------------------------------------------------------------
ランディングページ
------------------------------------------------------------*/
.lp_box {
  font-family:
  "Hiragino Sans",
  "Noto Sans JP",
  sans-serif;
}
.order_box1{
overflow:hidden;
}

.content_area{
}


.entry-title {
    background-color: #fff;
    font-size: 34px;
    color: #66D000;
    border-bottom: solid 2px #66D000;
    text-align: center;
}

.lp_text{/*センタリング*/
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.lp_text_left{/*左寄せ*/
	width: 90%;
	margin: 0 auto;
/*	padding-bottom:50px;
	text-align:left;*/
}

.jishashozaimovie img{
	width: 100%;
	max-width: 524px;
	margin: 0 auto;
	text-align: center;
}

.lp_img{/*センタリング*/
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.lp_img_kaiin{
	display: flex;
	justify-content: space-around;
}

.lp_img_kaiin img{
	width: 382px;
	margin: 10px;
	text-align: center;
}


.lp_button{/*センタリング*/
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.lp_others{/*センタリング*/
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.lp_others2{/*センタリング*/
	width: 90%;
	margin: 0 auto;
	text-align: center;
}


.lp_hyou{
	width: 90%;
	display: flex;
	margin: 0px;
}

.lp_hyou-c{
	width:50%;
	border:1px solid #333;
	text-align: center;
}

.lp_hyou-r{
	width:50%;
	border:1px solid #333;
	text-align: right;
}

.lp_hyou-l{
	width:100%;
	border:1px solid #333;
	text-align: left;
}

/*.lp_hyou{
	width: 90%;
	display: grid;
	grid-template-columns	:50% 50%;
	grid-template-rows	:50% 50%;
	margin-top: 20px;
}


#gi1 {
  background-color: aqua;
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

*/

.stokucho {
    list-style: none;
    margin: 20px auto;
    font-size: 1.2em;
    line-height: 1.5em;
    width: 85%;
    background: #f0fff0;
    padding: 8px 2em 20px 2em;
    border-radius: 30px;
    overflow: hidden;
}

.tokucho-box {
	display: flex;
	flex-direction: row;
	margin-top: 20px;
}

.tokucho_number {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    width: 40px;
    margin: 0 10px 0 0;
}

.tokucho_honbun {
	margin-top:7px;
}

.stress2 {
    color: #f00;
    font-weight: bold;
}

.entry-title{

}

#content h2 {
    margin: 35px 0 35px;
    padding: 5px;
    background-color: #00AA93;
    color: #fff;
    border: none;
    font-size: 35px;
    text-align: center;
    background-image: url(img/point_line.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    font-weight: bold;
}


.tokucho p {
    color: #4b0082;

    font-size: 1.2em;
    float: right;
    margin: 1em 0 0 0;
    line-height: 1.5em;
    font-weight: bold;
}

.stress {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
}


.register_btn{
	width: 80%;
	margin: 50px auto;
}

a.nyukai_btn {
	font-size: 2em;
	font-weight:bold;
	padding:20px 60px 20px 60px;
	display: block;
	position: relative;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border:3px solid #66d000;
	background:#66d000;
	overflow: hidden;
	z-index: 1 !important;
	border-radius: 10px;
}
a.nyukai_btn:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: 0.3s;
	z-index: -1;
}
a.nyukai_btn:hover {
	color:#dc143c;
}
a.nyukai_btn:hover:after {
	height: 500%;
	opacity: 1;
}
a.nyukai_btn:active:after {
	height: 350%;
	opacity: 1;
}

#lpheader{
  display: grid;
  grid-template-columns: 300px 400px 1fr;
  grid-template-rows: 45px 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
  "item2 item1 item3"
  "item2 item4 item5" ;

}
#head-item1{
grid-area:item1;
text-align:center;
padding-top:10px;
}
#head-item2{
grid-area:item2;
padding-top:5px;
}
#head-item3{
grid-area:item3;
}
#head-item4{
grid-area:item4;
text-align:center;
vertical-align:middle;
}
#head-item5{
grid-area:item5;
display:flex;
justify-content: flex-end;
}
#head-item5 #small_info,#head-item5 #small_kakaku{
padding-top:20px;
}
#head-item5 #small_info a,#head-item5 #small_kakaku a{

}

hr.hr{
margin-top:1em;
}



.lp_button{
	width: 80%;
	text-align: center;
	margin: 60px auto 100px;
}

.lp_button img{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}


.footer{
padding:10px;
}


/*------------------------------------------------------------
■ テキスト
------------------------------------------------------------*/
h1{
  margin-top: 20px;

}

h3{
  text-align: center;
}
h3,p{
  color: #333;
}
/*------------------------------------------------------------
■ 申請サポートcss
------------------------------------------------------------*/
.lp_box{
  width: 95%;
  margin: auto;
  margin-top: 80px;
}
.contact_btn{
border: 3px #ff9100 solid;
  background: #fff;
  color: #ff9100;
}
.register_btn{
  background: linear-gradient(135deg, #ff9100, #ff6000);
  border: 3px #fff solid;
  color: #fff;
}
.register_btn,.contact_btn{
  text-align: center;

box-shadow: 0 0 8px #dddddd;
padding: 10px;

width: 500px;
margin: auto;
border-radius: 100px;
font-size: 24px;
margin-top: 40px;
font-weight: bold;
}
.title_line{
  width: 30px;
height: 4px;
border-radius: 100px;
background: #38a345;
margin: auto;
margin-bottom: 20px;
margin-top: 20px;
}
/*----メイン-----*/
.main{
  position: relative;
  margin-top: 70px;
}
.lp_h2{
  color: #ff6c00;
 font-size:40px;
     margin-bottom: 10px;
}
.main .main01{
  position: absolute;
  right: 0;
bottom: -30px;
  z-index: -10;
}
.main_graph{
  display: flex;
  align-items: flex-start;
}
.main_graph img{
      width: 20%;
  margin-left: 40px;
}
/*----相談受付中-----*/

.subsidy-box {
  position: relative;
  max-width: 640px;
  margin: -25px auto 20px auto;
  padding: 40px 20px 20px;
  z-index: 0;
  background: #f3f3f3;
  text-align: center;
}

.subsidy-label {
  position: relative;
  margin: auto;
    width: 200px;
  background: #38a345;
  color: #fff;
  font-size: 18px;
  margin-top: 80px;
  text-align: center;
  font-weight: bold;
  padding: 10px 60px;
  border-radius: 999px;
  white-space: nowrap;
}

/* 吹き出しの三角 */
.subsidy-label::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);

  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #38a345;
}

.subsidy-content p {
  margin: 12px 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.subsidy-content a {
  color: #333;
  text-decoration: underline;

}
.subsidy-content {
  position: relative;
  z-index: 2;
}

.subsidy-label {
  z-index: 1;
}

/*----おなやみ-----*/
.content01{
  position: relative;
  background: #eef6ed;
  padding: 40px 0;
  text-align: center;
}
.content01 h3,.content03 h3{
  display: inline;
  background: linear-gradient(
  transparent 60%,
  #b6ddc0 60%
);
}
.img_con01_1{
  display: block;
  margin: auto;
  margin-top: 80px;
}
.onayami{
  position: absolute;
  background: #fff;
  padding: 20px 30px;
  border-radius: 200px;
  font-size: 16px;
  text-align: left;
}
.onayami1{
  top: 130px;
  left: 40px;
}
.onayami2{
  bottom: 80px;
  left: 100px;
}
.onayami3{
  top: 100px;
  right: 100px;
}
.onayami4{
  top: 190px;
  right: 50px;
}
.onayami5{
  bottom: 50px;
  right: 90px;
}
.content01::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #eef6ed;
}

/*----メリット-----*/
.content02{
  margin-top: 50px;
}
h3 span{
  color: #ff6c00;
}
.merit_wrap{
  margin-top: 30px;
  position: relative;
}
.merit{
  display: flex;
  align-items: flex-end;
margin-top: 20px;
}
.meritleft{
  font-weight: bold;
  color: #38a345;
}
.meritleft span{
 font-size: 40px;
}
.meriright{
  border-bottom: 2px solid #38a345;
 margin-left: 20px;
 margin-bottom: 10px;

}
.meriright span{
  font-weight: bold;
      color: #38a345;
}
.img_con02_1{
  position: absolute;
  right: 0;
  z-index: -5;
  bottom: -20px;
}
/*----選ばれる理由-----*/
.content03{
  padding: 40px 0;
  text-align: center;
  background: #eef6ed;
}
.img_con03_1{
  display: block;
  margin: auto;
  width: 80%;
  margin-top: 40px;

}
.content03_1{
  border: 3px solid #52be6e;
  border-radius: 20px;
  padding-bottom: 40px;
  background: #fff;
  width: 90%;
  margin: auto;
}
.content03 p{

  font-size: 16px;
}
/*----実績-----*/
.content04{
  text-align: center;
}
.jisseki01{
  display: flex;
  justify-content: center;
}

.jisseki01 div{
  margin: 0px 20px 0 20px;
  display: inline-block;

}
.jisseki span{
  color: #38a345;
}
.jisseki{
  font-size: 16px;
}
.jisseki02{

margin: 20px 20px 0 20px;
}
.content04_wrap{

  border: 2px solid #38a345;
    box-shadow: 4px 4px #38a345;
  width: 80%;
  padding: 20px 0;
  margin: auto;
  margin-top: 40px;

}
.content04 p{
  font-weight: bold;
  font-size: 16px;
  color: #38a345;
}
/*----お客様の声-----*/


.content05_wrap{
  max-width: 90%;
  margin: auto;
  margin-top: 40px;
}
.voc{
  display: flex;
  align-items: center;
  border-bottom: 2px solid #38a345;
  padding: 20px 0;

}
.voc03{
  border-bottom: none;
}
.voc_title{
  display: flex;

  align-items: center;

}
.voc_title_number{
  font-size: 54px;
  color: #38a345;

}
.voc_title_right{
  margin-left: 20px;
      margin-top: 5px;
}
.voc_title_right1{
  font-size: 16px;
  margin: 0;
}
.voc_title_right2{
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  color: #ff6c00;
}
.voc_p{
  font-size: 16px;
}
/*----サポートの流れ-----*/


.flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 760px;
  margin: 40px auto;
}

.flow-card {
  position: relative;
  width: 23%;
  height: 170px;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  background: #fff;

  text-align: center;
  box-sizing: border-box;
}
.flow-card img{
width: 60px;
  display: block;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 10px;
}

.flow-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #38a345;
  filter: drop-shadow(7px 0 0 #38a345);
  z-index: 2;
}

.flow-card p {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.flow-card p span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}


/*---料金-----*/
.content07{
  max-width:  75%;
}
.price{

  margin: auto;
 display: flex;
 text-align: center;
	align-items: center;
  justify-content: space-between;
  margin-top: 40px;

}
.price1{
  background:  #38a345;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  padding: 5px;
}
.price2{
  font-size: 16px;
  margin-top: 10px;
}
.price_plus{
  font-size: 50px;
}
.price3{
  font-size: 14px;
  margin-bottom: 10px;
}
.price_right,.price_left{
  border-radius: 10px;
  width: 45%;
  border: 2px solid #38a345;
}
.price_plus{
  width: 10%;
}
.content07p{
}
.content07p2{
  display: flex;
  align-items: center;
}
.content07p2 p{
  width: 70%;
  text-align: center;
}
.content07p2 p span{
  font-weight: bold;
  font-size: 24px;
  color: #38a345;
}
.content07p2 img{
  width: 30%;
}
/*----よくある質問-----*/
.faq-item{

}

.faq-question{
    width:100%;
    padding:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#fff;
    border:none;
    cursor:pointer;
    font-size:18px;
    font-weight:bold;
    border-bottom:3px solid #fff;
    text-align:left;
    background: #f2f8f3;
    border-radius: 10px;
}

.faq-answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
    padding: 0 20px;
    line-height: 1.8;
    font-size:18px;
    font-weight:bold;

}
.faq_q,.faq_a{
  font-size:34px;
  margin-right: 10px;
}
.faq_q{
  color: #38a345;

}
.faq_a{
  color: #ff6c00;
}
.faq-answer p{
    margin: 20px 0;
}

.icon{
    transition:.3s;
}

.faq-item.active .icon{
    transform:rotate(180deg);
}
.faq{
  width: 80%;
  margin:auto;
  margin-top: 40px

}
.faq-question{
  color: #333;
}
.icon{
    font-size:24px;
    color: #38a345;
}
/*---------*/

.pc{
  display: block;
}
.sp{
  display: none;
}
/*------------------------------------------------------------
■【mobile用】main-box
------------------------------------------------------------*/
@media screen and (max-width:736px){
.register_btn, .contact_btn{
  width: 90%;
  font-size: 16px;
}
#wrapper{
	width: 100%;
}

#logo {
	width: 100%;
	margin: 56px auto 0;
	float: none;
}

.m_navi {
	height: 0;
}


.lp_text,.lp_img,.lp_button,.jishashozaimovie img{
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}

.lp_text_left{
	width: 90%;
	margin: 40px auto;
	text-align:left;
}


.lp_img_kaiin{
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
}


.lp_img_kaiin img{
	width: 90%;
	margin: 10px;
	text-align: center;
}


.lp_button{
	margin: 50px auto;
}

.lp_button img{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.lp_others2 iframe{
	width:90%;
/*	height:90%;*/
}

.stokucho {
    font-size: 1em;
    padding: 8px 1.1em 20px 1em;
    border-radius: 12px;
}

.tokucho_honbun {
	margin-top:4px;
}

a.nyukai_btn {
	font-size: 1em;
}

#lpheader{
  display:block;
text-align:center;
margin-top:50px;
}
#head-item1{

}
#head-item3{
display:none;
}
#head-item4{
margin-top:15px;
}
#head-item5{
display:none;
}
.m_navi2 li a{
font-size:1.3em;
}

.m_navi_box,.m_navi{
height:50px;
background-color:#fff;

}

#content h2{
font-size:25px;
}
a.cv_btn_blu {
  width: 80%!important;
}
.box {
  width:85%;
}
.box img{
  width:100%;
}
a.cv_btn {
  font-size: 1.2em;
  width: 85%;
  margin:20px auto 0;
}

/*main*/
.main {
      margin-top: 20px;
}
.main .main01{
  position: relative;
  margin: auto;
  width: 70%;
  display: block;
  bottom: 0;
}
.main_graph {
    justify-content: space-between;
}
.lp_h2 {
      font-size: 22px;
}
.main_graph img {
    width: 48%;
    margin-left: 0px;
}
.onayami{
      position: static;
      background: none;
      text-align: center;
          padding: 10px 0px;
}
.content01 h3{
  margin-bottom: 40px;
}
.onayami1{
  margin-top: 50px;
}
.img_con01_1{
  margin-top: 40px;
}
.img_con02_1{
  position: relative;
  display: block;
  margin: auto;
}
.merit{
  display: block;
}
.meriright{
      margin-left: 0px;
}
.content03{
  background: none;
}
.content03_1{
  border: none;
      width: 100%;
}
.img_con03_1{
  width: 100%;
}
/*実績*/
.jisseki01{
  display: block;
}
.content04 {
    text-align: left;
}
.content04_wrap{
  width: 95%;
}
.content04p{
  text-align: center;
}
.jisseki02{
  margin-top: 0;

}
/*お客様の声*/
.voc{
  display: block;
}
.voc img{
  width: 70%;
  display: block;
  margin: auto;
}
/*流れ*/
.flow {
  display: block;
}
.flow-card{
  display: flex;
  align-items: center;
  width: 100%;
  height:auto;
  margin-bottom: 10px;
}
.flow-card img{
  width: 10%;
  margin-left: 10%;

}
.flow-card:not(:last-child)::after{
  top: 90%;
right: 50%;
    transform: rotate(90deg);
}
.flow-card p{
  width: 90%;
}
.flow-card p span{
  display: inline;
}
/*料金*/
.content07{
  max-width: 100%;
}
.content07p2 p{
  text-align: left;
}
/*質問*/
.faq{
  width: 95%;
}
/*非表示用*/
.lp_img{
  width: 100%;
}
.lp_img img{
    width: 100%;
}
.pc{
  display: none!important;
}
.sp{
  display: block!important;
}
}
