@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////                  c Branding Technology inc.                  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  flex-shrink: 0
}

table {
  width: 100%
}

p {
  margin: 0 0 30px;
}

div>p:last-child {
  margin-bottom: 0
}

* {
  box-sizing: border-box;
  outline: none;
}

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

body {
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

body.active {
  overflow: hidden;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

#wrapper {
  min-width: 1220px;
  overflow: hidden
}

a {
  text-decoration: none;
  color: #0057AA;
  transition: all ease 0.3s;
}

a:hover {
  color: #0057AA;
}

p,
dd,
dt,
li,
th,
td {
  line-height: 2.25em
}

h1,
.tel,
.en,
.mail,
.ttl,
address,
.btn a,
.big,
.fmc,
nav::after,
nav .nav_item p,
header .head_info,
.btn_side::before,
.concept_tab .cc_tabs li,
.concept_top .concept_list ul li,
.concept_top .gold,
.treatment_menu ul li,
.sec_infor .sec_infor_tab ul li {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}

/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}

header .head_l {
  display: flex;
}

header .head_l h1 {
  font-size: 12px;
  line-height: 1.2em;
  margin: 18px 0 0 10px;
}

header .head_info {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
}

header .head_info p a {
  width: 100px;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  padding-top: 20px
}

header .head_info .door {
  margin: 1px 0 0;
}

header .head_info .door a {
  background: #6ad389;
  color: #1A1311;
}

header .head_info .door a img {
  margin-bottom: 5px
}

header .head_info .mail {
  margin: 1px 0;
}

header .head_info .mail a {
  background: #FADC23;
  color: #0057AA;
}

header .head_info .mail a img {
  margin-bottom: 5px
}

header .head_info .tel {
  background: #0057AA;
}

header .head_info .tel a {
  color: #fff;
}

header .head_info .tel a img {
  margin-bottom: 5px
}

header .head_info .tel span {
  color: #fff;
  position: absolute;
  top: 0;
  right: -100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 200px;
  height: 100%;
  font-size: 24px;
  font-weight: 500;
  transition: all ease 0.3s;
  background: #0057AA;
  opacity: 0;
  z-index: -1
}

nav {
  z-index: 5;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  height: 100%;
  padding: 0 90px;
  display: flex;
  align-items: center;
  overflow: auto;
}

nav.active {
  opacity: 1;
  visibility: visible;
}

nav::after {
  font-size: 153px;
  color: #0092E5;
  opacity: 0.18;
  position: absolute;
  bottom: 0;
  right: 0;
  content: 'MENU';
  font-weight: 300;
  line-height: 1em;
}

nav ul {}

nav ul li {
  line-height: 1.5em;
  display: block;
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
}

nav ul li::before {
  position: absolute;
  top: 10px;
  left: 8px;
  content: '';
  width: 4px;
  height: 4px;
  background: #0057AA;
  border-radius: 50%;
}

nav ul li a {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #1A1311
}

nav .nav_img {
  width: 50%;
  height: 750px;
  position: relative;
  margin-right: 125px;
  flex-shrink: 0;
  overflow: hidden;
}

nav .nav_img p {
  width: 950px;
  height: 750px;
  position: absolute;
  top: 0;
  left: 0
}

nav .nav_link {
  margin-top: 50px;
  width: 500px;
}

nav .nav_item p {
  position: relative;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
}

nav .nav_item p::before {
  position: absolute;
  top: 50%;
  left: 115px;
  width: 70px;
  height: 1px;
  background: #88C6DE;
  content: ''
}

nav .nav_item p span {
  color: #0057AA;
}

nav .btn {
  display: none;
}

.btn_open {
  width: 100px;
  height: 100px;
  margin: 0;
  background: #fff;
}

.btn_side {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
  position: relative;
  margin: 0 auto;
  position: absolute;
  border-radius: 0
}

.btn_side::before {
  content: 'MENU';
  color: #1A1311;
  position: absolute;
  top: 52px;
  width: 100%;
  text-align: center;
  left: 0;
}

.btn_side span {
  display: block;
  position: absolute;
  height: 2px;
  width: 25px;
  background: #1A1311;
  opacity: 1;
  transform: rotate(0deg);
  transition: .3s ease-in-out
}

.btn_side span:nth-child(even) {
  left: calc(50% + 1px);
}

.btn_side span:nth-child(odd) {
  left: calc(50% - 24px);
}

.btn_side span:nth-child(1),
.btn_side span:nth-child(2) {
  top: 27px
}

.btn_side span:nth-child(3),
.btn_side span:nth-child(4) {
  top: 39px
}

.btn_side span:nth-child(5),
.btn_side span:nth-child(6) {
  top: 51px
}

.btn_side.open span:nth-child(1),
.btn_side.open span:nth-child(6) {
  transform: rotate(30deg)
}

.btn_side.open span:nth-child(2),
.btn_side.open span:nth-child(5) {
  transform: rotate(-30deg)
}

.btn_side.open span:nth-child(1) {
  left: calc(50% - 22px);
  top: 33px
}

.btn_side.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 33px
}

.btn_side.open span:nth-child(3) {
  left: -50%;
  opacity: 0
}

.btn_side.open span:nth-child(4) {
  left: 100%;
  opacity: 0
}

.btn_side.open span:nth-child(5) {
  left: calc(50% - 22px);
  top: 45px
}

