@charset "UTF-8";
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  -webkit-text-size-adjust: none;
}

input, button, textarea, select, p, blockquote, th, td, pre, li, dt, dd {
  font-size: 160%;
  letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
}

p, dt, dd, td, th, li {
  line-height: 1.8;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: underline;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p{
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: -0.05em;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

a, abbr, address, article, aside, audio, b, blockquote, body, canvas, 
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, 
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, 
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, 
ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, 
tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  background: 0 0;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  background: none;
}

header, section, footer, aside, nav, main, article, figure {
  display: block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 160%;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

.sp,
.sp_320,
.sp_375,
.sp_480, .sp_375up {
  display: none;
}

.pc {
  display: block;
}

.bold {
  font-weight: bold;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.tel_link {
  cursor: auto;
}

.v_top {
  vertical-align: top;
}

.txt_ver {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jcsw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.txt_green {
  color: #42deb1 !important;
}

@media screen and (min-width: 769px) {
  a:hover, a:active {
    color: #42deb1;
  }
  a:not([target*="_blank"]) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:not([target*="_blank"]):hover {
    opacity: 0.7;
  }
  p {
    margin-bottom: 15px;
  }
  .inner {
    max-width: 1000px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .image_c {
    text-align: center;
    margin-bottom: 30px;
  }
  .image_c img {
    border-radius: 18px;
  }
  .image_l {
    float: left;
    margin: 0 50px 25px 0;
  }
  .image_r {
    float: right;
    margin: 8px 0 25px 50px;
  }
  .image_l img,
  .image_r img {
    width: auto;
    max-width: 560px;
    border-radius: 18px;
  }
  .image_r.mb0,
  .image_l.mb0 {
    margin-bottom: 0;
  }
  .no-hover {
    opacity: 1 !important;
    text-decoration: none !important;
    color: #000 !important;
  }
  .tel_link {
    pointer-events: none;
    cursor: text;
  }
}

/* end min-width 769 */
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #fff;
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 0 10px rgba(0, 0, 0, 0.15);
  padding: 17px 30px;
}

header .h_top #logo {
  max-width: 228px;
}

header .h_top #logo a:hover {
  opacity: 1;
}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/
footer {
  position: relative;
  padding-top: 79px;
  padding-bottom: 42px;
}

footer .ft_content {
  max-width: 700px;
  margin: 0 auto;
}

footer .ft_ttl {
  font-size: 18px;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 21px;
}

footer .txt {
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  line-height: 1.6;
  font-size:16px;
}

footer .ft_btn {
  text-align: center;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 58px;
}

footer .ft_btn a {
  text-decoration: none;
}

footer .ft_btn a:hover {
  opacity: 1;
  color: inherit;
  text-decoration: underline;
}

footer .ft_info {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 70px;
}

footer .ft_logo {
  margin-bottom: 30px;
  max-width: 242px;
  margin-left: auto;
  margin-right: auto;
}

footer .ft_logo a:hover{
  opacity: 1;
}

footer address {
  letter-spacing: 0.07em;
  text-align: center;
  font-size: 16px;
}

/*==========================================================================*/
/*                            Mainvisual                                    */
/*==========================================================================*/
.mainvisual {
  position: relative;
  padding-top: 60px;
  padding-bottom: 158px;
}

.pc{
  display: none !important;
}
.sp{
  display: block !important;
}



.mainvisual p{
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: center;
}

#caution{
  text-align:center;
}

#campaign{
  color: #46ccff;
}

#campaign:hover{
  cursor: pointer;
}


.mainvisual .ttl_h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-bottom: 31px;
}

.mainvisual .ttl_h2 .ttl_line {
  position: relative;
  z-index: 0;
}

.mainvisual .ttl_h2 .ttl_line::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -4px;
  right: -6px;
  height: 20px;
  bottom: -4px;
  background: url(../img/line_stripe.png);
}

