body {
  font-size: 1.6rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
}
img{
  max-width: 100%;
}
.in {
  margin: 0 auto;
  width: 1000px;
}
.flex {
  display: flex;
}
.sp {
  display: none;
}
.word_break {
  display: inline-block;
}
a:hover {
  opacity: 0.8;
}
input[type=submit]:hover {
  opacity: 0.8;
}
.wrapper{
  overflow: hidden;
}
@media screen and (max-width:640px) {
  .in {
    width: 100%;
    padding: 0 4%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  img {
    max-width: 100%;
  }
  .wrapper {
    overflow: hidden;
  }
}

.ttl_1 {
  width: max-content;
  margin: 0 auto;
}

@media screen and (max-width:640px) {
  .ttl_1 {
    width: 65%;
    margin: 0 auto;
  }
}


header {
  height: 85px;
  padding-bottom: 20px;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 0px 0px 16px -8px #777777;
}
header .in{
  width: 1200px;
}
header .header_container {
  justify-content: space-between;
}
header .header_container .logo {
  align-self: flex-end;
  width: 30%;
}
header .header_container .btns .tel {
  align-self: flex-end;
  margin-right: 20px;
}
header .header_container .btns .contact_btn,
header .header_container .btns .line_btn {
  width: 220px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding-right: 10px;
}
header .header_container .btns .contact_btn {
  background: rgb(239,116,21);
  background: linear-gradient(180deg, rgba(239,116,21,1) 0%, rgba(235,89,0,1) 100%);
  border-bottom: solid 5px #ce4f01;
}
header .header_container .btns .contact_btn::before {
  content: "";
  width: 25px;
  height: 18px;
  display: block;
  background: url(../images/mail_icon.webp) no-repeat;
  background-size: contain;
  padding-right: 12px;
}
header .header_container .btns .contact_btn::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/arrow01.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
header .header_container .btns .line_btn {
  background: rgb(44,192,15);
  background: linear-gradient(180deg, rgba(44,192,15,1) 0%, rgba(16,165,0,1) 100%);
  border-bottom: solid 5px #118a03;
}
header .header_container .btns .line_btn::before {
  content: "";
  width: 26px;
  height: 25px;
  display: block;
  background: url(../images/line_icon.webp) no-repeat;
  background-size: contain;
  padding-right: 5px;
}
header .header_container .btns .line_btn::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/arrow02.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width:640px) {
  header {
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    position: inherit;
    top: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0px 0px 16px -8px #777777;
  }
    header .in {
      width: 100%;
    }
  header .header_container {
    justify-content: space-between;
    align-items: center;
  }
  header .header_container .logo {
    align-self: flex-end;
    width: 48%;
  }
  header .header_container .tel {
    align-self: flex-end;
    margin-right: 0px;
    width: 50%;
  }
  header img {
    max-width: 100%;
  }
}

section.firstview {
  background: url(../images/fv_bg.webp) no-repeat;
  background-size: cover;
  margin-top: 85px;
}
section.firstview .in {
  position: relative;
  padding: 25px 0 20px;
}
section.firstview .in .catch {
  position: relative;
  left: -10px;
  z-index: 1;
}
section.firstview .in .main_image {
  position: absolute;
  right: 0;
  bottom: -2px;
  z-index: 0;
  width: 47%;
}
section.firstview .in .badge {
  position: absolute;
  right: -30px;
  bottom: -20px;
  width: 180px;
}
section.firstview .in .badge img{
  display: block;
}

@media screen and (max-width:640px) {
  section.firstview {
    background: url(../images/fv_bg_sp.webp) no-repeat;
    background-size: cover;
    margin-top: 0px;
  }
  section.firstview .in {
    position: relative;
    padding: 0;
    width: 100%;
  }
  section.firstview .in .catch {
    position: relative;
    width: 100%;
    z-index: 1;
    left: unset;
  }
  section.firstview .in .main_image {
    position: relative;
    width: 280px;
    right: -100px;
    bottom: -2px;
    z-index: 0;
  }
  section.firstview .in .badge {
    width: 180px;
    position: absolute;
    left: 40px;
    bottom: 20px;
    width: 140px;
  }
}