.btn_side.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 45px
}

#btn_top {
  position: fixed;
  right: 15px;
  bottom: 90px;
  z-index: 4;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 0;
  display: none;
  border: 2px solid #fff;
  border-radius: 50%;
}

/*==========================================================================*/
/*                               ALL                                        */
/*==========================================================================*/
/* FONT PAGE  */


/* FIX FONT + PADDING */
.pdb30 {
  padding: 0 0 30px !important
}

.pdb50 {
  padding: 0 0 50px;
}

.mgb0 {
  margin-bottom: 0;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb50 {
  margin-bottom: 50px;
}

.fs12 {
  font-size: 12px;
}

.fs16 {
  font-size: 16px;
}

.btn {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.btn a {
  position: relative;
  text-align: center;
  color: #fff;
  width: 230px;
  height: 60px;
  background: #0057AA;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-sizing: border-box;
  transition: all ease 0.3s;
  border: 1px solid #0057AA;
  font-weight: bold;
}

.btn a::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: calc(50% - 4px);
  right: 11px;
  content: '';
  transition: all ease 0.3s
}

.btn_w a {
  border: 1px solid #0057AA;
  background: none;
  color: #0057AA;
}

.btn_w a::before {
  border-color: transparent transparent transparent #0057AA;
}

/*==========================================================================*/
/*                               Main                                       */
/*==========================================================================*/
#main {
  position: relative;
  z-index: 2
}

.ttl {
  text-align: center;
}

.ttl h3 {
  line-height: 1em;
  font-size: 153px;
  color: #0092E5;
  margin-bottom: 0px;
  opacity: 0.18;
  font-weight: 300;
  text-transform: uppercase;
}

.ttl p {
  font-size: 40px;
  line-height: 1.4em;
  color: #0057AA;
  margin-bottom: 0;
  position: relative;
  top: -30px;
  font-weight: 500
}

.line {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 146, 229, 0.2) 61%, rgba(0, 146, 229, 0.2) 100%);
  background-size: 40px 40px;
  background-position: top 15px left;
  display: inline
}

.line_yel {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 60%, rgba(250, 220, 35, 0.8) 61%, rgba(250, 220, 35, 0.8) 100%);
  background-size: 40px 40px;
  background-position: top 15px left;
  display: inline
}


/* MAIN VISUAL */
.main_visual {
  padding: 0 50px;
  position: relative;
  max-width: 1920px;
  margin: 50px auto 0;
}

.main_visual::before {
  position: absolute;
  top: -50px;
  right: calc(50% - 960px);
  content: '';
  z-index: -1;
  width: 1920px;
  height: 1480px;
  background: url('../images/main_bg.png') center /cover no-repeat;
}

.main_visual .main_slide {
  overflow: hidden;
  height: calc((100vw - 100px) * 44 / 91);
  min-height: 800px;
}

/*.box_video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 900px;
  z-index: -1;
}*/
.main_visual video {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 91vh;
  min-width: calc(100vw - 180px);
}

.main_visual .main_txt {
  position: absolute;
  bottom: -30px;
  left: 20px;
}

.main_visual .main_txt ul {
  display: flex;
}

.main_visual .main_txt ul li {
  width: 140px;
  height: 140px;
  border: 1px solid #0057AA;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #0057AA;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.375em;
  padding-top: 10px;
  background: rgba(255, 255, 255, 0.75)
}

.main_visual .main_txt ul li:not(:last-child){
  margin-right: 20px;
}

.main_visual .main_time {
  background: #fff;
  width: 615px;
  height: 150px;
  position: absolute;
  bottom: -40px;
  right: 0;
  padding: 25px 40px;
}

.main_visual .main_time p {
  line-height: 1.55em;
  font-size: 14px;
}

.main_visual .main_time p span {
  color: #E20036
}

.main_visual .main_time ul {
  position: absolute;
  top: -16px;
  left: 310px;
  display: flex;
}

.main_visual .main_time ul li {
  width: 80px;
  height: 130px;
  background: #0057AA;
  text-align: center;
  padding-top: 9px;
  margin-right: 5px;
}

.main_visual .main_time ul li span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: block;
  line-height: 1.5em;
  padding-top: 18px;
}

.main_visual .main_time ul li span::before {
  width: 55px;
  height: 1px;
  background: #0092E5;
  position: absolute;
  top: 4px;
  left: 13px;
  content: '';
}


.oshirase_bot {
  background: url('../images/sec_info_bg.jpg') center repeat;
  padding: 100px 15px;
  margin-top: 100px;
}

.oshirase_bot .inner {
  width: 1300px;
  margin: 0 auto 0;
  max-width: 100%;
  background: #fff;
  position: relative;
  padding: 80px 10px 90px;
  text-align: center;
}

.oshirase_bot .inner::before,
.oshirase_bot .inner::after {
  width: 80px;
  height: 80px;
  background: url('../images/concept_bot_ic_l.png') center /cover no-repeat;
  position: absolute;
  top: 23px;
  left: 20px;
  content: ''
}

.oshirase_bot p {
  margin-bottom: 15px;
}

.oshirase_bot .fmc {
  color: #0057AA;
  font-size: 35px;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}

.oshirase_bot .fmc::before {
  width: 50px;
  height: 1px;
  background: #0057AA;
  position: absolute;
  bottom: 5px;
  left: calc(50% - 25px);
  content: '';
}

