@charset "UTF-8";
/* スマートフォン用CSS */

.hidden-sp {
	display:none !important;
}
.hidden-pc {
	display: inherit !important;
}
.only-sp {
	display: inherit !important;
}
.only-pc {
	display: none !important;
}

html {
    font-size:2.4vw !important;
}

img {
	height: auto;
    width: 100%;
}
.inner {
    width: 100%;
    padding: 0 4%;
}
.h2Tag {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 4rem;
}
.h2Tag .orange{
    font-size: 2.6rem;
}
.h2Tag .h2_span:before {
    width: 5rem;
    height: 6rem;
    left: -15%;
}
.h2Tag .h2_span:after {
    width: 5rem;
    height: 6rem;
    right: -15%;
}
.pTag {
    font-size: 1.4rem;
}
#top {
    min-width: 100%;
}

#header {
    min-width: 100%;
    padding: 0;
    background-color: transparent;
    top: 0;
    left: 0;
    height: 6rem;
}
#header .inner {
    width: 100%;
    height: 6rem;
    padding: 0;
}
.header_left {
    padding: 3% 0 0 4%;
}
.header_left img {
    width: 4rem;
}
.header_right {
    display: block;
    width: 80%;
    height: 6rem;
}
.header_right #gnav {
    height: 6rem;
}

.header .gnav-inner #menubtn {
    float: right;
    width: 5.4rem;
  height: 5rem;
  position: fixed;
    background: #E08B06;
        -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
    z-index: 1000;
    top: 0;
    right: 0;
}
.header .gnav-inner #menubtn::after {
  content: "MENU";
  position: absolute;
    text-align: center;
  top: 2.8rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  font-size: 1rem;
    letter-spacing: 0;
    color: #FFFFFF;
  transition: all .4s;
}
.header .gnav-inner #menubtn.active::after {
  opacity: 0;
}
.header .gnav-inner #menubtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  height: 2px;
  background: #FFFFFF;
  width: 60%;
        -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
      border-radius: 999px;
}
.header .gnav-inner #menubtn span:nth-of-type(1) {
  top: 1rem;
}
.header .gnav-inner #menubtn span:nth-of-type(2) {
  top: 1.8rem;
}
.header .gnav-inner #menubtn span:nth-of-type(3) {
  top: 2.6rem;
}
.header .gnav-inner #menubtn.active span:nth-of-type(1) {
  top: 2.4rem;
  transform:  translate(-50%, 0%) rotate(-45deg);
}
.header .gnav-inner #menubtn.active span:nth-of-type(2) {
  opacity: 0;
}
.header .gnav-inner #menubtn.active span:nth-of-type(3) {
  top: 2.4rem;
  transform:  translate(-50%, 0%) rotate(45deg);
}

.gnav_sp {
    margin: 0;
    width: 100%;
    top: 0;
    right: -120%;
    bottom: 0;
    height: 100vh;
    background: #FFFFFF;
    padding: 100px 15% 0;
    position: relative;
    z-index: 500;
    transition: all 0.6s;
}
.gnav_sp.panelactive {
    right: 0;
}

.header_right .gnav ul {
    display: block;
}
.header_right .gnav ul li {
    padding: 1.4rem 0;
    border-right: none;
    border-bottom: 1px solid #292929;
    line-height: 2.75;
}
.header_right .gnav ul li:nth-of-type(1) {
    line-height: 1.375;
}
.header_right .header_contact {
    margin: 5rem auto 0;
}
.header_right .header_contact img {
    width: 100%;
}



/*      footer      */
footer {
    min-width: 100%;
}
footer .inner {
    padding: 3em 6%;
}
footer .footer_logo {
    width: 4rem;
    margin-bottom: 2em;
}
.footer_left {
    
}
.footer_right {
    
}
.footer_link ul {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;	
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    
}
.footer_link ul li {
    margin: 0.4em 0.6em;
}
.footer_link ul li a {
    font-size: 1.4rem;
    line-height: 1.75;
}
.copyright {
    font-size: 1rem;
}
#pagetop a {
    width: 5rem;
    top: -5%;
}