.mainvisual .ttl_h2 .number {
  display: inline-block;
  margin-right: 5px;
  font-size: 225%;
  color: #46ccff;
  text-shadow: black 5px 0px 0px, black 4.90033px 0.99335px 0px, black 4.60531px 1.94709px 0px, black 4.12668px 2.82321px 0px, black 3.48353px 3.58678px 0px, black 2.70151px 4.20736px 0px, black 1.81179px 4.6602px 0px, black 0.84984px 4.92725px 0px, black -0.146px 4.99787px 0px, black -1.13601px 4.86924px 0px, black -2.08073px 4.54649px 0px, black -2.94251px 4.04248px 0px, black -3.68697px 3.37732px 0px, black -4.28444px 2.57751px 0px, black -4.71111px 1.67494px 0px, black -4.94996px 0.7056px 0px, black -4.99147px -0.29187px 0px, black -4.83399px -1.27771px 0px, black -4.48379px -2.2126px 0px, black -3.95484px -3.05929px 0px, black -3.26822px -3.78401px 0px, black -2.4513px -4.35788px 0px, black -1.53666px -4.75801px 0px, black -0.56076px -4.96845px 0px, black 0.4375px -4.98082px 0px, black 1.41831px -4.79462px 0px, black 2.34258px -4.41727px 0px, black 3.17346px -3.86382px 0px, black 3.87783px -3.15633px 0px, black 4.4276px -2.32301px 0px, black 4.80085px -1.39708px 0px, black 4.98271px -0.41545px 0px;
}

.mainvisual .ttl_h2 .small {
  font-size: 70%;
}


.common_fix .fix_banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.common_fix .fix_banner.fixed {
  position: fixed;
}

.fix_banner {
  background: #42deb1;
  padding: 15px 0 6px;
  text-align: center;
}

.fix_banner .ttl_fix {
  position: relative;
  z-index: 0;
  display: table;
  margin: 0 auto 4px;
  padding: 0 12px 0 18px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.fix_banner .ttl_fix::before, .fix_banner .ttl_fix::after {
  content: '';
  position: absolute;
  z-index: -1;
  height: 26px;
  width: 2px;
  background: #000;
  bottom: 20%;
}

.fix_banner .ttl_fix::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.fix_banner .ttl_fix::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.fix_banner .btn_fix {
  margin-bottom: 11px;
}

.fix_banner .btn_fix a {
  display: block;
  margin: 0 auto;
  padding: 8px 20px 12px;
  max-width: 480px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  border-radius: 50px;
  letter-spacing: -0.07em;
}

.fix_banner .btn_fix a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

.fix_banner .txt_fix {
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.fix_banner .fix_img {
  display: none;
  margin: 0 auto 3px;
}

.fix_banner .fix_img.img1 {
  max-width: 160px;
}

.fix_banner .fix_img.img2 {
  max-width: 198px;
}

main {
  position: relative;
}

/*==========================================================================*/
/*                             Index                                     	*/
/*==========================================================================*/
.ttl_style1 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.4;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
  padding: 0 4px;
}

.ttl_style1::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 20px;
  background: url(../img/line_stripe.png);
}

.ttl_style1 .small {
  font-size: 80%;
}

.ttl_style1 .txt1 {
  font-size: 120%;
}

.ttl_style1 .txt2 {
  font-size: 130%;
}

.ttl_style2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 26px;
}

.ttl_style2 .small {
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  padding: 0 20px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}

.ttl_style2 .small::before, .ttl_style2 .small::after {
  content: '';
  position: absolute;
  z-index: -1;
  height: 132%;
  width: 4px;
  background: #000;
  bottom: -20%;
}

.ttl_style2 .small::before {
  left: 0;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
}

.ttl_style2 .small::after {
  right: 0;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.link a {
  display: block;
  width: 100%;
  height: 100%;
}

.note_indent {
  text-indent: -1.1em;
  padding-left: 1.1em;
}

.idx1 {
  padding: 55px 0 85px;
}

.idx1_box_bnr {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}

.idx1_box_bnr .banner {
  margin: 5px;
  width: calc(100% / 3 - 10px);
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.idx1_box_bnr .banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  opacity: 1;
  overflow: hidden;
  border-radius: 10px;
}
.idx1_box_bnr .banner a::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  border: 2px solid #42deb1;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .idx1_box_bnr .banner a:hover {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    color: inherit;
  }
}

.idx1_box_bnr .banner::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  width: 24px;
  height: 16px;
  background: url(../img/icon_arown_acl.png) no-repeat center/contain;
}

.idx1_box_bnr .banner p {
  margin-bottom: 0;
}

.idx1_box_bnr .banner .number {
  width: 30%;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2px;
  padding-right: 10px;
  overflow: hidden;
  color: #fff;
}

.idx1_box_bnr .banner .number::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 13%;
  width: 110%;
  background: #42deb1;
  -webkit-transform: skew(-14deg);
          transform: skew(-14deg);
}

.idx1_box_bnr .banner .txt {
  width: 70%;
  line-height: 1.3;
  font-weight: 700;
  padding: 12px 15px 12px 11px;
  font-size: 20px;
  letter-spacing: -0.05em;
}