.oshirase_bot .btn a {
  width: 500px;
}

/* SECTION THOUGHT */
.sec_thought {
  padding: 73px 0 34px;
  position: relative;
}

.sec_thought::before {
  background: url('../images/idx_thought_bg.png') center /cover no-repeat;
  width: 1920px;
  height: 768px;
  position: absolute;
  top: 105px;
  left: calc(50% - 960px);
  content: ''
}

.sec_thought .ttl {
  height: 208px;
}

.sec_thought .ttl h2 {
  line-height: 1em;
  font-size: 153px;
  color: #0092E5;
  margin-bottom: 0px;
  opacity: 0.18;
  font-weight: 300;
  text-transform: uppercase;
}

.sec_thought .ttl p {
  top: -55px;
}

.sec_thought_ct {
  text-align: center;
  position: relative;
}

.sec_thought_ct p {
  font-size: 18px;
  line-height: 3.25em;
  margin-bottom: 60px
}

.sec_thought_ct p span {}

.sec_thought_bg {
  position: relative;
  height: 256px;
  width: 100%;
  z-index: 1;
}

.sec_thought_bg::before {
  width: 19200px;
  height: 256px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url('../images/thought_slide.png') left center repeat;
  z-index: -1;
  animation: river 480s linear forwards infinite;
}