section.cta01 {
  background: url(../images/cta_bg.webp) no-repeat;
  background-size: cover;
  padding: 45px 0;
}
.cta01 .time{
  background: #fff;
  width: 75%;
  padding: 10px;
  font-size: 2.0rem;
  text-align: center;
  margin:0 auto 20px;
  border-radius: 100px;
  position: relative;
}
.cta01 .time:after{
      content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 20px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        top: 70%;
        left: 50%;
}
.cta01 .time span{
  color: #e83939;
  font-weight: bold;
  font-size: 2.4rem;
}
section.cta01 .upper {
  background-color: #0788eb;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  border: solid 2px #fff;
  font-size: 2.9rem;
  color: #fff;
}
section.cta01 .upper .alart {
  font-weight: bold;
  color: #f3f157;
  margin-left: 10px;
  font-size: 3.5rem;
}
section.cta01 .under {
  background-color: #fff;
  padding: 1px 30px 30px;
  position: relative;
}
section.cta01 .under .imagearea {
  position: absolute;
  left: -20px;
  bottom: -46px;
}
section.cta01 .under .textarea {
  width: 760px;
  margin-left: auto;
  margin-bottom: 15px;
}
section.cta01 .under .textarea .desc{
  line-height: 1.5;
}
section.cta01 .under .textarea .desc .b{
  border-bottom: 2px solid #e83939;
  color: #000;
  margin-bottom: 5px;
}
section.cta01 .under .textarea p{
  font-size: 2.7rem;
  font-weight: bold;
  color: #fff;
  background-color: #e83939;
  border-radius: 50px;
  padding: 6px 0;
  text-align: center;
  margin-top: 10px;

}
section.cta01 .under .textarea span {
  color: #f3f157;
}
section.cta01 .under .ctaarea {
  justify-content: flex-end;
  align-items: center;
  padding-left: 170px;
}
section.cta01 .under .contact_btn {
  width: 400px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding-right: 10px;
  margin-left: 10px;
}
section.cta01 .under .contact_btn {
  background: rgb(239,116,21);
  background: linear-gradient(180deg, rgba(239,116,21,1) 0%, rgba(235,89,0,1) 100%);
  border-bottom: solid 5px #ce4f01;
}
section.cta01 .under .contact_btn::before {
  content: "";
  width: 25px;
  height: 18px;
  display: block;
  background: url(../images/mail_icon.webp) no-repeat;
  background-size: contain;
  padding-right: 12px;
}
section.cta01 .under .contact_btn::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/arrow01.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

