@charset "UTF-8";
/* -------------------------------------------------------------------------

		vars.scss

------------------------------------------------------------------------- */
/* width
------------------------------------------------- */
/* brakepoints
------------------------------------------------- */
/* color
------------------------------------------------- */
/* $color_sub : ; */
/* text color
------------------------------------------------- */
/* -------------------------------------------------------------------------

		reset.scss

------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------

		style reset

------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Roboto");
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, icenter, 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: inherit;
  vertical-align: baseline; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  line-height: 0;
  vertical-align: bottom; }

/* -------------------------------------------------------------------------

		util.sass

------------------------------------------------------------------------- */
/*

how to use

@include mq(tablet) {
	width: 100%;
}

@include mq(sp tablet) {
	width: 50%;
}
↓
@media screen and (min-width: 680px) and (max-width: 959px) {
  .example {
		width: 50%;
  }
}

@include mq(tablet, true) {
	height: 100px;
}
↓
@media screen and (min-width: 960px) {
  .example {
    height: 100px;
  }
}
------------------------------------------------- */
/* float clear
------------------------------------------------- */
/*for modern browser*/
.clear_fix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden; }

/* -------------------------------------------------------------------------

		module.scss

------------------------------------------------------------------------- */
/* Font
------------------------------------------------- */
/* Title
------------------------------------------------- */
/* Text
------------------------------------------------- */
.u-theme__pink {
  color: #ec6969; }

.u-theme__blue {
  color: #1390ed; }

.u-marquee__yellow {
  background: #fdeb71; }

/* Layout
------------------------------------------------- */
/* Image
------------------------------------------------- */
/* table
------------------------------------------------- */
/* Button
------------------------------------------------- */
/* Icon
------------------------------------------------- */
.c-circle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 49px;
  margin: auto 0; }

.c-number {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  /*background: #46a7ef;*/
  width: 20px;
  height: 20px;
  margin: auto 0;
  /*line-height: 20px;*/
  vertical-align: baseline;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 12px;
  font-weight: normal;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }

/* Input
------------------------------------------------- */
/* Responsive
------------------------------------------------- */
/* text link
------------------------------------------------- */
a {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease; }

a:link {
  text-decoration: none;
  color: #222; }

a:visited {
  color: #222; }

a:hover {
  color: #999; }

a:active {
  color: #55D6BE; }

/* web font
------------------------------------------------- */
/* -------------------------------------------------------------------------

		layout.scss

------------------------------------------------------------------------- */
/* web font
------------------------------------------------- */
/* body
------------------------------------------------- */
html {
  font-size: 62.5%; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #222;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%; }

img {
  max-width: 100%; }

/* Layout
------------------------------------------------- */
.l-inner {
  position: relative;
  margin: 0 auto; }

/* header
------------------------------------------------- */
/* gloal navi
------------------------------------------------- */
/* Local nav
------------------------------------------------- */
/* breadcrumbs
------------------------------------------------- */
/* container
------------------------------------------------- */
/* main
------------------------------------------------- */
/* footer
------------------------------------------------- */
/* -------------------------------------------------------------------------

		contents.scss

------------------------------------------------------------------------- */
/* MV
------------------------------------------------- */
.mv {
  overflow: hidden;
  background: url(../img/bg_mv.jpg) 50% 0 no-repeat;
  background-size: 375px 808px;
  height: 530px; }
  .mv__invis {
    margin: 0 20px;
    text-align: right; }
  .mv__catch {
        margin-top: 40px;
    text-align: center; }
  .mv__concept {
    margin: -10px 0 -50px -45px;
    text-align: center; }
  .mv__point {
    margin: 0 -28px 0 0;
    text-align: center; }
  .mv__notes {
    margin: 15px 30px 0;
    font-size: 1rem;
    color: #212121; 
	background-color: rgba( 255, 255, 255, 0.8 );
	}

.site__header {
  padding: 0 20px; }

.header__logo {
  padding: 25px 0 15px; }

/* image
------------------------------------------------- */
.image {
  padding: 20px;
  background: url(../img/bg_image_01.png) 100% 100% no-repeat;
  background-size: 134px 130px; }
  .image__ttl {
    font-size: 2.3rem;
    margin: 0 0 20px 0;
    font-weight: bold;
    text-align: center; }
  .image__list {
    margin: 30px 20px; }
    .image__list li {
      font-size: 1.4rem;
      margin: 15px 0;
      padding: 0 0 0 33px;
      background: url(../img/ico_image_check.png) 0 50% no-repeat;
      background-size: 17px 14px;
      font-weight: bold; }

/* choice
------------------------------------------------- */
.choice {
  position: relative;
  background: #e3f0ff;
  padding: 50px 20px 45px; }
  .choice:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-right: 45px transparent solid;
    border-left: 45px transparent solid;
    border-top: 22px #fff solid;
    border-bottom: 22px transparent solid; }
  .choice__ttl {
    position: relative;
    text-align: center;
    font-size: 2.7rem;
    line-height: 1.2;
    margin: 0 auto 60px;
    font-weight: bold; }
    .choice__ttl__ruby {
      font-size: 1.4rem;
      display: inline-block;
      margin: 0 0 10px 0; }
    .choice__ttl:before, .choice__ttl:after {
      content: '';
      position: absolute;
      left: 30px;
      top: 10px;
      display: block;
      width: 1px;
      height: 100px;
      background: #8e969f;
      -webkit-transform: rotate(-15deg);
              transform: rotate(-15deg); }
    .choice__ttl:after {
      left: auto;
      right: 30px;
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg); }
  .choice__content {
    position: relative;
    background: #fff;
    padding: 100px 25px 0; }
    .choice__content:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: -32px;
      background: url(../img/bg_choice_01.png) 50% 0 no-repeat;
      background-size: contain;
      width: 100%;
      height: 500px; }
  .choice__invisalign {
    position: relative;
    z-index: 1;
    padding: 0 0 40px; }
    .choice__invisalign__ttl {
      margin: 0 0 10px;
      text-align: center; }
    .choice__invisalign__txt {
      font-size: 1.1rem;
      line-height: 2;
      text-align: center; }
  .choice__reason {
    position: relative;
    overflow: hidden; }
    .choice__reason__ttl {
      margin: 0 0 25px 0;
      padding: 0 0 15px 0;
      font-size: 2.2rem;
      text-align: center;
      background: url(../img/bg_reason_ttl.png) 50% 100% no-repeat;
      background-size: 165px 3px;
      font-weight: bold; }
    .choice__reason__box {
      margin: 0 0 30px; }
      .choice__reason__box .reason__box__ttl {
        position: relative;
        margin: 0 0 15px 0;
        padding: 0 0 0 50px;
        font-size: 1.7rem;
        line-height: 1.4;
        font-weight: bold; }
      .choice__reason__box .reason__box__txt {
        margin: 15px 0 0;
        font-size: 1.2rem;
        line-height: 2;
        font-weight: bold; }
  .choice__cases {
    margin: 20px auto 0;
    padding: 30px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 3px #46a7ef solid; }
    .choice__cases .cases__txt {
      font-size: 2rem;
      line-height: 2;
      margin: 0 0 20px 0;
      font-weight: bold;
      text-align: center; }
      .choice__cases .cases__txt span {
        padding: 0 0 5px 0;
        border-bottom: 2px #46a7ef solid; }

/* REason
------------------------------------------------- */
.reason {
  padding: 35px 0 45px; }
  .reason__ttl {
    margin: 0 0 30px 0;
    font-size: 2.3rem;
    text-align: center;
    font-weight: bold; }
  .reason__point {
    margin: 0 0 35px; }
    .reason__point .point__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .reason__point .point__body {
      position: relative;
      margin: -30px 20px 0;
      padding: 35px 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #46a7ef; }
      .reason__point .point__body .point__txt {
        display: inline-block;
        margin: 0 10px 0 0; }
      .reason__point .point__body .point__txt img {
        max-width: none;
      }
      .reason__point .point__body .point__ttl {
        margin: -3px 0 20px 0;
        color: #fff;
        font-size: 1.8rem;
        line-height: 1.4;
        font-weight: bold; }
      .reason__point .point__body .point__desc {
        color: #fff;
        font-size: 1.3rem;
        line-height: 1.8; }
  .reason__respons {
    overflow: hidden;
    background: url(../img/bg_reason_01.jpg) 0 100% no-repeat;
    background-size: 335px auto;
    margin: -5px auto 0;
    width: 335px;
    height: 496px;
    border: 1px #dce7ef solid;
    box-sizing: border-box;
   }
    .reason__respons .respons__ttl {
      font-size: 2.1rem;
      margin: 30px 0 15px;
      text-align: center;
      font-weight: bold; }
    .reason__respons .respons__txt {
      line-height: 1.8;
      font-size: 1.2rem;
      text-align: center; }

/* Voice
------------------------------------------------- */
.voice {
  padding: 35px 0 15px;
  background: url(../img/bg_voice.png) 0 0;
  background-size: 10px; }
  .voice__ttl {
    margin: 0 0 0 0;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold; }
    .voice__ttl em {
      font-style: normal;
      font-size: 2.4rem; }
      .voice__note {
        font-size: 1rem;
        text-align: center;
        margin: 5px 0 20px 0;
      }
  .voice__body {
    margin: 0 auto; }
    .voice__body .voice__item {
      position: relative;
      margin: 0 20px 30px;
      padding: 25px 30px 55px;
      background: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .voice__body .voice__item:before {
        content: '';
        display: block;
        position: absolute;
        top: -9px;
        right: 0;
        left: 0;
        width: 18px;
        height: 18px;
        margin: 0 auto;
        background: #b6d04f;
        border-radius: 13px; }
      .voice__body .voice__item:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        border-left: 10px #dddddd solid;
        border-top: 10px #dddddd solid;
        border-right: 10px #fff9ed solid;
        border-bottom: 10px #fff9ed solid; }
      .voice__body .voice__item:nth-child(3n-1):before {
        background: #ec6969; }
      .voice__body .voice__item:nth-child(3n):before {
        background: #46a7ef; }
      .voice__body .voice__item__txt {
        font-size: 1.2rem;
        line-height: 1.8; }
        .voice__body .voice__item__txt span {
          font-weight: bold;
        }
      .voice__body .voice__item__signature {
        position: absolute;
        bottom: 20px;
        right: 35px;
        text-align: right;
        font-size: 1.2rem; }

/* Flow
------------------------------------------------- */
.flow {
  margin: 0 auto;
  padding: 30px 0 0;
  background: #f8f9f9; }
  .flow__ttl {
    margin: 0 0 30px 0;
    font-size: 2.3rem;
    text-align: center;
    font-weight: bold; }
  .flow__body {
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flow__item {
    width: 47%;
    margin: 0 0 35px; }
    .flow__item:nth-child(even) .flow__item__ttl:after {
      content: none; }
    .flow__item__ttl {
      position: relative;
      padding: 0 0 0 30px;
      font-size: 1.4rem;
      font-weight: bold;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .flow__item__ttl:after {
        content: '';
        display: block;
        position: absolute;
        right: -20px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        height: 0;
        border-top: 5px transparent solid;
        border-right: 7px transparent solid;
        border-bottom: 5px transparent solid;
        border-left: 7px #e1e1e1 solid; }
      .flow__item__ttl em {
        font-style: normal;
        font-size: 1rem;
        font-weight: normal; }
    .flow__item__photo {
      margin: 15px 0 15px; }
    .flow__item__txt {
      font-size: 1.1rem;
      line-height: 1.8; }

/* Faq
------------------------------------------------- */
.faq {
  margin: 0 auto;
  padding: 35px 0 15px;
/*   background: #f8f9f9; */ }
  .faq__ttl {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 2.3rem;
    font-weight: bold; }
  .faq__body {
    margin: 0 20px; }
  .faq__item {
    margin: 0 0 30px 0; }
  .faq__q {
    position: relative;
    margin: 0 0 18px 0;
    padding: 0 0 0 25px;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold; }
    .faq__q:after {
      content: 'Q';
      position: absolute;
      left: 0;
      top: 50%;
      font-size: 1.8rem;
      color: #1d90ed;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: normal;
      font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }
  .faq__a__wrap {
    position: relative;
    padding: 20px 25px;
    background: #fff;
    border: 2px #1d90ed solid; }
    .faq__a__wrap:after {
      content: '';
      position: absolute;
      left: 20px;
      top: -7px;
      display: block;
      width: 10px;
      height: 10px;
      background: #fff;
      border-top: 2px #1d90ed solid;
      border-right: 2px #1d90ed solid;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .faq__a__wrap:before {
      content: 'A';
      position: absolute;
      right: 20px;
      bottom: -12px;
      color: #e4f2fd;
      font-size: 5.8rem;
      font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }
  .faq__a {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: bold; }

/* Price
------------------------------------------------- */
.price {
  margin: 0 auto;
  padding: 40px 20px;
  background: url(../img/bg_price_01.jpg) 50% 50% no-repeat;
  background-size: cover; }
  .price__body {
    padding: 30px 20px;
    background: url(../img/img_price_line.png) 0 0 repeat-x, url(../img/img_price_line.png) 0 100% repeat-x #fff;
    background-size: 330px 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .price__body__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .price__ttl {
    font-size: 2.3rem;
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: bold; }
  .price__item {
    width: 50%;
    border-right: 1px #f3f3f3 solid;
    border-bottom: 1px #f3f3f3 solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center; }
    .price__item:nth-child(3), .price__item:nth-child(4) {
      border-bottom: none;
      padding-top: 15px; }
    .price__item:nth-child(2), .price__item:nth-child(4) {
      border-right: none; }
    .price__item:nth-child(1), .price__item:nth-child(2) {
      padding: 0 0 15px; }
    .price__item__ttl {
      font-size: 1.1rem;
      margin: 0 0 10px 0; }
    .price__item__free {
      font-size: 2.5rem;
      font-weight: bold; }
      .price__lead{
        margin-top: 15px;
        font-size: 1.1rem;
      }
  .price__notes {
    margin: 10px 0 0;
    font-size: 1rem; }
    .price__notes li {
      text-indent: -1em;
      padding: 0 0 0 1em;
      line-height: 1.6; }

/* intro
------------------------------------------------- */
.intro {
  margin: 0 auto;
  padding: 35px 0 40px;
  background: #53b0f4; }
  .intro__ttl {
    color: #fff;
    text-align: center;
    font-size: 2.3rem;
    margin: 0 0 20px 0;
    font-weight: bold; }
  .intro__body {
    margin: 0 20px; }
  .intro__about {
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 20px 40px; }
    .intro__about__ttl {
      font-size: 1.7rem;
      margin: 0 0 20px;
      font-weight: bold;
      text-align: center; }
    .intro__about__data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border-bottom: 1px #e7e7e7 solid;
      font-size: 1.2rem; }
      .intro__about__data dt {
        width: 35%;
        padding: 15px 0;
        border-top: 1px #e7e7e7 solid; }
      .intro__about__data dd {
        width: 65%;
        padding: 15px 0;
        border-top: 1px #e7e7e7 solid; }
  .intro__map {
    height: 220px;
    margin: 0 0 0 0; }
  .intro__nav {
    margin: 35px 20px 40px; }
    .intro__nav .nav__item a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 10px;
      padding: 12px 17px;
      background: #fff;
      font-size: 1.5rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: bold; }
      .intro__nav .nav__item a:before {
        content: '';
        position: absolute;
        right: 18px;
        bottom: 10px;
        display: block;
        width: 13px;
        height: 14px;
        background: url(../img/ico_blank.png) 0 0 no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
      }
      .intro__nav .nav__item a:after {
        content: '';
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        display: block;
        width: 10px;
        height: 10px;
        margin: auto 0;
        border-top: 1px #53b0f4 solid;
        border-right: 1px #53b0f4 solid;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .intro__nav .nav__item a .nav__txt {
        line-height: 1.6;
        margin: 0 0 0 20px; }

/* cv
------------------------------------------------- */
.cv {
  padding: 40px 20px 50px;
  border-bottom: 1px #e7e7e7 solid; }
  .cv__ttl {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold; }
    .cv__ttl em {
      position: relative;
      top: -10px;
      font-size: 1.2rem; }
  .cv__body {
    margin: 25px auto 0; }
  .cv__tel {
    margin: 24px 0 0; }
    .cv__tel a {
      display: block;
      padding: 20px 0;
      text-align: center;
      background: #f6f7f7; }
  .cv__btn a {
    position: relative;
    top: 0;
    display: block;
    padding: 18px 0;
    background: #ec6969;
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 0 0 #a24242;
            box-shadow: 0 4px 0 0 #a24242; }
    .cv__btn a:before {
      content: '';
      display: inline-block;
      margin: 0 8px 0 0;
      background: url(../img/ico_cv_btn.png) 0 0 no-repeat;
      background-size: cover;
      width: 22px;
      height: 22px;
      vertical-align: middle; }
    .cv__btn a:hover {
      top: 6px;
      -webkit-box-shadow: 0 0 0 0 #a24242;
              box-shadow: 0 0 0 0 #a24242; }
  .cv__btn--small {
    width: 48%; }
    .cv__btn--small a {
      padding: 10px 0 10px;
      font-size: 1.6rem;
      vertical-align: middle; }
      .cv__btn--small a:before {
        content: none; }
  .cv__btn--white a {
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0 4px 0 0 #bec9d9;
            box-shadow: 0 4px 0 0 #bec9d9; }

.cv__fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 10px 0;
  background: rgba(61, 164, 239, 0.96);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease,
 visibility 0.5s ease;
  transition: opacity 0.5s ease,
 visibility 0.5s ease; }
  .cv__fixed__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cv__fixed--visible {
    visibility: visible;
    opacity: 1; }
  .cv__fixed__open {
    margin: 10px 20px 0;
    color: #fff;
    text-align: center;
    font-size: 1.1rem; }

.site__footer {
  margin: 0 auto;
  padding: 40px 0 25px;
  text-align: center; }
  .site__footer .footer__copyright {
    margin: 30px 0 0;
    font-size: 1.2rem; }

.ima-lis-blo{
	text-align:center;
}
.ima-lis-lef-blo{
	max-width:335px;
	width:100%;
	margin:auto;
    padding: 2px 0px;
    background: url(../img/img_price_line.png) 0 0 repeat-x, url(../img/img_price_line.png) 0 100% repeat-x #fff;
    background-size: 330px 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
			}
.ima-lis-lef-blo img{
	width:100%;
	height:auto;
	
}