.sec_thought_bg::after {
  width: 750px;
  height: 34px;
  position: absolute;
  bottom: -34px;
  left: 0;
  content: '';
  background: -moz-linear-gradient(90deg, #0092E5 0, #0057AA 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, 90deg, color-stop(0, 0092E5), color-stop(100%, 0057AA));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(90deg, #0092E5 0, #0057AA 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(90deg, #0092E5 0, #0057AA 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(90deg, #0092E5 0, #0057AA 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: linear-gradient(90deg, #0092E5 0, #0057AA 100%);
  /* W3C */
}


/* SECTION CONCEPT */
.sec_concept {
  padding-top: 50px;
  background: #F9FAFB
}

.concept_top {}

.concept_top p {}

.concept_top .gold {
  width: 750px;
  height: 100px;
  position: relative;
  overflow: hidden;
  margin: 33px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 29px;
  font-weight: 500;
  color: #0057AA;
  padding: 5px 0 0 12px;
  left: 15px;
  z-index: 2;
  background: -moz-linear-gradient(90deg, #FADC23 0, #FAC123 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, 90deg, color-stop(0, FADC23), color-stop(100%, FAC123));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(90deg, #FADC23 0, #FAC123 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(90deg, #FADC23 0, #FAC123 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(90deg, #FADC23 0, #FAC123 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: linear-gradient(90deg, #FADC23 0, #FAC123 100%);
  /* W3C */
}

.flex-topic {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%
}

.flex-topic .left-topic {
  width: 60%;
}

.flex-topic .right-topic {
  width: 40%;
}

.flex-topic .title {
  font-size: 28px;
  line-height: 1.4em;
  color: #0057AA;
  margin-bottom: 0;
  position: relative;
  top: -30px;
  font-weight: 500;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  display: flex;
  align-items: center;
  min-height: 75px;
  justify-content: center;
}

.concept_top .gold::before {
  background: url('../images/ic_teeth_w.png') center /cover no-repeat;
  width: 86px;
  height: 116px;
  content: '';
  position: absolute;
  top: -9px;
  left: 21px
}

.concept_top .concept_list {
  margin-top: 80px;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.concept_top .concept_list ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px
}

.concept_top .concept_list ul li {
  width: 300px;
  height: 100px;
  border: 1px solid #0057AA;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  position: relative;
  color: #0057AA;
  padding-top: 5px;
}

.concept_tab {
  box-shadow: 0 0 59px rgba(201, 233, 245, 1);
  max-width: 1920px;
  margin: 134px auto 0;
}

.concept_tab .cc_tabs {
  display: flex;
}

.concept_tab .cc_tabs li {
  width: 25%;
  background: #0057AA;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 100px;
  border-right: 1px solid #C9E9F5;
  padding-top: 10px;
  cursor: pointer;
}

.concept_tab .cc_tabs li span {
  line-height: 1em;
}

.concept_tab .cc_tabs li .en {
  font-size: 14px;
  font-weight: 300;
  color: #C9E9F5;
  margin-bottom: 5px;
}

.concept_tab .cc_tabs li .jp {
  font-size: 26px;
  line-height: 1.6em;
  color: #fff;
}

.concept_tab .cc_tabs li.current {
  background: #fff;
}

.concept_tab .cc_tabs li.current .en {
  color: #0092E5
}

.concept_tab .cc_tabs li.current .jp {
  color: #0057AA
}

.concept_tab_content {
  position: relative;
  height: 490px;
  margin-bottom: 70px;
}

.concept_tab_content .cc-tab-content {
  display: flex;
  align-items: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  transition: all ease 0.3s
}

.concept_tab_content .cc-tab-content.current {
  opacity: 1;
  left: 0;
  visibility: visible
}

.concept_tab_content .concept_tab_img {
  position: relative;
  width: 60%;
  height: 490px;
  overflow: hidden;
}

.concept_tab_content .concept_tab_txt {
  padding: 0 65px;
  width: 40%;
}

.concept_tab_content .concept_tab_txt .fmc {
  color: #0057AA;
  font-size: 35px;
  line-height: 1.55em;
  position: relative;
  margin-bottom: 60px;
}

.concept_tab_content .concept_tab_txt .fmc span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 10px;
}

.concept_tab_content .concept_tab_txt .fmc::before {
  width: 80px;
  height: 1px;
  background: #0057AA;
  position: absolute;
  bottom: -30px;
  left: 0;
  content: ''
}

.concept_bot {
  background: url('../images/idx_concept_bg.jpg') center /cover no-repeat;
  padding: 100px 15px;
  margin-top: 100px;
}

.concept_bot .inner {
  width: 1300px;
  margin: 0 auto;
  max-width: 100%;
  background: #fff;
  position: relative;
  padding: 80px 150px 90px;
}

.concept_bot .inner::before,
.concept_bot .inner::after {
  width: 80px;
  height: 80px;
  background: url('../images/concept_bot_ic_l.png') center /cover no-repeat;
  position: absolute;
  top: 23px;
  left: 20px;
  content: ''
}

.concept_bot p {
  margin-bottom: 15px;
}

.concept_bot .fmc {
  color: #0057AA;
  font-size: 35px;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}

.concept_bot .fmc::before {
  width: 50px;
  height: 1px;
  background: #0057AA;
  position: absolute;
  bottom: 5px;
  left: calc(50% - 25px);
  content: '';
}

.concept_bot .btn a {
  width: 500px;
}

/* SECTION TREATMENT */
.sec_treatment {}

.treatment_top {
  padding-top: 77px;
}

.treatment_top .ttl+p {
  width: 1000px;
  margin: -5px auto 0;
}

.treatment_flow {
  position: relative;
  margin-top: 102px;
  padding: 120px 0 70px;
  min-height: 720px;
  max-height: 720px
}

.treatment_flow::before {
  width: 19200px;
  height: 720px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url('../images/treatment_slide.jpg') left center repeat;
  z-index: -1;
  animation: river 480s linear forwards infinite;
}

.treatment_flow ul {
  display: flex;
  justify-content: center;
  width: 100%
}

.treatment_flow ul li {
  width: 500px;
  margin: 0 25px;
  background: rgba(255, 255, 255, 0.95);
  padding: 40px 25px 67px;
  position: relative;
}

.treatment_flow ul li::before,
.treatment_flow ul li::after {
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  content: '';
  width: 100px;
  height: 10px;
  background: #0057AA;
}

.treatment_flow ul li::after {
  left: 50%;
  background: #FADC23;
}

.treatment_flow ul li .fmc {
  color: #0057AA;
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  height: 60px;
  font-weight: 500;
  margin-bottom: 25px;
}

.treatment_flow ul li .img {
  margin-bottom: 10px
}

.treatment_flow ul li .txt {
  line-height: 2em;
  padding: 0 8px
}

.treatment_flow ul li .btn a {
  width: 250px;
}

.treatment_flow ul li .flow_btn {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 25px
}

.treatment_flow ul li .flow_btn .btn {
  margin: 0;
}

.treatment_flow ul li .flow_btn .btn a {
  width: 200px;
}

.treatment_flow .label {
  position: absolute;
  bottom: -66px;
  left: 0;
  width: 100%;
  mix-blend-mode: multiply;
  opacity: 1 !important
}

.treatment_flow ul li:nth-child(2) .flow_btn,
.treatment_flow ul li:nth-child(3) .flow_btn {
  justify-content: center
}

.treatment_menu {
	background: #fff;
  margin-top: 95px;
  width: 100%;
  border-top: 1px solid #0057AA;
}

.treatment_menu ul {
  display: flex;
  flex-wrap: wrap;
}

.treatment_menu ul li {
  width: 25%;
  height: 360px;
  border-right: 1px solid #0057AA;
  border-bottom: 1px solid #0057AA;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.treatment_menu ul li a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.treatment_menu ul li p {
  margin-bottom: 0;
  text-align: center;
  line-height: 1em;
}

.treatment_menu ul li .icon {}

.treatment_menu ul li .name {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 20px 0;
}

.treatment_menu ul li .type {
  font-size: 17px;
  color: #0057AA;
  font-weight: 500;
  letter-spacing: 0.45em;
}

.treatment_menu ul li.mini_txt .type {
  letter-spacing: 0.05em
}

.treatment_menu ul li.x2 {
  width: 50%
}

.treatment_menu ul li.x2 h3 {
  font-size: 38px;
  line-height: 1.42em;
  position: relative;
  font-weight: 500;
  margin-top: 80px;
}

.treatment_menu ul li.x2 h3::before {
  position: absolute;
  top: -95px;
  left: calc(50% - 25px);
  background: url('../images/ic_menu.png') center /cover no-repeat;
  width: 51px;
  height: 70px;
  content: ''
}

.treatment_bot {
  margin-top: 70px;
  position: relative;
}

.treatment_bot .bnr_myobrace{
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: 80px;
}

.treatment_bot .stair {
  position: absolute;
  top: -145px;
  left: 0;
  margin-bottom: 0;
}

.treatment_bot .treatment_bnn {
  border: 1px solid #0057AA;
  padding: 20px;
  display: flex;
  position: relative;
  margin-bottom: 225px;
}

.treatment_bot .treatment_bnn a {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%
}

.treatment_bot .treatment_bnn::before {
  mix-blend-mode: multiply;
  background: #FADC23;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  left: calc(50% - 110px);
  content: '';
}

.treatment_bot .treatment_bnn .name {
  font-size: 153px;
  font-weight: 300;
  line-height: 1em;
  position: absolute;
  bottom: -85px;
  right: -15px;
  opacity: 0.18;
  color: #0092E5
}

.treatment_bot .treatment_bnn_img {
  width: 480px;
  margin-right: 40px;
}

.treatment_bot .treatment_bnn_txt {
  width: calc(100% - 520px);
  padding-top: 30px;
}

.treatment_bot .treatment_bnn_txt p {
  line-height: 2em
}

.treatment_bot .treatment_bnn_txt .fmc {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.6em;
  color: #0057AA;
  border-bottom: 1px solid #0057AA;
  padding-bottom: 13px;
  margin-bottom: 15px
}

.treatment_bg {
  background: url('../images/sec_treatment_bg.jpg') center /cover no-repeat;
  height: 500px;
  position: relative;
}

.treatment_bg::before,
.treatment_bg::after {
  width: 5px;
  height: 80px;
  position: absolute;
  top: -80px;
  left: calc(50% - 2px);
  content: '';
  background: #0057AA
}

.treatment_bg::after {
  top: 0;
  background: #FADC23;
}

@keyframes river {
  0% {
    left: 0
  }

  100% {
    left: -19200px
  }
}


/* SECTION CARE */
.sec_care {
  position: relative;
  padding: 122px 0;
}

.sec_care::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2110px;
  background: url('../images/sec_care_w.jpg') center /cover;
  z-index: -1;
  transition: all linear 0.5s
}

