@charset "UTF-8";

/*
Theme Name:Original Style - 1column
Version:1.2
*/

.home #contents > .inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}
.topinner {
  /* コンテンツは1000pxに */
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}
.topinner2 {
  width: 1000px;
}

/* tinyMCE用に見出しをリセット */

.toppage h3, .toppage h4, .toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.toppage h3::before, .toppage h3::after, .toppage h4::before, .toppage h4::after, .toppage h5::before, .toppage h5::after {
  display: none;
}

/*==========================
	　mainimage
==========================*/

.main_address {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*-- スライダーの時 ------------*/

.slider {}
.slick-slide img {
  margin: 0 auto;
}
button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9999px;
  z-index: 1;
}
button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
button.slick-prev {
  /* 矢印（前へ）ボタン */
  //background:url(img/btn_prev.png) no-repeat;
  left: 1%; //margin-left:-16px;
  width: 60px;
  height: 90px;
}
button.slick-next {
  /* 矢印（次へ）ボタン */
  //background:url(img/btn_next.png) no-repeat;
  right: 1%; //margin-right:-16px;
  width: 60px;
  height: 90px;
}
button.slick-next:before, button.slick-prev:before {
  content: "";
  left: 13.7%;
  border-top: 2px solid #a99a67;
  border-left: 2px solid #a99a67;
  width: 60px;
  height: 60px;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: -20px;
}
button.slick-next:before {
  margin: auto;
  border: none;
  border-bottom: 2px solid #a99a67;
  border-right: 2px solid #a99a67;
  margin-left: -20px;
}
@media screen and (max-width: 1650px) {
  //button.slick-prev {	left:13.7%;}
  //button.slick-next {	right:13.7%;}
}
@media screen and (max-width: 1400px) {
  button.slick-prev, button.slick-next {
    width: 50px;
    height: 75px;
  }
  button.slick-next:before, button.slick-prev:before {
    height: 50px;
    width: 50px;
  }
  //button.slick-prev {	left:8%;}
  //button.slick-next {	right:8%;}
}
@media screen and (min-width: 1200px) {
  .slick-track {}
  .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}

/*==========================
	汎用に使えるボタン
==========================*/

.btn-style {
  text-align: center;
}
.btn-style a {
  border: 1px solid #a58d4e;
  background: #fff;
  width: 370px;
  max-width: 100%;
  padding: 1em 2em;
  text-align: center;
  color: #a58d4e;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
  position: relative;
  letter-spacing: 0.1em;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 400;
}

/* .btn-style a span{
	display:block;
	font-size:12px;
} */

.btn-style a::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #a58d4e;
  border-right: 1px solid #a58d4e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}
.btn-style a:hover:after {
  right: 13px;
}
.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}
.under .btn-style {
  margin-bottom: 2em;
}
.btn-style.btn-style4 a {
  font-size: 16px;
  color: #4a3c34;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  border: 2px solid #a58d4e;
  padding: 1.8em 1.1em;
  line-height: 1.3;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  max-height: 100px;
  margin-bottom: 2%;
  background: url(img/btn_bg.png) no-repeat center;
  background-size: auto 80%;
}
.btn-style.btn-style4 a:after {
  border-top: 2px solid #a58d4e;
  border-right: 2px solid #a58d4e;
}

/*==========================
	loopSlider　無限ループスライダー
==========================*/

.loopslider_wrap {
  overflow: hidden;
}
.loopslider {
  animation: loopslider 40s linear infinite;
  display: flex;
  width: calc(300px * 22);
  height: 100%;
}
@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-300px * 11));
  }
}

/*==========================
	　TOP コンテンツ
==========================*/

.top .mainblock a {
  text-decoration: none;
}
.top .mainblock a:hover {}

/*-- 新着情報 --------------*/

.sec_news {
  padding: 3em 0;
}
.sec_news .news {
  position: relative;
  box-sizing: border-box;
  background: url(img/ttl01.png) no-repeat left top;
  padding-top: 24px;
}
.sec_news .news + .news {
  background: url(img/ttl02.png) no-repeat left top;
}
.sec_news .news dl {
  line-height: 1.3;
}
.sec_news .news dt {
  float: left;
  clear: left;
  color: #404246;
  padding: 10px 0;
  width: 100px;
}
.sec_news .news dd {
  padding: 10px 0 10px 100px;
}
.news dd a {
  text-decoration: none;
  color: #404246;
}
.sec_news .news dd a:hover {
  text-decoration: underline;
}
.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}
.sec_news .news h3 {
  font-size: 28px;
  color: #a58d4e;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 400;
  padding: 0 120px 0 70px;
  margin: 0 auto 10px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 0;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 400;
}
.sec_news .news .btn a {
  position: absolute;
  top: 30px;
  right: 0;
  color: #fff;
  font-size: 14px;
  display: table;
  padding: 0px 18px 0 10px;
  text-decoration: none;
  background: #4a3c34;
}
.sec_news .news .btn a:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 8px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*見出し*/

