@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.2
*/
/* ===================
 Reset
=================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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;
}

/* ===================
 Native
=================== */
/* editor */
.mainblock p,
.mce-content-body p {
  display: block;
  margin: 0 0 1.4em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/*  */
img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  /* font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "Noto Sans JP", sans-serif;
  color: #2d2d2d;
  line-height: 1.8em;
  letter-spacing: 0;
  font-size: 16px;
}
body.custome-h2 {
  padding-top: 0 !important;
}

a:focus,
*:focus {
  outline: none;
}

a,
a img {
  transition: 200ms;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

img {
  max-width: 100%;
  max-height: 100%;
}

/* ==========================
	base
========================== */
#nav > .inner,
#contents > .inner,
#footer .inner {
  /* コンテンツ幅 */
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

/* ==========================
	#contents
========================== */
/* H2タイトル ------------- */
.page-title {
  overflow: hidden;
  position: relative;
  /* background: url(img/sec01_bg.jpg) no-repeat center; */
  text-align: center;
  padding: 2em 0;
}

.page-title h2 {
  color: #f00;
  font-size: 30px;
  letter-spacing: 0.15em;
  font-weight: bold;
  position: relative;
  line-height: 1.4em;
}

/* パンくず ------------- */
.bread_wrap {
  margin-bottom: 2.5em;
}

.home .bread_wrap {
  margin-bottom: 0;
}

.bread_wrap .bread {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  max-width: 96%;
}

.bread {
  padding: 0.4em 0 0.4em;
  font-size: 82%;
  /* 13px */
  margin-bottom: 0.5em;
  text-align: right;
}

.bread li {
  display: inline-block;
  line-height: 1.3em;
}

.bread li a {
  color: #666;
}

.bread li a:hover {
  text-decoration: none;
}

/* コンテンツの下部余白 ------------- */
.mainblock.under {
  padding-bottom: 3em;
}

/* ==========================
	#aside
========================== */
/* ==========================
	.contentbottom
========================== */
.contentbottom {
  text-align: center;
}

.contentbottom .contact-bn {
  text-align: center;
}

.contentbottom .contact-bn a {
  display: inline-block;
  margin: 0 0.5%;
  width: 280px;
  max-width: 96%;
}

/* ==========================
	#footer
========================== */
#footer {
  background: url(img/footer_bg.jpg) no-repeat center/cover;
  padding: 90px 0 80px;
}
#footer .footer-logo {
  text-align: center;
  margin-bottom: 50px;
}
#footer .table_bg {
  padding: 15px;
  background: #fff;
}
#footer .btn-style {
  margin-top: 10px;
}
#footer .ft_access {
  margin: 10px 0 20px 0;
}
#footer .ft_access li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 10px;
}
#footer .ft_insta a {
  display: flex;
  align-items: center;
  gap: 25px;
  text-decoration: none;
}
#footer .ft_sitemap {
  text-align: center;
  margin: 70px 0 20px;
}
#footer .ft_sitemap a {
  text-decoration: none;
}
#footer .copiyright {
  text-align: center;
  margin-top: 40px;
}

.inq01 {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 8;
}