.sec_care .ttl {}

.sec_care .ttl h3 {
  padding-right: 50px;
}

.sec_care .ttl p {
  color: #000;
}

.sec_care_ct .big {
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
}

.sec_care_ct .big span {
  color: #FADC23;
  display: inline-block;
  border-bottom: 1px solid #FADC23;
  line-height: 1.8em;
}

.sec_care_ct .inner {
  display: flex;
  justify-content: space-between;
}

.sec_care_ct .sec_care_img {
  width: 500px;
  margin-top: 8px;
}

.sec_care_ct .sec_care_txt {
  width: 640px;
  margin-right: 10px;
}

.sec_care_ct .sec_care_txt p {
  margin-bottom: 38px;
}

.sec_care_flow {
  margin: 72px 0 98px;
}

.sec_care_flow .big {
  font-size: 30px;
  color: #fff;
  line-height: 1.6em;
  position: relative;
  text-align: center;
  width: 1200px;
  margin: 0 auto 40px;
  max-width: 100%
}

.sec_care_flow .btn a {
  width: 400px;
  height: 80px;
  border-color: #fff;
  color: #fff;
}

.sec_care_flow .btn a::before {
  right: 20px;
  border-color: transparent transparent transparent #ffffff;
}

.sec_care_flow_ct {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px
}

.sec_care_flow_ct dl {
  margin: 0 25px;
  width: 300px;
}

.sec_care_flow_ct dt {
  text-align: center;
}

.sec_care_flow_ct dd {}

.sec_care_flow_ct dd p {
  color: #fff;
}

.sec_care_flow_ct dd .fmc {
  line-height: 1.44em;
  font-size: 25px;
  text-align: center;
  border-bottom: 1px solid #0092E5;
  padding-bottom: 26px;
  margin: 22px 0 20px;
}

/* SECTION MESSAGE */
.sec_mess {
  position: relative;
}

.sec_mess .stair_mess {
  position: absolute;
  bottom: 0;
  right: -40px;
}

.sec_mess::before {
  width: 84px;
  height: 116px;
  background: url('../images/ic_teeth.png') center /cover no-repeat;
  position: absolute;
  bottom: 0;
  right: 313px;
  content: '';
}

.sec_mess h3 {
  text-align: center;
  position: absolute;
  top: -100px;
  left: 40px;
  width: 100%;
  mix-blend-mode: screen;
  color: #0092E5;
  font-size: 153px;
  line-height: 1em;
  font-weight: 300;
  z-index: 2
}

.sec_mess .sec_mess_img {
  text-align: center;
  position: relative;
}

.sec_mess .sec_mess_txt {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 100px 0 69px;
}

.sec_mess .sec_mess_txt .fmc {
  font-size: 40px;
  color: #0057AA;
  font-weight: 500;
  text-align: center;
  line-height: 1.6em;
  position: absolute;
  top: -63px;
  left: 38px;
  width: 100%;
  margin-bottom: 0;
}

.sec_mess .sec_mess_txt p {
  margin-bottom: 53px;
}

/* SECTION CAREER */
.sec_career {}

.career_top {
  background: url('../images/sec_career_bg1.jpg') center /cover no-repeat;
  display: flex;
  justify-content: center;
  padding: 80px 50px 80px 0px;
}

.career_top .career_bnn {
  width: 400px;
  height: 230px;
  background: url('../images/career_bnn.jpg') center /cover no-repeat;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 50px 0 0 20px;
}

.career_top .career_bnn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
}

