@charset "UTF-8";
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6,
p, img, small, strong, b,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, tbody, tfoot, thead, tr, th, td,
footer, header, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo","Osaka", "verdana", sans-serif;
  width: 100%;
}

img {
  width: 100%;
}

ul li {
  list-style: none;
}

table {
  border-spacing: 0;
}

body * {
  color: #1A1A1A;
  line-height: 1;
}

a {
  margin: 0;
  padding: 0;
  color: #1A1A1A;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.8;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
.pc {
  display: block;
}

.sp {
  display: none;
}

body * {
  font-size: 16px;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

/* ===================================================================================
  fv
=================================================================================== */
.fv {
  background: url("../img/fv_bg_pc.jpg") no-repeat center 0;
  background-size: 2000px 600px;
  height: 600px;
  padding-top: 45px;
}
.fv .fv_logo {
  width: 199px;
  margin-bottom: 64px;
  margin-left: 10px;
}
.fv .fv_tit_txt {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-left: 4px;
}
.fv h1 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  color: #00A8E4;
  margin-left: 4px;
  margin-bottom: 45px;
}
.fv h1 span {
  font-size: 50px;
  vertical-align: top;
  color: #00A8E4;
}
.fv h1::after {
  content: "";
  display: block;
  width: 39px;
  height: 1px;
  background: #1A1A1A;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.fv .fv_txt {
  font-size: 18px;
  line-height: 33px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-left: 4px;
}
.fv .fv_offer {
  width: 410px;
}

/*./fv*/
/* ===================================================================================
  trouble
=================================================================================== */
.trouble {
  padding-top: 54px;
}
.trouble h2 {
  width: 468px;
  margin: 0 auto 21px;
}
.trouble .trouble_list {
  display: flex;
  justify-content: space-between;
  width: 1173px;
  margin: 0 auto;
}
.trouble .trouble_list li {
  font-size: 20px;
  line-height: 30px;
  background: url("../img/trouble_list_01_pc.png") no-repeat center 0;
  background-size: cover;
  width: 290px;
  height: 220px;
  text-align: center;
  padding-top: 50px;
}
.trouble .trouble_list li:nth-of-type(2) {
  background: url("../img/trouble_list_02_pc.png") no-repeat center 0;
  margin-top: 70px;
}
.trouble .trouble_list li:nth-of-type(3) {
  background: url("../img/trouble_list_03_pc.png") no-repeat center 0;
}
.trouble .trouble_list li:nth-of-type(4) {
  background: url("../img/trouble_list_04_pc.png") no-repeat center 0;
  margin-top: 70px;
}
.trouble .trouble_list li span {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

/*./trouble*/
/* ===================================================================================
  leave-it-to
=================================================================================== */
.leave-it-to {
  background: url("../img/leave-it-to_bg_pc.png") no-repeat center 0;
  background-size: 2000px 802px;
  height: 802px;
  padding-top: 25px;
}
.leave-it-to .leave-it-to_img {
  width: 546px;
  margin: 0 auto 22px;
}
.leave-it-to .leave-it-to_wrap {
  display: flex;
  justify-content: space-between;
  width: 1192px;
  margin: 0 auto;
}
.leave-it-to .leave-it-to_wrap .leave-it-to_logo {
  width: 276px;
  margin-bottom: 22px;
  margin-left: 4px;
}
.leave-it-to .leave-it-to_wrap .leave-it-to_txtArea {
  width: 716px;
}
.leave-it-to .leave-it-to_wrap .leave-it-to_txtArea .leave-it-to_titBg {
  position: relative;
  margin-bottom: 21px;
}
.leave-it-to .leave-it-to_wrap .leave-it-to_txtArea .leave-it-to_titBg::after {
  content: "";
  display: block;
  width: 438px;
  height: 13px;
  background: #FFFC97;
  position: absolute;
  left: 0;
  bottom: 7px;
}
.leave-it-to .leave-it-to_wrap .leave-it-to_txtArea .leave-it-to_titBg h2 {
  font-size: 36px;
  line-height: 58px;
  z-index: 10;
  position: relative;
}
.leave-it-to .leave-it-to_wrap .leave-it-to_txtArea .leave-it-to_titBg h2 span {
  font-size: 36px;
  line-height: 58px;
  color: #00A8E4;
}
.leave-it-to .leave-it-to_wrap .leave-it-to_txtArea .leave-it-to_txt {
  font-size: 18px;
  line-height: 33px;
}
.leave-it-to .leave-it-to_wrap .leave-it-to_txtArea .leave-it-to_txt span {
  font-size: 18px;
  line-height: 33px;
  font-weight: bold;
}
.leave-it-to .leave-it-to_wrap .leave-it-to_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 472px;
  margin-top: 38px;
}
.leave-it-to .leave-it-to_wrap .leave-it-to_list li {
  font-size: 20px;
  line-height: 30px;
  background: url("../img/leave-it-to_list01.png") no-repeat center 0;
  background-size: cover;
  width: 236px;
  height: 241px;
  font-weight: bold;
  text-align: center;
  padding-top: 80px;
}
.leave-it-to .leave-it-to_wrap .leave-it-to_list li:nth-of-type(1) {
  margin-left: 50px;
  margin-right: 50px;
}
.leave-it-to .leave-it-to_wrap .leave-it-to_list li:nth-of-type(2) {
  background: url("../img/leave-it-to_list02.png") no-repeat center 0;
  background-size: cover;
  margin-top: -36px;
  padding-top: 60px;
  padding-left: 20px;
}
.leave-it-to .leave-it-to_wrap .leave-it-to_list li:nth-of-type(3) {
  background: url("../img/leave-it-to_list03.png") no-repeat center 0;
  background-size: cover;
  margin-top: -36px;
  padding-top: 80px;
  padding-left: 20px;
}

/*./leave-it-to*/
/* ===================================================================================
  offer_area
=================================================================================== */
.offer_area {
  background: #F7F5EB;
  background-size: 2000px 210px;
  height: 210px;
  padding-top: 90px;
  position: relative;
}
.offer_area .offer_txt {
  font-size: 26px;
  margin: 0 auto 24px;
  text-align: center;
  position: absolute;
  top: -50px;
  left: 360px;
  display: inline-block;
}
.offer_area .offer_txt::after {
  content: "";
  display: block;
  width: 35px;
  height: 33.5px;
  background: url("../img/offer_icon.png") no-repeat center 0;
  background-size: cover;
  position: absolute;
  left: -44px;
  top: -5px;
  padding-left: 32px;
  box-sizing: border-box;
}
.offer_area .offer_txt span {
  font-size: 26px;
  font-weight: bold;
  color: #FF886C;
}
.offer_area .offer_btn {
  width: 547px;
  margin: 0 auto;
}

/*./offer_area*/
/* ===================================================================================
  feature_area
=================================================================================== */
.feature_area {
  padding-top: 66px;
}
.feature_area h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 auto 10px;
  text-align: center;
}
.feature_area .feature_subtit {
  font-size: 17px;
  color: #54CAEA;
  margin: 0 auto 95px;
  text-align: center;
}
.feature_area .feature_wrap {
  margin-left: 44px;
  position: relative;
}
.feature_area .feature_wrap h3 {
  font-size: 36px;
  line-height: 58px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
  white-space: nowrap;
}
.feature_area .feature_wrap .feature_txt {
  font-size: 18px;
  line-height: 33px;
  margin-bottom: 152px;
  white-space: nowrap;
}
.feature_area .feature_01::before {
  content: "";
  display: block;
  width: 653px;
  height: 521px;
  background: url("../img/feature_img01.png") no-repeat center/100%;
  position: absolute;
  right: -51px;
  top: -125px;
}
.feature_area .feature_01::after {
  content: "";
  display: block;
  width: 175px;
  height: 192px;
  background: url("../img/feature_no_01.png") no-repeat center/100%;
  position: absolute;
  left: -60px;
  top: -100px;
  z-index: 0;
}
.feature_area .feature_example_area {
  width: 1100px;
  height: 112px;
  background-color: #DCEEF4;
  margin: 0 auto 150px;
  position: relative;
}
.feature_area .feature_example_area::after {
  content: "例えば…";
  display: block;
  width: 107px;
  height: 107px;
  background: url("../img/feature_example_fukidashi.png") no-repeat center/100%;
  position: absolute;
  left: 40px;
  top: -54px;
  font-size: 21px;
  line-height: 107px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.feature_area .feature_example_area .feature_example_txt {
  padding-left: 257px;
  font-size: 18px;
  line-height: 118px;
  position: relative;
}
.feature_area .feature_example_area .feature_example_txt::after {
  content: "";
  display: block;
  width: 73px;
  height: 81px;
  background: url("../img/feature_example_icon.png") no-repeat center/100%;
  position: absolute;
  left: 165px;
  top: 12px;
}
.feature_area .feature_02 {
  padding-left: 566px;
}
.feature_area .feature_02 h3 {
  position: relative;
}
.feature_area .feature_02 h3::before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #06A2C6;
  position: absolute;
  left: -45px;
  top: -74px;
}
.feature_area .feature_02 .feature_txt {
  margin-bottom: 248px;
}
.feature_area .feature_02::before {
  content: "";
  display: block;
  width: 661px;
  height: 500px;
  background: url("../img/feature_img02.png") no-repeat center/100%;
  position: absolute;
  left: -118px;
  top: -84px;
}
.feature_area .feature_02::after {
  content: "";
  display: block;
  width: 229px;
  height: 192px;
  background: url("../img/feature_no_02.png") no-repeat center/100%;
  position: absolute;
  left: 515px;
  top: -30px;
  z-index: 0;
}
.feature_area .feature_03 {
  padding-bottom: 30px;
}
.feature_area .feature_03 h3 {
  position: relative;
}
.feature_area .feature_03 h3::before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #06A2C6;
  position: absolute;
  left: 521px;
  top: -126px;
}
.feature_area .feature_03::before {
  content: "";
  display: block;
  width: 604px;
  height: 468px;
  background: url("../img/feature_img03.png") no-repeat center/100%;
  position: absolute;
  right: -60px;
  top: -134px;
}
.feature_area .feature_03::after {
  content: "";
  display: block;
  width: 228px;
  height: 193px;
  background: url("../img/feature_no_03.png") no-repeat center/100%;
  position: absolute;
  left: -55px;
  top: -85px;
  z-index: 0;
}