section.cta01 .under .line_contact_btn {
  width: 400px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding-right: 10px;
  margin-left: 10px;
}
section.cta01 .under .line_contact_btn {
  background: rgb(239,116,21);
  background: linear-gradient(180deg, rgba(44,192,15,1) 0%, rgba(16,165,0,1) 100%);
  border-bottom: solid 5px #0b743c;
}
section.cta01 .under .line_contact_btn::before {
  content: "";
  width: 28px;
  height: 27px;
  display: block;
  background: url(../images/line_icon.webp) no-repeat;
  background-size: contain;
  padding-right: 12px;
}
section.cta01 .under .line_contact_btn::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/arrow04.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
section.cta01 .under .cta_u_txt{
      padding-left: 170px;
      margin-top: 20px;
      text-align: center;
      line-height: 1.25;
      font-weight: bold;
}
section.cta01 .under .cta_u_txt span{
  color:#e83939;
}
.price_table_w{

}
.price_table_w table{
  background: #fff;
  box-shadow: 0px 0px 16px -8px #777777;
  width: 100%;
}
.price_table_w table thead{
      background: #2871ce;
      color: #fff;
      font-size: 1.8rem;
}
.price_table_w table th,
.price_table_w table td{
  padding: 10px;
  align-items: center;
  line-height: 1.25;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.price_table_w table thead .l_area{
  border-right: 1px solid #fff;
}
.price_table_w table tbody th{
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
}
.price_table_w table tbody td{
  border-bottom: 1px solid #777;
}
.price_table_w table tbody tr:nth-last-of-type(1) td,
.price_table_w table tbody tr:nth-last-of-type(1) th{
  border-bottom: 0px;
}
.price_table_w table tbody td {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  color: #d34b4b;
}
.price_table_w table tbody td span {
  font-size: 2.4rem;
  color: #d34b4b;
}
.price_table_w p{
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  color: #2871ce;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width:640px) {
  section.cta01 .upper {
    padding: 10px;
    flex-direction: unset;
    font-size: 1.8rem;
    /* display: block; */
    justify-content: flex-end;
    padding-right: 40px;
  }
  section.cta01 .upper .alart {
    font-size: 1.8rem;
    text-align: left;
    margin-left: 0;
    line-height: 1.3;
    margin-top: 10px;
  }
  section.cta01 .under {
    padding: 10px;
  }
  section.cta01 .under .textarea {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  section.cta01 .under .textarea p{
    font-size: 1.8rem;
  }
  section.cta01 .under .imagearea {
    width: 80px;
    top: -90px;
    left: 20px;
  }
  section.cta01 .under .contact_btn,
  section.cta01 .under .tel_btn,
  section.cta01 .under .line_contact_btn {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    padding-right: 10px;
    margin-left: 0;
  }
    section.cta01 .under .tel_btn{
      font-size: 2.4rem;
     
    }
        section.cta01 .under .tel_btn > div{
          text-align: center;
        }
                section.cta01 .under .tel_btn span {
                  font-size: 1.2rem;
                  display: block;
                }
  section.cta01 .under .contact_btn,
  section.cta01 .under .line_contact_btn {
    margin-top: 10px;
  }
  section.cta01 .under .tel_btn {
    background: rgb(28,90,168);
    background: linear-gradient(180deg, rgba(28,90,168,1) 0%, rgba(25,70,127,1) 100%);
    border-bottom: solid 5px #0f2e54;
  }
  section.cta01 .under .tel_btn::before {
    content: "";
    width: 23px;
    height: 23px;
    display: block;
    background: url(../images/tel_icon.webp) no-repeat;
    background-size: contain;
    padding-right: 12px;
  }
  section.cta01 .under .tel_btn::after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: url(../images/arrow03.webp) no-repeat;
    background-size: contain;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }

  section.cta01 .under .ctaarea{
    padding-left: 0;
  }
.cta01 .time {
  background: #fff;
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto 20px;
  border-radius: 100px;
  position: relative;
}

.price_table_w {
  margin-top: 20px;
}
section.cta01 .under .cta_u_txt{
  padding-left: 0;
}
}

.covid {
  padding: 30px 0;
}

section.sec01 {
  background: url(../images/sec01_bg.webp) no-repeat;
  background-size: cover;
  padding: 40px 0 60px;
}
section.sec01 .trouble_area {
  padding: 40px 35px;
  background-color: #fff;
  border: solid 1px #070102;
  position: relative;
  width: 850px;
  margin: 60px auto 0;
}
section.sec01 .trouble_area ul li {
  font-size: 2rem;
  font-weight: bold;
  color: #444444;
  line-height: 1.4;
  padding-left: 43px;
  position: relative;
}
section.sec01 .trouble_area ul li + li {
  margin-top: 30px;
}
section.sec01 .trouble_area ul li span {
  color: #0788eb;
}
section.sec01 .trouble_area ul li::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/sec01_check.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
}
section.sec01 .trouble_area .imagearea {
  position: absolute;
  right: -20px;
  bottom: 0;
}


@media screen and (max-width:640px) {
  section.sec01 .trouble_area {
    padding: 20px;
    background-color: #fff;
    border: solid 1px #070102;
    position: relative;
    width: 100%;
    margin: 40px auto 0;
  }
  section.sec01 .trouble_area ul li {
    font-size: 1.8rem;
    font-weight: bold;
    color: #444444;
    line-height: 1.4;
    padding-left: 35px;
    position: relative;
  }
  section.sec01 .trouble_area ul li + li {
    margin-top: 30px;
  }
  section.sec01 .trouble_area ul li::before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/sec01_check.webp) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px;
  }
  section.sec01 .trouble_area .imagearea {
    display: none;
  }
}