.career_top .career_bnn .big {
  color: rgba(0, 146, 229, 0.18);
  font-size: 60px;
  position: absolute;
  top: -26px;
  left: -4px;
  line-height: 1em;
  margin-bottom: 0;
  letter-spacing: -0.015em;
}

.career_top .career_bnn .bold {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.26em;
  margin-bottom: 13px;
}

.career_top .career_bnn .icon {
  color: #0057AA;
  font-size: 14px;
  margin-left: 27px;
  position: relative;
  border-bottom: 1px solid #0057AA;
  display: inline-block;
}

.career_top .career_bnn .icon::before {
  width: 13px;
  height: 21px;
  background: url('../images/ic_career.png') center /cover no-repeat;
  position: absolute;
  top: 6px;
  left: -25px;
  content: '';
}

.career_top .career_video {
  width: 480px;
  height: 230px;
  position: relative;
}

.career_top .career_video .ytb_video,
.career_top .career_video iframe {
  width: 100%;
  height: 100%;
}

.career_top .career_video span {
  color: #24a1e7;
  font-size: 60px;
  line-height: 1em;
  position: absolute;
  bottom: -55px;
  right: -10px;
}

.career_top .career_bnn.bnn2 {
  margin: 0 50px;
  background: url('../images/career_bnn2.jpg') center /cover no-repeat;
}

.career_bot {
  background: url('../images/sec_career_bg2.jpg') center /cover no-repeat;
  padding: 60px 0 70px
}

.career_bot .big {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2px;
}

/* SECTION INFORMATION */
.sec_infor {
  background: url('../images/sec_info_bg.jpg') center repeat;
  padding: 86px 0 90px;
}

.sec_infor .inner {
  display: flex;
  width: 1500px;
}

.sec_infor .sec_infor_txt {
  margin: 145px 72px 0 0;
}

.sec_infor .sec_infor_txt p {
  margin-bottom: 0;
  line-height: 1.6em
}

.sec_infor .sec_infor_txt .en {
  font-weight: 300;
  font-size: 50px;
  color: #0092E5;
  line-height: 1.4em;
}

.sec_infor .sec_infor_txt .fmc {
  color: #0057AA;
  font-size: 20px;
}

.sec_infor .link {
  position: relative;
  margin: 40px 0 0 38px;
}

.sec_infor .link a {
  color: #1A1311;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #aaa;
  display: inline-block;
}

.sec_infor .link::before {
  width: 13px;
  height: 21px;
  background: url('../images/ic_career.png') center /cover no-repeat;
  position: absolute;
  top: 3px;
  left: -26px;
  content: '';
}

.sec_infor .sec_infor_tab {
  width: 1000px;
}

.sec_infor .sec_infor_tab ul {
  display: flex;
  width: 100%
}

.sec_infor .sec_infor_tab ul li {
  display: flex;
  width: 25%;
  height: 60px;
  background: #fff;
  border: 1px solid #A2D1E2;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #0057AA
}

.sec_infor .sec_infor_tab ul li.current {
  background: #0057AA;
  border-color: #0057AA;
  color: #fff;
}

.sec_infor .sec_infor_ct {
  position: relative;
  height: 360px
}

.sec_infor .sec_infor_ct .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all ease 0.3s;
  visibility: hidden;
  width: 100%
}

.sec_infor .sec_infor_ct .tab-content.current {
  opacity: 1;
  visibility: visible
}

.sec_infor .sec_infor_ct dl {
  display: flex;
  border-bottom: 1px solid #A2D1E2;
  width: 100%;
  align-items: center;
  padding: 27px 0 26px;
}

.sec_infor .sec_infor_ct dt {
  width: 250px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.sec_infor .sec_infor_ct dt .date {
  position: relative;
  top: 3px;
}

.sec_infor .sec_infor_ct dt .cate {
  background: #C9E9F5;
  border-radius: 40px;
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 25px;
}

.sec_infor .sec_infor_ct dt .cate_2 {
  background: #0057AA;
  color: #fff;
}

.sec_infor .sec_infor_ct dt .cate_3 {
  background: #FADC23;
  color: #0057AA
}

.sec_infor .sec_infor_ct dd {
  width: calc(100% - 250px);
  line-height: 1em
}

.sec_infor .sec_infor_ct dd a {
  color: #000
}

/*==========================================================================*/
/*                               Footer                                     */
/*==========================================================================*/
footer {
  position: relative;
  z-index: 4;
}

footer .foot_top {
  padding-bottom: 75px;
}

footer .foot_bg {
  background: url('../images/foot_bg.jpg') center fixed no-repeat;
  height: 350px;
  width: 100%
}

footer .foot_logo {
  text-align: center;
  width: 300px;
  height: 145px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  top: -50px;
  padding: 37px 0 0 0
}

footer .foot_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

footer .foot_cal {
  width: 550px;
}

footer .foot_cal .cal {
  margin-bottom: 0;
}

footer .foot_cal .foot_bnn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 37px;
}

footer .foot_cal .foot_bnn p {
  margin-bottom: 5px;
}

footer .foot_cal .foot_bnn .tel {}

footer .foot_cal .foot_bnn .tel a {
  font-size: 36px;
  color: #0057AA;
  text-decoration: none;
  line-height: 1em;
  display: inline-block;
}

footer .foot_cal .foot_bnn .mail {
  position: relative;
  top: -4px
}