/*./feature_area*/
/* ===================================================================================
  function_area
=================================================================================== */
.function_area {
  background: url("../img/function_bg_pc.png") no-repeat center 0;
  background-size: 2000px 600px;
  height: 600px;
  padding-top: 60px;
}
.function_area h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 auto 15px;
  text-align: center;
}
.function_area .function_subtit {
  font-size: 17px;
  color: #54CAEA;
  margin: 0 auto 49px;
  text-align: center;
}
.function_area .function_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.function_area .function_list li {
  width: 280px;
  height: 150px;
  border-radius: 10px;
  border: 1px solid #999999;
  margin-right: 26px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  padding-top: 72px;
  position: relative;
}
.function_area .function_list li::after {
  content: "";
  display: block;
  width: 99px;
  height: 99px;
  background: url("../img/function_icon01.png") no-repeat center/100%;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.function_area .function_list li:nth-of-type(1) {
  margin-bottom: 51px;
}
.function_area .function_list li:nth-of-type(2)::after {
  background: url("../img/function_icon02.png") no-repeat center/100%;
}
.function_area .function_list li:nth-of-type(2)::after {
  background: url("../img/function_icon03.png") no-repeat center/100%;
}
.function_area .function_list li:nth-of-type(4) {
  margin-right: 0px;
}
.function_area .function_list li:nth-of-type(4)::after {
  background: url("../img/function_icon04.png") no-repeat center/100%;
}
.function_area .function_list li:nth-of-type(5)::after {
  background: url("../img/function_icon05.png") no-repeat center/100%;
}
.function_area .function_list li:nth-of-type(6)::after {
  background: url("../img/function_icon06.png") no-repeat center/100%;
}
.function_area .function_list li:nth-of-type(7) {
  margin-right: 0px;
}
.function_area .function_list li:nth-of-type(7)::after {
  background: url("../img/function_icon07.png") no-repeat center/100%;
}
.function_area .function_list li:nth-of-type(8)::after {
  background: url("../img/function_icon08.png") no-repeat center/100%;
}

/*./function_area*/
/* ===================================================================================
  prise_area
=================================================================================== */
.prise_area {
  padding-top: 54px;
  padding-bottom: 55px;
}
.prise_area h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 auto 15px;
  text-align: center;
}
.prise_area .prise_subtit {
  font-size: 17px;
  color: #54CAEA;
  margin: 0 auto 24px;
  text-align: center;
}
.prise_area .prise_list {
  width: 1191px;
  height: 494px;
  background: url("../img/price_bg_pc.png") no-repeat center 0;
  background-size: 1191px 494px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prise_area .prise_list > li {
  width: 235px;
}
.prise_area .prise_list > li:first-of-type {
  width: 253px;
  font-weight: bold;
}
.prise_area .prise_list > li:first-of-type ul li .prise_list_tit {
  margin-bottom: 0;
}
.prise_area .prise_list > li:nth-of-type(5) ul li .prise_list_txt {
  margin-bottom: 1.7em;
}
.prise_area .prise_list > li ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 17px;
  height: 58px;
  position: relative;
}
.prise_area .prise_list > li ul li .recommended {
  display: block;
  width: 118px;
  height: 29px;
  background: #FF7E7E;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: -3px;
  line-height: 29px;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  border-radius: 29px;
}
.prise_area .prise_list > li ul li .prise_list_tit {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 13px;
}
.prise_area .prise_list > li ul li .prise_list_txt {
  line-height: 25px;
}
.prise_area .prise_list > li ul li:first-of-type {
  height: 162px;
}
.prise_area .prise_list_come {
  text-align: right;
  font-size: 12px;
}