.idx1_detil2 {
  padding-top: 48px;
}

.pur_img {
  text-align: center;
  margin-bottom: 11px;
}

.ttl_purport {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.ttl_purport .txt1 {
  font-size: 130%;
}

.ttl_purport .small {
  font-size: 90%;
}

.box_line {
  font-size: 24px;
  font-weight: 700;
  line-height: 2.1;
  padding-top: 12px;
  letter-spacing: -0.02em;
}

.box_line .line {
  padding: 0px 8px 5px 8px;
  background: #42deb1;
}

.idx_btn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.idx_btn a {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.05em;
  text-decoration: none;
}

.idx_btn a::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 16px;
  background: url(../img/icon_arown_btn.png) no-repeat left/contain;
}

.idx_btn a:hover {
  text-decoration: underline;
  color: inherit;
  opacity: 1;
}

.idx2 {
  background: url(../img/idx2_bg.png) #b5e5ff;
}

.idx2 .content {
  padding: 50px 0;
}

.idx2 .idx_purport {
  padding: 45px 45px 43px;
  background: #fff;
}

.idx2 .idx_box1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.8%;
}

.idx2 .idx_box1 .box_img {
  width: 18.5%;
  margin-right: 50px;
  max-width: 146px;
  margin-right: 6.5%;
}

.idx2 .idx_box2 {
  text-align: center;
  padding-top: 42px;
}

.idx2 .ttl_also {
  display: table;
  margin: 0 auto 16px;
  padding: 0 25px;
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  text-shadow: black 3px 0px 0px, black 2.83487px 0.98158px 0px, black 2.35766px 1.85511px 0px, black 1.62091px 2.52441px 0px, black 0.70571px 2.91581px 0px, black -0.28717px 2.98622px 0px, black -1.24844px 2.72789px 0px, black -2.07227px 2.16926px 0px, black -2.66798px 1.37182px 0px, black -2.96998px 0.42336px 0px, black -2.94502px -0.5717px 0px, black -2.59586px -1.50383px 0px, black -1.96093px -2.27041px 0px, black -1.11013px -2.78704px 0px, black -0.13712px -2.99686px 0px, black 0.85099px -2.87677px 0px, black 1.74541px -2.43999px 0px, black 2.44769px -1.73459px 0px, black 2.88051px -0.83825px 0px;
  letter-spacing: -0.07em;
  position: relative;
  z-index: 0;
}

.idx2 .ttl_also::before, .idx2 .ttl_also::after {
  content: '';
  position: absolute;
  z-index: -1;
  height: 54%;
  width: 3px;
  background: #000;
  bottom: 16%;
}

.idx2 .ttl_also::before {
  left: 4px;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}

.idx2 .ttl_also::after {
  right: -4px;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}

