@charset "utf-8"; 
a, abbr, acronym, address, applet, article, aside, audio,b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video{font-size:100%; vertical-align:baseline; white-space:normal; margin:0; padding:0; border:0; outline:0; background:transparent;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main{display:block;} ol, ul{list-style:none;} blockquote, q{quotes:none;}table{border-collapse:collapse; border-spacing:0;} *{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; -webkit-text-size-adjust:100%;} img{vertical-align:top; width: 100%;height: auto;} h1, h2, h3, h4, h5, h6{font-weight:normal;}


/*---------------------------
Link
---------------------------*/
a{outline:none; text-decoration: none; color: #000;}
a:hover{ opacity: 0.8;}
a img:hover{ opacity: 0.8;}
a:hover{-webkit-transition:all .3s ease; transition:all .3s ease;}


/*---------------------------
Body
---------------------------*/
body{font-family:source-han-sans-japanese, sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic"; font-style: normal; font-weight: 300; color: #000000; word-wrap:break-word; font-kerning:normal;font-size:14px;letter-spacing: 0.05em;}



/*---------------------------
共通
---------------------------*/
.cf:before,
.cf:after {content: " ";display: table;}
.cf:after {clear: both;}
.cf{*zoom: 1;}

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



@media only screen and (max-width:768px){
body{font-size:12px;}
.pc{display:none;}
.sp{display:block;}
}





.border-top{height: 24px; width: 100%; background: #41cbbe; position: fixed; top: 0; left: 0; z-index: 3;}
.border-bottom{height: 24px; width: 100%; background: #41cbbe; position: fixed; bottom: 0; left: 0; z-index: 3;}
.border-left{height: 100vh; width: 24px; background: #41cbbe; position: fixed; top: 0; left: 0; z-index: 3;}
.border-right{height: 100vh; width: 24px; background: #41cbbe;  position: fixed; top: 0; right: 0; z-index: 3;}

@media only screen and (max-width:768px){
.border-top{height: 15px; width: 100%; }
.border-bottom{height: 15px; width: 100%;}
.border-left{height: 100vh; width: 15px;}
.border-right{height: 100vh; width: 15px;}
}


header{background: #ffedeb; margin-top: 24px;}

#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  top: 24px;
  position: fixed;
  background: #ffedeb;
  width: 100%;
  z-index: 2;
}

#menu-btn {
  display: none;
}

#menu-content {
  margin: 0;
  list-style-type: none;
}

#menu-content > li {
  position: relative;
  float: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#menu-content > li.icon::after{content: ''; background:url("/assets/images/icon.png") no-repeat center; background-size: cover; width: 11px; height: 10px; position: absolute; right: 6px; top:26px ;}
#menu-content > li.icon:hover::after{content: ''; background:url("/assets/images/icon2.png") no-repeat center; background-size: cover; width: 11px; height: 10px; position: absolute; right: 6px; top:26px ;}

#menu-content > li > a {
  display: block;
  padding: 0 15px;
  line-height: 60px;
  color: #0091ff;
  font-size: 17px;
  font-weight: 500;
}
#menu-content > li > a:hover{
color: #808080;
}

#menu-content > li > a > .blogicon-chevron-down {
  margin-right: 5px;
}

#menu-content > li > ul.second-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-left: 0;
}

#menu-content > li:hover > ul.second-content {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  background: #fff;
}

#menu-content > li > ul.second-content > li {
  width: 180px;
}

#menu-content > li > ul.second-content > li > a {
  display: block;
  line-height: 40px;
  color: #0091ff;
  font-size: 17px;
  text-decoration: none;
  padding-left: 15px;
  font-weight: 500;
}

#menu-content > li > ul.second-content > li > a:hover {
  background: #eee;
  color: #808080;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 960px) {
  nav {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 70%;
    background: #ffedeb;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 4;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px 50px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  
  #menu-content > li:hover > ul.second-content {
  background: none;
}

  .toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 4;
  }
  .toggle_btn span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #333;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(45deg);
  }
  #mask {
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 3;
    cursor: pointer;
  }
  #menu-content > li {
    width: 100%;
  }
  #menu-content > li:hover {
    background: none;
  }
  #menu-content > li > a {
    height: 100%;
    padding: 0px;
    font-size: 100%;
    line-height: 40px;
    border-bottom: 1px solid #808080;
  }
  #menu-content > li > ul.second-content {
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #menu-content > li > ul.second-content > li {
    width: 100%;
    text-align-last: left;
  }
  #menu-content > li > ul.second-content > li > a {
    padding-left: 15px;
    font-size: 100%;
  }
  #menu-content > li > ul.second-content > li > a:hover {
    background: none;
  }
  
  #menu-content > li.icon::after{display: none;}
}