section.sec02 {
  background: url(../images/sec02_bg.webp) no-repeat;
  background-size: cover;
  position: relative;
  padding: 70px 0 15px;
}
section.sec02 .ttl_2 {
  text-align: center;
  position: relative;
}
section.sec02 .ttl_2 picture {
  position: relative;
  z-index: 2;
}
section.sec02 .ttl_2 .women_img {
  position: absolute;
  width: 200px;
  left: -30px;
  top: -10px;
}
section.sec02 .reasons {
  justify-content: space-between;
  margin-top: 70px;
  position: relative;
  z-index: 2;
}
section.sec02 .reasons .reason {
  width: 24%;
  background-color: #fff;
  padding: 20px 15px;
  text-align: center;
  box-shadow: 0px 0px 16px -8px #777777;
}
section.sec02 .reasons .reason:nth-of-type(3) img {
  padding-right: 20px;
}
section.sec02 .reasons .reason h3 {
  font-size: 2.3rem;
  color: #3d6fc7;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  flex-direction: column;
  height: 90px;
  padding-top: 25px;
  border-bottom: solid 2px #0788eb;
}
section.sec02 .reasons .reason:first-of-type h3 {
  padding-top: 10px;
}
section.sec02 .reasons .reason h3 span {
  color: #d34b4b;
}
section.sec02 .reasons .reason p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 30px;
}
section.sec02 .reasons .reason:last-of-type p {
  margin-bottom: 15px;
}

