@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
}

table {
  border-spacing: 0;
}

a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

strong {
  font-weight: bold;
}

ul {
  list-style: none;
}

/* サイトレイアウト */
/*共通*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: min(2.8125vw, 18px);
  line-height: 1.7;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

@media all and (min-width: 640px)  {
/* //    |- PC  */
  .elmSP {  display:none !important;  }
} 
@media all and (max-width: 639px)  {
/* //    |- SP  */
  .elmPC{ display:none !important;  }
}


@media (min-width: 640px) {
  body {
    background-image: url("../img/pc_bg.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

.wrap {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  overflow-x: hidden;
  background: #fff;
}
@media (max-width: 639px) {
  .wrap {
    padding-bottom: min(23.4375vw, 150px);
  }
}

.red {
  color: #D61111;
}

.blue {
  color: #34A2EA;
}

.bg-blue {
  background-color: #F4FAFE;
}

.green {
  color: #28C0B9;
}

.orange {
  color: #E97132;
}

.yellow {
  color: #FEF663;
}

.marker {
  background: linear-gradient(transparent 70%, #FEF663 70%);
}

.num {
  font-family: Lato;
  font-weight: 700;
}

.box-wrap {
  display: flex;
  justify-content: space-between;
}
.box-wrap.ai-c {
  align-items: center;
}
.box-wrap.ai-e {
  align-items: flex-end;
}
.box-wrap.jc-c {
  justify-content: center;
}
.box-wrap.jc-s {
  justify-content: flex-start;
}

.sec-ttl-wrap {
  text-align: center;
  font-size: min(3.90625vw, 25px);
  line-height: 1.3;
  color: #333;
}
.sec-ttl-wrap .lead {
  margin-bottom: min(1.5625vw, 10px);
}
.sec-ttl-wrap .sec-ttl {
  font-size: min(6.25vw, 40px);
}

.note {
  font-weight: 400;
  font-size: min(1.5625vw, 10px);
  color: #939393;
}

.cta {
  text-align: center;
  background: #34A2EA;
  font-size: min(4.6875vw, 28px);
  padding: min(3.90625vw, 25px) min(4.6875vw, 30px);
  border-radius: min(4.6875vw, 30px) 0 0 0;
}
.cta .inner {
  background: #fff;
  border: 1px solid #B3B3B3;
  box-shadow: 0px 0px min(2.8125vw, 18px) 0px rgba(124, 124, 124, 0.2509803922);
  border-radius: min(1.875vw, 12px);
}
.cta .image {
  padding: min(0.78125vw, 5px);
}
.cta .image img {
  border-radius: min(1.875vw, 12px) 0 0 0;
  margin-bottom: min(1.5625vw, 10px);
}
.cta.fixed .lead_sub {
    color: #34A2EA;
    font-size: 11px;
}
.cta .lead_sub {
    color: #34A2EA;
    font-size: 22px;
}
.cta .lead-txt {
  display: inline-block;
  position: relative;
  color: #34A2EA;
}
.cta .lead-txt::before, .cta .lead-txt::after {
  display: block;
  content: "";
  position: absolute;
  bottom: max(-0.3125vw, -2px);
  width: min(0.3125vw, 2px);
  height: min(4.6875vw, 30px);
  background: #34A2EA;
}
.cta .lead-txt::before {
  left: max(-1.5625vw, -10px);
  transform: rotate(-40deg);
}
.cta .lead-txt::after {
  right: max(-1.5625vw, -10px);
  transform: rotate(40deg);
}
.cta .btn-wrap {
  margin: min(1.5625vw, 10px) auto min(6.25vw, 40px);
  width: min(72.1875vw, 462px);
  height: min(15vw, 96px);
  border-radius: min(7.5vw, 48px);
  box-shadow: 0px min(2.1875vw, 14px) min(2.1875vw, 14px) 0px rgba(0, 0, 0, 0.1019607843);
  background: linear-gradient(88.17deg, #2AC3B7 0.02%, #0198D5 94.87%);
  line-height: 1;
  transition: 0.2s;
}
.cta .btn-wrap:hover {
  transform: translateY(3px);
}
.cta .btn-wrap a.btn {
  width: min(72.1875vw, 462px);
  height: min(15vw, 96px);
  line-height: min(15vw, 96px);
  border-radius: min(7.5vw, 48px);
  padding-right: min(9.375vw, 60px);
  background-image: url("../img/cta-btn-bg.svg");
  background-repeat: no-repeat;
  background-position: right min(3.125vw, 20px) center;
  background-size: min(9.53125vw, 61px) auto;
  color: #fff;
}
.cta.fixed {
  position: fixed;
  right: calc(50% - 660px);
  bottom: 50%;
  transform: translateY(50%);
  width: 300px;
  font-size: 15px;
  padding: 17px;
  border-radius: 15px;
}
.cta.fixed .inner {
  border-radius: 8px;
}
.cta.fixed .image {
  padding: 3px;
}
.cta.fixed .image img {
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
}
.cta.fixed .lead-txt::before, .cta.fixed .lead-txt::after {
  bottom: -1px;
  width: 1px;
  height: 15px;
}
.cta.fixed .lead-txt::before {
  left: -10px;
  transform: rotate(-40deg);
}
.cta.fixed .lead-txt::after {
  right: -10px;
  transform: rotate(40deg);
}
.cta.fixed .btn-wrap {
  margin: 5px auto 20px;
  width: 240px;
  height: 50px;
  border-radius: 25px;
}
.cta.fixed .btn-wrap a.btn {
  width: 240px;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  padding-right: 40px;
  background-position: right 5px center;
  background-size: 40px auto;
}
@media (max-width: 1321px) and (min-width: 1260px) {
  .cta.fixed {
    right: 0;
  }
}
@media (max-width: 1259px) and (min-width: 640px) {
  .cta.fixed {
    display: none;
  }
}
@media (max-width: 639px) {
  .cta.fixed {
    font-size: min(4.21875vw, 27px);
    background: rgba(255, 255, 255, 0.8);
    padding: min(1.5625vw, 10px);
    bottom: 0;
    transform: translateY(0);
    right: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
  }
  .cta.fixed .inner {
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
  }
  .cta.fixed .image {
    display: none;
  }
  .cta.fixed .btn-wrap {
    margin: min(0.78125vw, 5px) auto 0;
  }
.cta .lead_sub {
    color: #34A2EA;
    font-size: 16px;
}
.cta.fixed .btn-wrap {
  margin: 5px auto 20px;
  width: 90%;
  height: 50px;
  border-radius: 25px;
}
.cta.fixed .btn-wrap a.btn {
  width: 90%;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  padding-right: 0;
  background-position: right;
  background-size: 30px auto;
}
}

.nav {
  display: none;
}
@media (min-width: 1260px) {
  .nav {
    display: block;
    position: fixed;
    background: #fff;
    left: calc(50% - 660px);
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    font-size: 15px;
    padding: 25px 10px 25px 25px;
    border-radius: 18px;
  }
  .nav .ttl {
    padding-left: 30px;
    background-image: url("../img/pc_nav-icon.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 16px auto;
    line-height: 1;
    margin-bottom: 15px;
  }
  .nav li {
    margin-top: 5px;
  }
  .nav li a:hover, .nav li a.is-current {
    color: #D45F5F !important;
  }
  .nav .num {
    display: inline-block;
    color: #34A2EA;
    margin-right: 20px;
  }
}
@media (max-width: 1321px) and (min-width: 1260px) {
  .nav {
    left: 0;
  }
}

.footer {
  text-align: center;
  padding: min(6.25vw, 40px);
  font-size: min(2.1875vw, 14px);
  font-weight: 400;
}
.footer .logo {
  width: min(39.0625vw, 250px);
  margin: 0 auto min(1.5625vw, 10px);
}
.footer .link {
  margin-bottom: min(3.125vw, 20px);
}
.footer .link li {
  margin: 0 min(1.09375vw, 7px);
  display: inline-block;
}
.footer .link a {
  display: inline-block;
  color: #8E8E8E;
}
.footer .copy {
  font-size: min(1.875vw, 12px);
  color: #8E8E8E;
}





/* --------------------------------
mv
-------------------------------- */
.mv {
  background: #fff url("../img/mv_bg.png?ver2") no-repeat center center;
  background-size: cover;
  position: relative;
  color: #34A2EA;
  height: 100%;
  background-position-y: top;
}
.mv_head {
  width: 100%;
  max-width:295px;
  margin: 0 0 0 auto;
}
.mv_copy1 {
  font-size: 40px;
  color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin: 120px 0 0 30px;
}
.mv_copy1 span {
  display: inline-block;
  background: #34A2EA;
  padding: 3px 10px;
  margin: 0 0 10px
}
.mv_copy1 em {
  font-size: 25px;
}

.mvWrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: -60px 20px 0 30px;
  padding-bottom:30px;
}
.mvImage {
  width: 100%;
  max-width: 115px;
}
.mv_copy2 {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: 0 0 10px rgba(0, 80, 133, 1);
  font-size: 20px;
}
.mv_link {
  color: #34A2EA;
  font-size: 14px;
  font-weight: 700;
  background: rgb(255 255 255 / 0.85);
  padding: 3px 22px 3px 10px;
  display: inline-block;
  margin: 0 0 20px 30px;
  position: relative;
}
.mv_link:after {
  position: absolute;
  background: url(../img/icon_arrow_down.svg) no-repeat;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  width: 9px;
  height: 6px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.mv_copy3 {
  color: #34A2EA;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 20px rgba(255, 255, 255, 1);
}
.mv_copy4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 30px;
}
.mv_copy4_ttl span {
  font-size: 18px;
  font-weight: 700;
  color: #34A2EA;
  padding: 15px;
  border: 1px solid #34A2EA;
  margin: 0 20px 0 0 ;
}
.mv_copy4_desc {
  font-size: 36px;
  font-weight: 700;
  color: #34A2EA;
}
.mv_copy4_desc em {
  font-size: 72px;
  line-height: 1;
}
.mv_copy4_desc span {
  background: linear-gradient(transparent 60%, #FEF663 60%)
}

@media (max-width: 639px) {
/*SP*/
.mv {
  height: 203vw;
}
.mv_head {
  width: 100%;
  max-width:195px;
  margin: 0 0 0 auto;
}
.mv_copy1 {
  font-size: 7vw;
  color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin: 30vw 0 0 20px;
}
.mv_copy1 span {
  display: inline-block;
  background: #34A2EA;
  padding: 3px 10px;
  margin: 0 0 10px
}
.mv_copy1 em {
  font-size: 4vw;
}

.mvWrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: -60px 10px 0 20px;
  padding-bottom:30px;
}
.mvImage {
  width: 100%;
  max-width: 25%;
}
.mv_copy2 {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: 0 0 10px rgba(0, 80, 133, 1);
  font-size: 4vw;
}
.mv_link {
  color: #34A2EA;
  font-size: 3vw;
  font-weight: 700;
  background: rgb(255 255 255 / 0.85);
  padding: 3px 22px 3px 10px;
  display: inline-block;
  margin: 0 0 15px 20px;
  position: relative;
}
.mv_link:after {
  position: absolute;
  background: url(../img/icon_arrow_down.svg) no-repeat;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  width: 9px;
  height: 6px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.mv_copy3 {
  color: #34A2EA;
  font-size: 5vw;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 20px rgba(255, 255, 255, 1);
}
.mv_copy4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 30px;
}
.mv_copy4_ttl span {
  font-size: 4vw;
  font-weight: 700;
  color: #34A2EA;
  padding:10px 12px;
  border: 1px solid #34A2EA;
  margin: 0 10px 0 0 ;
}
.mv_copy4_desc {
  font-size: 5vw;
  font-weight: 700;
  color: #34A2EA;
}
.mv_copy4_desc em {
  font-size: 9vw;
  line-height: 1;
}
.mv_copy4_desc span {
  background: linear-gradient(transparent 60%, #FEF663 60%)
}


}










.campaign {
  padding: min(12.5vw, 80px) min(4.6875vw, 30px) min(6.25vw, 40px);
  margin-top: max(-7.03125vw, 0);
  position: relative;
  background-image: url("../img/camp_bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.campaign .sec-ttl-wrap {
  margin-bottom: min(7.03125vw, 45px);
}
.campaign .note {
  text-align: right;
}
.campaign .camp-box {
  background: #fff;
  box-shadow: 0px 0px min(2.8125vw, 18px) 0px rgba(124, 124, 124, 0.2509803922);
  position: relative;
  padding: min(4.6875vw, 30px);
  margin-bottom: min(4.6875vw, 30px);
}
.campaign .camp-box .camp-icon {
  position: absolute;
  top: max(-7.5vw, -48px);
  right: 0;
  width: min(18.59375vw, 119px);
}
.campaign .camp-box .no {
  position: absolute;
  left: 0;
  top: 0;
  width: min(20vw, 128px);
  height: min(17.65625vw, 113px);
  background: #FEF663;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  font-size: min(4.6875vw, 30px);
  color: #34A2EA;
  padding: min(2.8125vw, 18px) 0 0 min(3.59375vw, 23px);
  line-height: 1;
}
.campaign .camp-box .box-ttl-wrap {
  color: #34A2EA;
  margin-bottom: min(3.125vw, 20px);
  text-align: center;
  position: relative;
}
.campaign .camp-box .box-ttl-wrap .box-ttl {
  font-size: min(6.25vw, 40px);
  margin-top: max(-0.78125vw, -5px);
  display: inline-block;
  border-bottom: 1px dashed #B3B3B3;
}
.campaign .camp01 .box {
  width: min(18.75vw, 120px);
  font-size: min(2.34375vw, 15px);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.campaign .camp01 .box .image {
  height: min(14.84375vw, 95px);
  margin-bottom: min(1.5625vw, 10px);
}
.campaign .camp01 .box .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(9.84375vw, 63px);
}
.campaign .camp02 .benefit1 {
  justify-content: center;
  font-size: min(3.125vw, 20px);
  margin-bottom: min(7.8125vw, 50px);
  position: relative;
}
.campaign .camp02 .benefit1::after {
  display: block;
  content: "";
  position: absolute;
  bottom: max(-4.6875vw, -30px);
  left: 0;
  width: 100%;
  height: min(3.125vw, 20px);
  background-image: url("../img/cmn_icn_plus.svg");
  background-position: 53% center;
  background-repeat: no-repeat;
  background-size: min(3.125vw, 20px) auto;
}
.campaign .camp02 .benefit1 .image {
  width: min(27.34375vw, 175px);
  margin-right: min(2.34375vw, 15px);
}
.campaign .camp02 .benefit1 .txt .bg-blue {
  display: inline-block;
  padding: 0 min(0.78125vw, 5px);
  line-height: 1.4;
}
.campaign .camp02 .benefit1 .txt .red {
  font-size: min(4.6875vw, 30px);
}
.campaign .camp02 .benefit1 .txt .fnt-l {
  font-size: min(8.59375vw, 55px);
  line-height: 1;
}
.campaign .camp02 .benefit2 {
  position: relative;
  align-items: flex-end;
  line-height: 1;
  margin-left: min(7.34375vw, 47px);
  width: min(72.5vw, 464px);
  background: #F4FAFE;
  color: #34A2EA;
  padding: min(1.875vw, 12px) min(1.5625vw, 10px) 17px min(7.8125vw, 50px);
}
.campaign .camp02 .benefit2 .txt01 {
  font-size: min(4.6875vw, 30px);
}
.campaign .camp02 .benefit2 .txt01 .fnt-s {
  font-size: min(2.5vw, 16px);
}
.campaign .camp02 .benefit2 .txt02 {
  font-size: min(6.25vw, 40px);
  margin-left: min(1.5625vw, 10px);
}
.campaign .camp02 .benefit2 .txt02 .fnt-l {
  font-size: min(7.8125vw, 50px);
}
.campaign .camp02 .benefit2 .txt02 .dot {
  position: relative;
}
.campaign .camp02 .benefit2 .txt02 .dot::before {
  display: block;
  content: "";
  position: absolute;
  top: max(-1.09375vw, -7px);
  left: 50%;
  transform: translateX(-50%);
  width: min(1.09375vw, 7px);
  height: min(1.09375vw, 7px);
  border-radius: 50%;
  background: #FEF663;
}
.campaign .camp02 .benefit2 .icon {
  width: min(14.84375vw, 95px);
  position: absolute;
  left: max(-7.34375vw, -47px);
  top: max(-1.40625vw, -9px);
  bottom: max(-4.6875vw, -30px);
}
.campaign .camp02 .note {
  margin: min(1.5625vw, 10px) min(0.78125vw, 5px) 0 0;
}
.campaign .camp03 .image {
  width: min(18.75vw, 120px);
  margin-right: min(1.875vw, 12px);
}
.campaign .camp03 .txt01 {
  font-size: min(2.5vw, 16px);
  padding: min(1.5625vw, 10px);
}
.campaign .camp03 .txt01 img {
  width: min(13.59375vw, 87px);
  float: right;
  margin: max(-2.8125vw, -18px) 0 0;
}
.campaign .camp03 .txt02 {
  color: #34A2EA;
  font-size: min(4.0625vw, 26px);
  margin: max(-1.09375vw, -7px) 0;
  text-align: center;
  line-height: 1;
}
.campaign .camp03 .note {
  margin: min(1.09375vw, 7px) min(2.34375vw, 15px) 0 0;
}

.plan {
  padding: min(12.5vw, 80px) 0 min(6.25vw, 40px);
  position: relative;
  background-image: url("../img/plan_bg.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.plan::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: max(-2.34375vw, -15px);
  z-index: 1;
  width: min(18.75vw, 120px);
  height: min(24.6875vw, 158px);
  background-image: url("../img/plan_01.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.plan .sec-ttl-wrap {
  margin-bottom: min(3.125vw, 20px);
}
.plan .attn {
  font-weight: 400;
  font-size: min(2.1875vw, 14px);
  color: #B3B3B3;
  letter-spacing: 1px;
}
.plan .attn a {
  color: #B3B3B3;
  display: inline-block;
  text-decoration: underline;
}
.plan .attn p {
  margin-bottom: min(1.25vw, 8px);
}
.plan .plan-box {
  background: #fff;
  border: min(0.46875vw, 3px) solid #34A2EA;
  box-shadow: 0px 0px min(2.8125vw, 18px) 0px rgba(124, 124, 124, 0.2509803922);
  margin: min(4.6875vw, 30px) min(4.6875vw, 30px) 0;
}
.plan .plan-box .box-ttl-wrap {
  position: relative;
  text-align: center;
  color: #fff;
  padding-top: min(3.90625vw, 25px);
  height: 13.125vw, 84px;
  font-size: min(6.25vw, 40px);
  background: #34A2EA;
}
.plan .plan-box .box-ttl-wrap::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: max(-4.6875vw, -30px);
  width: 100%;
  height: min(4.6875vw, 30px);
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background: #34A2EA;
}
.plan .plan-box .box-ttl-wrap .swipe {
  position: absolute;
  top: max(-3.90625vw, -25px);
  left: 50%;
  transform: translateX(-50%);
  width: min(43.90625vw, 281px);
}
.plan .plan-box .box-ttl-wrap .icon {
  position: absolute;
  width: min(17.1875vw, 110px);
  top: max(-5.3125vw, -34px);
  right: min(1.5625vw, 10px);
}
.plan .plan-box .inner {
  padding: 0 min(4.6875vw, 30px) min(1.5625vw, 10px);
}
.plan .plan-box .unit-price-wrap {
  margin: min(7.03125vw, 45px) 0 min(1.5625vw, 10px);
}
.plan .plan-box .unit-price-wrap .about {
  display: inline-block;
  color: #34A2EA;
  background: #B4DDF8;
  font-size: min(3.90625vw, 25px);
  padding: min(1.40625vw, 9px) min(3.75vw, 24px);
  margin-right: min(5.3125vw, 34px);
  position: relative;
  line-height: 1.1;
}
.plan .plan-box .unit-price-wrap .about::after {
  display: block;
  content: "";
  position: absolute;
  right: max(-2.34375vw, -15px);
  top: 0;
  width: min(2.34375vw, 15px);
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #B4DDF8;
}
.plan .plan-box .unit-price-wrap .price {
  font-size: min(6.875vw, 44px);
}
.plan .plan-box .unit-price-wrap .price .fnt-l {
  line-height: 1;
  font-size: min(12.5vw, 80px);
}
.plan .plan-box .note {
  text-align: center;
}
.plan .plan-box .fnt-l {
  font-size: min(9.375vw, 60px);
}
.plan .plan-box sub {
  font-size: min(2.34375vw, 15px);
}
.plan .plan-box .detail .dtl-box {
  padding: min(3.125vw, 20px) 0 min(1.5625vw, 10px);
  position: relative;
  border-bottom: 1px dotted #B3B3B3;
}
.plan .plan-box .detail .dtl-box::after {
  display: block;
  content: "";
  position: absolute;
  bottom: max(-1.5625vw, -10px);
  left: 0;
  width: 100%;
  height: min(3.125vw, 20px);
  background-image: url("../img/cmn_icn_plus.svg");
  background-position: 53% center;
  background-repeat: no-repeat;
  background-size: min(3.125vw, 20px) auto;
}
.plan .plan-box .detail .dtl-box .icon {
  width: min(15.625vw, 100px);
  margin-right: min(1.5625vw, 10px);
}
.plan .plan-box .detail .dtl-box .txt {
  width: min(22.5vw, 144px);
  font-size: min(2.5vw, 16px);
}
.plan .plan-box .detail .dtl-box .txt .txt-ttl {
  font-size: min(3.59375vw, 23px);
}
.plan .plan-box .detail .dtl-box .price {
  margin-left: min(3.125vw, 20px);
  width: min(38.28125vw, 245px);
  font-size: min(3.125vw, 20px);
}
.plan .plan-box .detail .dtl-box .price .fnt-l {
  font-weight: 500;
  padding-right: min(0.46875vw, 3px);
}
.plan .plan-box .detail .dtl-box:last-child {
  border: none;
  padding-bottom: min(3.125vw, 20px);
}
.plan .plan-box .detail .dtl-box:last-child::after {
  display: block;
  content: "";
  position: absolute;
  bottom: max(-1.5625vw, -10px);
  left: 0;
  width: 100%;
  height: min(3.125vw, 20px);
  background-image: url("../img/plan_09-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: min(1.875vw, 12px) auto;
}
.plan .plan-box .detail .dtl-box.gift .txt {
  width: min(63.90625vw, 409px);
}
.plan .plan-box .detail .dtl-box.gift .benefit {
  color: #D61111;
  border: 1px solid #D61111;
  padding: 0 min(3.125vw, 20px);
  line-height: 1;
  font-size: min(2.5vw, 16px);
}
.plan .plan-box .total {
  box-shadow: 0px 0px min(2.8125vw, 18px) 0px rgba(124, 124, 124, 0.2509803922);
  padding: min(0.78125vw, 5px);
  font-size: min(3.125vw, 20px);
  text-align: center;
  margin: min(6.25vw, 40px) 0 min(3.125vw, 20px);
}
.plan .plan-box.discount {
  border-color: #28C0B9;
}
.plan .plan-box.discount .box-ttl-wrap {
  background: #28C0B9;
}
.plan .plan-box.discount .box-ttl-wrap::after {
  background: #28C0B9;
}
.plan .plan-box.discount .unit-price-wrap .about {
  color: #fff;
  background: #28C0B9;
}
.plan .plan-box.discount .unit-price-wrap .about::after {
  background: #28C0B9;
}
.plan .plan-box.discount .detail .dtl-box::after {
  background-image: url("../img/plan_16.svg");
}
.plan .plan-box.discount .detail .dtl-box:last-child::after {
  background-image: url("../img/plan_09-green.svg");
}
.plan .plan-box.basic {
  border-color: #E97132;
}
.plan .plan-box.basic .box-ttl-wrap {
  background: #E97132;
}
.plan .plan-box.basic .box-ttl-wrap::after {
  background: #E97132;
}
.plan .plan-box.basic .unit-price-wrap .about {
  color: #fff;
  background: #E97132;
}
.plan .plan-box.basic .unit-price-wrap .about::after {
  background: #E97132;
}
.plan .plan-box.basic .detail .dtl-box::after {
  background-image: url("../img/plan_15.svg");
}
.plan .plan-box.basic .detail .dtl-box:last-child::after {
  background-image: url("../img/plan_09-orange.svg");
}
.plan .inner {
  padding: 0 min(4.6875vw, 30px);
}
.plan .option {
  margin-top: min(7.8125vw, 50px);
  border-radius: min(1.25vw, 8px);
  position: relative;
  background: #fff;
  padding: min(7.8125vw, 50px) min(4.6875vw, 30px) min(4.6875vw, 30px);
  box-shadow: 0px 0px min(2.8125vw, 18px) 0px rgba(124, 124, 124, 0.2509803922);
}
.plan .option::before {
  display: block;
  content: "";
  position: absolute;
  left: max(-1.40625vw, -9px);
  top: max(-1.40625vw, -9px);
  width: min(28.59375vw, 183px);
  height: min(27.96875vw, 179px);
  background-image: url("../img/plan_12.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.plan .option .image {
  position: relative;
  z-index: 2;
  width: min(22.34375vw, 143px);
}
.plan .option .txt {
  width: min(54.6875vw, 350px);
}
.plan .option .txt .box-ttl {
  position: relative;
  line-height: 1.4;
  color: #34A2EA;
  border-bottom: min(0.3125vw, 2px) dotted #B4DDF8;
  padding: 0 0 min(2.34375vw, 15px) min(9.375vw, 60px);
  margin-bottom: min(2.34375vw, 15px);
}
.plan .option .txt .box-ttl .fnt-m {
  font-size: min(3.59375vw, 23px);
}
.plan .option .txt .box-ttl .fnt-l {
  font-size: min(7.8125vw, 50px);
}
.plan .option .txt .box-ttl .icon {
  position: absolute;
  left: max(-10.15625vw, -65px);
  top: 0;
  width: min(17.8125vw, 114px);
}
.plan .option .attn {
  margin: min(3.125vw, 20px) 0 0 min(3.125vw, 20px);
}
.plan .slide-arrow {
  position: absolute;
  top: min(62.5vw, 400px);
  width: min(7.5vw, 48px);
  z-index: 99;
}
.plan .prev-arrow {
  left: min(5vw, 32px);
  cursor: pointer;
}
.plan .next-arrow {
  right: min(5vw, 32px);
  cursor: pointer;
}

.topic01 {
  background-image: url("../img/topic_01.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: min(7.8125vw, 50px);
  font-size: min(4.6875vw, 30px);
}
.topic01 .kv {
  height: min(95.3125vw, 610px);
}
.topic01 .txt01 .bg {
  display: inline-block;
  border-radius: 0 min(0.78125vw, 5px) min(0.78125vw, 5px) 0;
  background: #fff;
  padding: min(1.875vw, 12px) min(7.8125vw, 50px);
  margin-bottom: min(1.5625vw, 10px);
}
.topic01 .txt01 p:nth-of-type(2) .bg {
  padding: min(1.5625vw, 10px) min(7.8125vw, 50px) min(1.5625vw, 10px) min(10.9375vw, 70px);
}
.topic01 .txt01 .fnt-l {
  font-size: min(7.8125vw, 50px);
  line-height: 1;
}
.topic01 .txt02 {
  color: #fff;
  margin: min(3.90625vw, 25px) 0 0 min(12.5vw, 80px);
}
.topic01 .txt02 .list {
  margin-top: min(2.34375vw, 15px);
}
.topic01 .txt02 .list li {
  font-size: min(2.8125vw, 18px);
  margin-bottom: min(1.5625vw, 10px);
  padding-left: min(4.6875vw, 30px);
  background-image: url("../img/topic_28.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: min(3.75vw, 24px) auto;
}
.topic01 .topic-qa-wrap {
  background-image: url("../img/topic_02.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.topic01 .inner {
  padding: 0 min(10.9375vw, 70px) min(6.25vw, 40px);
}
.topic01 .ttl-wrap {
  height: min(29.21875vw, 187px);
  font-size: min(6.25vw, 40px);
  padding-top: min(11.71875vw, 75px);
  text-align: center;
  color: #fff;
  position: relative;
}
.topic01 .ttl-wrap .fnt-l {
  font-size: min(9.375vw, 60px);
  line-height: 1;
}
.topic01 .ttl-wrap .bubble {
  position: absolute;
  left: min(17.1875vw, 110px);
  top: min(4.375vw, 28px);
  width: min(15.625vw, 100px);
  font-size: min(2.5vw, 16px);
  padding-bottom: min(3.125vw, 20px);
  background-image: url("../img/topic_31.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  line-height: 1.3;
}
.topic01 .ttl-wrap::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(3.125vw, 20px);
  width: min(6.25vw, 40px);
  height: min(8.90625vw, 57px);
  background-image: url("../img/topic_32.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.topic01 .question {
  width: min(71.25vw, 456px);
  margin: min(7.03125vw, 45px) auto min(1.5625vw, 10px);
}
.topic01 .question li {
  line-height: 1.6;
  font-size: min(3.125vw, 20px);
  padding: min(1.5625vw, 10px) 0 min(1.5625vw, 10px) min(10.9375vw, 70px);
  background-image: url("../img/topic_29.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: min(8.125vw, 52px) auto;
}
.topic01 .question li:nth-child(2) {
  border-top: 1px dotted #34A2EA;
  border-bottom: 1px dotted #34A2EA;
}
.topic01 .answer {
  flex-wrap: wrap;
  margin-bottom: min(3.125vw, 20px);
}
.topic01 .answer li {
  position: relative;
  width: min(37.5vw, 240px);
  padding: min(3.125vw, 20px) 0 min(2.34375vw, 15px);
  font-size: min(3.59375vw, 23px);
  text-align: center;
  box-shadow: 0px 0px min(1.25vw, 8px) 0px rgba(158, 158, 158, 0.2509803922);
  background: #fff;
  border-radius: min(1.25vw, 8px);
  color: #34A2EA;
  margin-top: min(5.46875vw, 35px);
}
.topic01 .answer .icon {
  position: absolute;
  top: max(-4.6875vw, -30px);
  left: 50%;
  transform: translateX(-50%);
  width: min(6.25vw, 40px);
}
.topic01 .attn {
  font-size: min(2.1875vw, 14px);
  font-weight: 400;
}

.topic-ttl-wrap {
  text-align: center;
  padding-top: min(6.25vw, 40px);
  font-size: min(3.90625vw, 25px);
  background-image: url("../img/topic_22.svg");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: min(3.75vw, 24px) auto;
}
.topic-ttl-wrap .topic01-ttl {
  font-size: min(6.25vw, 40px);
  color: #34A2EA;
  line-height: 1.2;
}

.topic-about {
  padding: min(6.25vw, 40px) 0;
  position: relative;
  background-image: url("../img/topic_24.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.topic-about::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: max(-1.5625vw, -10px);
  z-index: 1;
  width: min(26.71875vw, 18px);
  height: min(22.03125vw, 141px);
  background-image: url("../img/topic_23.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.topic-about .topic-ttl-wrap {
  font-size: min(2.8125vw, 18px);
}
.topic-about .topic-ttl-wrap .ttl-logo {
  width: min(70.625vw, 452px);
  margin: min(3.125vw, 20px) auto;
}
.topic-about .inner {
  padding: 0 min(5vw, 32px);
}
.topic-about .txt01 {
  margin: min(6.25vw, 40px) 0 min(4.6875vw, 30px);
  padding: min(10.9375vw, 70px) min(7.8125vw, 50px) min(13.28125vw, 85px) min(25.78125vw, 165px);
  background-image: url("../img/topic_25.png");
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.topic-about .txt02 {
  width: min(95.625vw, 612px);
  margin: min(2.34375vw, 15px) auto min(7.03125vw, 45px);
  line-height: 1.8;
}
.topic-about .txt02 p {
  padding: min(3.125vw, 20px) min(2.34375vw, 15px);
}

.topic-features .inner {
  padding: 0 min(4.6875vw, 30px);
}
.topic-features .box-ttl-wrap {
  position: relative;
  border-bottom: 1px dotted #34A2EA;
  font-size: min(3.59375vw, 23px);
  color: #34A2EA;
  padding-bottom: min(1.5625vw, 10px);
  margin-bottom: min(3.125vw, 20px);
  width: min(70.3125vw, 450px);
}
.topic-features .box-ttl-wrap .icon {
  width: min(18.59375vw, 119px);
  position: absolute;
  z-index: 1;
}
.topic-features .list li {
  padding-left: min(5.46875vw, 35px);
  margin-bottom: min(3.125vw, 20px);
  background-image: url("../img/topic_12.svg");
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: min(4.375vw, 28px) auto;
}
.topic-features .features01 {
  margin-top: min(1.5625vw, 10px);
}
.topic-features .features01 .box-ttl-wrap {
  margin-left: min(4.6875vw, 30px);
}
.topic-features .features01 .box-ttl-wrap .icon {
  right: max(-6.25vw, -40px);
  bottom: max(-5.46875vw, -35px);
}
.topic-features .features02 img {
  margin: 0 0 0 auto;
}
.topic-features .features02 .inner {
  margin-left: min(17.1875vw, 110px);
  padding: 0 min(3.125vw, 20px) 0 min(1.5625vw, 10px);
}
.topic-features .features02 .box-ttl-wrap {
  padding-left: min(18.75vw, 120px);
  margin: min(1.5625vw, 10px) 0 min(5.46875vw, 35px);
}
.topic-features .features02 .box-ttl-wrap .icon {
  left: max(-3.125vw, -20px);
  bottom: max(-3.90625vw, -25px);
}

.topic-living {
  margin: min(4.6875vw, 30px) auto;
  width: min(76.5625vw, 490px);
}
.topic-living .list {
  flex-wrap: wrap;
  font-size: min(3.59375vw, 23px);
  text-align: center;
  margin: min(4.6875vw, 30px) auto;
}
.topic-living .list li {
  width: min(35vw, 224px);
  margin-bottom: min(1.5625vw, 10px);
}
.topic-living .list li:nth-child(2n) {
  margin-top: min(10vw, 64px);
}
.topic-living .list li .img {
  position: relative;
}
.topic-living .list li .img .num {
  font-family: Lato;
  font-weight: 500;
  font-size: 18px;
  color: #34A2EA;
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #FEF663;
  text-align: center;
  line-height: 46px;
  position: absolute;
  left: 0;
  top: 0;
}
.topic-living .list li .img img{
  border-radius: 100%;
}
.topic-living .list li p {
  margin-top: min(1.5625vw, 10px);
}

.topic02 {
  padding: min(6.25vw, 40px) min(4.6875vw, 30px) min(6.25vw, 40px);
  background-image: url("../img/topic_30.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.topic02 .inner {
  padding: min(3.59375vw, 23px) min(3.125vw, 20px);
  background: #fff;
  border-radius: min(0.78125vw, 5px);
}
.topic02 .box {
  border: min(0.3125vw, 2px) solid #34A2EA;
  position: relative;
  padding-top: min(10.9375vw, 70px);
}
.topic02 .box-ttl {
  position: absolute;
  top: max(-3.125vw, -20px);
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: min(4.6875vw, 30px);
  color: #34A2EA;
  background: #fff;
  padding: 0 min(3.125vw, 20px);
  line-height: 1;
}
.topic02 .box-ttl .num {
  font-size: min(7.8125vw, 50px);
}
.topic02 .topic02-ttl {
  font-size: min(6.25vw, 40px);
  color: #34A2EA;
  text-align: center;
  margin-bottom: min(0.78125vw, 5px);
  line-height: 1.4;
}
.topic02 .txt {
  padding: min(1.5625vw, 10px) min(6.25vw, 40px) min(2.34375vw, 15px);
}

.diagnosis {
  background: #34A2EA;
}
.diagnosis .box-ttl-wrap {
  line-height: 1.3;
  color: #fff;
}
.diagnosis .inner {
  background: #fff;
  padding: min(7.8125vw, 50px) 0 min(9.375vw, 60px);
  border-radius: min(1.25vw, 8px);
  font-size: min(4.0625vw, 26px);
  color: #000;
}
.diagnosis .select-q {
  text-align: center;
  padding: 0 min(1.5625vw, 10px) min(1.5625vw, 10px);
  margin-bottom: min(5.15625vw, 33px);
  font-size: min(5.3125vw, 34px);
}
.diagnosis .select-q .fnt-l {
  font-size: min(7.8125vw, 50px);
  line-height: 1.4;
}
.diagnosis .select-a {
  padding: 0 min(6.25vw, 40px);
}
.diagnosis .select-a li {
  line-height: 1.6;
  margin-bottom: min(3.90625vw, 25px);
}
.diagnosis .select-wrap.show {
  display: block !important;
}
.diagnosis button {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.3s;
}
.diagnosis input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
.diagnosis .radio-item {
  cursor: pointer;
}
.diagnosis .radio-item .radio-txt {
  display: block;
  position: relative;
  padding-left: min(9.375vw, 60px);
  border-radius: 50%;
}
.diagnosis .radio-item .radio-txt::before, .diagnosis .radio-item .radio-txt::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  margin-top: min(0.46875vw, 3px);
}
.diagnosis .radio-item .radio-txt::before {
  width: min(5.625vw, 36px);
  height: min(5.625vw, 36px);
  border: 1px solid #7c8489;
}
.diagnosis .radio-item .radio-txt::after {
  margin-left: min(1.09375vw, 7px);
  width: min(3.75vw, 24px);
  height: min(3.75vw, 24px);
  background: #D45F5F;
  opacity: 0;
}
.diagnosis .radio-item .radio-button:checked + .radio-txt::after {
  opacity: 1;
}
.diagnosis .dgn-btn-sr {
  display: block;
  width: min(55.15625vw, 353px);
  height: min(12.5vw, 80px);
  line-height: min(12.5vw, 80px);
  border-radius: min(6.25vw, 40px);
  color: #fff;
  text-align: center;
  font-size: min(3.75vw, 24px);
  background-image: url("../img/diagnosis_icon-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: right min(4.0625vw, 26px) center;
  background-size: min(5.625vw, 36px) auto;
  background-color: #34A2EA;
  margin: auto;
}
.diagnosis .dgn-btn-sr:hover {
  transform: translateY(3px);
}
.diagnosis .dgn-btn-m {
  display: block;
  width: min(46.875vw, 300px);
  height: min(10.15625vw, 65px);
  line-height: min(9.375vw, 60px);
  border-radius: min(5.15625vw, 33px);
  text-align: center;
  font-size: min(3.4375vw, 22px);
  background-color: #F4FAFE;
  border: 1px solid #B4DDF8;
  margin: min(7.8125vw, 50px) auto 0;
}
.diagnosis .dgn-btn-m .btn-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(1.5625vw, 10px);
}
.diagnosis .dgn-btn-m .btn-txt::after {
  content: "";
  width: min(2.96875vw, 19px);
  height: min(2.96875vw, 19px);
  background-image: url("../img/diagnosis_icon-arrow-blue2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.diagnosis .dgn-btn-m:hover {
  transform: translateY(3px);
}
.diagnosis .dgn-btn-back {
  display: block;
  width: min(46.875vw, 300px);
  height: min(10.15625vw, 65px);
  line-height: min(9.375vw, 60px);
  border-radius: min(5.15625vw, 33px);
  text-align: center;
  font-size: min(3.4375vw, 22px);
  background-color: #F0F0F0;
  border: 1px solid #BBB;
  margin: min(3.125vw, 20px) auto 0;
}
.diagnosis .dgn-btn-back .btn-txt {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: min(1.5625vw, 10px);
}
.diagnosis .dgn-btn-back .btn-txt::after {
  content: "";
  width: min(2.96875vw, 19px);
  height: min(2.96875vw, 19px);
  background-image: url("../img/diagnosis_icon-arrow-blue2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(-1, 1);
}
.diagnosis .dgn-btn-back:hover {
  transform: translateY(3px);
}
.diagnosis .top {
  text-align: center;
  color: #fff;
  padding: min(14.0625vw, 90px) 0 min(11.71875vw, 75px);
}
.diagnosis .top .line {
  position: relative;
  margin: 0 0 min(3.125vw, 20px) min(12.5vw, 80px);
  display: inline-block;
  font-size: min(3.125vw, 20px);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 3px min(1.5625vw, 10px) min(0.9375vw, 6px);
}
.diagnosis .top .line::before {
  position: absolute;
  left: max(-12.5vw, -80px);
  top: max(-3.125vw, -20px);
  display: block;
  content: "";
  width: min(12.34375vw, 79px);
  height: min(12.34375vw, 79px);
  background-image: url("../img/diagnosis_icon-search.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.diagnosis .top .topic02-ttl {
  font-size: min(6.875vw, 44px);
  line-height: 1.5;
}
.diagnosis .top .image {
  width: min(53.125vw, 340px);
  margin: min(3.75vw, 24px) auto 0;
}
.diagnosis .top .dgn-btn-wrap {
  margin: max(-0.46875vw, -3px) auto min(3.125vw, 20px);
  position: relative;
  z-index: 1;
}
.diagnosis .top .dgn-btn {
  margin: 0 auto;
  font-size: min(4.375vw, 28px);
  width: min(66.71875vw, 427px);
  height: min(15.625vw, 100px);
  line-height: min(14.84375vw, 95px);
  border-radius: min(7.8125vw, 50px);
  background: #fff;
  border: 1px solid #DADADA;
  box-shadow: 0px min(0.625vw, 4px) min(0.625vw, 4px) 0px #1F587E;
}
.diagnosis .top .dgn-btn .btn-txt {
  display: inline-block;
  background-image: url("../img/diagnosis_icon-arrow-blue.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: min(5.625vw, 36px) auto;
  min-height: min(5.46875vw, 35px);
  padding-right: min(7.03125vw, 45px);
}
.diagnosis .top .dgn-btn:hover {
  transform: translateY(3px);
}
.diagnosis .top .tel a {
  font-size: min(6.5625vw, 42px);
  display: inline-block;
  padding-left: min(7.5vw, 48px);
  letter-spacing: min(0.46875vw, 3px);
  min-height: min(7.5vw, 48px);
  color: #fff;
  background-image: url("../img/diagnosis_icon-tell.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: min(7.5vw, 48px) auto;
}
.diagnosis .top .time {
  font-size: min(2.1875vw, 14px);
}
.diagnosis .start {
  padding: min(7.8125vw, 50px);
}
.diagnosis .start .box-ttl-wrap {
  font-size: min(3.125vw, 20px);
  padding: min(1.5625vw, 10px) 0 33px min(18.75vw, 120px);
  background-image: url(../img/diagnosis_icon-search.svg), url(../img/diagnosis_illust02.png);
  background-position: min(7.03125vw, 45px) min(6.25vw, 40px), right min(3.125vw, 20px) bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: min(10.15625vw, 65px) auto, min(16.875vw, 108px) auto;
}
.diagnosis .start .box-ttl-wrap .box-ttl {
  font-size: min(8.59375vw, 55px);
}
.diagnosis .start .dgn-btn-sr {
  margin-top: min(14.84375vw, 95px);
}
.diagnosis .start .select-a {
  padding: 0 min(12.5vw, 80px);
}
.diagnosis .start .select-a .radio-item .radio-txt {
  padding-left: min(12.96875vw, 83px);
}
.diagnosis .start .select-a .radio-item .radio-txt::after {
  background: #34a2ea;
}
.diagnosis .middle {
  padding: min(7.8125vw, 50px) min(4.6875vw, 30px) min(14.84375vw, 95px);
}
.diagnosis .middle .box-ttl-wrap {
  text-align: center;
  font-size: min(4.0625vw, 26px);
  font-weight: 700;
  margin-bottom: min(3.125vw, 20px);
  line-height: 1.7;
}
.diagnosis .middle .box-ttl-wrap .box-ttl {
  font-size: min(6.875vw, 44px);
}
.diagnosis .result {
  padding: 58px min(4.6875vw, 30px) min(7.8125vw, 50px) min(7.8125vw, 50px);
}
.diagnosis .result .box-ttl-wrap {
  font-size: min(3.4375vw, 22px);
  padding: min(5.46875vw, 35px) 0 min(7.8125vw, 50px) min(7.03125vw, 45px);
  background-image: url("../img/diagnosis_illust03.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: min(25.3125vw, 162px) auto;
}
.diagnosis .result .box-ttl-wrap .box-ttl {
  font-size: min(9.53125vw, 61px);
  margin-left: max(-2.34375vw, -15px);
  padding-left: min(13.28125vw, 85px);
  background-image: url("../img/diagnosis_icon-search.svg");
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: min(11.25vw, 72px) auto;
}
.diagnosis .result .inner {
  padding: min(7.8125vw, 50px) min(12.5vw, 80px) min(3.90625vw, 25px);
}
.diagnosis .result .result-list {
  padding: min(3.125vw, 20px) 0;
  font-size: min(3.90625vw, 25px);
}
.diagnosis .result .result-list:nth-child(2) {
  border-top: 1px dotted #34A2EA;
  border-bottom: 1px dotted #34A2EA;
}
.diagnosis .result .result-list .list-ttl {
  width: 50%;
  color: #34A2EA;
  font-size: min(3.75vw, 24px);
  padding-left: min(4.6875vw, 30px);
  background-image: url("../img/diagnosis_icon-list.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: min(3.75vw, 24px) auto;
}
.diagnosis .result .result-list .list-txt {
  width: 50%;
}
.diagnosis .result .dgn-btn-sr {
  margin: min(3.90625vw, 25px) auto min(3.125vw, 20px);
}
.diagnosis .result .attn {
  font-weight: 400;
  font-size: min(1.875vw, 12px);
  color: #000;
  text-align: center;
}

.server .server-ttl-wrap {
  width: min(81.71875vw, 523px);
  height: min(42.65625vw, 273px);
  padding-top: min(6.25vw, 40px);
  margin: min(11.71875vw, 75px) auto max(-18.75vw, -120px);
  text-align: center;
  background-image: url("../img/server_01.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: min(2.5vw, 16px);
  position: relative;
  z-index: 1;
}
.server .server-ttl-wrap .lead {
  font-size: min(3.90625vw, 25px);
}
.server .server-ttl-wrap .server-ttl {
  font-size: min(6.25vw, 40px);
}
.server .server-slide {
  position: relative;
}
/*
.server .server-slide::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: max(-4.21875vw, -27px);
  background-image: url("../img/server_08.svg");
  background-position: 0 bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: min(9.53125vw, 61px);
  z-index: 999;
}
*/
.server .server-slide .slide-arrow {
  position: absolute;
  top: min(42.1875vw, 270px);
  width: min(7.5vw, 48px);
  z-index: 99;
}
.server .server-slide .prev-arrow {
  left: min(7.03125vw, 45px);
  cursor: pointer;
}
.server .server-slide .next-arrow {
  right: min(7.03125vw, 45px);
  cursor: pointer;
}
.server .point {
  position: relative;
  flex-wrap: wrap;
  font-size: min(3.125vw, 20px);
  text-align: center;
  color: #34A2EA;
  margin: min(9.375vw, 60px) auto min(6.25vw, 40px);
  width: min(84.375vw, 540px);
}
.server .point::after {
  display: block;
  content: "";
  position: absolute;
  left: min(71.5625vw, 458px);
  top: min(61.71875vw, 395px);
  width: min(24.21875vw, 155px);
  height: min(22.03125vw, 141px);
  background-image: url("../img/server_09.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.server .point li {
  width: min(35vw, 224px);
  margin-bottom: min(4.6875vw, 30px);
}
.server .point li img {
  width: min(25vw, 160px);
  margin: 0 auto;
}
.server .point li p {
  margin-top: min(1.5625vw, 10px);
}

.reason {
  background-image: url("../img/reason_bg.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.reason .reason-ttl {
  text-align: center;
  color: #fff;
  font-size: min(6.25vw, 40px);
  height: min(24.0625vw, 154px);
  line-height: min(24.0625vw, 154px);
  margin-bottom: min(4.6875vw, 30px);
}
.reason .box {
  margin: 0 auto min(12.5vw, 80px);
}
.reason .box .txt {
  position: relative;
}
.reason .box .no {
  width: min(10.9375vw, 70px);
  height: min(15.15625vw, 97px);
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding-top: min(5.46875vw, 35px);
  font-size: min(4.6875vw, 30px);
  background-image: url("../img/reason_07.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.reason .box .box-ttl {
  font-size: min(5vw, 32px);
  color: #34A2EA;
  margin-bottom: min(1.5625vw, 10px);
}
.reason .box .icon {
  display: inline-block;
  border: 1px solid #34A2EA;
  font-size: min(3.125vw, 20px);
  padding: 0 min(2.34375vw, 15px);
  height: min(4.6875vw, 30px);
  line-height: min(3.90625vw, 25px);
  color: #34A2EA;
  border-radius: min(0.78125vw, 5px);
  margin: 0 min(0.78125vw, 5px) min(2.34375vw, 15px) 0;
}
.reason .box .attn {
  font-weight: 400;
  font-size: min(1.875vw, 12px);
  margin-top: min(1.5625vw, 10px);
}
.reason .box.txt-l {
  width: min(78.125vw, 500px);
}
.reason .box.txt-l .image {
  width: min(52.34375vw, 335px);
  margin-left: auto;
}
.reason .box.txt-l .no {
  position: absolute;
  top: max(-16.40625vw, -105px);
  left: 0;
}
.reason .box.txt-l .box-ttl {
  margin-top: max(-3.125vw, -20px);
}
.reason .box.txt-r {
  width: min(88.28125vw, 565px);
  display: flex;
  justify-content: space-between;
}
.reason .box.txt-r .image {
  width: min(37.5vw, 240px);
}
.reason .box.txt-r .txt {
  width: min(46.875vw, 300px);
}
.reason .box.txt-r .box-ttl {
  line-height: 1.1;
  margin-top: min(3.125vw, 20px);
}

.voice {
  margin: min(17.1875vw, 110px) 0 min(6.25vw, 40px);
  padding: min(4.6875vw, 30px) 0 min(6.25vw, 40px);
  background-image: url("../img/voice_bg.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.voice .sec-ttl-wrap {
  margin-bottom: min(7.03125vw, 45px);
}
.voice .voice-box {
  background: #fff;
  padding: min(6.25vw, 40px) min(6.875vw, 44px);
  border-radius: min(1.25vw, 8px);
  margin: 0 min(4.6875vw, 30px);
}
.voice .voice-box img {
  border-radius: min(0.46875vw, 3px);
}
.voice .box-ttl {
  text-align: center;
  color: #34A2EA;
  margin: min(6.25vw, 40px) 0 min(3.90625vw, 25px);
  font-size: min(4.6875vw, 30px);
}
.voice table {
  border: 1px solid #B3B3B3;
  border-collapse: collapse;
  margin: min(3.90625vw, 25px) 0 min(3.90625vw, 25px);
}
.voice table th, .voice table td {
  border: 1px solid #B3B3B3;
  padding: 3px min(3.125vw, 20px);
}
.voice table th {
  background: #F4FAFE;
  width: min(26.5625vw, 170px);
  padding-left: min(1.875vw, 12px);
  text-align: left;
}
.voice table td {
  width: min(50vw, 320px);
}
.voice .ttl01, .voice .ttl02, .voice .ttl03 {
  display: block;
  padding-left: min(4.6875vw, 30px);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: min(3.75vw, 24px) auto;
  color: #34A2EA;
}
.voice .ttl01 {
  background-image: url("../img/voice_icon01.svg");
}
.voice .ttl02 {
  background-image: url("../img/voice_icon02.svg");
}
.voice .ttl03 {
  background-image: url("../img/voice_icon03.svg");
}
.voice .pnoto-sub li {
  width: min(36.71875vw, 235px);
}
.voice .slide-arrow {
  position: absolute;
  top: min(31.25vw, 200px);
  width: min(7.5vw, 48px);
  z-index: 99;
}
.voice .prev-arrow {
  left: min(7.8125vw, 50px);
  cursor: pointer;
}
.voice .next-arrow {
  right: min(7.8125vw, 50px);
  cursor: pointer;
}

.faq {
  padding: min(6.25vw, 40px) min(4.6875vw, 30px) 0;
  margin-bottom: min(10.9375vw, 70px);
}
.faq .sec-ttl-wrap {
  margin-bottom: min(4.6875vw, 30px);
}
.faq .qa-box {
  margin-bottom: min(3.90625vw, 25px);
}
.faq .icon {
  font-family: Lato;
  font-weight: 400;
  display: block;
  width: min(9.375vw, 60px);
  height: min(9.375vw, 60px);
  line-height: min(9.375vw, 60px);
  border-radius: 50%;
  background: #34A2EA;
  color: #fff;
  font-size: min(4.21875vw, 27px);
  text-align: center;
}
.faq .txt {
  width: calc(100% - 80px);
  padding-left: min(2.03125vw, 13px);
  padding-right: min(0.78125vw, 28px);
}
@media (max-width: 639px) {
  .faq .txt {
    width: calc(100% - 60px);
  }
}
.faq .q {
  display: flex;
  padding: min(4.21875vw, 27px) min(6.25vw, 40px) min(4.21875vw, 27px) min(4.21875vw, 27px);
  background: #F7F7F7;
  border-radius: min(2.65625vw, 17px);
  font-size: min(3.59375vw, 23px);
  align-items: center;
  position: relative;
  cursor: pointer;
}
.faq .q::before, .faq .q::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  right: min(4.0625vw, 26px);
  width: min(4.21875vw, 27px);
  height: min(0.46875vw, 3px);
  margin: auto;
  background: #333;
}
.faq .q::after {
  transform: rotate(90deg);
  transition: 0.3s;
  right: min(6.09375vw, 39px);
}
.faq .q.open::after {
  transform: rotate(180deg);
}
.faq .a {
  display: flex;
  padding: min(4.21875vw, 27px) min(3.90625vw, 25px) min(0.78125vw, 5px) min(4.21875vw, 27px);
  display: none;
  font-size: min(2.8125vw, 18px);
  align-items: flex-start;
}
.faq .a .icon {
  background: #B4DDF8;
}
.faq .a .txt {
  width: 100%;
}

.banner-wrap .bg {
  background: #B4DDF8;
  padding: min(3.90625vw, 25px) min(4.6875vw, 30px);
}
.banner-wrap .inner {
  background: #fff;
  border-radius: min(2.34375vw, 15px);
  padding: min(4.6875vw, 30px) min(2.34375vw, 15px) min(3.125vw, 20px);
}
.banner-wrap .lead {
  display: inline-block;
  color: #34A2EA;
  height: min(6.71875vw, 43px);
  line-height: min(6.71875vw, 43px);
  border: 1px solid #34A2EA;
  border-radius: min(3.4375vw, 22px);
  font-size: min(2.5vw, 16px);
  font-weight: 900;
  padding: 0 min(3.90625vw, 25px);
}
.banner-wrap .image {
  width: min(34.6875vw, 222px);
}
.banner-wrap .txt {
  font-size: min(2.5vw, 16px);
  line-height: 1.4;
  padding-left: min(3.125vw, 20px);
}
.banner-wrap .txt .ttl {
  font-size: min(5vw, 32px);
  color: #34A2EA;
  margin: min(1.5625vw, 10px) 0;
  white-space: nowrap;
}
.banner-wrap .txt .price {
  font-weight: 500;
  font-size: min(3.125vw, 20px);
}
.banner-wrap .txt .price .num {
  font-size: min(9.375vw, 60px);
  margin-right: min(0.46875vw, 3px);
}
.banner-wrap a:hover {
  opacity: 0.8;
}

.overview {
  padding: 20px 10px;
}

.sec-ttl2-head {
  font-size: 25px;
text-align: center;
}
.sec-ttl2 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 639px) {
  .sec-ttl2-head {
    font-size: 20px;
  }
  .sec-ttl2 {
    font-size: 28px;
  }
}













/* --------------------------------
お悩み
-------------------------------- */
.problem {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: min(4.6875vw, 30px);
}
.problem .problem-qa-wrap {
  background-image: url("../img/problem.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.problem .inner {
  padding: 0 min(10.9375vw, 70px) min(6.25vw, 10px);
}
.problem .ttl-wrap {
  height: min(29.21875vw, 187px);
  font-size: 30px;
  padding-top: min(11.71875vw, 45px);
  text-align: center;
  color: #fff;
  position: relative;
}
.problem .ttl-wrap h2 span {
  font-size: 40px;
}
.problem .question {
  width: min(71.25vw, 456px);
  margin: min(7.03125vw, 45px) auto ;
}
.problem .question li {
  line-height: 1.6;
  font-size: min(3.125vw, 20px);
  padding: min(1.5625vw, 10px) 0 min(1.5625vw, 10px) min(10.9375vw, 70px);
  background-image: url("../img/topic_29.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: min(8.125vw, 52px) auto;
}
.problem .question li:nth-child(2) {
  border-top: 1px dotted #34A2EA;
  border-bottom: 1px dotted #34A2EA;
}

@media (max-width: 639px) {
/*SP*/
.problem .ttl-wrap {
  height: min(29.21875vw, 187px);
  font-size: 5vw;
  padding-top: min(11.71875vw, 5vw);
  text-align: center;
  color: #fff;
  position: relative;
}
.problem .ttl-wrap h2 span {
  font-size: 8vw;
}
}





/* --------------------------------
キャンペーン下段
-------------------------------- */
.campaign2 {
  padding: min(12.5vw, 80px) min(4.6875vw, 30px) min(6.25vw, 40px);
  margin-top: max(-7.03125vw, 0);
  position: relative;
  background-image: none;
  background-color: #E6F8FF;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.campaign2 .cta {
  text-align: center;
  background: none;
  font-size: min(4.6875vw, 28px);
  padding: 0;
  border-radius: inherit;
}
.campaign2 .cta .inner {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: inherit;
}
.campaign2 .cta .btn-wrap {
    margin: min(1.5625vw, 10px) auto min(3.25vw, 10px);
}
.campaign2 .tel {
  text-align: center;
}
.campaign2 .tel a {
  font-size: min(6.5625vw, 42px);
  display: inline-block;
  padding-left: min(7.5vw, 48px);
  letter-spacing: min(0.46875vw, 3px);
  min-height: min(7.5vw, 48px);
  color: #000;
  background-image: url(../img/tel_img.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: min(7vw, 40px) auto;
}
.campaign2 .time {
  font-size: min(2.1875vw, 14px);
  text-align: center;
}
@media (max-width: 639px) {
/*SP*/

}





/* --------------------------------
tel
-------------------------------- */

@media (max-width: 639px) {
/*SP*/

}