footer .foot_cal .foot_bnn .mail a {
  background: #FADC23;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #0057AA;
  display: inline-block;
  width: 250px;
  padding: 12px 0 12px 22px;
}

footer .foot_cal .foot_bnn .mail a img {
  margin-right: 17px
}

footer .foot_txt {
  margin: 65px 20px 0;
}

footer .foot_txt p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.083em;
  margin-bottom: 27px;
}

footer .foot_map {
  width: 600px;
  margin-top: 7px;
}

footer .foot_map .map {
  width: 100%;
  height: 410px;
  margin-bottom: 7px;
}

footer .foot_map .map iframe {
  width: 100%;
  height: 100%;
}

footer .foot_map p {
  display: flex;
  justify-content: space-between;
}

footer .foot_map p a {
  color: #000
}

footer .foot_bot {
  background: url('../images/foot_bot_bg.jpg') center repeat-y;
  padding: 65px 0 68px;
  position: relative;
}

footer .foot_bot::before,
footer .foot_bot::after {
  width: 50vw;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #E0F0F6;
}

footer .foot_bot::after {
  left: inherit;
  right: 0;
  background: #0057AA
}

footer .foot_bot .inner {
  display: flex;
  justify-content: space-between;
}

footer .foot_link {
  width: 760px;
}

footer .foot_link .top {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 2px 38px;
  color: #1A1311;
}

footer .foot_link .top::before {
  background: url('../images/ic_flag.png') center /cover no-repeat;
  width: 17px;
  height: 23px;
  content: '';
  position: absolute;
  top: 5px;
  left: 6px;
}

footer .foot_link_list {
  display: flex;
}

footer .foot_link_item {
  width: 190px
}

footer .foot_link_item p {
  color: #1A1311;
  position: relative;
  letter-spacing: 0.08em;
  margin-bottom: 3px
}

footer .foot_link_item p::before {
  background: #88C6DE;
  width: 100%;
  height: 1px;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  content: '';
}

footer .foot_link_item p span {
  display: inline-block;
  background: #E0F0F6;
  position: relative;
  padding-right: 10px
}

footer .foot_link_item p span span {
  color: #0057AA;
  padding: 0
}

footer .foot_link_item ul {
  padding-left: 7px;
}

footer .foot_link_item ul li {
  line-height: 1.5em;
  margin-bottom: 5px
}

footer .foot_link_item ul li a {
  font-size: 13px;
  padding-left: 17px;
  color: #1A1311;
  position: relative;
  letter-spacing: 0.08em
}

footer .foot_link_item ul li a::before {
  width: 4px;
  height: 4px;
  background: #0057AA;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  content: ''
}

footer .foot_link_item.x2 {
  width: calc(100% - 260px);
  margin-left: 70px;
}

footer .foot_link_item.x2 ul {
  display: flex;
  flex-wrap: wrap
}

footer .foot_link_item.x2 ul li {
  width: 43%
}

footer .foot_link_item.x2 ul li:nth-child(2n + 2) {
  width: 57%
}


footer .foot_sns {
  width: 300px;
  margin: 0 31px 0 0;
}

footer .foot_sns .sns {
  display: flex;
  align-items: center
}

footer .foot_sns .sns p {
  font-size: 18px;
  margin: 0 38px 0 0;
  color: #fff;
}

footer .foot_sns .sns ul {
  display: flex;
  align-items: center
}

footer .foot_sns .sns ul li:not(:last-child) {
  margin-right: 15px;
}

footer .foot_sns .bnn {
  margin: 25px 0 50px;
}

footer .foot_sns .bnn p {
  margin-bottom: 10px;
}

footer address {
  text-align: right;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.08em;
  margin-right: 11px
}

.box_link {
  width: 400px;
  padding: 20px 10px 10px;
  border-radius: 10px;
  background: #f5f5f5;
  float: right;
  margin-left: 30px
}

.box_link .title01 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #0F1519;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  margin-bottom: 10px;
}

.box_link .list_link {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.box_link .list_link li {
  width: calc((100% / 2) - 5px);
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;

  flex-direction: column;
}

.box_link .list_link li span {
  font-weight: bold;
  font-size: 14px;
}

.box_link .list_link li:nth-child(1) {
  background-color: #0057AA;
}

.box_link .list_link li:nth-child(2) {
  background-color: #0092e5;
}

.box_link .list_link li:nth-child(3) {
  background-color: #78bcbb;
  letter-spacing: -1px;
}

.box_link .list_link li:nth-child(4) {
  background-color: #57a5c5;
}

.video-yt {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.video-yt iframe,
.video-yt object,
.video-yt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.tb_block .bold {
  font-weight: bold;
}

.clinic_staff_center_content {
  position: relative;
  left: 40%;
}



/* CHORME ONLY  */
@media screen and (-webkit-min-device-pixel-ratio:0) {}

/* FIREFOX CSS */
@supports (-moz-appearance:none) and (-webkit-appearance:none) {}

/* IE STUPID CSS */
@media screen\0 {}

/* EDGE 12+ CSS */
@supports (-ms-ime-align:auto) {}





#staff.under #main .staff_dental.fstart {
  align-items: flex-start;
}


@media screen and (max-width: 750px) {
  .br751 {
    display: none;
  }
}


.circle02 {
  position: absolute;
  bottom: 10rem;
  left: 0;
  width: 350px;
  /* height: 187px; */
  text-align: center;
  z-index: 2;
}

.circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 70px;
}