@media screen and (max-width:640px) {
  section.sec02 .ttl_2 {
    width: 55%;
    margin: 0 auto;
    text-align: center;
  }
    section.sec02 .ttl_2 .women_img {
      position: absolute;
      width: 140px;
      left: -110px;
      top: 0;
    }
  section.sec02 .reasons {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  section.sec02 .reasons .reason {
    width: 80%;
    background-color: #fff;
    padding: 20px 15px;
    text-align: center;
    box-shadow: 0px 0px 16px -8px #777777;
    margin: 0 auto;
  }
  section.sec02 .reasons .reason + .reason {
    margin-top: 10px;
  }
}



section.sec03 {
  background: url(../images/sec03_bg.webp) no-repeat;
  background-size: cover;
  padding: 40px 0 40px;
}
section.sec03 .ttl_3 {
  text-align: center;
  position: relative;
}
section.sec03 .ttl_3 picture{
  position: relative;
  z-index: 2;
}
section.sec03 .ttl_3 .women_img{
  position: absolute;
  width: 200px;
  left: -30px;
  top: -10px;
}
section.sec03 .troubles {
  margin-top: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec03 .troubles .trouble {
  padding: 0;
  text-align: center;
  width: 49%;
  box-shadow: 0px 0px 16px -8px #777777;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
  padding-bottom: 20px;
}
section.sec03 .troubles .trouble .trouble_ttl_h {
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: space-between;
}
section.sec03 .troubles .trouble .trouble_ttl_h p {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  color: #d34b4b;
}
section.sec03 .troubles .trouble .trouble_ttl_h p span {
  font-size: 3.8rem;
  color: #d34b4b;
}
section.sec03 .troubles .trouble h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #3d6fc7;
}
section.sec03 .troubles .trouble > p {
  font-size: 2rem;
  color: #444444;
  padding: 25px 0;
}
section.sec03 .troubles .trouble .price {
  background: #d34b4b;
  border: solid 2px #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  position: absolute;
  width: 100%;
  bottom:0;
}
section.sec03 .troubles .trouble .price::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6.5px 0 6.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

section.sec03 .trouble ul{
  padding: 20px 20px 20px;
}
section.sec03 .trouble ul li{
  display: flex;
  text-align: left;
  margin-bottom: 10px;
  font-size: 2.2rem;
}
section.sec03 .trouble ul li:nth-last-of-type(1){
  margin-bottom: 0;
}
section.sec03 .trouble ul li:before{
  content: "●";
  color: #2871ce;
  margin-right: 5px;
  line-height: 1.25;
}

section.sec03 .trouble .kakaku{
  width: 55%;
  margin: 10px auto 0;
  display: block;
  text-align: center;
}

@media screen and (max-width:640px) {
  section.sec03 .ttl_3 {
    width: 80%;
    margin: 0 auto;
  }
    section.sec03 .ttl_3 .women_img {
      position: absolute;
      width: 130px;
      left: -70px;
      top: 0px;
    }
  section.sec03 .troubles {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  section.sec03 .troubles .trouble{
    width: 100%;
  }
    section.sec03 .troubles .trouble:nth-last-of-type(1){
      margin-bottom: 0;
    }
  section.sec03 .troubles .trouble h3 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  section.sec03 .troubles .trouble > p {
    font-size: 1.6rem;
  }
  section.sec03 .troubles .trouble .price p {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
  }
  section.sec03 .troubles .trouble .price p span {
    font-size: 3rem;
  }
  section.sec03 .trouble ul {
    padding: 15px 10px 10px;
  }
  section.sec03 .trouble ul li{
    font-size: 1.5rem;
  }

    section.sec03 .troubles .trouble .trouble_ttl_h {
      display: flex;
      align-items: center;
      padding: 15px;
      justify-content: space-between;
    }
  
    section.sec03 .troubles .trouble .trouble_ttl_h p {
      color: #fff;
      font-size: 1.6rem;
      font-weight: bold;
      color: #d34b4b;
    }
  
    section.sec03 .troubles .trouble .trouble_ttl_h p span {
      font-size: 2.6rem;
      color: #d34b4b;
    }

  section.sec03 .trouble .kakaku{
    width: 60%;
  }
}

section.sec04 {
  position: relative;
  padding: 70px 0;
}
section.sec04 .contents_box {
  border: solid 2px #0788eb;
  padding: 45px 0;
  text-align: center;
}
section.sec04 .ttl_4 {
  width: 312px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #2871ce;
  padding-bottom: 20px;
  border-bottom: solid 2px #2871ce;
  text-align: center;
  margin: 0 auto;
}
section.sec04 p {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2871ce;
  text-align: center;
  padding: 45px 0;
}


@media screen and (max-width:640px) {
  section.sec04 .contents_box {
    padding: 20px;
  }
  section.sec04 p {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #2871ce;
    text-align: center;
    padding: 45px 0;
  }
}

section.sec05 {
  background: url(../images/sec05_bg.webp) no-repeat;
  background-size: cover;
  padding: 40px 0 70px;
  position: relative;
}
section.sec05 .in {
  position: relative;
  z-index: 1;
}
section.sec05 h2 {
  text-align: center;
  position: relative;
}
section.sec05 h2 picture {
  position: relative;
  z-index: 2;
}
section.sec05 h2 .women_img {
  position: absolute;
  width: 200px;
  left: 0px;
  top: -10px;
}
section.sec05 h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #2871ce;
  padding-bottom: 20px;
}
section.sec05 .case_w {
  margin-top: 60px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec05 .case {
  width: 49%;
  margin-bottom: 20px;
  padding: 20px;
  align-items: flex-start;
  background: #fff;
  box-sizing: border-box;
}
section.sec05 .case .imgarea{
  flex-shrink: 0;
  margin-right: 15px;
}
section.sec05 .case .textarea {
  width: 100%;
}
section.sec05 .case .textarea h4 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #2871ce;
  border-bottom: solid 2px #2871ce;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
section.sec05 .case .textarea p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
section.sec05 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
section.sec05 .slick-prev {
  left: calc(((100vw - 1000px) / 2) - 50px);
}
section.sec05 .slick-next {
  right: calc(((100vw - 1000px) / 2) - 50px);
}

@media screen and (max-width:640px) {
  section.sec05 .ttl_5 {
    width: 75%;
    margin: 0 auto;
  }
    section.sec05 h2 .women_img {
      position: absolute;
      width: 120px;
      left: -75px;
      top: -10px;
    }
  section.sec05 h3 {
    font-size: 2.4rem;
    text-align: center;
  }
  section.sec05 .case_w {
    margin-top: 40px;
  }
    section.sec05 .case {
      width: 100%;
      
    }
  section.sec05 .case .textarea h4 {
    font-size: 2rem;
  }
  section.sec05 .case {
    width: 80vw;
    padding: 20px;
    align-items: flex-start;
    background: #fff;
    margin: 0 20px;
  }
  section.sec05 .case .flex {
    flex-direction: column;
  }
  section.sec05 .case .textarea {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
    section.sec05 .case .textarea h4{
      text-align: center;
    }
  section.sec05 .slick-prev {
    left: 0;
  }
  section.sec05 .slick-next {
    right: 0;
  }
    section.sec05 .case .imgarea {
      flex-shrink: 0;
      margin-right: 0;
      width: 100%;
      text-align: center;
    }
        .slick-slide img{
          display: inline;
        }
}

section.sec06 {
  background: #f3f3f3;
  padding: 40px 0 40px;
}
section.sec06 .ttl_2 {
  font-size: 4rem;
  font-weight: bold;
  color: #0788eb;
  text-align: center;
  margin: 0 auto;
}
section.sec06 .q_content {
  margin-top: 65px;
}
section.sec06 .q_content .faq_area {
  padding-bottom: 25px;
  border-bottom: solid 2px #0788eb;
}
section.sec06 .q_content .question {
  padding: 15px;
  font-size: 2rem;
  font-weight: bold;
  color: #0788eb;
  border-left: solid 50px #0788eb;
  position: relative;
  margin-top: 25px;
  cursor: pointer;
}
section.sec06 .q_content .question::before {
  content: "Q";
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: -34px;
  top: 45%;
  transform: translateY(-50%);
}
section.sec06 .q_content .question::after {
  content: "";
  background: url(../images/qa_arrow.webp) no-repeat;
  background-size: contain;
  width: 18px;
  height: 9px;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
section.sec06 .q_content .answer {
  display: none;
  padding: 15px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  border-left: solid 50px #d34b4b;
  position: relative;
  margin-top: 5px;
}
section.sec06 .q_content .answer span {
  font-size: 1.4rem;
  color: #333;
}
section.sec06 .q_content .answer::before {
  content: "A";
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: -32px;
  top: 45%;
  transform: translateY(-50%);
}

@media screen and (max-width:640px) {
  section.sec06 .ttl_2 {
    font-size: 3rem;
  }
  section.sec06 .q_content {
    margin-top: 40px;
  }
  section.sec06 .q_content .question {
    font-size: 1.6rem;
    line-height: 1.3;
    padding-right: 30px;
  }
  section.sec06 .q_content .question::after {
    right: 10px;
  }
  section.sec06 .q_content .answer {
    font-size: 1.4rem;
  }
}

section.sec08 {
  padding: 50px 0;
  background: #fff;
}
section.sec08 .ttl_2 {
  font-size: 4rem;
  font-weight: bold;
  color: #0788eb;
  text-align: center;
  margin: 0 auto;
}
section.sec08 .areabox {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width:640px) {
  section.sec08 .ttl_2 {
      font-size: 3rem;
    }
  section.sec08 .areabox .textarea h2 {
    text-align: center;
  }
  section.sec08 .areabox {
    flex-direction: column;
  }
  section.sec08 .areabox .textarea {
    width: 100%;
  }
  section.sec08 .areabox .imagearea {
    margin-top: 0;
    width: 100%;
    padding: 30px;
  }
  section.sec08 .areabox .imagearea::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #0788eb transparent transparent transparent;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

section.sec09 {
  background: #e8f3fb;
  padding-bottom: 100px;
}
section.sec09 .ttl_2 {
  width: 100vw;
  margin: 0 auto;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  margin: 0 auto;
  background-color: #0788eb;
  position: relative;
  left: 0;
}
section.sec09 .ttl_2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 11px 0 11px;
  border-color: #0788eb transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,100%);
}

.form {
  margin-top: 70px;
}
.form table{
  width: 100%;
}
.form table th {
  width: 25%;
  position: relative;
  padding: 25px 80px 25px 0;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
  position: relative;
  color: #000;
}
.form table th.require:after {
    content: "必須";
    color: #db3333;
    position: absolute;
    right: 25px;
    font-size: 1.6rem;
}
.form table th.any:after {
    content: "任意";
    color: #2871ce;
    position: absolute;
    right: 25px;
    font-size: 1.6rem;
}
.form table tr td {
  width: 60%;
  vertical-align: middle;
}
.form table tr td input,
.form table tr td textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #a4a4a4;
  border-radius: 0px;
  background-color: #fff;
  font-size: 1.8rem;
  outline: none;
}
.form table tr td textarea {
  position: relative;
  top: 14px;
  height: 10em;
}
.form table tr td select {
  width: 200px;
  font-size: 1.8rem;
  padding: 13px;
}
.form input[type=submit] {
  width: 300px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding-right: 10px;
  background: rgb(239,116,21);
  background: linear-gradient(180deg, rgba(239,116,21,1) 0%, rgba(235,89,0,1) 100%);
  border: none;
  border-bottom: solid 5px #ce4f01;
  cursor: pointer;
}
.form .submit_wrapper {
  position: relative;
  display: block;
  margin: 70px auto 0;
  z-index: 1;
  width: max-content;
}

@media screen and (max-width:640px) {
  section.sec09 {
    margin-bottom: 0px;
  }
  section.sec09 .ttl_2 {
    font-size: 3rem;
  }
  .form table th {
    width: 100%;
    display: block;
    padding: 25px 0px 10px 0;
    text-align: left;
  }
  .form table th.require:after {
    content: "必須";
    color: #db3333;
    position: absolute;
    right: 10px;
    font-size: 1.6rem;
  }
  .form table th.any:after {
    content: "任意";
    color: #2871ce;
    position: absolute;
    right: 10px;
    font-size: 1.6rem;
  }
  .form table tr td {
    width: 100%;
    display: block;
  }

}



.sp_foot {
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9;
  box-sizing: border-box;
  justify-content: center;
  box-shadow: 0px 0px 16px -8px #777777;
}
.sp_foot .tel {
  background: #fff;
  padding: 7px 20px;
  width: 100%;
  display: block;
  text-align: center;
  height: 60px;
}
.sp_foot .tel img {
  width: 80%;
}
.sp_foot .contact_btn,
.sp_foot .tel_btn {
  width: 50%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding-right: 10px;
}
.sp_foot .contact_btn {
  background: rgb(239,116,21);
  background: linear-gradient(180deg, rgba(239,116,21,1) 0%, rgba(235,89,0,1) 100%);
  border-bottom: solid 5px #ce4f01;
}
.sp_foot .contact_btn::before {
  content: "";
  width: 25px;
  height: 18px;
  display: block;
  background: url(../images/mail_icon.webp) no-repeat;
  background-size: contain;
  padding-right: 12px;
}
.sp_foot .contact_btn::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/arrow01.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.sp_foot .tel_btn {
  background: rgb(28,90,168);
  background: linear-gradient(180deg, rgba(28,90,168,1) 0%, rgba(25,70,127,1) 100%);
  border-bottom: solid 5px #0f2e54;
}
.sp_foot .tel_btn::before {
  content: "";
  width: 23px;
  height: 23px;
  display: block;
  background: url(../images/tel_icon.webp) no-repeat;
  background-size: contain;
  padding-right: 12px;
}
.sp_foot .tel_btn::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/arrow03.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

footer {
  background: #2871ce;
}
footer .in {
  text-align: center;
  padding: 20px 0;
}
footer a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
}
@media screen and (max-width:640px) {
  footer {
    margin-bottom: 65px;
  }
}

.sp_foot a{
  position: relative;
  overflow: hidden;
  background-color: #666;
  display: block;
}

.sp_foot a::before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}

@keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

.maker{
  background: #fff;
}
.maker .in{
  border: solid 2px #0788eb;
  margin-top: 40px;
}
.maker h2{
  width: 100%;
  background: #2871ce;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
}
.maker .imgarea{
  padding: 20px;
  text-align: center;
}

section.place {
  position: relative;
  padding: 40px 0 0;
}
section.place .contents_box {
  border: solid 2px #0788eb;
  padding: 45px 0;
  text-align: center;
}
section.place .ttl_4 {
  width: 412px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #2871ce;
  padding-bottom: 20px;
  border-bottom: solid 2px #2871ce;
  text-align: center;
  margin: 0 auto;
}
section.place .imgarea {
  padding: 45px 30px 0;
}


@media screen and (max-width:640px) {
  section.place .ttl_4 {
    width: 100%;
  }
  section.place .contents_box {
    padding: 20px;
  }
  section.place p {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #2871ce;
    text-align: center;
    padding: 45px 0;
  }
  section.place .imgarea {
    padding: 45px 0px 0;
  }
}

#price{
  background: url(../images/sec02_bg.webp) no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 0 15px;
}
#price h2{
  margin-bottom: 40px;
}
#price h3 {
  width: 412px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: solid 2px #fff;
  text-align: center;
  margin: 0 auto;
}
#price .txt{
  color: #fff;
  font-size: 2.2rem;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width:640px) {
}