#fixed_side_bnr {
    width: 7rem;
}



/*      main_visual      */
.main_visual {
    min-width: 100%;
    padding-top: 0;
}
.main_visual .inner {
    width: auto;
    background: url(../img/mv_bg_dot_sp.png);
    background-size: 180%;
    background-position: center center;
    background-repeat: repeat-x;
    background-position-y: 32%;
    padding: 0;
}
.mv_top_area {
    width: 100%;
    padding: 5.5rem 0 4rem;
}
.mv_top_area::before, 
.mv_top_area::after {
    display: none;
}
.mv_h2Tag {
    font-size: 3.6rem;
    margin: -1rem 0 5rem;
}
.mv_img img {
    width: 100%;
}
.mv_contact_link img {
    margin: 3rem auto 0;
    width: 80%;
}

.section01 {
    padding: 0 0 4rem;
}
.mv_cp_bnr img {
    margin: 0 auto 8rem;
}
.worry_area {
    width: 100%;
    background: url(../img/img08_sp.png) no-repeat center center / cover;
    padding: 3em 0;
}
.worry_ttl {
    font-size: 2rem;
    padding: 0 0 2rem;
    line-height: 1.5;
}
.worry_ttl span {
    font-size: 3rem;
    line-height: 1.1;
}
.worry_area02 {
    width: 100%;
    margin: 3em 0;
}
.worry_ttl .orange {
    font-size: 3rem;
}
.worry_area02 .worry_ttl .green {
    font-size: 2.4rem;
}
.worry_area02 .worry_ttl .underline {
    font-size: 2rem;
}
.worry_area02 .pTag_bold {
    font-size: 1.6rem;
    margin: 0.8em 0;
}
.comparison_box {
    overflow: hidden;
    margin-bottom: 3em;
}
.comparison_box .triangle_3 {
    margin: 1em auto;
    width: 30%;
}
.comparison_box .sp_scroll {
    overflow: scroll;
}
.comparison_box .sp_scroll img {
    width: 528px;
}
.comparison_box .comparison02 {
    margin: 1.5em auto 0;
}
.worry_list {
    width: 70%;
    margin: 1em auto 0;
}
.worry_list ul li {
    font-size: 1.4rem;
    line-height: 1.66;
    padding-bottom: 0.6em;
}
.worry_list ul li span {
    font-size: 1.5rem;
}
.voice_area {
    margin-top: 5rem;
}
.voice_ttl {
    font-size: 2rem;
}
.voice_ttl .d_line {
    display: block;
}
.voice_ttl .d_line:before {
    left: 0;
    top: 75%;
}
.voice_ttl .d_line:after {
    right: 0;
    top: 75%;
}
.voice_ttl .orange {
    font-size: 2.4rem;
}

.voice_boxs {
    margin: 4rem auto 0;
    display:block;
}
.voice_box {
    width: 100%;
    margin-bottom: 5rem;
}
.voice_fukidashi {
    width: 90%;
    padding: 1.8rem 2.4rem;
}
.voice_fukidashi::after {
  left: 63%;
    bottom: -25px;
  border-width: 30px 0 0 30px;
}
.voice_box:nth-child(2) .voice_fukidashi {
    margin-left: 10%;
}
.voice_box:nth-child(2) .voice_fukidashi:after {
    left: 25%;
    transform: rotateY(180deg);
}
.voice_fukidashi .voice_head {
    font-size: 1.8rem;
    line-height: 1.5;
}
.voice_fukidashi .voice_txt {
    line-height: 1.57;
}
.voice_box picture {
    width: 35%;
}
.voice_box img {
    margin: 0 auto ;
    width: 35%;
}
.voice_detail {
      display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
      -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
    flex-direction: row-reverse;
    margin: 2rem 0 0;
}
.voice_box:nth-child(2) .voice_detail {
    flex-direction: initial;
}
.voice_detail:after {
    display: none;
}
.voice_detail_inner {
    width: 60%;
}
.voice_name {
    
}