/*./prise_area*/
/* ===================================================================================
  footer
=================================================================================== */
.footer {
  background: #008FD1;
  background-size: 2000px 210px;
  height: 141px;
  padding-top: 45px;
}
.footer .footer_list {
  width: 476px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 43px;
}
.footer .footer_list li a {
  color: #fff;
  font-size: 17px;
  border-left: 1px solid #fff;
  display: block;
  text-align: center;
  padding: 0 27px;
  white-space: nowrap;
}
.footer .footer_list li:last-of-type a {
  border-right: 1px solid #fff;
}
.footer p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

/*./footer*/
/* ===================================================================================
  fixed_area
=================================================================================== */
.fixed_area {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
}
.fixed_area .fixed {
  width: 324px;
  height: 155px;
  position: absolute;
  right: 40px;
  bottom: 25px;
}
.fixed_area .fixed a {
  display: block;
}

/*./fixed_area*/
/* =============================================

1340以下

============================================= */
@media screen and (max-width: 1340px) {
  body * {
    font-size: 1.19vw;
  }

  .inner {
    width: 89.55vw;
  }

  /* ===================================================================================
    fv
  =================================================================================== */
  .fv {
    background-size: 149.25vw 44.78vw;
    height: 44.78vw;
    padding-top: 3.36vw;
  }
  .fv .fv_logo {
    width: 14.85vw;
    margin-bottom: 4.78vw;
    margin-left: 0.75vw;
  }
  .fv .fv_tit_txt {
    font-size: 1.87vw;
    margin-bottom: 1.87vw;
    margin-left: 0.3vw;
  }
  .fv h1 {
    font-size: 2.39vw;
    margin-left: 0.3vw;
    margin-bottom: 3.36vw;
  }
  .fv h1 span {
    font-size: 3.73vw;
  }
  .fv h1::after {
    width: 2.91vw;
    height: 0.07vw;
    bottom: -1.5vw;
  }
  .fv .fv_txt {
    font-size: 1.34vw;
    line-height: 2.46vw;
    margin-bottom: 2.24vw;
    margin-left: 0.3vw;
  }
  .fv .fv_offer {
    width: 30.6vw;
  }

  /*./fv*/
  /* ===================================================================================
    trouble
  =================================================================================== */
  .trouble {
    padding-top: 4.03vw;
  }
  .trouble h2 {
    width: 34.93vw;
    margin: 0 auto 1.57vw;
  }
  .trouble .trouble_list {
    width: 87.54vw;
  }
  .trouble .trouble_list li {
    font-size: 1.49vw;
    line-height: 2.24vw;
    background-size: cover;
    width: 21.64vw;
    height: 16.42vw;
    padding-top: 3.73vw;
  }
  .trouble .trouble_list li:nth-of-type(2) {
    background-size: cover;
    margin-top: 5.22vw;
  }
  .trouble .trouble_list li:nth-of-type(3) {
    background-size: cover;
  }
  .trouble .trouble_list li:nth-of-type(4) {
    background-size: cover;
    margin-top: 5.22vw;
  }
  .trouble .trouble_list li span {
    font-size: 1.49vw;
    line-height: 2.24vw;
  }

  /*./trouble*/
  /* ===================================================================================
    leave-it-to
  =================================================================================== */
  .leave-it-to {
    background-size: 149.25vw 59.85vw;
    height: 59.85vw;
    padding-top: 1.87vw;
  }
  .leave-it-to .leave-it-to_img {
    width: 40.75vw;
    margin: 0 auto 1.64vw;
  }
  .leave-it-to .leave-it-to_wrap {
    width: 88.96vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_logo {
    width: 20.6vw;
    margin-bottom: 1.64vw;
    margin-left: 0.3vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_txtArea {
    width: 53.43vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_txtArea .leave-it-to_titBg {
    margin-bottom: 1.57vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_txtArea .leave-it-to_titBg::after {
    width: 32.69vw;
    height: 0.97vw;
    bottom: 0.52vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_txtArea .leave-it-to_titBg h2 {
    font-size: 2.69vw;
    line-height: 4.33vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_txtArea .leave-it-to_titBg h2 span {
    font-size: 2.69vw;
    line-height: 4.33vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_txtArea .leave-it-to_txt {
    font-size: 1.34vw;
    line-height: 2.46vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_txtArea .leave-it-to_txt span {
    font-size: 1.34vw;
    line-height: 2.46vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_list {
    width: 35.22vw;
    margin-top: 2.84vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_list li {
    font-size: 1.49vw;
    line-height: 2.24vw;
    background-size: cover;
    width: 17.61vw;
    height: 17.99vw;
    padding-top: 5.97vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_list li:nth-of-type(1) {
    margin-left: 3.73vw;
    margin-right: 3.73vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_list li:nth-of-type(2) {
    background-size: cover;
    margin-top: -2.69vw;
    padding-top: 4.48vw;
    padding-left: 1.49vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_list li:nth-of-type(3) {
    background-size: cover;
    margin-top: -2.69vw;
    padding-top: 5.97vw;
    padding-left: 1.49vw;
  }

  /*./leave-it-to*/
  /* ===================================================================================
    offer_area
  =================================================================================== */
  .offer_area {
    background-size: 149.25vw 15.67vw;
    height: 15.67vw;
    padding-top: 6.72vw;
  }
  .offer_area .offer_txt {
    font-size: 1.94vw;
    margin: 0 auto 1.79vw;
    top: -3.74vw;
    left: 26.87vw;
  }
  .offer_area .offer_txt::after {
    width: 2.61vw;
    height: 2.5vw;
    background-size: cover;
    left: -3.29vw;
    top: -0.38vw;
    padding-left: 2.39vw;
  }
  .offer_area .offer_txt span {
    font-size: 1.94vw;
  }
  .offer_area .offer_btn {
    width: 40.82vw;
  }

  /*./offer_area*/
  /* ===================================================================================
    feature_area
  =================================================================================== */
  .feature_area {
    padding-top: 4.93vw;
  }
  .feature_area h2 {
    font-size: 2.69vw;
    margin: 0 auto 0.75vw;
  }
  .feature_area .feature_subtit {
    font-size: 1.27vw;
    margin: 0 auto 7.09vw;
  }
  .feature_area .feature_wrap {
    margin-left: 3.28vw;
  }
  .feature_area .feature_wrap h3 {
    font-size: 2.69vw;
    line-height: 4.33vw;
    margin-bottom: 0.75vw;
  }
  .feature_area .feature_wrap .feature_txt {
    font-size: 1.34vw;
    line-height: 2.46vw;
    margin-bottom: 11.34vw;
  }
  .feature_area .feature_01::before {
    width: 48.73vw;
    height: 38.88vw;
    right: -3.81vw;
    top: -9.33vw;
  }
  .feature_area .feature_01::after {
    width: 13.06vw;
    height: 14.33vw;
    left: -4.48vw;
    top: -7.47vw;
  }
  .feature_area .feature_example_area {
    width: 82.09vw;
    height: 8.36vw;
    margin: 0 auto 11.19vw;
  }
  .feature_area .feature_example_area::after {
    width: 7.99vw;
    height: 7.99vw;
    left: 2.99vw;
    top: -4.03vw;
    font-size: 1.57vw;
    line-height: 7.99vw;
  }
  .feature_area .feature_example_area .feature_example_txt {
    padding-left: 19.18vw;
    font-size: 1.34vw;
    line-height: 8.81vw;
  }
  .feature_area .feature_example_area .feature_example_txt::after {
    width: 5.45vw;
    height: 6.04vw;
    left: 12.31vw;
    top: 0.9vw;
  }
  .feature_area .feature_02 {
    padding-left: 42.24vw;
  }
  .feature_area .feature_02 h3::before {
    width: 5.22vw;
    height: 0.07vw;
    left: -3.36vw;
    top: -5.53vw;
  }
  .feature_area .feature_02 .feature_txt {
    margin-bottom: 18.51vw;
  }
  .feature_area .feature_02::before {
    width: 49.33vw;
    height: 37.31vw;
    left: -8.81vw;
    top: -6.27vw;
  }
  .feature_area .feature_02::after {
    width: 17.09vw;
    height: 14.33vw;
    left: 38.43vw;
    top: -2.24vw;
  }
  .feature_area .feature_03 {
    padding-bottom: 2.24vw;
  }
  .feature_area .feature_03 h3::before {
    width: 5.22vw;
    height: 0.07vw;
    left: 38.88vw;
    top: -9.41vw;
  }
  .feature_area .feature_03::before {
    width: 45.07vw;
    height: 34.93vw;
    right: -4.48vw;
    top: -10vw;
  }
  .feature_area .feature_03::after {
    width: 17.01vw;
    height: 14.4vw;
    left: -4.11vw;
    top: -6.35vw;
  }

  /*./feature_area*/
  /* ===================================================================================
    function_area
  =================================================================================== */
  .function_area {
    background-size: 149.25vw 44.78vw;
    height: 44.78vw;
    padding-top: 4.48vw;
  }
  .function_area h2 {
    font-size: 2.69vw;
    margin: 0 auto 1.12vw;
  }
  .function_area .function_subtit {
    font-size: 1.27vw;
    margin: 0 auto 3.66vw;
  }
  .function_area .function_list li {
    width: 20.9vw;
    height: 11.19vw;
    border-radius: 0.75vw;
    border: 0.07vw solid #999999;
    margin-right: 1.94vw;
    font-size: 1.49vw;
    line-height: 2.24vw;
    padding-top: 5.37vw;
  }
  .function_area .function_list li::after {
    width: 7.39vw;
    height: 7.39vw;
    top: -2.77vw;
  }
  .function_area .function_list li:nth-of-type(1) {
    margin-bottom: 3.81vw;
  }

  /*./function_area*/
  /* ===================================================================================
    prise_area
  =================================================================================== */
  .prise_area {
    padding-top: 4.03vw;
    padding-bottom: 4.1vw;
  }
  .prise_area h2 {
    font-size: 2.69vw;
    margin: 0 auto 1.12vw;
  }
  .prise_area .prise_subtit {
    font-size: 1.27vw;
    margin: 0 auto 1.79vw;
  }
  .prise_area .prise_list {
    width: 88.88vw;
    height: 36.87vw;
    background-size: 88.88vw 36.87vw;
    margin: 0 auto 0.75vw;
  }
  .prise_area .prise_list > li {
    width: 17.54vw;
  }
  .prise_area .prise_list > li:first-of-type {
    width: 18.88vw;
  }
  .prise_area .prise_list > li ul li {
    font-size: 1.27vw;
    height: 4.33vw;
  }
  .prise_area .prise_list > li ul li .recommended {
    width: 8.81vw;
    height: 2.16vw;
    top: -0.23vw;
    line-height: 2.16vw;
    font-size: 1.42vw;
    border-radius: 2.16vw;
  }
  .prise_area .prise_list > li ul li .prise_list_tit {
    font-size: 1.57vw;
    margin-bottom: 0.97vw;
  }
  .prise_area .prise_list > li ul li .prise_list_txt {
    line-height: 1.87vw;
  }
  .prise_area .prise_list > li ul li:first-of-type {
    height: 12.09vw;
  }
  .prise_area .prise_list_come {
    font-size: 0.9vw;
  }

  /*./prise_area*/
  /* ===================================================================================
    footer
  =================================================================================== */
  .footer {
    background-size: 149.25vw 15.67vw;
    height: 10.52vw;
    padding-top: 3.36vw;
  }
  .footer .footer_list {
    width: 35.52vw;
    margin: 0 auto 3.21vw;
  }
  .footer .footer_list li a {
    font-size: 1.27vw;
    border-left: 0.07vw solid #fff;
    padding: 0 2.01vw;
  }
  .footer .footer_list li:last-of-type a {
    border-right: 0.07vw solid #fff;
  }
  .footer p {
    font-size: 1.19vw;
  }

  /*./footer*/
  /* ===================================================================================
    fixed_area
  =================================================================================== */
  .fixed_area .fixed {
    width: 24.18vw;
    height: 11.57vw;
    right: 2.99vw;
    bottom: 1.87vw;
  }
}
/* =============================================

スマホ767px以下

============================================= */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body * {
    font-size: 2.133vw;
  }

  .inner {
    width: 100vw;
  }

  /* ===================================================================================
    fv
  =================================================================================== */
  .fv {
    background: url("../img/fv_bg_sp.jpg") no-repeat center 0;
    background-size: 100vw 146.67vw;
    height: 146.67vw;
    padding-top: 4vw;
  }
  .fv .fv_logo {
    width: 26.53vw;
    margin-bottom: 62.67vw;
    margin-left: 4vw;
  }
  .fv .fv_tit_txt {
    font-size: 4.4vw;
    margin-bottom: 3.33vw;
    margin-left: 6vw;
  }
  .fv h1 {
    font-size: 5.87vw;
    position: relative;
    margin-left: 6vw;
    margin-bottom: 7.33vw;
    white-space: nowrap;
  }
  .fv h1 span {
    font-size: 9.07vw;
    vertical-align: top;
    margin-left: -2.67vw;
  }
  .fv h1::after {
    content: "";
    display: block;
    width: 7.07vw;
    height: 0.13vw;
    background: #1A1A1A;
    position: absolute;
    left: 0;
    bottom: -2.67vw;
  }
  .fv .fv_txt {
    font-size: 3.47vw;
    line-height: 6vw;
    font-weight: normal;
    margin-bottom: 4vw;
    margin-left: 6vw;
  }
  .fv .fv_offer {
    width: 92vw;
    margin: 0 auto;
  }

  /*./fv*/
  /* ===================================================================================
    trouble
  =================================================================================== */
  .trouble {
    padding-top: 6.67vw;
  }
  .trouble h2 {
    width: 69.33vw;
    margin: 0 auto 2.67vw;
  }
  .trouble .trouble_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 88vw;
    margin: 0 auto;
  }
  .trouble .trouble_list li {
    font-size: 3.2vw;
    line-height: 5.33vw;
    background: url("../img/trouble_list_01_sp.png") no-repeat center 0;
    background-size: cover;
    width: 42.67vw;
    height: 32vw;
    text-align: center;
    padding-top: 6.67vw;
  }
  .trouble .trouble_list li:nth-of-type(2) {
    background: url("../img/trouble_list_02_sp.png") no-repeat center 0;
    background-size: cover;
    margin-top: 4.67vw;
  }
  .trouble .trouble_list li:nth-of-type(3) {
    background: url("../img/trouble_list_03_sp.png") no-repeat center 0;
    background-size: cover;
    margin-top: -4.67vw;
  }
  .trouble .trouble_list li:nth-of-type(4) {
    background: url("../img/trouble_list_04_sp.png") no-repeat center 0;
    background-size: cover;
    margin-top: 0vw;
  }
  .trouble .trouble_list li span {
    font-size: 3.2vw;
    line-height: 5.33vw;
    font-weight: bold;
  }

  /*./trouble*/
  /* ===================================================================================
    leave-it-to
  =================================================================================== */
  .leave-it-to {
    background: url("../img/leave-it-to_bg_sp.png") no-repeat center 0;
    background-size: 100vw 232.93vw;
    height: 232.93vw;
    padding-top: 2.67vw;
  }
  .leave-it-to .leave-it-to_img {
    width: 72.8vw;
    margin: 0 auto 4.67vw;
  }
  .leave-it-to .leave-it-to_wrap {
    display: block;
    width: 100vw;
    margin: 0 auto;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_logo {
    width: 36.13vw;
    margin: 0 auto 4vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_txtArea {
    width: 88vw;
    margin-left: 6vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_txtArea .leave-it-to_titBg {
    position: relative;
    margin-bottom: 4vw;
    text-align: center;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_txtArea .leave-it-to_titBg::after {
    content: "";
    display: block;
    width: 62.67vw;
    height: 1.73vw;
    background: #FFFC97;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0.93vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_txtArea .leave-it-to_titBg h2 {
    font-size: 5.6vw;
    line-height: 9.07vw;
    z-index: 10;
    position: relative;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_txtArea .leave-it-to_titBg h2 span {
    font-size: 5.6vw;
    line-height: 9.07vw;
    color: #00A8E4;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_txtArea .leave-it-to_txt {
    font-size: 3.47vw;
    line-height: 6vw;
    text-align: left;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_txtArea .leave-it-to_txt span {
    font-size: 3.47vw;
    line-height: 6vw;
    font-weight: bold;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 77.87vw;
    margin: 5.07vw auto;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_list li {
    font-size: 3.2vw;
    line-height: 4.8vw;
    background: url("../img/leave-it-to_list01.png") no-repeat center 0;
    background-size: cover;
    width: 38.4vw;
    height: 38.93vw;
    font-weight: bold;
    text-align: center;
    padding-top: 13.33vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_list li:nth-of-type(1) {
    margin-left: 4vw;
    margin-right: 4vw;
    margin-bottom: 2.67vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_list li:nth-of-type(2) {
    background: url("../img/leave-it-to_list02.png") no-repeat center 0;
    background-size: cover;
    margin-top: -4.8vw;
    padding-top: 10.67vw;
    padding-left: 2.67vw;
  }
  .leave-it-to .leave-it-to_wrap .leave-it-to_list li:nth-of-type(3) {
    background: url("../img/leave-it-to_list03.png") no-repeat center 0;
    background-size: cover;
    margin-top: -4.8vw;
    padding-top: 13.33vw;
    padding-left: 2.67vw;
  }

  /*./leave-it-to*/
  /* ===================================================================================
    offer_area
  =================================================================================== */
  .offer_area {
    background: #F7F5EB;
    background-size: 100vw 38.67vw;
    height: 38.67vw;
    padding-top: 8.67vw;
    position: relative;
  }
  .offer_area .offer_txt {
    font-size: 4vw;
    margin: 0 auto 4vw;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    display: block;
    padding-left: 5.33vw;
  }
  .offer_area .offer_txt::after {
    content: "";
    display: block;
    width: 4.67vw;
    height: 4.47vw;
    background: url("../img/offer_icon.png") no-repeat center 0;
    background-size: cover;
    position: absolute;
    left: 4.8vw;
    top: -0.27vw;
    padding-left: 0vw;
    box-sizing: border-box;
  }
  .offer_area .offer_txt span {
    font-size: 4vw;
    font-weight: bold;
    color: #FF886C;
  }
  .offer_area .offer_btn {
    width: 92vw;
    margin: 0 auto;
  }

  /*./offer_area*/
  /* ===================================================================================
    feature_area
  =================================================================================== */
  .feature_area {
    padding-top: 8.8vw;
  }
  .feature_area h2 {
    font-size: 5.87vw;
    font-weight: bold;
    margin: 0 auto 2vw;
    text-align: center;
  }
  .feature_area .feature_subtit {
    font-size: 3.2vw;
    color: #54CAEA;
    margin: 0 auto 10vw;
    text-align: center;
  }
  .feature_area .feature_wrap {
    margin-left: 8vw;
    position: relative;
  }
  .feature_area .feature_wrap h3 {
    font-size: 4.8vw;
    line-height: 7.73vw;
    font-weight: bold;
    margin-bottom: 1.33vw;
    position: relative;
    z-index: 10;
    white-space: nowrap;
  }
  .feature_area .feature_wrap .feature_txt {
    font-size: 3.47vw;
    line-height: 6vw;
    margin-bottom: 20.27vw;
    width: 83.2vw;
    white-space: normal;
  }
  .feature_area .feature_01 {
    margin-bottom: 63.33vw;
  }
  .feature_area .feature_01::before {
    content: "";
    display: block;
    width: 87.07vw;
    height: 69.47vw;
    background: url("../img/feature_img01.png") no-repeat center/100%;
    position: absolute;
    right: 2.67vw;
    top: auto;
    bottom: -58.67vw;
  }
  .feature_area .feature_01::after {
    content: "";
    display: block;
    width: 23.33vw;
    height: 25.6vw;
    background: url("../img/feature_no_01.png") no-repeat center/100%;
    position: absolute;
    left: -5.34vw;
    top: -12vw;
    z-index: 0;
  }
  .feature_area .feature_example_area {
    width: 92vw;
    height: 21.87vw;
    background-color: #DCEEF4;
    margin: 0 auto 26.67vw;
    position: relative;
  }
  .feature_area .feature_example_area::after {
    content: "例えば…";
    display: block;
    width: 14.67vw;
    height: 14.67vw;
    background: url("../img/feature_example_fukidashi.png") no-repeat center/100%;
    position: absolute;
    left: 2.67vw;
    top: -10vw;
    font-size: 2.93vw;
    line-height: 14.67vw;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  .feature_area .feature_example_area .feature_example_txt {
    padding-left: 17.33vw;
    padding-top: 6.67vw;
    font-size: 3.2vw;
    line-height: 5.33vw;
    position: relative;
  }
  .feature_area .feature_example_area .feature_example_txt::after {
    content: "";
    display: block;
    width: 9.73vw;
    height: 10.8vw;
    background: url("../img/feature_example_icon.png") no-repeat center/100%;
    position: absolute;
    left: 5.6vw;
    top: 6.13vw;
  }
  .feature_area .feature_02 {
    padding-left: 1.33vw;
  }
  .feature_area .feature_02 h3 {
    position: relative;
  }
  .feature_area .feature_02 h3::before {
    content: "";
    display: block;
    width: 9.33vw;
    height: 0.13vw;
    background: #06A2C6;
    position: absolute;
    left: 36vw;
    top: -15.2vw;
  }
  .feature_area .feature_02 .feature_txt {
    margin-bottom: 86.4vw;
    width: 83.6vw;
  }
  .feature_area .feature_02::before {
    content: "";
    display: block;
    width: 88.13vw;
    height: 66.67vw;
    background: url("../img/feature_img02.png") no-repeat center/100%;
    position: absolute;
    left: -6.67vw;
    top: auto;
    bottom: -58.67vw;
  }
  .feature_area .feature_02::after {
    content: "";
    display: block;
    width: 30.53vw;
    height: 25.6vw;
    background: url("../img/feature_no_02.png") no-repeat center/100%;
    position: absolute;
    left: -4vw;
    top: -12.67vw;
    z-index: 0;
  }
  .feature_area .feature_03 {
    padding-bottom: 50.67vw;
    padding-left: 1.33vw;
  }
  .feature_area .feature_03 h3 {
    position: relative;
  }
  .feature_area .feature_03 h3::before {
    content: "";
    display: block;
    width: 9.33vw;
    height: 0.13vw;
    background: #06A2C6;
    position: absolute;
    left: 36.13vw;
    top: -16.8vw;
  }
  .feature_area .feature_03::before {
    content: "";
    display: block;
    width: 80.53vw;
    height: 62.4vw;
    background: url("../img/feature_img03.png") no-repeat center/100%;
    position: absolute;
    right: 6.67vw;
    top: auto;
    bottom: 9.33vw;
  }
  .feature_area .feature_03::after {
    content: "";
    display: block;
    width: 30.4vw;
    height: 25.73vw;
    background: url("../img/feature_no_03.png") no-repeat center/100%;
    position: absolute;
    left: -6vw;
    top: -12.67vw;
    z-index: 0;
  }

  /*./feature_area*/
  /* ===================================================================================
    function_area
  =================================================================================== */
  .function_area {
    background: url("../img/function_bg_sp.png") no-repeat center 0;
    background-size: 100vw 153.33vw;
    height: 153.33vw;
    padding-top: 9.33vw;
  }
  .function_area h2 {
    font-size: 5.87vw;
    font-weight: bold;
    margin: 0 auto 2vw;
    text-align: center;
  }
  .function_area .function_subtit {
    font-size: 3.2vw;
    color: #54CAEA;
    margin: 0 auto 12vw;
    text-align: center;
  }
  .function_area .function_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 89.33vw;
    margin: 0 auto;
  }
  .function_area .function_list li {
    width: 42.67vw;
    height: 21.73vw;
    border-radius: 1.33vw;
    border: 1px solid #999999;
    margin-right: 2.67vw;
    margin-bottom: 6.8vw;
    font-size: 3.47vw;
    line-height: 4.8vw;
    font-weight: bold;
    text-align: center;
    padding-top: 10.4vw;
    position: relative;
  }
  .function_area .function_list li::after {
    content: "";
    display: block;
    width: 14.67vw;
    height: 14.67vw;
    background: url("../img/function_icon01.png") no-repeat center/100%;
    position: absolute;
    top: -4.94vw;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .function_area .function_list li:nth-of-type(1) {
    margin-bottom: auto;
  }
  .function_area .function_list li:nth-of-type(2)::after {
    background: url("../img/function_icon02.png") no-repeat center/100%;
  }
  .function_area .function_list li:nth-of-type(2) {
    margin-right: 0vw;
  }
  .function_area .function_list li:nth-of-type(2)::after {
    background: url("../img/function_icon03.png") no-repeat center/100%;
  }
  .function_area .function_list li:nth-of-type(4) {
    margin-right: 0vw;
  }
  .function_area .function_list li:nth-of-type(4)::after {
    background: url("../img/function_icon04.png") no-repeat center/100%;
  }
  .function_area .function_list li:nth-of-type(5) {
    margin-right: 2.67vw;
  }
  .function_area .function_list li:nth-of-type(5)::after {
    background: url("../img/function_icon05.png") no-repeat center/100%;
  }
  .function_area .function_list li:nth-of-type(6) {
    margin-right: 0vw;
  }
  .function_area .function_list li:nth-of-type(6)::after {
    background: url("../img/function_icon06.png") no-repeat center/100%;
  }
  .function_area .function_list li:nth-of-type(7) {
    margin-right: 0vw;
  }
  .function_area .function_list li:nth-of-type(7)::after {
    background: url("../img/function_icon07.png") no-repeat center/100%;
  }

  /*./function_area*/
  /* ===================================================================================
    prise_area
  =================================================================================== */
  .prise_area {
    padding-top: 7.2vw;
    padding-bottom: 7.33vw;
  }
  .prise_area h2 {
    font-size: 5.87vw;
    font-weight: bold;
    margin: 0 auto 2vw;
    text-align: center;
  }
  .prise_area .prise_subtit {
    font-size: 3.2vw;
    color: #54CAEA;
    margin: 0 auto 3.2vw;
    text-align: center;
  }
  .prise_area .prise_list.pc {
    display: none;
  }
  .prise_area .prise_list_sp {
    width: 92vw;
    margin: 0 auto;
  }
  .prise_area .prise_list_sp li {
    margin-top: 6vw;
  }
  .prise_area .prise_list_sp li .prise_list_sp_titArea {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 14.13vw;
    position: relative;
  }
  .prise_area .prise_list_sp li .prise_list_sp_titArea .prise_list_tit {
    font-size: 3.47vw;
    font-weight: bold;
    margin-bottom: 1.6vw;
  }
  .prise_area .prise_list_sp li .prise_list_sp_titArea .prise_list_txt {
    font-size: 3.07vw;
  }
  .prise_area .prise_list_sp li .prise_list_sp_titArea .recommended {
    display: block;
    width: 17.33vw;
    height: 3.87vw;
    background: #FF7E7E;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 2vw;
    line-height: 4.13vw;
    text-align: center;
    font-size: 2.53vw;
    font-weight: bold;
    color: #fff;
    border-radius: 3.87vw;
  }
  .prise_area .prise_list_sp li:nth-of-type(1) {
    background: url("../img/price_bg_sp01.png") no-repeat center 0;
    background-size: 92vw 53.47vw;
  }
  .prise_area .prise_list_sp li:nth-of-type(2) {
    background: url("../img/price_bg_sp02.png") no-repeat center 0;
    background-size: 92vw 60vw;
  }
  .prise_area .prise_list_sp li:nth-of-type(2) .prise_list_sp_titArea {
    height: 20.67vw;
    padding-top: 3.2vw;
  }
  .prise_area .prise_list_sp li:nth-of-type(3) {
    background: url("../img/price_bg_sp03.png") no-repeat center 0;
    background-size: 92vw 53.47vw;
  }
  .prise_area .prise_list_sp li:nth-of-type(4) {
    background: url("../img/price_bg_sp04.png") no-repeat center 0;
    background-size: 92vw 53.47vw;
  }
  .prise_area .prise_list_sp li dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .prise_area .prise_list_sp li dl dt {
    width: 29.33vw;
    height: 7.87vw;
    font-size: 2.67vw;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .prise_area .prise_list_sp li dl dd {
    width: 62.67vw;
    font-size: 3.2vw;
    box-sizing: border-box;
    padding: 0 2.67vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .prise_area .prise_list_come {
    margin-top: 2vw;
    margin-right: 3.33vw;
    text-align: right;
    font-size: 2.13vw;
  }

  /*./prise_area*/
  /* ===================================================================================
    footer
  =================================================================================== */
  .footer {
    background: #008FD1;
    background-size: 100vw 19.47vw;
    height: 19.47vw;
    padding-top: 6vw;
    margin-bottom: 24vw;
  }
  .footer .footer_list {
    width: 82.13vw;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 4vw;
  }
  .footer .footer_list li a {
    color: #fff;
    font-size: 2.93vw;
    border-left: 0.13vw solid #fff;
    display: block;
    text-align: center;
    padding: 0 3.6vw;
    white-space: nowrap;
  }
  .footer .footer_list li:last-of-type a {
    border-right: 0.13vw solid #fff;
  }
  .footer p {
    color: #fff;
    font-size: 2.67vw;
    text-align: center;
  }

  /*./footer*/
  /* ===================================================================================
    fixed_area
  =================================================================================== */
  .fixed_area {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100vw;
    left: 0;
    transform: translate(0%, 0%);
    display: block;
  }
  .fixed_area .fixed {
    width: 100vw;
    height: 24vw;
    position: absolute;
    right: 0vw;
    bottom: 0vw;
  }
  .fixed_area .fixed a {
    display: block;
  }

  /*./fixed_area*/
}

/*# sourceMappingURL=style.css.map */