/*会社概要*/
#Company {
  background: #EDEDED;
  padding: 50px 0;
}

#Company h2 {
  font-size: 4rem;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 auto 50px;
}

#Company table {
  width: 700px;
  margin: 20px auto 0;
}

#Company table th {
  font-weight: bold;
  width: 25%;
  text-align: left;
}

#Company table th,
#Company table td {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding: 15px 0;
  line-height: 2rem;
}

@media screen and (max-width:640px) {
  #Company {
    background: #EDEDED;
    padding: 20px 0;
  }

  #Company h2 {
    font-size: 2.5rem;
    color: #000;
    text-align: center;
    letter-spacing: 3px;
    margin: 0 auto 10px;
  }

  #Company table {
    width: 90%;
    margin: 0 auto;
  }

  #Company table th {
    font-weight: bold;
    width: 25%;
  }

  #Company table th,
  #Company table td {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 1.4rem;
  }
}


#flow {
  padding: 80px 0;
  background: #f0f0f0;
}

#flow .ttl_2 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #0788eb;
  text-align: center;
  margin: 0 auto 60px;
}

.flow_w {
  justify-content: space-between;
}

.flow_i {
  padding: 40px 30px 30px;
  box-sizing: border-box;
  border: 2px solid #0788eb;
  background: #fff;
  border-radius: 10px;
  width: 24%;
  position: relative;
}

.flow_i::before {
  width: 50px;
  height: 2px;
  background: #0788eb;
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  z-index: 3;
}

.flow_i:nth-last-child(1)::before {
  display: none;
}

.flow_i .num {
  background: #0788eb;
  position: absolute;
  color: #fff;
  padding: 5px 10px;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 100px;
}

.flow_i .imgarea {
  text-align: center;
  margin-bottom: 20px;
}
.flow_i .imgarea img{
  width: 50px;
}

.flow_i .txtarea {
line-height: 1.25;
}

.flow_i .txtarea h3 {
  margin-bottom: 10px;
  text-align: center;
  color: #0788eb;
  font-size: 1.8rem;
  font-weight: bold;
    text-align: center;
    
}

@media screen and (max-width: 750px) {
  #flow .ttl_2 {
      font-size: 3.0rem;
  }
  .flow_w{
    flex-wrap: wrap;
  }
  .flow_i {
    width: 100%;
    margin-bottom: 40px;
  }

  .flow_i::before {
    display: none;
  }
}

.car_area{
  padding: 30px 0;
  background: #f0f0f0;
}

.price_bnr{
  padding: 30px 0;
  text-align: center;
}
.price_bnr img{
  width: 600px;
}