.request_box {
    width: 100%;
}
.request_box .request_ttl {
    font-size: 1.4rem;
    top: -1.4rem;
    padding: 0 1.3rem;
}
.request_box .request_txt {
    font-size: 1.4rem;
    line-height: 3;
    padding: 1rem 0;
} 
.request_box .request_txt2 {
    line-height: 1.5;
} 
.contact_btn img {
    width: 80%;
}

.section02 {
    padding: 4rem 0 5rem;
}

.bg_logo {
    top: -3rem;
    width: 50%;
}
.h2Tag_green .green {
    font-size: 2.4rem;
}
.about_flex_box {
  display:block;
    width: 100%;
    margin: 0 auto 2em;
}
.about_flex_box_R {
    padding-left: 0;
}
.about_flex_box_R .pTag {
    margin: 1em 0;
    padding: 0 4%;
}
.about_flex_box_R img {
    width: 70%;
}

.feature_boxs {
    width: 100%;
}
.feature_box {
    width: 46%;
    margin: 0 auto 3rem;
}
.feature_box img {
    width: 75%;
}
.feature_box_ttl {
    font-size: 1.8rem;
    margin: 0.4em 0;
}
.feature_box_txt {
    line-height: 1.6;
    font-size: 1.4rem;
}
.about_box {
    width: 100%;
    padding: 1.4em 1.4em 3em ;
    border: 3px solid #00A6B9;
}
.about_box_R {
    float: none;
    width: 100%;
}
.about_h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    text-align: center;
}
.about_h3 span {
    font-size: 2.2rem;
}
.about_h3 img {
    width: 3rem;
}
.about_txt {
    margin-top: 0.8em;
    line-height: 1.71;
}
.link_hp a img {
    width: 40%;
    float: right;
}
.link_hp .triangle {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0px;
  left: -14px;
  border-left: 14px solid transparent;
  border-bottom: 28px solid #00A6B9;
}

.section03 {
    padding: 4rem 0 30px;
}
.works_boxs {
    display:block;
}
.works_box {
    width: 95%;
    margin: 0 auto 30px;
}
.works_box_txt {
    font-size: 1.4rem;
}

/*      section04      */
.section04 {
    padding: 4rem 0;
}
.section04 .inner {
    width: 100%;
    background:none;
    
}
.service_boxs {
    width: 100%;
    padding-top: 1em;
    margin: 0 auto;
    position: relative;
}

.service_box {
    width: 50%;
    padding: 1rem;
    text-align: center;
    border-bottom: 2px solid #FCC901;
    border-right: 2px solid #FCC901;
    position: relative;
}
.service_box:nth-child(n+5) {
    border-bottom: none;
}
.service_box:nth-child(2),
.service_box:nth-child(4),
.service_box:nth-child(6)  {
    border-right: none;
}
.service_box:nth-child(1)::after,
.service_box:nth-child(3)::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: #FEFBEE;
    bottom: -8px;
    right: -8px;
    z-index: 2;
}
.service_box_ttl {
    font-size: 1.8rem;
}
.service_box_txt {
    font-size: 1.4rem;
    margin: 0.4em 0 1em;
}
.service_box img {
    width: 60%;
}



/*      section05      */
.section05 {
    padding: 4rem 0 4rem;
}
.plan_boxs {
    width: 100%;
    margin: 0 auto 5rem;
    display:block;
}
.plan_box {
    width: 100%;
    margin-bottom: 3rem;
}
.plan_box img {
    width: 60%;
    margin: 0 auto;
}
.plan_box03:after{
     width: 60px;
    top: -16px;
    right: -20px; 
}
.plan_box_ttl {
    font-size: 2.2rem;
    margin-bottom: 1em;
}
.plan_box_txt {
    font-size: 1.8rem;
    line-height: 1.44;
}
.plan_price {
    font-size: 2.4rem;
    margin: 0 2em 0.6em;
}
.plan_price span {
    font-size: 4rem;
}
.plan_box_txt2 {
    line-height: 1.71;
    padding: 0 2.2em 2em;
}