/********************************
	Responsive
*********************************/
@media (min-width: 1279px) {
  #footer .ft_access {
    display: flex;
    align-items: center;
  }
  #footer .ft_access li:nth-child(n+2) {
    padding-left: 5%;
    margin-left: 3%;
    border-left: 1px solid;
  }
}
@media screen and (min-width: 768px) {
  /* タブレットまで */
  .sp {
    display: none !important;
  }
  .telbtn {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  /* ==========================
  	base
  ========================== */
  /* -- 2カラム時の設定 ------------
  #main {
  	width:720px;
  	float:right;
  }
  #aside {
  	width:240px;
  	float:left;
  	margin-bottom:20px;
  }
  -------------- */
  /* ==========================
  	#contents
  ========================== */
  /* コンテンツのmin-height ------------- */
  #contents #main {
    min-height: 600px;
  }
  /* ==========================
  	#aside
  ========================== */
  #aside .inq {
    /* サイド固定バナー */
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
    display: flex;
  }
  #aside .inq a {
    display: block;
    margin-right: 3px;
  }
  #aside .inq a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }
  /* -- ブログページ ------------ */
  .caegory-in-blog #main,
  .single-in-blog #main {
    float: right;
    width: 72%;
  }
  .caegory-in-blog #aside,
  .single-in-blog #aside {
    float: left;
    width: 24%;
  }
  /* ==========================
  	.contentbottom
  ========================== */
  .contentbottom .contact-bn a {
    max-width: 45%;
  }
  /* ==========================
  	#footer
  ========================== */
  #footer .btn-style {
    text-align: left;
  }
  #footer .btn-style a {
    padding-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  /* サイドバナーのサイズ調整 */
}
@media screen and (max-width: 1042px) {
  /* コンテンツが横幅いっぱいになったら */
  /* ==========================
  	base
  ========================== */
  /* -- 2カラム時の設定 ------------
  #main {
  	width:720px;
  	max-width:100%;
  	float:none;
  	margin:0 auto 2.5em;
  }
  .home #main {
  	width:720px;
  }

  #aside {
  	width:490px;
  	max-width:100%;
  	float:none;
  	margin:0 auto 20px;
  }
  #aside .sideinner {
  	overflow:hidden;
  	margin-bottom:20px;
  }
  ------------------ */
  /* ==========================
  	#nav
  ========================== */
  #nav li {
    box-sizing: border-box;
  }
  /* ==========================
  	#footer
  ========================== */
  #footer #menu-footer-nav {
    width: 100%;
  }
  #footer .footer_access {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #footer li,
  #footer li a,
  #menu-sitemap li,
  #menu-sitemap li a {
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .btm_inq {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
  }
  .btm_inq .clearfix a {
    width: 33.33%;
  }
  .sub-menu-prnt a {
    background: #f7f5e9;
  }
  /* スマホ */
  .pc {
    display: none !important;
  }
  /* ==========================
  	base
  ========================== */
  /* -- 2カラム時の設定 ------------
  #main , #aside{
  	width:480px;
  	max-width:96%;
  	float:none;
  } */
  /* ==========================
  	#contents
  ========================== */
  .bread_wrap {
    margin-bottom: 1em;
  }
  /* #contents {
    margin-bottom: 1.5em;
  } */
  /* ==========================
  	#aside
  ========================== */
  #aside .inq {
    display: none;
  }
  /* サイド固定バナーを隠す */
  /* #aside {
    margin-bottom: 0.5em;
  } */
  /* ==========================
  	.contentbottom
  ========================== */
  /* 最下部固定お問い合わせバナー */
  .contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 5;
    vertical-align: bottom;
    font-size: 0;
  }
  .contact a {
    display: inline-block;
    width: 383px;
    max-width: 50%;
    margin: 0;
  }
  .contact .clearfix {
    width: 100%;
  }
  .inq2 {
    height: 50px;
  }
  .inq02 a {
    width: 50px;
    float: right;
  }
  /* ==========================
  	#footer
  ========================== */
  #footer {
    padding: 50px 0 20vw;
  }
  #footer .ft_sitemap {
    margin: 30px 0 20px;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
  /* ==========================
  	#nav
  ========================== */
  /* ==========================
  	#contents
  ========================== */
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0 0.2em;
    text-align: right;
  }
  /* ==========================
  	#footer
  ========================== */
  /* .copyright {
    padding-bottom: 22%;
  } */
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
  /* ==========================
  	#header
  ========================== */
  /* ==========================
  	#nav
  ========================== */
}
/*== header ==*/
@media print, screen and (min-width: 768px) {
  .header {
    display: flex;
    justify-content: space-between;
    min-height: 86px;
    width: 100%;
    z-index: 10;
    flex-direction: column;
    background: transparent;
  }
  .header .header_citation {
    text-align: center;
    font-size: 14px;
  }
  .header.scrolled {
    position: fixed !important;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
  .home .header {
    position: absolute;
  }
  .custome-h2 .header {
    position: absolute;
  }
  .header > .inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 10;
    position: relative;
  }
  .header > .inner > * {
    flex: 0 1 auto;
  }
  .header_logo {
    margin-left: 20px;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 352px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 25%;
  }
  .global_nav_base {
    display: flex;
  }
  .global_nav_base > * {
    flex: 1 1 auto;
  }
  .header_bnr {
    margin-right: 10px;
  }
  .header_toggle {
    display: none;
  }
  .header_info {
    display: flex;
    align-items: center;
    max-width: 50%;
  }
  .header_info_layer ul {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .header_info {
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .home .header {
    position: absolute;
    z-index: 9;
    top: 0;
    background: transparent;
  }
  html.overflow {
    overflow: hidden;
  }
  .under-esthetic-dentistry .wrap {
    padding-top: 82px;
  }
  .header {
    width: 100%;
    padding: 17px 4%;
    background: #fff;
    box-sizing: border-box;
  }
  .header .header_citation {
    font-size: 12px;
  }
  .header_bnr {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header_logo {
    width: 200px;
  }
  .header_toggle {
    position: fixed;
    top: 26px;
    right: 20px;
    z-index: 20;
  }
  .header_toggle_btn {
    width: 38px;
    height: 30px;
    position: relative;
  }
  .header_toggle_btn span {
    background: #9d6b9d;
    display: block;
    height: 2px;
    position: absolute;
    width: 38px;
    left: 0;
    transition: 0.2s ease-out;
  }
  .header_toggle_btn span:nth-child(1) {
    top: 0;
  }
  .header_toggle_btn span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }
  .header_toggle_btn span:nth-child(3) {
    bottom: 0;
  }
  .toggle_open .header_toggle_btn span:nth-child(1),
  .toggle_open .header_toggle_btn span:nth-child(2),
  .toggle_open .header_toggle_btn span:nth-child(3) {
    bottom: auto;
    top: 50%;
    margin: 0;
  }
  .toggle_open .header_toggle_btn span:nth-child(1) {
    transform: rotate(45deg);
  }
  .toggle_open .header_toggle_btn span:nth-child(2) {
    transform: rotate(45deg);
    opacity: 0;
  }
  .toggle_open .header_toggle_btn span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .header_toggle_btn span:nth-child(4) {
    background: none;
    font-size: 13px;
    bottom: 0;
    text-align: center;
  }
}
/*== global_nav ==*/
.global_nav {
  z-index: 10;
}

.global_nav a {
  text-decoration: none;
}

.global_nav .global_nav_item {
  line-height: 1.25;
}

.global_nav .submenu,
.global_nav .submenu_wrap {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .global_nav {
    margin-left: auto;
    margin-right: 0;
  }
  .global_nav {
    display: flex;
    justify-content: flex-end;
  }
  .global_nav > * {
    display: flex;
    position: relative;
    font-size: clamp(11px, 1vw, 16px);
  }
  .global_nav_item {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    font-weight: bold;
    text-align: center;
    padding: 3em 0.6em;
  }
  .global_nav > li:hover > a,
  .global_nav a:hover {
    color: #9d6b9d;
  }
  .global_nav > li:hover::after {
    width: 40px;
    margin-left: -20px;
  }
  .global_nav_scrolled .global_nav > * .dib {
    display: block;
  }
  /**/
  .global_nav_item_has_children_thin {
    position: relative;
  }
  .global_nav > li > .submenu,
  .global_nav > li > .submenu_wrap {
    background: rgba(255, 255, 255, 0.9);
    display: block;
    transition: 0.1s;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
    height: 0;
    opacity: 0;
  }
  .global_nav > li > .submenu {
    position: absolute;
    width: 240px;
    left: 50%;
    margin-left: -120px;
    top: 90%;
  }
  .global_nav > li > .submenu_wrap {
    position: fixed;
    width: 92%;
    top: 80px;
    z-index: -1;
    height: 0;
    left: 0;
    right: 0;
    width: 1200px;
    max-width: 100%;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    visibility: hidden;
  }
  .global_nav > li > .submenu_wrap > div {
    width: 33%;
  }
  .global_nav > li.active > .submenu,
  .global_nav > li.active > .submenu_wrap {
    opacity: 1;
  }
  .global_nav > li.active > .submenu {
    height: auto;
    top: 100%;
  }
  .global_nav > li.active > .submenu_wrap {
    height: calc(96vh - 86px);
    height: auto;
    max-height: calc(96vh - 86px);
    overflow-y: scroll;
    visibility: visible;
  }
  .global_nav_item_has_children_thin {
    position: relative;
  }
  /**/
  .global_nav > li > .submenu li a {
    display: block;
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .global_nav > li > .submenu li a:hover::before {
    right: 0;
  }
  .global_nav_submenu_title {
    color: #9d6b9d;
    font-weight: bold;
    line-height: 2.4;
    margin-bottom: 10px;
    max-width: 100%;
    padding: 0.5em;
    position: relative;
    text-align: left;
    border-bottom: solid 1px;
    font-size: 1.2em;
  }
  .global_nav > li > .submenu_wrap .submenu {
    display: block !important;
  }
  .global_nav_item_has_children_wide {
    position: initial;
  }
  .global_nav_item_has_children_wide .submenu {
    padding-bottom: 30px;
  }
  .global_nav_item_has_children_wide .submenu > * {
    display: flex;
    flex: 0 0 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .global_nav_item_has_children_wide .submenu a {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    line-height: 1.4;
    padding-top: 0.4em;
    padding-bottom: 0.6em;
    position: relative;
    padding-left: 15px;
  }
  .global_nav_item_has_children_wide .submenu a:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 8px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 8px solid #9d6b9d;
  }
  .global_nav_item_has_children > a:hover {
    cursor: pointer;
  }
  .nav_toggle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .global_nav_base {
    font-size: 15px;
    height: 100vh;
    padding: 20px;
    padding-bottom: 80px;
    padding-top: 90px;
    position: fixed;
    overflow-y: scroll;
    width: 360px;
    background: #fff;
    top: 0;
    right: 0;
    transform: translateX(360px);
    transition: 0.5s ease-out;
    z-index: 9;
    box-sizing: border-box;
  }
  .global_nav_base.menu_open {
    transform: translateX(0);
  }
  .global_nav {
    border-top: 1px solid #ddd;
  }
  .global_nav a {
    display: block;
  }
  .global_nav .global_nav_list {
    border-bottom: 1px solid #ddd;
  }
  .global_nav .global_nav_list > a,
  .global_nav .global_nav_list > span {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    padding-left: 42px;
  }
  .global_nav .global_nav_list > a::before{
    width: 36px;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
  }
  .global_nav .global_nav_list01 > a::before {
    background-image: url("img/nav_icon01.png");
    background-size: 24.5px;
  }
  .global_nav .global_nav_list02 > a::before {
    background-image: url("img/nav_icon02.png");
    background-size: 22px;
  }
  .global_nav .global_nav_list03 > a::before {
    background-image: url("img/nav_icon03.png");
    background-size: 22px;
  }
  .global_nav .global_nav_list04 > a::before {
    background-image: url("img/nav_icon04.png");
    background-size: 19px;
  }
  .global_nav .global_nav_list05 > a::before {
    background-image: url("img/nav_icon05.png");
    background-size: 19.5px;
  }

  .global_nav .global_nav_list > a:hover {
    color: #9d6b9d;
  }
  .global_nav .global_nav_list > a::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #44413a;
    border-right: 1px solid #44413a;
    transform: rotate(45deg);
    right: 12px;
    top: 50%;
    margin-top: -4px;
  }
  .global_nav .global_nav_list02 > a,
  .global_nav .global_nav_list04 > a {
    margin-right: 30px;
  }
  .global_nav .global_nav_list06{
    padding: 10px ;
}
  .global_nav_item.has_children {
    position: absolute;
  }
  .global_nav_item_has_children > .submenu,
  .global_nav_item_has_children > .submenu_wrap {
    font-size: 15px;
  }
  .global_nav_item_has_children > .submenu > div:not(:last-child),
  .global_nav_item_has_children > .submenu_wrap > div:not(:last-child) {
    margin-bottom: 5px;
  }
  .global_nav_item_has_children > .submenu {
    border-top: 1px solid #eee;
  }
  .global_nav_item_has_children > .submenu a,
  .global_nav_item_has_children > .submenu_wrap a {
    line-height: 1.4;
    padding: 14px 0;
    padding-right: 34px;
    position: relative;
    border-top: 1px solid #eee;
  }
  .global_nav_item_has_children > .submenu li:first-child a,
  .global_nav_item_has_children > .submenu_wrap li:first-child a {
    border-top: none;
  }
  .global_nav_item_has_children > .submenu a:hover,
  .global_nav_item_has_children > .submenu_wrap a:hover {
    color: #9d6b9d;
  }
  .global_nav_item_has_children > .submenu a::after,
  .global_nav_item_has_children > .submenu_wrap a::after {
    position: absolute;
    content: "";
    background: url("img/arrow_black_r.svg") no-repeat right center/12px;
    width: 12px;
    height: 100%;
    right: 5px;
    top: 0;
  }
  .global_nav_item_has_children > a > span,
  .global_nav_submenu_title {
    display: block;
    padding-right: 20px;
    position: relative;
  }
  .global_nav .global_nav_item_has_children {
    position: relative;
  }
  .global_nav .global_nav_item_has_children .nav_toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 59px;
    width: 30px;
    padding: 0;
  }
  .global_nav .global_nav_item_has_children .nav_toggle::before,
  .global_nav .global_nav_item_has_children .nav_toggle::after,
  .global_nav_submenu_title::before,
  .global_nav_submenu_title::after {
    position: absolute;
    content: "";
    right: 6px;
    top: 50%;
    margin-top: -1px;
    width: 13px;
    height: 1px;
    background: #6b665b;
    transition: 0.2s ease-out;
    left: auto;
  }
  .global_nav .global_nav_item_has_children .nav_toggle::before,
  .global_nav .global_nav_item_has_children .nav_toggle::after {
    background: #6b665b;
  }
  .global_nav_submenu_title::before,
  .global_nav_submenu_title::after {
    background: #9d6b9d;
  }
  .global_nav .global_nav_item_has_children .nav_toggle::after,
  .global_nav_submenu_title::after {
    transform: rotate(90deg);
  }
  .global_nav .global_nav_item_has_children .nav_toggle.onclick::after,
  .global_nav_submenu_title.open::after {
    transform: rotate(0);
  }
  .global_nav_item_has_children > .submenu_wrap {
    padding-bottom: 20px;
  }
  .global_nav_submenu_title {
    background: #e0f2f5;
    border-radius: 2px;
    line-height: 1.25;
    padding: 10px 5px;
    padding-right: 20px;
  }
  .global_nav_submenu_title:not(:first-child) {
    margin-top: 14px;
  }
  .global_nav .submenu_wrap .submenu {
    flex-wrap: wrap;
    font-size: 14px;
  }
  .global_nav .submenu_wrap .submenu > * {
    flex: 1 1 auto;
  }
  .global_nav_list08 {
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 1.8;
  }
}
/*== fixedbnr ==*/
.fixed_bnr {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fixed_bnr > * {
  flex: 1 1 auto;
  margin-top: auto;
}

@media print, screen and (min-width: 768px) {
  .fixed_bnr > * {
    margin-right: 10px;
  }
  /* scrolled */
  .fixed_bnr.scrolled {
    transform: translateY(100px);
  }
}

.aichat_box {
  position: fixed;
  bottom: 90px;
  right: 10px;
  cursor: pointer;
  width: clamp(70px, 50.583px + 5.178vw, 150px);
  z-index: 3;
}
@media ( max-width : 767px ) {
  .aichat_box {
    bottom: clamp(150px, 54.337px + 25.51vw, 250px);
  }
}