.idx2 .txt_info {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.idx2 .txt_info .small {
  font-size: 90%;
}

.idx3 .pur_img {
  margin-bottom: 5px;
}

.idx3 .ttl_purport {
  margin-bottom: 29px;
}

.idx3 .box_line .line {
  padding-left: 13px;
  padding-right: 12px;
}

.idx3 .detil_1 {
  padding: 49px 0 28px;
}

.idx3 .detil_1 .box_txt {
  max-width: 699px;
  margin: 0 auto;
}

.idx3 .detil_2 {
  padding: 30px 0;
  background: url(../img/idx2_bg.png) #cdf1ff;
}

.idx3 .detil_2 .content {
  background: #fff;
  position: relative;
  padding: 17px 0 17px 10.5%;
  padding-right: calc(13% + 168px);
}

.idx3 .detil_2 .content .check li {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.05em;
  padding-left: 60px;
  margin: 10px 0;
  background: url(../img/idx_check_icon.png) no-repeat top 5px left/32px auto;
}

.idx3 .pur_smartphone {
  position: absolute;
  width: 24%;
  max-width: 168px;
  right: 11.9%;
  bottom: 11%;
}

.idx4 {
  padding: 87px 0 325px;
  background: url(../img/idx4_people.png) no-repeat bottom center/284px, url(../img/idx4_bg.png) #f0f0f0;
}

.idx4 .box_item.box3 .item1::before {
  right: 4%;
}

.idx4 .box_slider {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 0;
}
.idx4 .box_slider.last .txt{
  margin-bottom: 29px;
}

.idx4 .box_slider:nth-child(2)::before {
  right: 0;
}

.idx4 .box_slider.item2 .txt {
  letter-spacing: -0.06em;
}

.idx4 .box_slider .txt {
  display: table;
  margin: 0 auto;
}

.idx4 .box_slider .box_top {
  margin-bottom: 11px;
}

.idx4 .box_slider .line {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 0 4px 0px;
}

.idx4 .box_slider .line.b_block {
  display: block;
  margin-bottom: 3px;
}

.idx4 .ttl_step {
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}

.idx4 .ttl_step .number {
  display: table;
  max-width: 144px;
  margin: 0 auto 3px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .idx4 .ttl_step .number img {
    width: 144px;
  }
}

.idx5 {
  padding: 60px 0 85px;
}

.idx5_img {
  max-width: 384px;
  margin: 55px auto 44px;
  position: relative;
  z-index: 0;
}

.idx5_img .txt {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 70px;
  padding: 19px 10px 10px 30px;
  letter-spacing: -0.05em;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
}

.idx5_img .icon {
  letter-spacing: -0.3em;
}

.idx5_txt {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 73px;
  letter-spacing: -0.1em;
  line-height: 1.6;
}

.idx5_txt .txt_big {
  font-size: 130%;
  font-weight: 700;
}

.idx5_box_info {
  max-width: 900px;
  margin: 0 auto;
}

.idx5_box_info .box_item {
  width: 49%;
  text-align: center;
}

.idx5_box_info .img {
  max-width: 260px;
  margin: 0 auto 14px;
}

.idx5_box_info .ttl {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-bottom: 3px;
  line-height: 1.6;
}

.idx5_box_info .txt {
  font-size: 14px;
  letter-spacing: -0.05em;
  line-height: 1.4;
}

.idx_slider {
  border: 2px solid #42deb1;
  padding: 28px 30px 34px;
  background: #fff;
}
.idx_slider.slick-dotted.slick-slider {
  margin-bottom: 70px;
}

.idx_slider .img_slider {
  text-align: center;
}

.idx_slider .slick-dots {
  left: 0;
  right: 0;
  bottom: -50px;
  top: auto !important;
}

.idx_slider .slick-dots li {
  margin: 0 12px;
}

.idx_slider .slick-dots li.slick-active button {
  background: #42deb1;
}

.idx_slider .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid #000;
}

.idx_slider .slick-dots li button::before {
  content: none;
}

.idx_slider .slick-prev, .idx_slider .slick-next{
  width: 34px;
  height: 63px;
  top: 60.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: 2;
}
.idx_slider .slick-prev.slick-disabled{
  display: none !important;
}
.idx_slider .slick-next.slick-disabled{
  display: none !important;
}

.idx_slider .slick-next{
  right: 3.5%;
  background: url(../img/icon_arown.png) no-repeat center/contain;
}

.idx_slider .slick-prev{
  left: 3.5%;
  background: url(../img/icon_arown_prev.png) no-repeat center/contain;
}

.idx6 {
  padding: 101px 0 464px;
  position: relative;
  background: url(../img/idx6_bg_bottom.png) no-repeat bottom center/548px, url(../img/idx4_bg.png) #edfbff;
}

.idx6 .ttl_style2 {
  margin-bottom: 48px;
}

.idx6 .ttl_style2 .small {
  font-weight: 700;
  margin-bottom: 13px;
}

.idx6 .ttl_style2 .small::before, .idx6 .ttl_style2 .small::after {
  height: 190%;
  bottom: -53%;
}

.idx6 .idx_btn {
  margin-top: 45px;
}

.wp_content {
  position: relative;
}

.accordion_item {
  background: #ccc;
  border-radius: 35px;
  border: 2px solid #42deb1;
  overflow: hidden;
}

.accordion_item:not(:last-child) {
  margin-bottom: 30px;
}

.accordion_header, .accordion_body {
  padding: 49px 76px 44px 138px;
}

.accordion_header {
  font-weight: 600;
  font-size: 26px;
  color: #000;
  line-height: 1.4;
  position: relative;
  background: url(../img/icon_q.png) no-repeat left 49px top 33px/70px auto #fff;
  cursor: pointer;
}