.top h2 {
  font-size: 28px;
  color: #a58d4e;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 400;
  display: table;
  margin: 0 auto 5%;
  position: relative;
}
.top h3 {
  font-size: 20px;
  color: #404246;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 400;
}
h2 .sub {
  display: block;
  font-size: 24px;
  color: #a58d4e;
  letter-spacing: 0;
}
h3 .sub {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
h3 .main {
  font-size: 70px;
  display: block;
  letter-spacing: 0.05em;
}
h3 .main img {
  margin-right: 20px;
}
.title_left {
  display: inline-block;
  /* margin: 0 auto; */
  position: relative;
  padding: 35px 9%;
  box-sizing: border-box;
}
.title_left:before, .title_right:before, .title_left:after, .title_right:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #ccc2a7;
  position: absolute;
  left: 0;
  top: 20px;
}
.title_left:after, .title_right:after {
  left: 20px;
  top: 0;
  width: 1px;
  height: 80px;
}
.title_right:before, .title_right:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 20px;
}
.title_right:after {
  right: 20px;
  bottom: 0;
}
.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 1;
}

/********************************
	Responsive
*********************************/

@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*================================
	mainimage　が一枚画像の場合
================================*/
  /* .mainimage{
        background: url(img/mainimage.jpg) no-repeat center / cover;
    height: 650px;
}*/
  /*==========================
	　TOP コンテンツ
==========================*/
  /*-- FLEX設定 --------------*/
  .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .col_wrap {
    /*改行して組む場合*/
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }
  .columns.reverse {
    /*左右反転*/
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .columns > .column {
    box-sizing: border-box;
    max-width: 48%;
    -webkit-box-flex-basis: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
  }
  .columns.col3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .columns.col3 > .column {
    max-width: 30%;
    -webkit-box-flex-basis: 30%;
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
    margin-right: 5%;
  }
  .columns.col3 > .column:nth-of-type(3n) {
    margin-right: 0;
  }
  .btn-style4, .columns.col4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .btn-style4 a, .columns.col4 > .column {
    max-width: 24%;
    -webkit-box-flex-basis: 24%;
    -webkit-flex-basis: 24%;
    flex-basis: 24%;
    margin-right: 1.333%;
  }
  .btn-style4 a:last-child, .columns.col4 > .column:nth-of-type(4n) {
    margin-right: 0;
  }
  .col_align {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

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

@media screen and ( min-width: 768px) {
  .video_sec {
    width: 80%!important;
    margin: auto;
  }
}
.sec01 {
  padding: 10% 0;
  background: url("img/sec01_bg01.png") no-repeat top right,
  url("img/sec01_bg02.png") no-repeat bottom left,
  #f2f2f2;
}
.sec01 .sec_box {
  background: url("img/sec01_text_box.png") no-repeat center/100%;
  display: block;
  max-width: 560px;
  width: 100%;
  height: 230px;
  margin: auto;
  margin: 25px auto 30px;
}
.sec01 .sec_box div {
  padding: 70.5px 9px;
}
.sec01 .sec_box div p {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.sec01 .sec_box div .sec_text01 {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sec01 .sec_box div .sec_text02 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.sec01 .sec_box div .sec_text02 span {
  font-size: 24px;
  color: #08a0d6;
}
.sec01 h3.ttl{
  font-size: 32px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  color: #4a3c34;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin: 0 0 1.5em;
  padding: 0 0 0.7em;
  position: relative;
}
.sec01 h3.ttl:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  height: 4px;
  background: #bca567;
}
.sec01 h3.ttl:after{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 21px solid transparent;
  border-top: 21px solid #bca567;
}
.sec01 .con01,
.sec01 .con02{
  margin-top: 5%;
}

@media screen and ( max-width: 1242px) {
  .sec01{
    background-size: 46.08%,37.42%;
  }
}
@media screen and ( max-width: 767px) {
  .max-w img {
    max-width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .sec01 {
    padding: 3% 0;
  }
  .sec01 .aligncenter {
    margin: 0 5% 0 auto;
  }
  .sec01 .sec_box {
    background: url("img/sec01_text_box.png") no-repeat center/cover;
    margin: 50px auto 60px;
  }
  .sec01 .sec_box div {
    padding: 57px 10px;
  }
  .sec01 .sec_box div .sec_text01 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 35px;
  }
  .sec01 .sec_box div .sec_text02 {
    font-size: 30px;
  }
  .sec01 .sec_box div .sec_text02 span {
    font-size: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .sec01 .topinner .clearfix {
    padding: 0 5%;
  }
}
.sec01 .border-table thead tr th {
  text-align: center;
  background: #e0d1c0;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  border-color: #999999;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.sec01 .border-table tbody tr th {
  text-align: center;
  background: #f7f2eb;
  border-color: #999999;
  padding: 15px 8px;
}
.sec01 .border-table tbody tr td {
  background: #fff;
  border-color: #999999;
}
.sec01 .sec_box2 div {
  padding: 77px 10px;
}
.sec01 .sec_box2 .sec_text01 {
  font-size: 30px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 767px) {
  .sec01 .sec_box2 div {
    padding: 84.5px 9px;
  }
  .sec01 .sec_box2 .sec_text01 {
    font-size: 22px !important;
    line-height: 22px !important;
  }
  .sec01 .border-table thead tr th {
    font-size: 17px;
    letter-spacing: 0em;
  }
  .sec01 h3.ttl{
    font-size: 18px;
  }
  .sec01 .sp_btn{
    width:320px;
    max-width:70%;
    margin:auto;
  }
}
.sec_title {
  padding: 40px 0;
  background: url(img/sec02_ttl_bg.jpg) no-repeat center left 30% / cover;
  position: relative;
}
.sec_title:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 44px solid transparent;
  border-top: 45px solid #3d3935;
}
.sec_title h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.sec_title h2 span {
  font-size: 30px;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .sec_title {
    padding: 62px 0;
  }
  .sec_title h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .sec_title h2 span {
    font-size: 32px;
    line-height: 72px;
  }
}
@media screen and (min-width: 1200px) {
  .sec_title h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .sec_title h2 span {
    font-size: 44px;
    line-height: 80px;
  }
}
.sec_title2 {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .sec_title:after {
    border-width: 22px;
    border-top-width: 23px;
  }
  .sec_title h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sec_title2 {
    padding: 62px 0 40px;
  }
}
.sec02 {
  padding: 5% 0;
}
.sec02 .col_txt{
  background: #f2f2f2;
}
.sec02 h3 {
  margin: 0 0 .9em;
  padding: 0 0 10px;
  font-size: 22px;
  line-height: 1.5;
  border-bottom: 1px solid #08a0d6;
  text-align: left;
  color: #333333;
  letter-spacing: 0;
}
.sec02 .text_box {
  background: url("img/invisalign_2_sec02_bg02.png") no-repeat center/100%;
  max-width: 418px;
  margin: 5% auto 0;
  height: 199px;
  padding: 15px 0 0;
}
.sec02 .text_box p {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}
.sec02 .text_box p span {
  font-size: 30px;
  line-height: 60px;
  color: #08a0d6;
}
@media screen and (min-width: 768px) {
  .sec02 {
    padding-top: calc(45px + 3%);
  }
  .sec02 .con01 .col_img {
    background: url(img/invisalign_2_sec02_img001.png) no-repeat center right / cover;
  }
  .sec02 .con02 .col_img {
    background: url(img/invisalign_2_sec02_img002.png) no-repeat center left / cover;
  }
  .sec02 .con03 .col_img {
    background: url(img/invisalign_2_sec02_img003.png) no-repeat center / cover;
  }
  .sec02 .con04 .col_img {
    background: url(img/invisalign_2_sec02_img004.png) no-repeat center / cover;
  }
  .sec02 .con05 .col_img {
    background: url(img/invisalign_2_sec02_img005.png) no-repeat center right 40% / cover;
  }
  .sec02 .txt_wrap{
    width: 600px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .sec02 .columns:nth-child(odd) .txt_wrap{
    padding-left: 4%;
  }
  .sec02 .columns:nth-child(even) .txt_wrap{
    padding-right: 4%;
  }
  .sec02 .col_img{
    min-height: 500px;
  }
  .sec02 .col_txt{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec02 .columns:nth-child(even) .col_txt{
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .sec02 .text_box p {
    font-size: 24px;
    line-height: 24px;
  }
  .sec02 .text_box p span {
    font-size: 42px;
    line-height: 80px;
  }
  .sec02 h3 {
    font-size: 28px;
  }
  .sec02 .columns .column {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0!important;
  }
}
@media screen and (max-width: 1242px) and (min-width: 768px) {
  .sec02 .con01 .col_img{
    background-position: center right 30%;
  }
  .sec02 .con02 .col_img{
    background-position: center left 10%;
  }
}
@media screen and (max-width: 1242px){
  .sec02 .txt_wrap{
    padding: 4%;
  }
}
@media screen and (max-width: 768px) {
  .sec02{
    padding-top: calc(25px + 3%);
  }
  .sec02 h3 {
    font-size: 18px;
  }
}
.sec03 {
  padding: 13% 0 5%;
  background: url("img/invisalign_2_sec03_bg.jpg") no-repeat center/cover;
}
.sec03 h3 {
  padding: 16px 0;
  margin: 0;
  margin-bottom: 12px;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 5px solid #08a0d6;
  line-height: 18px;
  letter-spacing: 0em;
}
.sec03 .columns:not(:first-child) {
  margin-top: 5%;
}
.sec03 .column p:first-child, .sec03 .column p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec03 .columns .column:not(:first-child) {
    margin-top: 3%;
  }
}
@media screen and (min-width: 768px) {
  .sec03 {
    padding-top: calc(45px + 3%);
  }
  .sec03 .col_3 .column {
    max-width: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }
  .sec03 .col_3 .column:not(:first-child) {
    margin-left: 2%;
  }
  .sec03 h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .sec03 h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .sec03 .col_3 .column {
    max-width: 30.66666666666667%;
    -ms-flex-preferred-size: 30.66666666666667%;
    flex-basis: 30.66666666666667%;
  }
  .sec03 .col_3 .column:not(:first-child) {
    margin-left: 4%;
  }
}
.sec04 {
  padding: 10% 0;
  background: #f2f2f2;
}
.sec04 .text_box {
  background: #fff;
  border: 1px solid #cfaa7f;
  border-radius: 20px;
  padding: 35px 2%;
}
.sec04 .text_box p {
  margin-bottom: 0;
}
.sec04 h3 {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #08a0d6;
  letter-spacing: 0em;
  margin: 0 0 .8em;
  padding: 0 0 18px .5em;
  border-bottom: 1px solid #08a0d6;
  text-align: left;
}
.sec04 h3 span {
  font-size: 28px;
  line-height: 28px;
}
.sec04 .col_2 .column:last-child {
  position: relative;
}
.sec04 .col_2 .column:last-child:after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  background: #fff;
  border-top: 1px solid #cfaa7f;
  border-left: 1px solid #cfaa7f;
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -23px;
  bottom: auto;
  left: 0;
  right: 0;
}
.sec04 .col_2:last-child h3 {
  color: #629ed1;
  border-color: #629ed1;
}
.sec04 .col_2:last-child .column .text_box {
  border-color: #cfaa7f;
}
@media screen and (max-width: 767px) {
  .sec04 .columns {
    margin-bottom: 5%;
  }
  .sec04 .columns .column:first-child {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 768px) {
  .sec04 {
    padding: 4% 0;
  }
  .sec04 .reverse .column:last-child:after {
    transform: rotate(135deg)!important;
    left: auto!important;
    right: -23px!important;
  }
  .sec04 .text_box {
    padding: 5% 5%;
  }
  .sec04 .col_2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5%;
  }
  .sec04 .col_2 .column:first-child {
    max-width: 29%;
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%;
  }
  .sec04 .col_2 .column:first-child p {
    margin-bottom: 0;
  }
  .sec04 .col_2 .column:last-child {
    max-width: 63%;
    -ms-flex-preferred-size: 63%;
    flex-basis: 63%;
    margin-left: 8%;
    position: relative;
  }
  .sec04 .col_2 .column:last-child:after {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    background: #fff;
    border-top: 1px solid #cfaa7f;
    border-left: 1px solid #cfaa7f;
    width: 45px;
    height: 45px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    left: -23px;
    right: auto;
  }
  .sec04 .col_2:last-child .column:last-child:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    left: auto;
    right: -23px;
    border-color: #cfaa7f;
  }
  .sec04 .reverse .column:last-child {
    margin-right: 6%;
  }
  .sec04 h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .sec04 h3 span {
    font-size: 36px;
    line-height: 36px;
  }
}
.sec05 {
  padding: 10% 0 0;
}
.sec05 .col_txt{
  background: #f2f2f2;
}
.sec05 h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 0 0.7em;
  padding-top: 117px;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #08a0d6;
  z-index: 1;
}
.sec05 h3 .s{
  font-size: 80%;
}
.sec05 h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 234px;
  height: 164px;
  z-index: -1;
  background: url(img/invisalign_2_sec05_icon001.png) no-repeat center / contain;
}
.sec05 .con02 h3:before {
  background: url(img/invisalign_2_sec05_icon002.png) no-repeat center / contain;
}
.sec05 .con03 h3:before {
  background: url(img/invisalign_2_sec05_icon003.png) no-repeat center / contain;
}
.sec05 .con04 h3:before {
  background: url(img/invisalign_2_sec05_icon004.png) no-repeat center / contain;
}
.sec05 .con05 h3:before {
  background: url(img/invisalign_2_sec05_icon005.png) no-repeat center / contain;
}
.sec05 .con06 h3:before {
  background: url(img/invisalign_2_sec05_icon006.png) no-repeat center / contain;
}
.sec05 .con07 h3:before {
  background: url(img/invisalign_2_sec05_icon007.png) no-repeat center / contain;
}
@media screen and (min-width: 768px) {
  .sec05 {
    padding-top: calc(45px + 3%);
  }
  .sec05 .con01 .col_img {
    background: url(img/invisalign_2_sec05_img001.jpg) no-repeat center right / cover;
  }
  .sec05 .con02 .col_img {
    background: url(img/invisalign_2_sec05_img002.jpg) no-repeat center left / cover;
  }
  .sec05 .con03 .col_img {
    background: url(img/invisalign_2_sec05_img003.jpg) no-repeat center / cover;
  }
  .sec05 .con04 .col_img {
    background: url(img/invisalign_2_sec05_img004.jpg) no-repeat center left 40% / cover;
  }
  .sec05 .con05 .col_img {
    background: url(img/invisalign_2_sec05_img005.jpg) no-repeat center / cover;
  }
  .sec05 .con06 .col_img {
    background: url(img/invisalign_2_sec05_img006.jpg) no-repeat center / cover;
  }
  .sec05 .con07 .col_img {
    background: url(img/invisalign_2_sec05_img007.jpg) no-repeat center left 10% / cover;
  }
  .sec05 .txt_wrap{
    width: 600px;
    max-width: 100%;
    padding: 4% 0;
    box-sizing: border-box;
  }
  .sec05 .columns:nth-child(odd) .txt_wrap{
    padding-left: 4%;
  }
  .sec05 .columns:nth-child(even) .txt_wrap{
    padding-right: 4%;
  }
  .sec05 .col_img{
    min-height: 501px;
  }
  .sec05 .col_txt{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec05 .columns:nth-child(even) .col_txt{
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .sec05 .text_box p {
    font-size: 24px;
    line-height: 24px;
  }
  .sec05 .text_box p span {
    font-size: 42px;
    line-height: 80px;
  }
  .sec05 h3 {
    font-size: 28px;
  }
  .sec05 .columns .column {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0!important;
  }
}
@media screen and (max-width: 1242px) and (min-width: 768px) {
  .sec05 .con01 .col_img{
  }
  .sec05 .con02 .col_img{
    background-position: center left 20%;
  }
}
@media screen and (max-width: 1242px){
  .sec05 .txt_wrap{
    padding: 4%;
  }
}
@media screen and (max-width: 767px){
  .sec05 h3 {
    font-size: 18px;
    padding-top: 60px;
  }
  .sec05 h3:before {
    width: 140px;
    height: 99px;
  }
}
.sec06 {
  background: url("img/sec01_bg01.png") no-repeat top right,
  url("img/sec01_bg02.png") no-repeat bottom left,
  #f2f2f2;
  padding: 5% 0;
}
.sec06 .flow-block {
  padding: 3% 6%;
  border-color: #e9e4d5;
  background: #fff;
  margin-bottom: 5em;
}
.sec06 .flow-block:first-child {
  margin-top: 80px;
}
.sec06 .flow-block:after {
  margin: 0 -40px -84px 0;
  border: 30px solid transparent;
  border-top: 25px solid #6e6b68;
}
.sec06 .flow-block:last-child:after {
  display: none;
}
.sec06 .sec06_title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 1em;
  font-weight: bold;
}
.sec06 .sec06_title span {
  font-size: 18px;
  line-height: 18px;
  display: table;
  background: #629ed1;
  color: #fff;
  padding: 5px 15px;
}
.sec06 .flow-block:before {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  left: -5%;
  right: auto;
  top: -50px;
  bottom: auto;
  width: 101px;
  height: 98px;
}
.sec06 .icon01:before {
  background: url("img/invisalign_2_sec06_icon001.png") no-repeat center/60%;
}
.sec06 .icon02:before {
  background: url("img/invisalign_2_sec06_icon002.png") no-repeat center/60%;
}
.sec06 .icon03:before {
  background: url("img/invisalign_2_sec06_icon003.png") no-repeat center/60%;
}
.sec06 .icon04:before {
  background: url("img/invisalign_2_sec06_icon004.png") no-repeat center/60%;
}
.sec06 .icon05:before {
  background: url("img/invisalign_2_sec06_icon005.png") no-repeat center/60%;
}
.sec06 .icon06:before {
  background: url("img/invisalign_2_sec06_icon006.png") no-repeat center/60%;
}
@media screen and (min-width: 768px) {
  .sec06 {
    padding-top: calc(45px + 3%);
  }
  .sec06 .alignright {
    margin: 20px 0 20px 2% !important;
  }
  .sec06 .flow-block {
    margin-left: 50px;
  }
  .sec06 .flow-block:before {
    left: -4%;
    right: auto;
    top: -12%;
    bottom: auto;
  }
  .sec06 .sec06_title {
    font-size: 22px;
    line-height: 22px;
  }
  .sec06 .sec06_title span {
    display: table;
  }
}
@media screen and (min-width: 1000px) {
  .sec06 .icon01:before {
    background: url("img/invisalign_2_sec06_icon001.png") no-repeat center/cover;
  }
  .sec06 .icon02:before {
    background: url("img/invisalign_2_sec06_icon002.png") no-repeat center/cover;
  }
  .sec06 .icon03:before {
    background: url("img/invisalign_2_sec06_icon003.png") no-repeat center/cover;
  }
  .sec06 .icon04:before {
    background: url("img/invisalign_2_sec06_icon004.png") no-repeat center/cover;
  }
  .sec06 .icon05:before {
    background: url("img/invisalign_2_sec06_icon005.png") no-repeat center/cover;
  }
  .sec06 .icon06:before {
    background: url("img/invisalign_2_sec06_icon006.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1200px) {
  .sec06 .sec06_title {
    font-size: 24px;
    line-height: 24px;
  }
  .sec06 .sec06_title span {
    display: inline;
  }
}
@media screen and ( max-width: 1242px) {
  .sec06{
    background-size: 46.08%,37.42%;
  }
}

.sec07 {
  padding: 10% 0 10%;
  background: #f2f2f2;
}
.sec07 .mb20 {
  margin-bottom: 20px;
}
.sec07 h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  margin: 0 auto .8em;
  color: #efcb3a;
  padding: 0 0 14px;
  border-bottom: 5px dotted #efcb3a;
  display: table;
}
.sec07 .text-center {
  text-align: center;
}
.sec07 .sec_box {
  padding: 5% 2%;
  background: #fff;
}
.sec07 .border-table {
  width: 97%;
  margin: 0 auto .5em;
}
.sec07 .border-table:last-of-type {
  margin-bottom: 2em;
}
.sec07 .border-table tbody th {
  background: #00a0e9;
  color: #fff;
  border-color: #00a0e9;
}
.sec07 .border-table tbody td {
  background: #f08294;
  color: #fff;
  border-color: #f08294;
}
.sec07 .border-table tbody th, .sec07 .border-table tbody td {
  padding: 24px 8px;
  text-align: center;
  width: 50%;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}
.sec07 .sec07_title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
}
.sec07 .sec07_title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fee272));
  background: linear-gradient(transparent 60%, #fee272 60%);
}
.sec07 .sec_bo {
  border: 1px solid #cccccc;
}
.sec07 .sec_bo .col_2 .column:first-child {
  background: #ecf2f6;
}
.sec07 .sec_bo .col_2 .column:first-child p {
  padding: 9% 0;
  color: #629ed1;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.sec07 .sec_bo .col_2 .column:last-child {
  padding: 5% 2%;
}
.sec07 .sec_bo .col_2 .column:last-child div:last-child p:last-child {
  border: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .sec07 .sec_bo .col_2 .column:last-child div:last-child p:last-child {
    display: table;
    margin: auto;
  }
}
.sec07 .sec_bo .col_2 .column:last-child p {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sec07 {
    padding-top: calc(45px + 3%);
  }
  .sec07 .sec_box {
    padding: 7%;
  }
  .sec07 .sec_bo .col_2 .column:first-child {
    padding: 15% 0;
    -ms-flex-preferred-size: 23% !important;
    flex-basis: 23% !important;
    max-width: 23% !important;
  }
  .sec07 .sec_bo .col_2 .column:first-child p {
    font-size: 18px;
    line-height: 18px;
  }
  .sec07 .sec_bo .col_2 .column:last-child {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
    -ms-flex-preferred-size: 77%;
    flex-basis: 77%;
    max-width: 77%;
    padding: 30px 5px;
  }
  .sec07 .sec_bo .col_2 .column:last-child p {
    font-size: 18px;
    line-height: 18px;
  }
  .sec07 .sec_bo .col_2 .column:last-child div {
    display: table;
  }
  .sec07 .sec_bo .col_2 .column:last-child div p {
    padding: 20px 5px;
    vertical-align: middle;
    display: table-cell;
  }
  .sec07 h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .sec07 .col_2 .column:last-child {
    margin-left: 2%;
  }
  .sec07 .border-table tbody th, .sec07 .border-table tbody td {
    font-size: 20px;
    line-height: 20px;
  }
  .sec07 .sec07_title {
    padding-left: 16px;
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .sec07 .sec_bo .col_2 .column:first-child {
    padding: 8% 0;
  }
  .sec07 .sec_bo .col_2 .column:first-child p {
    font-size: 24px;
    line-height: 24px;
  }
  .sec07 .sec_bo .col_2 .column:last-child p {
    font-size: 24px;
    line-height: 24px;
  }
  .sec07 .border-table tbody th, .sec07 .border-table tbody td {
    font-size: 26px;
    line-height: 26px;
  }
  .sec07 .sec07_title {
    font-size: 30px;
    line-height: 30px;
  }
}
.sec08 {
  padding: 10% 0;
}
.sec08 .mb0 {
  margin-bottom: 0 !important;
}
.sec08 .columns:not(:last-child) {
  margin-bottom: 5%;
}
.sec08 .ul01 li {
  font-weight: bold;
  margin-bottom: 0;
}
.sec08 .ul01 li:before {
  background: #333;
  top: 5px;
  width: 1em;
  height: 1em;
  left: 0;
}
@media screen and (min-width: 768px) {
  .sec08 {
    padding-top: calc(45px + 3%);
  }
  .sec08 h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .sec08 h2 span {
    font-size: 48px;
    line-height: 48px;
  }
  .sec08 .col_2 .column:first-child {
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
    max-width: 28%;
  }
  .sec08 .col_2 .column:last-child {
    margin-left: 2%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
}
.sec09 {
  padding: 5% 0;
  background: url("img/sec08_bg.jpg") repeat center top;
}
.sec09 .qa-block {
  border: none;
  padding: 0;
}
.sec09 .qa-block:after {
  background: url("img/sec09_icon.png") no-repeat center/70%;
  width: 60px;
  height: 60px;
  margin: auto;
  left: auto;
  right: 10px;
  top: 8px;
  bottom: auto;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.sec09 .qa-block:before {
  display: none;
}
.sec09 .qa-block h4 {
  margin: 0;
  padding: 23.5px 70px 23.5px 5em !important;
  background: #a5a29f;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}
.sec09 .qa-block h4:before {
  border-radius: 0;
  height: 72px;
  width: 79px;
  top: 3px;
  bottom: 0;
  background: #878380;
}
.sec09 .qa-block h4:after {
  font-size: 36px;
  top: 19px;
  left: 25px;
}
.sec09 .qa-block .answer {
  padding: 7px 0 1.5em 6.2em !important;
  margin-top: .5em;
  background: #fff;
  margin-left: 0;
}
.sec09 .qa-block .answer p {
  padding: 0 5px 12px 0;
}
.sec09 .qa-block .answer:before {
  height: 79px;
  width: 79px;
  background: #6e6b68;
  border-radius: 0;
}
.sec09 .qa-block .answer:after {
  font-size: 36px;
  top: 20px;
  left: 26px;
}
.sec09 .ul01 li {
  /*font-weight: bold;
  color: #629ed1;
  margin-bottom: 0;*/
}
.sec09 .ul01 li:before {
  background: #629ed1;
  top: 5px;
  width: 1em;
  height: 1em;
  left: 0;
}
.sec09 .ul01 li:nth-child(2n) {
  /*color: #66b9db;*/
}
.sec09 .ul01 li:nth-child(2n):before {
  /*background: #66b9db;*/
}
@media screen and (min-width: 768px) {
  .sec09 {
    padding-top: calc(45px + 3%);
  }
  .sec09 h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .sec09 .qa-block:after {
    background: url("img/sec09_icon.png") no-repeat center/cover;
  }
  .sec09 .qa-block h4 {
    padding: 23.5px 90px 23.5px 4.5em !important;
  }
  .sec09 .qa-block h4:before {
    height: 100%;
    width: 79px;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .sec09 .qa-block h4:after {
    font-size: 36px;
    top: 19px;
    left: 25px;
  }
  .sec09 .qa-block h4 {
    font-size: 24px;
  }
}

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

@media screen and (max-width: 767px) {
  /* スマホ */
  .btn-style a {
    width: 100%;
  }
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .top #contents, .top #aside {
    margin-bottom: 0;
  }
  /*==========================
	　mainimage
==========================*/
  .mainimage, .slider {
    margin-bottom: 0;
  }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  button.slick-prev, button.slick-next {
    width: 30px;
    height: 45px;
    top: auto;
    bottom: 5px;
  }
  button.slick-next:before, button.slick-prev:before {
    height: 20px;
    width: 20px;
  }
  button.slick-next:before {
    margin-left: 0;
  }
  button.slick-prev:before {
    margin-right: 0;
  }
  /*==========================
	ボタン
==========================*/
  /*==========================
	loop
==========================*/
  .loopslider {
    width: calc(150px * 22);
  }
  /*==========================
	　TOP コンテンツ
==========================*/
  .sp-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .btn-style.btn-style4 a, .sp-columns .column {
    box-sizing: border-box;
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
    margin-bottom: 2%;
  }
  .sec_news .news {
    padding-bottom: 1px;
  }
  .sec_news .news dt {
    width: 100%;
    padding: 10px 0 0;
  }
  .sec_news .news + .news {
    margin-top: 1.5em;
  }
  .sec_news .news dd {
    padding: 0 0 10px;
  }
  .sec_news .news dl {
    margin-top: 10px;
  }
  .sec_news .news .btn a {
    top: 7px;
  }
  /*-- 余白・背景 --------------*/
  .sec_news {
    padding: 2em 0;
  }
  /*-- 見出し --------------*/
  .sec_news .news h3 {
    font-size: 24px;
    padding: 9px 120px 12px 70px;
  }
  .sec01 h2 {
    background-size: 100% auto;
  }
  h2 .sub {
    font-size: 20px;
  }
  h3 .main img {
    margin-right: 10px;
    max-width: 60px;
  }
  h3 .main {
    font-size: 40px;
  }
  h3 .sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
}

/*グーグルカレンダー設定*/

.cal_wrapper {
  max-width: 900px;
  /* 最大幅 */
  min-width: 260px;
  /* 最小幅 */
  margin: 2.0833% auto;
  padding: 0 .5em;
}
.googlecal {
  position: relative;
  padding-bottom: 80%;
  /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.calendar-container {
  position: relative!important;
  padding-bottom: 80%;
  padding-top: 30px;
  height: 0;
}
.calendar-container iframe, .calendar-container object, .calendar-container embed {
  position: absolute!important;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}
@media screen and (max-width: 460px) {
  .calendar-container {
    padding-bottom: 140%;
  }
}
.entry-content img, #content embed, #content object, #content iframe, #content video {
  padding: 6px!important;
  border-radius: 3px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cal_wrapper {
    padding: 0!important;
  }
  .googlecal {
    padding-bottom: 100%;
    /* 縦横比 */
  }
}

/*アニメーション*/

.wow {
  opacity: 0;
  -webkit-transition: all .5s ease .4s;
  transition: all .5s ease .4s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.animated {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wow.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.at01 {
  -webkit-transition: all .5s ease .8s;
  transition: all .5s ease .8s;
}
.at02 {
  -webkit-transition: all .5s ease 1.2s;
  transition: all .5s ease 1.2s;
}
.at03 {
  -webkit-transition: all .5s ease 1.6s;
  transition: all .5s ease 1.6s;
}
.at04 {
  -webkit-transition: all .5s ease 2s;
  transition: all .5s ease 2s;
}



@media screen and (max-width: 767px) {
  .sec_bnr .col_5 .column:nth-child(2) img, .sec_bnr .col_5 .column:nth-child(2) img {
    border-bottom: 1px solid #fff;
  }
  .sec_bnr .col_5 .column:nth-child(2) img, .sec_bnr .col_5 .column:nth-child(4) img {
    border-left: 1px solid #fff;
  }
  .sec_bnr .sp img {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .sec_bnr .columns .column:not(:first-child) {
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
	.columns.variation{
	width:80%;
	margin: auto;
}
}
@media screen and (min-width: 768px) {
	.columns.variation{
	display:flex;
	column-gap: 3%;
}
}