.hero{padding: 160px 0 100px 0; background: #f2f2f2;}
.hero .inner{max-width:920px; width:80%; margin: 0 auto; }
.hero h2{width: 693px; padding-left: 10px;}
.hero h1{width: 680px; margin-top: 25px;}

@media only screen and (max-width:768px){
.hero{padding: 100px 0 30px 0; background: #f2f2f2;}
.hero h2{width:80%; padding-left:5px;}
.hero h1{width:80%; margin-top: 15px;}
}

.bnr_area{border-bottom: 10px solid #0092FF;}

@media only screen and (max-width:768px){
.bnr_area{border-bottom: 5px solid #0092FF;}
}


.statement{background: #f2f2f2; padding-bottom:100px; }
.statement .inner{max-width:920px; width:80%; margin: 0 auto;padding-left: 20px; position: relative;}
.statement .inner .bg{width:90%; position: absolute; top: 10%; left: 0; right: 0; margin: auto;z-index: 0; padding-left: 20px;}
.statement .txt{letter-spacing: 0.15em; line-height: 1.8em; position: relative;z-index:1;}
.statement .txt .big{font-size: 20px;}
.statement .txt .bold{font-size: 20px; font-weight: 700;}

@media only screen and (max-width:768px){
.statement{padding-bottom:calc(100/759 * 100vw); }
.statement .inner{margin: 0 auto;padding-left:5px;}
.statement .inner .bg{width:100%; top: 10%; padding-left: 0;}
.statement .txt .big{font-size: 15px;}
.statement .txt .bold{font-size: 15px;}
}


.overview{padding:100px 0; }
.overview .inner{max-width:920px; width:80%; margin: 0 auto; }
.overview .bnr{max-width:800px;}
.overview h2{font-size:22px; font-weight: 700; color:#0092ff; margin-top: 40px; padding-left: 20px;}
.overview dl{font-size:12px;letter-spacing: 0.15em; margin-top: 30px; padding-left: 20px;}
.overview dt{font-weight: 700;color:#0092ff;margin-top: 20px;}
.overview dd{line-height: 1.8em;}

@media only screen and (max-width:768px){
.overview{padding:calc(100/759 * 100vw) 0; }
.overview h2{font-size:18px; margin-top: 20px; padding-left: 5px;}
.overview dl{font-size:12px; margin-top: 20px; padding-left: 5px;}
.overview dt{margin-top: 20px;}
}


.hero02{padding: 200px 0 130px 0; background: #fff;}
.hero02 .inner{ width:85%; margin: 0 auto; }
.hero02 h2{max-width: 668px; margin: 0 auto;}
.hero02 .logo{max-width: 330px;margin: 80px auto 0;}
.hero02 h1{max-width: 732px;margin: 40px auto 0;}
.hero02 .catch{max-width: 1120px; margin:200px auto 0;}
.hero02 .copy{font-size:30px; color: #808080; font-family: dnp-shuei-mincho-pr6, sans-serif; font-weight: 400; text-align: center; margin-top:80px; position: relative;}
.hero02 .copy::after{content: ''; background: url("/assets/images/hero_line.svg") no-repeat center; background-size: contain; height:7.5px; max-width:748px; position: absolute;left: 0; right: 0; bottom:-3px; margin: auto;}

@media only screen and (max-width:990px){
.hero02{padding:120px 0 50px 0; background: #fff;}
.hero02 h2{max-width: calc(668/990 * 100vw); }
.hero02 .logo{max-width: calc(330/990 * 100vw);margin: calc(80/990 * 100vw) auto 0;}
.hero02 h1{max-width: calc(732/990 * 100vw);margin: calc(40/990 * 100vw) auto 0;}
.hero02 .catch{max-width: calc(800/990 * 100vw); margin:50px auto 0;}
.hero02 .copy{margin-top:calc(80/990 * 100vw);}
.hero02 .copy::after{max-width:calc(748/990 * 100vw); bottom:-10px;}
}

@media only screen and (max-width:768px){
.hero02 .copy{font-size:18px;}
}

.second{padding: 50px; background:url("/assets/images/second_bg.jpg") no-repeat center; background-size: cover;}
.second .inner{width: 85%; margin: 0 auto;}
.second .copy{color: #808080; font-weight: 400; font-size: 72px; text-align: center; letter-spacing: 0.1em;}
.second .price{max-width: 720px; margin: 20px auto 0;}

@media only screen and (max-width:990px){
.second{padding: 50px 0;}
.second .copy{font-size: calc(72/990 * 100vw); }
}

.third{padding:150px 50px; background:#E2FFFF;}
.third .inner{width: 85%; margin: 0 auto;}
.third .copy{max-width: 860px; margin: 0 auto;}
.third .icon-box{text-align: center; max-width:980px; margin:80px auto 0;font-size: 0; letter-spacing: 0; }
.third .icon-box li{display: inline-block; width:20%; padding:0 25px; margin-bottom: 25px;}
.third h3 {color: #808080; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 400; font-size: 48px; letter-spacing: 0.1em; margin: 50px auto !important; text-align: center !important;}

@media only screen and (max-width:768px){
.third .icon-box{margin:30px auto 0;}
.third .icon-box li{padding:0 2.5px; margin-bottom:5px;}
}

.third .ten-box{max-width: 1100px; margin: 50px auto 0;}
.third .ten-box li{background: #fff; border-radius:35px; margin-bottom: 70px; padding: 50px 40px;}
.third .ten-box li:last-child{margin-bottom: 0;}
.third .ten-box li .group{display: flex; justify-content: flex-start; align-items: flex-start;}
.third .ten-box li .number{width:20%; max-width: 100px; margin-right: 20px;}
.third .ten-box li .txt-box{width: 90%; margin-top: 10px;}
.third .ten-box li .txt{font-size:54px; font-weight: 500; color:#0092FF;letter-spacing: 0.15em;display:inline-block;}
.third .ten-box li .txt span{background: linear-gradient(transparent 60%, #E8FF54 60%);padding: 0 10px;  }
.third .ten-box li .copy{font-size:20px; color:#808080;letter-spacing: 0.15em; margin-top: 20px;  font-weight: 500;}
.third .ten-box li .copy sub{font-size:75%; font-weight: normal}
.third .ten-box li .copy span{color:#ff637a; }

.third .ten-box .point01{position: relative; height:400px; }
.third .ten-box .point01 .pict{position: absolute; right: 7%; top: 22%; max-width:278px; }

.third .ten-box .point02{position: relative; }
.third .ten-box .point02 .pict{position: absolute; right: 3%; top: 27%; max-width:240px; }
.third .ten-box .point02 .pict02 {margin: 220px 30px 30px;}

.third .ten-box .point03{position: relative; height:440px; }
.third .ten-box .point03 .pict{position: absolute; right: 5%; top: 41%; max-width:250px; }

.third .ten-box .point04{position: relative; height:480px; }
.third .ten-box .point04 .pict{position: absolute; right: 8%; top: 37%; max-width:260px; }

.third .ten-box .point05{position: relative;}
.third .ten-box .point05 .pict{position: absolute; right: 6%; top: 5%; max-width:214px; }
.third .ten-box .point05 .note{font-size:14px; color: #808080; margin-top: 80px; margin-left: 30px;}
.third .ten-box .point05 .pict02{margin: 10px 30px 30px;}

.third .ten-box .point06{position: relative; height:480px; }
.third .ten-box .point06 .pict{position: absolute; right: 12%; top: 36%; max-width:260px; }

.third .ten-box .point07{position: relative; height:520px; }
.third .ten-box .point07 .pict{position: absolute; right: 5%; top: 37%; max-width:215px; }

.third .ten-box .point_add{position: relative; height:400px; }
.third .ten-box .point_add .pict{position: absolute; right: 9%; top: 18%; max-width:240px; }

@media only screen and (max-width:1350px){
.third .ten-box li{border-radius:calc(35/1350 * 100vw); margin-bottom: calc(70/1350 * 100vw); padding: calc(50/1350 * 100vw) calc(40/1350 * 100vw);}
.third .ten-box li .number{ max-width: calc(100/1350 * 100vw);}
.third .ten-box li .txt{font-size: calc(54/1350 * 100vw);letter-spacing: 0.1em;}
.third .ten-box li .copy{font-size:calc(20/1350 * 100vw); letter-spacing: 0.1em;}

.third .ten-box .point01{height:calc(400/1350 * 100vw); }
.third .ten-box .point01 .pict{ max-width:calc(278/1350 * 100vw); }

.third .ten-box .point02{height:calc(400/1350 * 100vw);}
.third .ten-box .point02 .pict{ max-width:calc(240/1350 * 100vw); }

.third .ten-box .point03{height:calc(440/1350 * 100vw); }
.third .ten-box .point03 .pict{max-width:calc(250/1350 * 100vw); }

.third .ten-box .point04{height:calc(480/1350 * 100vw);}
.third .ten-box .point04 .pict{ max-width:calc(260/1350 * 100vw); }

.third .ten-box .point05 .pict{ max-width:calc(214/1350 * 100vw); }
.third .ten-box .point05 .note{font-size:13px; margin-top: calc(80/1350 * 100vw);}
.third .ten-box .point05 .pict02 {margin: 10px calc(30/1350 * 100vw) calc(30/1350 * 100vw);}

.third .ten-box .point06{height:calc(480/1350 * 100vw); }
.third .ten-box .point06 .pict{max-width:calc(260/1350 * 100vw); }

.third .ten-box .point07{height:calc(520/1350 * 100vw); }
.third .ten-box .point07 .pict{max-width:calc(215/1350 * 100vw); }

.third .ten-box .point_add{height:calc(400/1350 * 100vw);}
.third .ten-box .point_add .pict{ max-width:calc(240/1350 * 100vw); }
}



@media only screen and (max-width:990px){
.third{padding:50px 0;}
.third .ten-box{width: 100%; margin: 30px auto 0;}
.third .ten-box li{ margin-bottom: 15px;}
.third .ten-box li .txt-box{margin-top: 0;}
.third .ten-box li .number{width:30px; margin-right:10px;}
.third .ten-box li .txt{font-size:calc(40/990 * 100vw);}
.third .ten-box li .copy{font-size:calc(30/990 * 100vw); font-weight: normal;}
.third h3 {font-size: calc(56 / 990* 100vw);}
}

@media only screen and (max-width:768px){
.third .ten-box .point01{height:auto; }
.third .ten-box .point01 .pict{ margin: 10px auto 0; position: relative; padding-left:30px; width: 40%; max-width:none; }

.third .ten-box .point02{height:auto; }
.third .ten-box .point02 .pict02{margin: calc(220 / 1350* 100vw) calc(30 / 1350* 100vw) calc(30 / 1350* 100vw); }
.third .ten-box .point02 .pict {top: 50% !important;}

.third .ten-box .point03{height:auto; }
.third .ten-box .point03 .pict{ margin: 10px auto 0; position: relative; padding-left:30px; width: 40%; max-width:none; }

.third .ten-box .point04{height:auto; }
.third .ten-box .point04 .pict{ margin: 10px auto 0; position: relative; padding-left:30px; width: 40%; max-width:none; }

.third .ten-box .point05 .pict{ margin: 10px auto 0; position: relative; padding-left:30px; width: 40%; max-width:none; }
.third .ten-box .point05 .note{font-size:12px; margin-left: 0;}
.third .ten-box .point05 .pict02 {margin: 10px auto 0;}

.third .ten-box .point06{height:auto; }
.third .ten-box .point06 .pict{ margin: 10px auto 0; position: relative; padding-left:55px; width: 50%; max-width:none; }

.third .ten-box .point07{height:auto; }
.third .ten-box .point07 .pict{ margin: 10px auto 0; position: relative; padding-left:30px; width: 40%; max-width:none; }

.third .ten-box .point_add{height:auto; }
.third .ten-box .point_add .pict{ margin: 10px auto 0; position: relative; padding-left:30px; width: 40%; max-width:none; }
}


.force{padding:100px 50px 50px 50px; background:#fff; position: relative;}
.force .pict{position: absolute; bottom:6%; right: 5%; max-width:450px }
.force .inner{width: 85%; margin: 0 auto;}
.force .copy{color: #808080; font-weight: 400; font-size: 72px; text-align: center; letter-spacing: 0.1em;}
.force .price{max-width: 720px; margin: 20px auto 0;}
.force .note{font-size: 25px; color:#808080; text-align: center; font-weight: 400; margin-top: 10px; letter-spacing: 0.1em;}
.force .step-box{max-width: 950px; margin: 80px auto 0;}
.force .step-box li{display: flex; justify-content: flex-start; align-items: flex-start; margin-bottom: 50px;}
.force .step-box li:last-child{margin-bottom: 0;}
.force .step-box li .number{width:55px; margin-right: 20px;}
.force .step-box li .txt-box{letter-spacing: 0.1em;}
.force .step-box li .txt{font-size:48px; font-weight: 500; color:#41CBBE; line-height: 1; letter-spacing: 0.1em;}
.force .step-box li .txt2{font-size:30px; font-weight: 300; color: #808080; margin-top: 15px; letter-spacing: 0.1em;}
.force .step-box li .txt2 sub{font-size: 50%; padding-left: 10px;}

@media only screen and (max-width:1350px){
.force .pict{max-width:calc(450/1350 * 100vw) }
}

@media only screen and (max-width:990px){
.force{padding:20px 0;}
.force .copy{font-size: calc(72/990 * 100vw);}
.force .pict{bottom: 0;}
.force .note{font-size:calc(25/990 * 100vw);}
.force .step-box{margin: 40px auto 0;}
.force .step-box li{margin-bottom: 20px;}
.force .step-box li .number{width:30px; margin-right: 10px;}
.force .step-box li .txt{font-size:calc(48/990 * 100vw); }
.force .step-box li .txt2{font-size:calc(30/990 * 100vw);margin-top: 10px;}
.force .step-box li .txt2 sub{font-size: 50%;}
}

@media only screen and (max-width:768px){
.force .note{font-size:15px;}
.force .step-box li .txt2{font-size:13px;margin-top: 10px;}
}


.fifth{padding: 50px; background:#0092FF; }
.fifth .inner{width: 85%; margin: 0 auto;}
.fifth .copy{max-width: 886px; margin: 0 auto;}
.fifth .illustration{max-width: 775px; margin: 40px auto 0;}

@media only screen and (max-width:990px){
.fifth{padding: 50px 0; }
}

.six{padding:100px 50px; background:#F2F2F2;}
.six .inner{width: 85%; margin: 0 auto;}
.six .copy{color: #000;font-family: heisei-maru-gothic-std, sans-serif; font-weight: 400; font-size: 48px; letter-spacing: 0.1em; max-width:800px; margin: 0 auto;}
.six .pict{max-width:500px; margin: 50px auto;; }
.six .w-box{display: flex; justify-content: flex-start;align-items: flex-start; margin: 60px auto 0; max-width: 920px;}
.six .txt-box{font-family: heisei-maru-gothic-std, sans-serif; font-weight: 400;letter-spacing: 0.1em;}
.six .number{width:100px; margin-right: 20px;}
.six .txt{font-size:48px;color:#0092FF; line-height: 1; margin-top: 17px;}
.six .txt2{font-size:30px;color: #000; margin-top: 15px; }
.six .note{font-size: 20px;color: #000; margin-top: 15px;}
.six .price-box{margin-left: 450px;}
.six .price01{max-width:630px;}
.six .price02{max-width:710px;}
.six .note2{font-size: 18px;color: #000; margin-top: 60px; text-align: center;font-family: heisei-maru-gothic-std, sans-serif; font-weight: 400;}

@media only screen and (max-width:990px){
.six{padding:50px 0; }
.six .copy{ font-size: calc(48/990 * 100vw); text-align: center;}
.six .pict{max-width: calc(500/990 * 100vw); margin:  calc(50/990 * 100vw) auto; }
.six .w-box{ margin: 30px auto 0;}
.six .number{width:40px; margin-right: 10px;}
.six .txt{font-size:calc(48/990 * 100vw); margin-top: 0;line-height: 1.5; }
.six .txt2{font-size:calc(30/990 * 100vw);margin-top: 10px; }
.six .note{font-size:calc(20/990 * 100vw);margin-top: 0;}
.six .price-box{margin-left: 0; margin-top: 20px;}
.six .price01{max-width:630px;}
.six .price02{max-width:710px;}
.six .note2{font-size: calc(18/990 * 100vw);}
}

@media only screen and (max-width:768px){
.six .txt2{font-size:13px;}
.six .note{font-size:11px;}
.six .note2{font-size: 11px;}
}

.seven{ background:#fff;}
.seven .tit-box{padding:45px; background: #cbffff;}
.seven .tit-box h3{width: 285px; text-align: center; margin: 0 auto;background:#fff; color: #0092ff; border: 3px solid #0092ff;padding:10px 20px;font-size: 36px; font-weight: 500; line-height: 1.2; letter-spacing: 0.2em;}
.seven .tit-box h3 span{font-family: futura-pt, sans-serif;font-weight: 500; font-size: 14px; display:block; letter-spacing: 0;}
.seven .inner{width: 85%; margin: 0 auto;}
.seven .gr{max-width: 1100px; margin: 50px auto 0;}
.seven .gr h4{margin: auto;color: #0092ff;font-size: 36px; font-weight: 500; line-height: 1.2;}
.seven .gr h4 span{font-family: futura-pt, sans-serif;font-weight: 500; font-size: 14px; display:block;}
.seven .gr h4.green{color: #41cabd;}
.seven .gr .flex{display: flex; margin-top: 10px;}
.seven .gr .flex .pict{width: 45%; margin-right: 3%;}
.seven .gr .flex .txt-box{width: 52%; font-size: 20px; color:#808080; }
.seven .gr .map-box{margin: 50px auto 0; max-width: 1000px;}
.seven .gr .flex .txt-box a{color: #0092ff;}

.seven .midashi{ background: #41cabd; margin-top: 50px;}
.seven .midashi .sub-tit{font-size: 34px;color: #fff; max-width: 1100px; width: 85%; margin: 0 auto;font-weight: 500;}
.seven .midashi .sub-tit span{font-family: futura-pt, sans-serif;}

.seven .note-box{max-width:1000px; margin: 100px auto 0;}
.seven .note{font-size:15px; font-weight: 300;line-height: 1.8; color: #808080; padding-left: 2em; text-indent: -2em;}
.seven .wanted{max-width:288px; width: 50%; margin: 100px auto 0;}
.seven .address-box{margin-top: 50px;}
.seven .address-box .txt{font-size: 18px; text-align: center;color: #808080;}
.seven .address-box .txt a{color:#0092ff; }


@media only screen and (max-width:990px){
.seven .tit-box{padding: 25px;}
.seven .tit-box h3{width: 220px; border: 3px solid #0092ff;padding:10px 20px;font-size: 20px;letter-spacing: 0.1em;}
.seven .tit-box h3 span{font-family: futura-pt, sans-serif;font-weight: 500; font-size: 14px; display:block; letter-spacing: 0;}
.seven .gr{margin: 25px auto 0;}
.seven .gr .flex{display: block;}
.seven .gr .flex .pict{width: 100%; margin-right:0;}
.seven .gr .flex .txt-box{width: 100%; font-size:15px; margin-top: 20px;}
.seven .gr .map-box{margin: 20px auto 0;}
.seven .gr .map-box iframe{height: 300px;}
.seven .note-box{margin: 50px auto 0;}
.seven .wanted{ margin: 50px auto 0;}
.seven .note{font-size:12px;}
.seven .address-box .txt{ font-size: 12px;}

.seven .midashi{ background: #41cabd; margin-top: 50px;}
.seven .midashi .sub-tit{font-size: 20px;width: 85%; margin: 0 auto;font-weight: 500;}
.seven .midashi .sub-tit span{font-size: 20px;}
}

.eight{}
.eight .tit-box{background: #6f91ff; padding: 50px;}
.eight h3{max-width: 952px; margin: 0 auto;}
.eight .inner{max-width: 1100px; margin: 0 auto; width: 85%;}
.eight ul{}
.eight li{ border-bottom:2px solid #41cabd; padding:95px 0; }
.eight li .q-box{display: flex; align-items: center;}
.eight li .q-box .icon{width:74px; margin-right:20px;}
.eight li .q-box .txt-box{width:1006px; font-size: 30px; color:#6f91ff; font-weight: 500; padding-bottom: 10px;}
.eight li .q-box .txt-box span{background: linear-gradient(transparent 60%, #E8FF54 60%); padding: 0;}
.eight li .a-box{display: flex; margin-top: 30px;}
.eight li .a-box .icon{width:74px; margin-right: 40px;}
.eight li .a-box .txt-box{width: 986px;}
.eight li .a-box .tit{ font-size: 45px; color:#6f91ff; font-weight: 600;}
.eight li .a-box .txt{ font-size: 20px; color:#6f91ff;  margin-top: 10px; line-height:1.8;}
.eight li .a-box .txt.flex{display: flex;}
.eight li .pict{width: 100%; margin-top: 40px;}
.eight li .pict2{margin-left: 20px;width: 244px;}
.eight li .movie-box{margin-top: 40px;}
.eight li .movie-box .youtube {position: relative;width: 100%;padding-top: 56.25%;}
.eight li .movie-box .youtube iframe {position: absolute;top: 0;right: 0;width: 100%;height: 100%;}

@media only screen and (max-width:990px){
.eight .tit-box{background: #6f91ff; padding: 50px 25px;}
.eight li{padding: 30px 0;}
.eight li .q-box .icon{width:40px; margin-right:10px;}
.eight li .q-box .txt-box{width:calc(1006/990 * 100vw); font-size: calc(42/990 * 100vw);}
.eight li .a-box{margin-top: 10px;}
.eight li .a-box .icon{width:40px; margin-right: 10px;}
.eight li .a-box .txt-box{width: calc(986/990 * 100vw);}
.eight li .a-box .tit{ font-size: calc(42/990 * 100vw);}
.eight li .a-box .txt{ font-size:13px;}
.eight li .pict{margin-top: 10px;}
.eight li .pict3{margin: 10px auto 0;width: 50%;}
.eight li .movie-box{margin-top: 10px;}
}

.nine{ margin: 100px auto 0; max-width: 1100px; width: 85%;}
.nine .staff-box{background:#ffdcda;border-radius: 30px 30px 0 0; position: relative; padding:100px 50px;}
.nine .staff-box h3{width: 285px; text-align: center; position: absolute; top: -35px; left:0; right: 0; margin: auto; background:#0091ff; color: #fff; padding: 20px;font-size: 36px; font-weight: 500; line-height: 1;}
.nine .staff-box h3 span{font-family: futura-pt, sans-serif;font-weight: 500; font-size: 14px; display:block;}
.nine .staff-box ul{display: flex;flex-wrap: wrap;}
.nine .staff-box li{width: 49%;display: flex; margin-right: 2%; margin-bottom: 50px;}
.nine .staff-box li:nth-child(even){margin-right: 0;}
.nine .staff-box li .pict{width: 38%;margin-right: 2%;}
.nine .staff-box li .txt-box{width:60%;}
.nine .staff-box li .txt-box .txt{}
.nine .staff-box li .txt-box .icon-box{display: flex;align-items: center; margin-top: 10px;}
.nine .staff-box li .txt-box .icon-box div{margin-right: 20px; width: 25px;}
.nine .staff-box .more{font-family: futura-pt, sans-serif;font-weight: 500; font-size: 30px; text-align: center; color: #0091ff;}
.nine .staff-box .copy{font-size:44px; font-weight: 500; text-align: center; color: #41cabd; margin-top: 50px; }
.nine .staff-box .here{width:180px; margin: 50px auto 0;}

@media only screen and (max-width:990px){
.nine .staff-box{ position: relative; padding:60px 20px;}
.nine .staff-box h3{width: 220px;font-size:20px; font-weight: 500; line-height: 1; padding: 15px; top: -25px}
.nine .staff-box ul{display: block;}
.nine .staff-box li{width:100%;display: flex; margin-right:0; margin-bottom: 20px;}
.nine .staff-box li .txt-box .icon-box{margin-top: 0;}
.nine .staff-box li .txt-box .icon-box div{margin-right: 10px;}
.nine .staff-box .more{font-size: 20px; text-align: center; color: #0091ff;}
.nine .staff-box .copy{font-size:30px; margin-top: 20px; }
.nine .staff-box .here{width:150px; margin: 20px auto 0;}
}


.ten{ margin: 100px auto 100px; max-width: 1100px; width: 85%;}

@media only screen and (max-width:990px){
.ten{ margin: 50px auto 80px;}
}



@media only screen and (max-width:990px){
.fifth{padding: 50px 0; }
}


footer{font-size:9px; text-align: center; margin-top: 100px; padding-bottom: 60px; color: #808080;}

@media only screen and (max-width:768px){
footer{padding-bottom: 30px;}
}

.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap:before {
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #f2f2f2;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}


.img-animation {
  animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #f2f2f2;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}


@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}


.img-wrap2 {
  overflow: hidden;
  position: relative;
}

.img-wrap2:before {
  animation: img-wrap2 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #E2FFFF;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-wrap2 {
  100% {
    transform: translateX(100%);
  }
}


.img-animation2 {
  animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation2:before {
  animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #E2FFFF;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}


@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@keyframes img-animation2 {
  100% {
    transform: translateX(100%);
  }
}


.img-wrap3 {
  overflow: hidden;
  position: relative;
}

.img-wrap3:before {
  animation: img-wrap3 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #F2F2F2;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-wrap3 {
  100% {
    transform: translateX(100%);
  }
}


.img-animation3 {
  animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation3:before {
  animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #F2F2F2;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}


@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@keyframes img-animation2 {
  100% {
    transform: translateX(100%);
  }
}


.fade01{animation-delay: 0s;}
.fade02{animation-delay: 0.5s;}
.fade03{animation-delay: 1s;}
.fade04{animation-delay: 1.5s;}
.fade05{animation-delay: 3.5s;}
.fade06{animation-delay: 4.5s;}
.fade07{animation-delay: 5.5s;}



#loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
#loader .loader-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
 
}
#loader .loader-slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 520px;
  height: 390px;
}
#loader .loader-slide.open {
  animation-name: fadeOutUpBig;
  animation-duration: 2s;
  animation-delay: 3s;

}


@media only screen and (max-width:768px){
#loader .loader-slide img {
  width: 250px;
  height:112px;
}
}

.contact {width:300px; margin: 100px auto 0;}
.contact a {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  background: #0092FF;
  padding: 18px 30px;
  position: relative;
   line-height: 1;
  display: inline-block;
  transition: .3s;
  text-align: center;
  width: 100%;
  letter-spacing: 0.1em;
}
.contact a span{font-size: 14px;font-family: futura-pt, sans-serif; font-weight: 500; display: block; margin-bottom: 10px;}
.contact a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid #0092FF;
  box-sizing: border-box;
  z-index: -1;
  transform: scale(1.2);
  opacity: 0;
  transition: transform ease .3s, opacity .3s;
}
.contact a:hover {
  color: #0092FF;
  background: transparent;
}
.contact a:hover::before {
  transform: scale(1);
  opacity: 1;
}

@media only screen and (max-width:768px){
.contact {width:280px; margin: 50px auto 0;}
}


.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap:before {
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}


.img-animation {
  animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}



/*---------------------------
bxslider
---------------------------*/
.bx-wrapper{ position: relative; margin: 0 auto;}
.bx-wrapper .bx-viewport{-webkit-transform:translatez(0); -moz-transform:translatez(0); -ms-transform:translatez(0); -o-transform:translatez(0); transform:translatez(0);}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block; *zoom:1; *display:inline;}
.bx-wrapper .bx-pager.bx-default-pager a{background:#fff; border: 1px solid #c1c1c1;text-indent:-9999px; display:block; width:10px; height:10px; margin:0 5px; outline:0; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{background:#c1c1c1;}
.bx-wrapper .bx-prev {left: -80px;background:url("/assets/images/prev.svg") no-repeat; background-size: cover; }
.bx-wrapper .bx-next {right: -80px;background: url("/assets/images/next.svg") no-repeat; background-size: cover; }
.bx-wrapper .bx-controls-direction a {position: absolute;top: 40%;outline: 0;width: 22px;height: 41px;text-indent: -9999px;z-index: 0;}
.bx-default-pager { text-align: center; margin-top: 10px;}
.bx-pager a {display:inline-block;width: 15%;}
.bx-pager a img {  opacity: 0.5;  filter: alpha(opacity=50);width: 100%; margin-bottom: 5px;}
.bx-pager a.active img {  opacity: 1;  filter: alpha(opacity=100);}

@media screen and (max-width:768px){
.bx-wrapper .bx-pager{ margin-top: 10px;}
.bx-wrapper .bx-prev {left: 5px; }
.bx-wrapper .bx-next {right: 5px; }
.bx-wrapper .bx-controls-direction a {position: absolute;top: 43%;outline: 0;width: 20px;height: 39px;text-indent: -9999px;z-index: 1;}
}



.join{width: 130px; position: fixed;top: 130px; right: 30px;z-index: 1;}
.gotop{width: 25px; position: fixed;bottom: 60px; right: 60px;z-index: 1;}

.join2{width: 110px; position: fixed;top: 60px; right: 60px;z-index: 2;}

.join3{width: 130px; position: fixed;top: 350px; right: 30px;z-index: 1;}

.btn-container {
  text-align: center;
}

button {
width: 110px;
  font-weight: bold;
  cursor: pointer;
  background: none;
  border: none;
  margin: 0 auto;
  display: block;
}

button:hover {
 opacity: 0.8;
}

.hidden {
  display: none;
}

#btn2-text{
  font-size: 17px;
  text-align: center;
  padding: 10px 5px;
  background: #fff;
  line-height: 1.8;
  font-weight: 500;
  
}
#btn2-text a{
color: #ff7bab;
}


@media only screen and (max-width:768px){
.join{width: 90px;top: 30px; left:15px;}
.gotop{width: 25px;bottom: 30px; right: 30px;}

.join2{width: 80px; position: fixed;top: 25px; right: 20px;z-index: 2;}
.join3{width: 90px;top: auto;bottom: 30px; left:15px;}


button {
width:80px;
}

#btn2-text{
  font-size: 12px;
  padding: 5px 5px;
}


}


#sec01,#sec02,#sec03,#sec04,#sec05,#sec06,#sec07,#sec08{padding-top: 84px;margin-top: -84px;}

@media only screen and (max-width:768px){
#sec01,#sec02,#sec03,#sec04,#sec05,#sec06,#sec07,#sec08{padding-top: 15px;margin-top: -15px;}
}

/* スライダー調整 */
.slider.loading {
  max-width: 950px;
  margin:  0 auto;
  overflow: auto;
  display: flex;
}
.slider.loading > li {
  width: 166px;
  margin-right: 30px;
  flex-shrink: 0;
  flex-grow: 0;
}

.uline {
  background: linear-gradient(transparent 60%, #E8FF54 60%);
}
.lh {
  line-height: 1.8;
}
.mushiba {
  max-width: 920px;
  margin: 70px auto 30px;
  font-size: 25px;
  text-align: center;
}
.mushiba p {
  margin-bottom: 20px;
}
.mushiba h4 {
  color: #808080;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 400;
  font-size: 46px;
  margin-bottom: 30px;
  color: #0092FF;
  line-height: 1.5em;
}
.seven .gr .flex .pict {
  width: 30%;
}
.seven .gr .flex .txt-box {
  width: 70%;
}
.seven .gr .flex {
  max-width: 900px;
  margin: 0 auto;
}	
.dotted {
  text-align: center;
  margin-top: 30px;
}
.innai {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 60px;
}
.innai_pict {
  width: 30%;
}
@media only screen and (max-width: 768px) {
.mushiba {
  margin: 30px auto;
  padding: 0 30px;
}
.mushiba p {
      font-size: 15px!important;
}
.mushiba h4 {
  font-size: calc(60 / 990* 100vw);
  margin: 0 auto 20px;
}
.seven .gr .flex .pict {
  width: 100%;
}
.seven .gr .flex .txt-box {
  width: 100%;
}
.innai {
  display: flex;
  flex-direction: column;
}
.innai_pict {
  width: 100%;
  padding: 0 30px 30px;
}
}

/* 診療科目 */
@media only screen and (max-width: 990px) {
    .seven .tit-box h3 {
        font-size: 18px!important;
    }
}  
.mi_inner {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    background-image: repeating-linear-gradient(to right, #cbffff, /* 縦縞の色 */ #cbffff 2px, /* 縦縞の幅 */ #ffffff 2px, /* 縦縞の終わり */ #ffffff 12px /* 縦縞の間隔 (2pxの縞 + 10pxの余白) */);
}

.mi_container {
  display: grid;
  gap: 20px;
  padding: 30px;
  grid-template-columns: 1fr 1fr; /* スマホ: 2列 */
  margin: 0 auto;
}

.card {
  background-color: #0191FF;
  color: white;
  text-align: center;
  padding: 0 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card span.sub {
  font-size: 80%;
	font-weight: bold;
}	
.card span.kamoku {
  display: inline-block;
  padding: 0 5px;
  border-bottom: 1px #fff solid;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;	
}

.card span.hoken {
  display: block;
  font-size: 0.7em;
  margin-top: 5px;
  color: #FFCAC3;
  font-weight: normal;
}
.card span.hoken2 {
  display: block;
  font-size: 0.9em;
} 

.card2 {
  background-color: #7CA3FF!important;
  padding: 25px 5px 30px!important;
}
	  
.card3 {
  background-color: #7CA3FF!important;
  padding: 15px 5px!important;
}

/* 矯正治療カードを2列分に拡大 */
.card.wide {
  grid-column: span 2; /* 2列分の横幅 */
}

.card span.mi_price {
  display: block;
  height: 17px;
}

.card span.mi_price img {
  vertical-align: top;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: 10px;
}

/* PC表示用 (さらに広いレイアウトに対応) */
@media (min-width: 768px) {
.mi_inner {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    background-image: repeating-linear-gradient(to right, #cbffff, /* 縦縞の色 */ #cbffff 2px, /* 縦縞の幅 */ #ffffff 2px, /* 縦縞の終わり */ #ffffff 12px /* 縦縞の間隔 (2pxの縞 + 10pxの余白) */);
}
  .mi_container {
    grid-template-columns: repeat(3, 1fr); /* PC: 3列 */
	margin: 0 auto;
    max-width: 1100px;
    gap: 30px;
	padding: 100px;
  }
	
  .card {
    background-color: #0191FF;
    color: white;
    text-align: center;
    padding: 0 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	font-size: 20px;
	font-weight: bold;
	height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: center;
  }

  .card span.sub {
    font-size: 80%;
  }	
	
  .card span.kamoku {
    display: inline-block;
    padding: 0 10px 5px;
    border-bottom: 1px #fff solid;
	width: fit-content;
	margin: 0 auto;
  }
	
  .card span.hoken {
	display: block;
	font-size: 0.7em;
	margin-top: 5px;
	color: #FFCAC3;
	font-weight: normal;
  }

  .card span.hoken2 {
    display: block;
    font-size: 0.9em;
  }

  .card.wide {
    grid-column: span 3; /* PCでも全幅に拡大 */
  }
	
  .card2 {
    background-color: #7CA3FF!important;
	padding: 40px 15px!important; 
  }

  .card2 span.sub {
    font-size: 80%;
  }		
	
  .card3 {
    background-color: #7CA3FF!important;
    padding: 30px 5px!important;
  }
	
  .card span.mi_price {
	display: block;
	height: 30px;
  }

  .card span.mi_price img {
    vertical-align: top;
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin-top: 10px;
  }
}

/* フロートメニューLINE一時削除 */
.float-menu {
display: grid;
grid-template-columns: repeat(3, 1fr)!important;
}
.float-btn:nth-child(2) {
 display: none!important;
}