.accordion_header::before, .accordion_header::after {
  content: '';
  display: block;
  width: 30px;
  height: 8px;
  position: absolute;
  right: 37px;
  top: 8px;
  bottom: 0;
  margin: auto;
  background: #42deb1;
  background-size: contain;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.accordion_header::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.accordion_body {
  color: #000;
  background: #dff8f1;
  display: none;
  background: url(../img/icon_a.png) no-repeat left 49px top 35px/70px auto #dff8f1;
  padding: 38px 106px 33px 137px;
}

.accordion_body p, .accordion_body li {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
}

.accordion_body .note_indent {
  font-size: 14px;
  margin-top: 6px;
  margin-left: 5px;
}

.open-accordion.accordion_header::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.acc_item2 .accordion_header {
  padding-top: 30px;
  padding-bottom: 26px;
}

.acc_item2 .accordion_body {
  padding-bottom: 24px;
}

.acc_item3 .accordion_body {
  padding-bottom: 38px;
}

.acc_item3 .txt {
  margin-bottom: 9px;
}

.acc_item3 .note_indent {
  margin-bottom: 0;
}

.acc_item3 .note_indent:last-child {
  margin-top: -3px;
}

.list01 {
  padding-left: 9px;
}

.list01 li {
  padding-left: 12px;
  position: relative;
  z-index: 0;
  line-height: 1.4;
}

.list01 li::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}

.idx7 {
  padding: 38px 0 22px;
}

.idx7_content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.idx7 .item {
  width: calc(50% - 39px);
  margin: 0 39px;
}

.idx7 .item1 {
  max-width: 160px;
}

.idx7 .item2 {
  max-width: 194px;
}
.idx7 .item .qr_img{
  text-align: center;
  margin-top: 30px;
}
.idx7 .note {
  margin-top: 20px;
  text-align: center;
  letter-spacing: -0.05em;
  font-size: 16px;
}

.idx7 {
  background: #42deb1;
}
.txt_link{
  text-decoration: none;
}
.txt_link:hover{
  color: inherit;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  /*==========================================================================*/
  /*                             Mainvisual                                     */
  /*==========================================================================*/
  .mainvisual {
    padding-bottom: 0;
  }
  .mainvisual .ttl_h2 {
    font-size: 30px;
  }
  .pc{
    display: block !important;
  }
  .sp{
    display: none !important;
  }

  .mainvisual .p{
    text-align: left;
  }



  /*==========================================================================*/
  /*                             Index                                     */
  /*==========================================================================*/
  .idx1_box_bnr .banner::before {
    right: 7px;
    width: 12px;
    height: 8px;
  }
  .idx1_box_bnr .banner .txt {
    font-size: 16px;
  }
  .idx3 .detil_2 .content {
    padding-left: 6.5%;
    padding-right: calc(10% + 168px);
  }
  .idx3 .pur_smartphone {
    right: 6.9%;
  }
  .idx4 .ttl_step{
    font-size: 18px;
  }
  .idx4 .box_slider .line{
    font-size: 12px;
  }
  .slider_content{
    width: calc(100% - 80px);
    margin: 0 auto;
    height: 100%;
    min-height: 526px;
  }
  .idx5_box_info .ttl {
    font-size: 28px;
  }
  

}

#index #cboxPrevious, #index #cboxNext, #index #cboxSlideshow, #index #cboxClose {
  top: 20px;
  right: 20px;
}

#index #cboxLoadedContent {
  padding: 0;
}

#index #cboxLoadedContent {
  background: #fff;
}

#index #cboxContent {
  border-radius: 10px;
  overflow: hidden;
}

.box_colorbox {
  display: none;
}

#inline_content {
  padding: 65px 35px;
}

#inline_content .box_code {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #c8fbec;
  padding: 40px;
  border-radius: 10px;
}

#inline_content .box_img {
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#inline_content .img_code {
  margin: 0 30px;
  max-width: 194px;
  width: calc(50% - 60px);
}
#inline_content .box_code .qr_img{
  text-align: center;
  margin-top: 30px;
}

/*==========================================================================*/
/*                             table                                     	*/
/*==========================================================================*/

caption{
  font-size:22px;
  text-align: center;
  margin:50px auto;
  font-weight: bold;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    text-indent: initial;
    border-spacing: 2px;
  }
  
table th,table td{
    padding: 10px 0;
    text-align: center;
  }
  
table tr:nth-child(odd){
    background-color: #eee
  }

table td{
    font-size:16px;
    padding: 1.6rem;
    text-align: left;
    vertical-align: middle;
    padding-left: 0;
    line-height: 1.5;
}

table th{
  font-size: 16px;
  font-weight: bold;
  padding: 3.2rem;
  width:30%;
  padding:auto;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;


}

.table tbody tr:nth-of-type(odd) td, .table tbody tr:nth-of-type(odd) th {
  background: #F5F5F5;
  border-left-color: #F5F5F5;
}

th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: -internal-center;
}

#detail p{
  font-size:60%;
  margin:24px 0;
  line-height: 1.5;
}
