@charset "UTF-8";
#top {
    position: relative;
    overflow: hidden;
    min-width: 1240px;
}
.inner {
	width:1240px;
	margin:0 auto;
	position:relative;
}
/* 共通 */
section {
    padding: 20rem 0;
}
.h2Tag {
    font-size: 4.4rem;
    text-align: center;
    margin-bottom: 8rem;
}
.h2Tag .h2_span {
    display: inline-block;
    position: relative;
    padding: 0 1em;
}
#feature .h2Tag .h2_span,
#service .h2Tag .h2_span {
    padding: 0;
}
.h2Tag .orange {
    font-size: 5rem;
    color: #E08B06;
    font-weight: 900;
}
.h2Tag .h2_span:before {
    width: 72px;
    height: 86px;
    background-image: url("../img/h2_left.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
    position: absolute;
    top: 50%;
    left: -10%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.h2Tag .h2_span:after {
    width: 72px;
    height: 86px;
    background-image: url("../img/h2_right.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
    position: absolute;
    top: 50%;
    right: -10%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.contact_btn img {
    margin: 0 auto;
}

/*      header      */
#header {
  width: 100%;
  padding: 1.7em 0;
  min-width: 1240px;
    position: fixed;
    z-index: 100;
    background: #FFFFFF;
}
#header .inner {
  width: 1240px;
  position: relative;
  margin: 0 auto;
   display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
   -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .inner:after {
    display: none;
}
.header_left {
}
.header_right {
   display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.header_right .gnav ul {
    display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header_right .gnav ul li {
    text-align: center;
    vertical-align: middle;
    padding: 0 1.6em;
    list-style: none;
    border-right: 2px solid #292929;
    font-weight: bold;
    line-height: 3.25;
}
.header_right .gnav ul li:nth-of-type(1) {
    line-height: 1.625;
}
.header_right .gnav ul li:nth-of-type(5) {
    border: none;
}
.header_right .gnav ul li a {
    color: #292929;
  transition: all ease .2s;
}
.header_right .header_contact {
    margin: 3px 0 0 3em;
}

/*      footer      */
footer {
    width: 100%;
    min-width: 1240px;
    position: relative;
}
footer .inner {
    padding: 3em 6em;
}
.footer_left {
    
}
footer .footer_logo {
    display: block;
    margin: 0 auto 3em;
}
.footer_right {
}
.footer_link ul {
    list-style: none;
      display:-webkit-box;
  display:-ms-flexbox;
  display:flex;  
    -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_link ul:after {
    display: none;
}
.footer_link ul li a {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000000;
    line-height: 2.5;
}
.copyright {
    background-color: #292929;
    color: #FFFFFF;
    font-size: 1.2rem;
    text-align: center;
    padding: 1em 0;
    font-weight: 100;
    letter-spacing: 0.01em;
}
#pagetop a {
    position: absolute;
    top: -12%;
    right: 4%;
    transition: 1s;
	z-index: 100;
}

#fixed_side_bnr {
    position: fixed;
    right: 0;
    bottom: 50px;
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    -o-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
    transition: all 0.2s ease-in;
    opacity: 0;
    z-index: 100;
}
.open#fixed_side_bnr {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
}


/*      main_visual      */
.main_visual {
    margin: 0 auto;
    padding-top: 130px;
    position: relative;
    text-align: center;
    background-color: #FCF5D9;
}
.main_visual .inner {
    width: auto;
    background: url("../img/mv_bg_dot.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: repeat-x;
}
.mv_top_area {
    width: 470px;
    margin: 0 auto;
    padding: 9.5rem 0 11rem;
    position: relative;
}
.mv_top_area:before {
  background: url("../img/mv_bg_L.png") no-repeat center center / cover;
  display: block;
  content: "";
  width: 1083px;
  height: 693px;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.mv_top_area:after {
  background: url("../img/mv_bg_R.png") no-repeat center center / cover;
  display: block;
  content: "";
  width: 1057px;
  height: 671px;
  position: absolute;
  top: 50%;
  right: 15%;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.mv_top_area img {
    margin: 0 auto;
}
.mv_h2Tag {
    font-size: 5.7rem;
    line-height: 1.65;
    margin: 0 0 8rem;
}
.mv_h2Tag .u_line {
    display: inline-block;
    border-bottom: 5px solid #292929;
}
.mv_h2Tag .pink {
    color: #ED555F;
}
.mv_h2Tag .small {
    font-size: 70%;
}

/*      section01      */
.section01 {
    padding: 0 0 6rem;
    background: #FCF5D9;
    position: relative;
}
.section01_bg img {
    width: 100%;
    height: auto;
}
.mv_cp_bnr img {
    margin: -2rem auto 12rem;;
}
.worry_area {
    width: 1075px;
    padding: 1.3em 0px;
    margin: 0 auto;
    background: url("../img/img08.png") no-repeat center center / cover;
}
.worry_area02 {
    width: 1100px;
    margin: 0 auto;
}
.worry_ttl {
    text-align: center;
    font-size: 3.6rem;
    font-weight: 700;
    padding: 7rem 0 0;
}
.worry_ttl .orange {
    font-size: 5rem;
    color: #E08B06;
    font-weight: 900;
}
.worry_area02 .worry_ttl .underline {
    border-bottom: solid 3px #000000;
}
.worry_area02 .worry_ttl .green {
    color: #00A6B9;
    font-size: 4.2rem;
}
.worry_area02 .pTag_bold {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin: 0.8em 0;
}
.worry_area02 .pTag_bold .pink {
    color: #ED555F;
}
.comparison_box {
    margin-bottom: 7em;
}
.comparison_box .triangle_3 {
    margin: 2em auto;
}
.worry_list {
    width: 665px;
    padding: 0 0 12rem 2rem;
    margin: 2em auto 0;
}
.worry_list ul li {
    font-size: 2.4rem;
    line-height: 2.41;
    font-weight: 500;
    list-style: none;
    position: relative;
}
.worry_list ul li::before {
    position: absolute;
    display: block;
    content: "●";
    color: #E08B06;
    left: -1.2em;
    top: 0;
}
.worry_list ul li:first-child {
    line-height: 1.66;
    margin-bottom: 0.4rem;
}
.worry_list ul li span {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.54;
    background: linear-gradient(transparent 65%, #FFF681 65%);
}
.voice_area {
    margin-top: 10rem;
}
.voice_ttl {
    text-align: center;
    font-size: 3.7rem;
    line-height: 1.59;
    font-weight: 700;
}
.voice_ttl .d_line {
    position: relative;
}
.voice_ttl .d_line:before {
    width: 36px;
    height: 69px;
    background-image: url("../img/voice_h2_L.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
    position: absolute;
    top: 50%;
    left: -11%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.voice_ttl .d_line:after {
    width: 36px;
    height: 69px;
    background-image: url("../img/voice_h2_R.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
    position: absolute;
    top: 50%;
    right: -11%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.voice_ttl .orange {
    color: #E08B06;
    font-weight: 900;
}
.voice_boxs {
    margin: 6rem auto 9rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.voice_boxs::after {
    display: none;
}
.voice_box {
    width: 36rem;
}
.voice_fukidashi {
    background-color: #FFFFFF;
        -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
      border-radius: 24px;
    padding: 2rem 3rem;
     box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.16);
    position: relative;
}
.voice_fukidashi::after {
  content: '';
  left: 4rem;
    bottom: -45px;
  width: 0;
  height: 0;
  margin: auto;
    position: absolute;
  border-style: solid;z-index: 1;
  border-color: #ffffff transparent transparent transparent;
  border-width: 50px 0 0 50px;
  -webkit-filter:drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.16));
  -moz-filter:drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.16));
  -ms-filter:drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.16));
  filter:drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.16));
}
.voice_fukidashi .voice_head {
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 0.6em;
}
.voice_fukidashi .voice_head .yellow_line {
    background: linear-gradient(transparent 65%, #FFF681 65%);
}
.voice_fukidashi .voice_txt {
    line-height: 1.81;
}
.voice_box img {
    margin: 2.4rem auto 0; 
}
.voice_name {
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 0.6em;
}
.request_box {
    border-top: 2px solid #E08B06;
    border-bottom: 2px solid #E08B06;
    text-align: center;
    color: #E08B06;
    position: relative;
    margin: 1.4em auto 0;
    width: 27rem;
}
.request_box .request_ttl {
    position: absolute;
    font-weight: 700;
    display: inline-block;
    background-color: #FCF5D9;
    top: -1.6rem;
    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%);
    padding: 0 2rem;
}
.request_box .request_txt {
    line-height: 3.25;
    padding: 1.2rem 0;
} 
.request_box .request_txt2 {
    line-height: 1.625;
} 
/*      section02      */
.section02 {
    padding: 7rem 0 9rem;
}
.bg_logo {
    position: absolute;
    top: -5.5rem;
    left: -3rem;
}
.h2Tag_green .green {
    color: #00A6B9;
    font-size: 5rem;
}
.h2Tag_green .h2_span:before {
    background-image: url("../img/h2_left_grn.png");
}
.h2Tag_green .h2_span:after {
    background-image: url("../img/h2_right_grn.png");
}
.about_flex_box {
      display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
      -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
    width: 1100px;
    margin: 0 auto 5em;
}
.about_flex_box::after {
    display: none;
}
.about_flex_box_R {
    padding-left: 5rem;
}
.about_flex_box_R img {
    float: right;
}
.feature_boxs {
    width: 1100px;
    margin: 0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.feature_boxs::after {
    display: none;
}
.feature_box {
    width: 30rem;
    margin: 0 3rem 6rem;;
}
.feature_box img {
    margin: 0 auto;
}
.feature_box_ttl {
    font-size: 2.6rem;
    text-align: center;
    font-weight: 700;
    margin: 1rem 0;
}
.feature_box_txt {
    line-height: 1.813;
    font-weight: 500;
}
.about_box {
    width: 1100px;
    margin: 4rem auto 0;
    padding: 7rem;
    border: 5px solid #00A6B9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.about_box .about_box_L {
    float: left;
}
.about_box_R {
    float: right;
    width: 48%;
}
.about_h3 {
    font-size: 2.6rem;
    border-bottom: 3px solid #00A6B9;
    margin-bottom: 2.4rem;
}
.about_h3 span {
    font-size: 3.4rem;
    color: #00A6B9;
}
.about_h3 img {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 0.4em;
}
.about_txt {
    font-weight: 500;
    line-height: 1.813;
}
.link_hp {
    position: absolute;
    right: 0;
    bottom: 0;
}
.link_hp a {
    
}
/*      section03      */
.section03 {
    position: relative;
    padding: 8rem 0 ;
}
.section03_bg_top img,
.section03_bg_btm img {
    width: 100%;
    height: auto;
}
.works_boxs {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
      -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.works_boxs::after {
    display: none;
}
.works_box {
    width: 381px;
    margin-bottom: 4rem;
}
.works_box:hover {
    cursor: pointer;
}
.works_box_txt {
    text-align: center;
    line-height: 1.5;
    margin: 0.6em 0 0;
}
.about_box02 img {
    margin: 0 auto;
}

/*      section04      */
.section04 {
    padding: 8rem 0;
    background-color: #FEFBEE;
}
.section04 .inner {
    width: 1340px;
    background: url("../img/service_bg.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;    
    padding-bottom: 5rem;
    
}
.service_boxs {
    width: 1018px;
    padding-top: 8rem;
    margin: 0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
      -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.service_boxs:after {
    display: none;
}
.service_box {
    width: 339px;
    padding: 1rem;
    text-align: center;
    border-bottom: 4px solid #FCC901;
    border-right: 4px solid #FCC901;
    position: relative;
}
.service_box_ttl {
    font-size: 2.6rem;
    font-weight: 700;
}
.service_box_txt {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.33;
    margin: 0.4em 0 1em;
}
.service_box img {
    margin: 0 auto;
}


/*      section05      */
.section05 {
    position: relative;
    padding: 0 0 12rem;
    background-color: #FAF4DD;
}
.section05_bg_top img,
.section05_bg_btm img {
    width: 100%;
    height: auto;
}
.plan_boxs {
    width: 1100px;
    margin: 0 auto 10rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
      -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.plan_boxs::after {
    display: none;
}
.plan_box {
    width: 342px;
    background-color: #FFFFFF;
}
.plan_box03 {
    position: relative;
}
.plan_box03:after{
     width: 73px;
    height: 61px;
    background-image: url("../img/plan03_2.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
    position: absolute;
    top: -26px;
    right: -34px; 
}
.plan_box_ttl {
    font-size: 2.8rem;
    font-weight: 900;
    text-align: center;
    padding-top: 0.2em;
    position: relative;
    background-color: #9ECBE5;
    color: #FFFFFF;
    margin-bottom: 0.6em;
}
.plan_box02 .plan_box_ttl {
    background-color: #FCC901;
}
.plan_box03 .plan_box_ttl {
    background-color: #C3D138;
}
.plan_box_ttl::after {
      content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 0;
  border-style: solid;
  border-color: #9ECBE5 transparent transparent transparent;
  border-width: 10px 171px 0 171px;
  z-index: 1;
}
.plan_box02 .plan_box_ttl::after {
  border-color: #FCC901 transparent transparent transparent;
}
.plan_box03 .plan_box_ttl::after {
  border-color: #C3D138 transparent transparent transparent;
}
.plan_box_txt {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    margin: 0.4em 0 0.6em;
}
.plan_price {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 700;
    border-bottom: 2px solid #707070;
    margin: 0 0.8em 0.6em;
    text-align: center;
    letter-spacing: 0;
    padding-bottom: 0.5em;
}
.plan_price span {
    font-size: 5rem;
    color: #78ACCB;
}
.plan_box02 .plan_price span  {
    color: #E08B06;
}
.plan_box03 .plan_price span  {
    color: #A9C302;
}
.plan_box_txt2 {
    line-height: 1.813;
    padding: 0 1.4em 1.4em;
}


/*      section06      */
.section06 {
    background-color: #FAF4DD;
    padding: 8rem 0 5rem;
}
.flow_wrap {
    width: 990px;
    margin: 0 auto 10rem;
    position: relative;
    
}
.flow_wrap:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 35px;
    background: #FCC901;
    display: block;
    z-index: 1;
    left: 11rem;
}
.flow_box {
    background-color: #FFFFFF;
    margin-bottom: 3rem;
        -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 16%);
    padding: 3rem 5rem;
    position: relative;
    z-index: 10;
}
.flow_box:last-child {
    margin-bottom: 0;
}
.flow_box_l {
    float: left;
}
.flow_box_r {
    float: right;
    width: 77%;
}
.flow_box_ttl {
    font-size: 2.6rem;
    font-weight: 900;
}
.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.6em;
}
.flow_box_txt {
    line-height: 1.813;
    margin-top: 0.8em;
}
.flow_contact_btn {
    float: right;
    margin-top: 0.8em;
}
.flow_box_txt2 {
    margin-top: 1em;
}
.flow_box_txt2 span {
    font-weight: 700;
    margin-top: 1em;
}
.flow_box_list {
    list-style:none;
}
.flow_box_list li:before {
    display: inline-block;
    content: "・";
    padding: 0 0.1em;
}

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

.faq_box {
    width: 990px;
    margin: 0 auto 17rem;
}
.faq_box dl {
  margin-bottom: 1.3em;
  background-color: #FBF6E3;
        -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.faq_box dl dt {
  cursor: pointer;
  padding: 0.7em 2em 0.7em 4.2em;
  position: relative;
    font-size: 2rem;
    font-weight: 500;
}
.faq_box dl dt::before {
  content: "Q";
  font-weight: 700;
  font-size: 2.6rem;
  left: 2rem;
    text-align: center;
    color: #FFFFFF;
  position: absolute;
    background-color: #FCC901;
        -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
      border-radius: 999px;
    width: 46px;
    height: 46px;
    line-height: 40px;
        top: 8px;
}
.faq_box dl dt::after {
  font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 3rem;
    font-weight: bold;
    content: "\e957";
    color: #FCC901;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.faq_box dl dt.open::after {
    content: "\e953";
}
.faq_box dl dd {
  padding: 1.6em 2em 1.6em 5.2em;
  position: relative;
    line-height: 2;
    font-weight: 500;
}
.faq_box dl dd::before {
  content: "A";
  font-weight: 700;
  font-size: 2.6rem;
  left: 2rem;
    text-align: center;
  position: absolute;
  color: #FCC901;
    background-color: #FFFFFF;
        -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
      border-radius: 999px;
    width: 46px;
    height: 46px;
    line-height: 40px;
}
.faq_bnr_area img {
    margin: 0 auto;
}
.campaign_bnr_area img {
    margin: 8.75em auto 0;
}

/*      section08      */
.section08 {
    padding-top: 8rem;
    background-color: #FEFBEE;
}
.contact_top_txt {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.53;
    text-align: center;
}
.contact_wrap {
    width: 1100px;
    margin: 3.6rem auto 0;
    background: #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5rem 12.4rem 10rem;
}

.contact_wrap table th, .contact_wrap table td {
    padding: 3rem 0;
    border-bottom: 1px solid #B2B2B2;
    font-size: 1.6rem;
}
.contact_wrap table th {
    width: 29%;
    text-align: left;
    font-weight: 500;
}
.contact_wrap table tr:nth-of-type(7) th {
    vertical-align: top;
    
}
.contact_wrap table th span {
    float: right;
    font-size: 1.2rem;
    color: #707070;
    border: 1px solid #707070;
    padding: 0 0.4em;
    margin-top: 0.5em;
}
.contact_wrap table th .require {
    background: #E08B06;
    color: #FFFFFF;
    border: none;
}
.contact_wrap table td {
    width: 65%;
    padding-left: 6%;
    line-height: 1.75;
}

.contact_wrap table td input::placeholder {
  color: #C3C3C3;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.75;
}
.contact_wrap table td input:-ms-input-placeholder {
  color: #C3C3C3;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.75;
}
.contact_wrap table td input::-ms-input-placeholder {
  color: #C3C3C3;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.75;
}
.contact_wrap table td ul {
    list-style: none;
}
.contact_wrap .radio_box ul li input {
    -webkit-appearance: checkbox;
    margin: 0 0.6rem 0.4rem;
    accent-color:#292929;
}

.contact_wrap .radio_box ul li input[type="text"] {
    border: 1px solid #000000;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 15px 16px 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    width: 100%;
    max-width: 620px;
    -webkit-appearance: none;
}
.contact_wrap .radio_box ul li .wpcf7-free-text {
    margin-top: 0.6em;
    display: block;
}
.contact_wrap textarea {
    resize: vertical;
}
.contact_wrap .poricy {
    height: 240px;
    overflow: auto;
    border: 1px solid #B2B2B2;
    padding: 8px 12px 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.contact_wrap .poricy h6 {
    font-size: 1.6rem;
    font-weight: 700;
}
.contact_wrap .poricy p {
    margin-bottom: 1em;
}
.contact_wrap .poricy ul {
    margin-bottom: 1em;
    margin-left: 1em;
}
.contact_wrap .poricy ul li{
    position: relative;
}
.contact_wrap .poricy ul li:before {
    content: "・";
    position: absolute;
    left: -0.8em;
}
.btn02 {
    padding: 10rem 0 0;
    text-align: center;
}
input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.7;
}
input[type="submit"].wpcf7-submit {
    width: 387px;
    height: 67px;
    background: url("../img/contact_btn01.png") center center no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 auto 4rem;
    display: block;
    padding: 8px 64px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    min-width: inherit;
  transition: all ease .2s;
}

.recaptcha, .recaptcha a {
    color: #B3B3B3;
    font-size: 1.2rem;
}
.recaptcha a {
    text-decoration: underline;
}

/*      モーダル       */
.modal-window {
    top: 200%;
    left: 0;
    height: 100vh;
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 10000;
    overflow-y: auto;
}
.modal-window.open {
    top: 0;
}
.modal-window .close-btn {
    position: fixed;
    top: 2rem;
    right: 2rem;
    color: #FFFFFF;
    font-size: 4rem;
    display: none;
}
.modal-window.open .close-btn {
    display: block;
}
.modal-window .wrapper {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 4%;
}
.modal_ttl {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.73;
    color: #FFFFFF;
    border-left: 6px solid #ffffff;
    padding-left: 0.6em;
}
.modal_flex {
      display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
      -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
    margin: 2em auto;
}
.modal_flex::after {
    display: none;
}
.modal_txt {
    width: 47%;
    font-size: 1.4rem;
    font-weight: 500;
    color: #FFFFFF;
}
.modal_scroll {
    margin: 0 auto 2em;
    width: 48%;
    height: auto;
}
.modal_flex02 {
      display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
      -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal_flex02::after {
    display: none;
}
.modal_img_pc {
    width: 64.5%;
}
.modal_img_sp {
    width: 30.5%;
}
.modal_img_ttl {
    font-size: 1.4rem;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0.6em;
}
.scroll_img {
    height: 830px;
    overflow-y: auto;
    
}
.modal_img_pc img,
.modal_img_sp img {
    width: 100%;
}