/*      section06      */
.section06 {
    padding: 8rem 0 4rem;
}
.flow_wrap {
    width: 100%;
    margin: 0 auto 6rem;
}
.flow_wrap:before {
    width: 24px;
    left: 5rem;
}
.flow_box {
    padding: 1.2em;
}
.flow_box_l {
    width: 25%;
}
.flow_box_r {
    width: 67%;
}
.flow_box_ttl {
    font-size: 2rem;
}
.flow_box:nth-child(3) .flow_box_ttl,
.flow_box:nth-child(5) .flow_box_ttl,
.flow_box:nth-child(6) .flow_box_ttl {
    margin-top: 0;
}
.flow_box_txt {
    line-height: 1.71;
    margin-top: 0.6em;
    font-size: 1.4rem;
}
.flow_contact_btn {
    float: right;
    margin-top: 0.8em;
}
.flow_box_txt2 {
    font-size: 1.4rem;
}
.flow_box_txt2 span {
}
.flow_box_list {
    font-size: 1.4rem;
}

/*      section07      */
.section07 {
    padding: 4rem 0;
}

.faq_box {
    width: 100%;
    margin: 0 auto 60px;
}
.faq_box dl {
    
}
.faq_box dl dt {
    font-size: 1.6rem;
    padding: 0.7em 2.3em 0.7em 3.4em;
}
.faq_box dl dt::before {
  content: "Q";
  font-size: 2rem;
  left: 1.2rem;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3rem;
    top: 1rem;
}
.faq_box dl dt::after {
    right: 6px;
}
.faq_box dl dd {
    line-height: 1.7;
}
.faq_box dl dd::before {
  font-size: 2rem;
  left: 1.2rem;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3rem;
}
.campaign_bnr_area img {
    margin: 30px auto 0;
}
.campaign_bnr_area .pc-only {
    display: none;
}



/*      section08      */
.section08 {
    padding: 4rem 0 8rem;
}
.contact_top_txt {
    font-size: 1.8rem;
}
.contact_wrap {
    width: 100%;
    padding: 1.2em 1.2em 2em;
}

.contact_wrap table tr {
    padding: 2rem 0 3rem;
    display: block;
    border-bottom: 1px solid #B2B2B2;
}
.contact_wrap table th, .contact_wrap table td {
    padding: 0;
    display: block;
    border-bottom: none;
}
.contact_wrap table th {
    width: 100%;
}
.contact_wrap table tr:nth-of-type(7) th {
    vertical-align: inherit;
    
}
.contact_wrap table th span {
    float: none;
    margin: 0 0 0 1em;
}
.contact_wrap table td {
    width: 100%;
    padding-left: 0;
    margin-top: 0.4em
}

.contact_wrap .poricy {
    font-size: 1.4rem;
}
.contact_wrap .poricy h6 {
    font-size: 1.4rem;
}
.btn02 {
    padding: 5rem 0 0;
}
input[type="submit"].wpcf7-submit {
    width: 80%;
}

.recaptcha, .recaptcha a {
    font-size: 1rem;
}


/*      モーダル       */

.modal-window .close-btn {
    top: 1rem;
    right: 1rem;
    font-size: 3rem;
}
.modal-window .wrapper {
    max-width: 100%;
}
.modal_ttl {
    font-size: 2rem;
    border-left: 3px solid #ffffff;
}
.modal_flex {
  display:block;
    margin: 2em auto;
    padding: 0 4%;
}
.modal_txt {
    width: 100%;
}
.modal_scroll {
    width: 80%;
}
.modal_flex02 {
  display:block;
}
.modal_img_pc {
    width: 100%;
    margin-bottom: 2em;
}
.modal_img_sp {
    width: 80%;
    margin: 0 auto;
}
.modal_img_ttl {
    
}
.scroll_img {
    height: 500px;   
}