.circle a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  background:url(../images/idx_bg_08.png) no-repeat , #FBB249;
  /* background-image: linear-gradient(90deg, #e9f4ff 25%, #ffffff 25%, #ffffff 50%, #e9f4ff 50%, #e9f4ff 75%, #ffffff 75%, #ffffff 100%);
  background-size: 80.00px 80.00px; */
  border: #ff9500 3px solid;
  border-radius: 50%;
  padding-bottom: 7px;
  position: relative;

}

.circle a:after {
  content: "";
  width: 250px;
  height: 151px;
  background:url(../images/circle_img01.png) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  bottom: -3rem;
  right: -5rem;
  transition: all 1s;
}
.circle a:hover{
  opacity: .9;
}
/* .circle a:hover:after {
  left: 200%;
} */


.circle a .text01 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 24px;
  margin-top: -4rem;
}

.circle a .text01 span.red {
  color: #fbb249;
  background: #fff;
  padding: 2px 5px 2px 2px;
  font-weight: bold;
  font-size: 20px;
  margin: 2px auto;
  width: fit-content;
  display: inline-block;
  border-radius: 5px;
}
.circle a .text01 span .txt_sm{
  font-size: 18px;
}
.circle a .text02 {
  text-align: left;
  background: #0057aa;
  padding: 6px 0 10px 20px;
  color: #fff;
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
}

.circle a .text03 {
  font-size: 18px;
  position: relative;
  color: #0057aa;
  margin: 0;
  line-height: 24px;
}

.circle a .text03::after {
  position: absolute;
  z-index: 1;
  bottom: -33px;
  transform: translateX(-50%);
  left: 50%;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url("../images/svgexport-1.svg") center center no-repeat #0057aa;
  background-size: auto;
  background-size: 7px 12px;
}

.circle a .text02 span {
  font-size: 28px;
}



.circle a .text02 span {
  display: block;
  line-height: 1;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.05em;
}

.box_sp {
  display: none;
}

.tit {
  font-size: 30px;
  padding-bottom: 0;
  margin-bottom: 40px;
  line-height: 1.4;
  text-align: center;
}

.tit span {
  position: relative;
  background: #deebf7;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
}

.tit span::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 30px;
  background: url('../images/u-h4-ic01.png') no-repeat center /cover;
  left: -25px;
  top: -23px;
}

.video-wrapper {
  text-align: center;
  margin: 40px 0 0;
}

.list_img02 {
  margin: 0 0 70px 0 !important;
}
.treatment_bnn.corrects {
  background: url(../images/idx_bg_08.png) no-repeat , #FBB249;
  border: #ff9500 3px solid;
  border-radius: 20px;
  max-width: 550px;
  width: auto;
  margin: 0 auto 100px;
  display: block;
}
.treatment_bnn.corrects::before{
  display: none;
}
.corrects .treatment_bnn_txt{
padding-top: 0;
width: 100%;
justify-content: center;
  align-items: center;
  display: flex; 
}
.corrects .treatment_bnn_txt .fmc{
  border-bottom: none;
  color: #fff;
  text-align: center;
  /* */
  padding: 0;
  margin: 0;
  height: 100%;
  font-size: 29px;
  font-weight: 500;
  line-height:2em;
}
.corrects .treatment_bnn_txt .fmc .fmc_big{
  background: #fff;
  color: #ff9500;
  font-size: 35px;
  border-radius: 5px;
  padding: 2px 5px;
}
.corrects .treatment_bnn_txt .fmc .fmc_big .fmc_small{
  font-size: 29px;
}
@media screen and (max-width: 750px) {
  .circle {
    width: 220px;
    height: 220px;
  }

  .circle a .text01 {
    font-size: 12px;
  }

  .circle a .text02 span {
    font-size: 26px;
  }

  .circle a .text02 {
    font-size: 12px;
    margin: 3px 0;
  }

  .circle a .text03 {
    font-size: 15px;
    margin-bottom: 10px;
  }



}

.top-fv-slider img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.top-fv-slider{
  max-height: 95vh;
  overflow: hidden;
}
.ttl-zone {
	color: #0057AA;
	font-size: 35px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}
.sec_taglist {
	padding: 80px 0;
}
.taglist li {
	position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.taglist li:last-child {
	margin-bottom: 0;
}
.taglist li:before {
	background: #0057AA;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    border-radius: 50%;
}
.taglist li a {
	text-decoration: underline;
}
.taglist li a:hover {
	text-decoration: none;
}

.youtube-container{
  text-align: center;
}
@media(max-width:640px){
.youtube-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}

.gallery.bur {
  display: grid;
  gap: 16px;
  padding: 16px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-items: start;
}
.gallery.bur .card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.gallery.bur .card img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
@media (min-width: 1000px) {
  .gallery.bur { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .gallery.bur { gap: 12px; padding: 12px; }
}


.youtube {
  width: 100%;
  max-width: 640px;
  aspect-ratio: 16 / 9;
  margin: 20px auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.youtube.top-movie-sp {display: none;}
@media(max-width:750px){
.youtube.top-movie-pc {display: none;}
.youtube.top-movie-sp {
display: block;
margin: 0;
width: 360px;
}
}
