@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day&display=swap");
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

/* ====================================================
Font
==================================================== */
@font-face {
  font-family: "StdGothic";
  src: url("../fonts/AdobeGothicStd-Bold.otf");
}

/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Base style & container
==================================================== */
.over {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

body {
  color: #483e3e;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
}

.inner, .inner-1210, .inner-1240 {
  display: block;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

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

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br-sp {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 375px) {
  .sp-374 {
    display: none;
  }
}

@media screen and (min-width: 420px) {
  .sp-420 {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

#main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 99;
}

#main-header.header-fix {
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.14);
}

@media screen and (max-width: 1024px) {
  #main-header {
    padding: 10px 0;
  }
}

#main-header .inner, #main-header .inner-1210, #main-header .inner-1240 {
  max-width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main-header .logo {
  display: inline-block;
  margin-left: 37px;
  margin-top: 3px;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 1200px) {
  #main-header .logo {
    margin-left: 15px;
  }
}

#main-header .logo img {
  max-width: 223px;
}

@media screen and (max-width: 1200px) {
  #main-header .logo img {
    max-width: 180px;
  }
}

@media screen and (max-width: 1024px) {
  #main-header .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 45px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 15px;
    padding-bottom: 80px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  #main-header .nav-menu.active {
    opacity: 1;
    visibility: visible;
  }
}

#main-header .nav-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  #main-header .nav-menu .menu {
    display: block;
    width: 100%;
  }
}

#main-header .nav-menu .menu .item {
  padding: 0 23px;
}

@media screen and (max-width: 1440px) {
  #main-header .nav-menu .menu .item {
    padding: 0 15px;
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  #main-header .nav-menu .menu .item {
    padding: 0 8px;
  }
}

@media screen and (max-width: 1024px) {
  #main-header .nav-menu .menu .item {
    padding: 0 15px;
  }
}

#main-header .nav-menu .menu .item a {
  color: #483e3e;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1024px) {
  #main-header .nav-menu .menu .item a {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 15px 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 370px) {
  #main-header .nav-menu .menu .item a {
    padding: 10px 0;
  }
}

@media screen and (max-width: 1024px) {
  #main-header .nav-menu .menu .item.facebook {
    display: none;
  }
}

#main-header .nav-menu .menu .item.facebook a {
  color: #31548e;
  font-size: 18px;
  font-size: 1.8rem;
}

#main-header .nav-menu .menu .item.reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 97px;
  height: 97px;
  background: #c04468;
  color: white;
}

#main-header .nav-menu .menu .item.reserve a span span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 7px;
}

#main-header .nav-menu .menu .item.reserve a i {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  #main-header .nav-menu .menu .item.reserve {
    display: none;
  }
}

#main-header .nav-menu .menu .item:last-child {
  padding-left: 63px;
  padding-right: 0;
}

@media screen and (max-width: 1440px) {
  #main-header .nav-menu .menu .item:last-child {
    padding-left: 15px;
  }
}

.mobile-icon {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 12;
}

@media screen and (max-width: 1024px) {
  .mobile-icon {
    display: block;
  }
}

.mobile-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 40px;
  height: 3px;
  margin-top: -2px;
  background-color: #e8814e;
  font-size: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 3px;
}

.mobile-icon span:before, .mobile-icon span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e8814e;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 3px;
}

.mobile-icon span:before {
  -webkit-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
      transform: translateY(-250%);
  top: -5px;
}

@media screen and (max-width: 768px) {
  .mobile-icon span:before {
    top: -2px;
  }
}

.mobile-icon span:after {
  -webkit-transform: translateY(250%);
  -ms-transform: translateY(250%);
      transform: translateY(250%);
  bottom: -5px;
}

@media screen and (max-width: 768px) {
  .mobile-icon span:after {
    bottom: -2px;
  }
}

.mobile-icon.mobile-close span {
  background-color: transparent;
}

.mobile-icon.mobile-close span:before, .mobile-icon.mobile-close span:after {
  width: 100%;
}

.mobile-icon.mobile-close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
  top: 2px;
}

.mobile-icon.mobile-close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}

#main-footer {
  background: #48362e;
  color: white;
  padding: 33px 0 0;
}

@media screen and (max-width: 768px) {
  #main-footer {
    padding: 20px 0 0;
    margin-bottom: 46px;
  }
}

#main-footer .inner, #main-footer .inner-1210, #main-footer .inner-1240 {
  padding: 0 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1440px) {
  #main-footer .inner, #main-footer .inner-1210, #main-footer .inner-1240 {
    padding: 0 65px;
  }
}

@media screen and (max-width: 1200px) {
  #main-footer .inner, #main-footer .inner-1210, #main-footer .inner-1240 {
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  #main-footer .inner, #main-footer .inner-1210, #main-footer .inner-1240 {
    display: block;
  }
}

#main-footer .inner .txt, #main-footer .inner-1210 .txt, #main-footer .inner-1240 .txt {
  font-size: 13px;
  font-size: 1.3rem;
  width: 50%;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  #main-footer .inner .txt, #main-footer .inner-1210 .txt, #main-footer .inner-1240 .txt {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  #main-footer .inner .txt:nth-child(2), #main-footer .inner-1210 .txt:nth-child(2), #main-footer .inner-1240 .txt:nth-child(2) {
    padding-left: 45px;
  }
}

#main-footer .inner .txt .ttl, #main-footer .inner-1210 .txt .ttl, #main-footer .inner-1240 .txt .ttl {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

#main-footer .inner .txt .ttl small, #main-footer .inner-1210 .txt .ttl small, #main-footer .inner-1240 .txt .ttl small {
  font-size: 12px;
  font-size: 1.2rem;
}

#main-footer .inner .txt .color-orange, #main-footer .inner-1210 .txt .color-orange, #main-footer .inner-1240 .txt .color-orange {
  margin-top: 7px;
  letter-spacing: 0;
  font-size: 15px;
}
.marker {
	background: linear-gradient(transparent 60%, #feea98 30%);
}

#main-footer .inner .txt table, #main-footer .inner-1210 .txt table, #main-footer .inner-1240 .txt table {
  width: 100%;
}

#main-footer .inner .txt table tr td, #main-footer .inner-1210 .txt table tr td, #main-footer .inner-1240 .txt table tr td {
  vertical-align: top;
  padding: 3px 0;
  line-height: 1.5;
}

#main-footer .inner .txt table tr td:nth-child(1), #main-footer .inner-1210 .txt table tr td:nth-child(1), #main-footer .inner-1240 .txt table tr td:nth-child(1) {
  width: 65px;
}

#main-footer .menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #7f736d;
  padding: 32px 0 39px;
}

@media screen and (max-width: 768px) {
  #main-footer .menu-footer {
    display: none;
  }
}

#main-footer .menu-footer li a {
  display: block;
  color: white;
  padding: 0 29px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1200px) {
  #main-footer .menu-footer li a {
    padding: 0 10px;
  }
}

#main-footer .buttom {
  background: white;
  color: #767370;
  padding: 31px 0;
  letter-spacing: 1px;
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  #main-footer .buttom {
    padding: 15px 0;
    margin-top: 15px;
  }
}

.gotop {
  display: block;
  width: 58px;
  height: 58px;
  position: fixed;
  bottom: 15px;
  right: 25px;
  background: #e7e7e7;
  color: white;
  border-radius: 50%;
  font-size: 45px;
  font-size: 4.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  z-index: 33;
}

@media screen and (max-width: 768px) {
  .gotop {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 35px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.gotop:hover {
  background: #e8814e;
}

.breadcrumb {
  font-size: 12px;
  font-size: 1.2rem;
  color: #483e3e;
  border-top: solid 1px #e0e0e0;
  padding-top: 21px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 25px;
  }
}

.breadcrumb i:before {
  content: ">";
}

.breadcrumb a {
  color: #e8814e;
  letter-spacing: -1px;
}

.list_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.list_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.list_btn ul li {
  width: 50%;
}

.list_btn ul li:nth-child(1) {
  background: #c04468;
}

.list_btn ul li:nth-child(2) {
  background: #e68154;
}

.list_btn ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 46px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
  letter-spacing: 0;
}

.list_btn ul li a i {
  margin-right: 10px;
  font-size: 23px;
  font-size: 2.3rem;
}

/*パンくずMODULE*/
a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover {
  opacity: 0.7;
}

strong {
  font-weight: bold;
}

section {
  position: relative;
}

.bg-gray {
  background: #f7f5f1;
}

.color-orange {
  color: #e8814e;
}

.heading-box {
  color: #e8814e;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .heading-box {
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.heading-box small {
  display: block;
  color: #f0c633;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Quicksand", sans-serif;
  margin-top: 4px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .heading-box small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.heading-box.style-02 {
  text-align: left;
  border-bottom: 1px solid #e8814e;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 1px;
  padding-bottom: 19px;
  margin-bottom: 23px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .heading-box.style-02 {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.heading-item {
  display: block;
  position: relative;
  color: #e8814e;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Dawning of a New Day", cursive;
  line-height: 1;
  width: 100%;
  margin: 0 0 57px -15px;
}

@media screen and (max-width: 1024px) {
  .heading-item {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .heading-item {
    text-align: center;
    margin-bottom: 30px;
  }
}

.heading-item:after {
  content: "";
  height: 3px;
  background: url("../img/common/line-01.png") no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 70%;
}

@media screen and (max-width: 768px) {
  .heading-item:after {
    background-size: 100%;
    left: 0;
    right: 0;
    background: url("../img/common/line-01.png");
  }
}

@media screen and (min-width: 769px) {
  .heading-item:after {
    left: 15px;
    right: -15px;
  }
}

.heading-item span {
  display: inline-block;
  background: white;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 768px) {
  .heading-item span {
    padding: 0 15px;
  }
}

.heading-item.color-white {
  color: white;
}

.heading-item.color-white:after {
  background: url("../img/common/line-02.png") no-repeat;
}

@media screen and (max-width: 768px) {
  .heading-item.color-white:after {
    background: url("../img/common/line-02.png");
  }
}

.heading-item.color-white span {
  background: #e8814e;
}

.heading-item.jp {
  margin: 7px 0 33px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

@media screen and (max-width: 768px) {
  .heading-item.jp {
    margin: 0 0 15px;
  }
}

.heading-item.jp span {
  padding-right: 11px;
  letter-spacing: 0;
}

.ttl-item {
  display: block;
  position: relative;
  color: #e8814e;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 32px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .ttl-item {
    margin-bottom: 20px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.ttl-item:after {
  content: "";
  height: 3px;
  background: url("../img/common/line-01.png");
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 70%;
}

.ttl-item span {
  display: inline-block;
  background: #f7f5f1;
  position: relative;
  z-index: 1;
  padding: 0 7px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 768px) {
  .ttl-item span {
    padding: 0 15px;
  }
}

/*見出しMODULE*/
/*テキストMODULE*/
.txtBase {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

.txt-basic {
  line-height: 2;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .txt-basic {
    line-height: 1.8;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.txt-basic .ttl {
  font-weight: bold;
  line-height: 2;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 33px;
}

@media screen and (max-width: 768px) {
  .txt-basic .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 360px) {
  .txt-basic .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.txt-basic small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .txt-basic.style-02 {
    max-width: 720px;
    margin: 0 auto 33px;
    line-height: 2.3;
  }
  .txt-basic.style-02 p {
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 768px) {
  .txt-basic.style-02 {
    margin-bottom: 40px;
  }
}

.txt-basic.style-02 .ttl {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (min-width: 1440px) {
  .txt-basic.style-02 .ttl {
    padding-left: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .txt-basic.style-02 .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .txt-basic.style-02 .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.txt-basic.style-02 .ttl small {
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
  .txt-basic.style-02 .ttl small {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .txt-basic.style-02 .ttl small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.txt-basic .list-txt li {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 25px;
  margin-bottom: 3px;
}

.txt-basic .list-txt li:last-child {
  margin-bottom: 0;
}

.txt-basic .list-txt li:before {
  content: "";
  width: 17px;
  height: 17px;
  background: url("../img/esthetic/list-icon.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 9px;
}

@media screen and (max-width: 768px) {
  .txt-basic .list-txt li:before {
    top: 5px;
  }
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

/*リンクMODULE*/
/*ボタンMODULE*/
.btn {
  max-width: 322px;
  height: 60px;
  position: relative;
  color: #e8814e;
  background: #ffeb93;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto;
  border: 1px solid transparent;
}

.btn:after {
  content: "\f138";
  font-family: "FontAwesome",sans-serif;
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn:hover {
  opacity: 1;
  color: #ffeb93;
  background: #e8814e;
  border: 1px solid white;
}

.fade-box {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.fade-box.on {
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  -o-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.btn_parking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 114px;
  background: #e8814e;
  color: #ffffff;
  border-radius: 4px;
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .btn_parking {
    margin-top: 30px;
    height: 70px;
  }
}

.btn_parking i {
  margin-right: 20px;
  font-size: 80px;
  font-size: 8rem;
}

@media screen and (max-width: 768px) {
  .btn_parking i {
    margin-right: 10px;
    font-size: 50px;
    font-size: 5rem;
  }
}

.btn_parking .btn_txt {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
}

.btn_parking .btn_txt span {
  font-size: 30px;
  font-size: 3rem;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .btn_parking .btn_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn_parking .btn_txt span {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
}

.main-visual {
  position: relative;
}

.main-visual .video {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main-visual .video {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 640px) {
  .main-visual .video {
    height: 340px;
  }
}

@media screen and (max-width: 768px) {
  .main-visual {
    margin-top: 60px;
  }
}

.main-visual img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

@media screen and (max-width: 1800px) {
  .main-visual img {
    height: auto;
  }
}

@media screen and (max-width: 1440px) {
  .main-visual img {
    height: 100vh;
  }
}

@media screen and (max-width: 768px) {
  .main-visual img {
    height: 500px;
  }
}

@media screen and (max-width: 640px) {
  .main-visual img {
    height: 340px;
  }
}

.main-visual .inner, .main-visual .inner-1210, .main-visual .inner-1240 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.note-mv {
  color: white;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 25%;
  letter-spacing: -1px;
}

@media screen and (max-width: 1550px) {
  .note-mv {
    margin-bottom: 15%;
  }
}

@media screen and (max-width: 1440px) {
  .note-mv {
    margin-bottom: 25%;
  }
}

@media screen and (max-width: 768px) {
  .note-mv {
    margin-bottom: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 640px) {
  .note-mv {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.note-mv .heading-page {
  font-family: "Quicksand", sans-serif;
  font-size: 72px;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .note-mv .heading-page {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 640px) {
  .note-mv .heading-page {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.note-mv .heading-page small {
  font-family: "Dawning of a New Day", cursive;
  font-size: 77px;
  font-size: 7.7rem;
  font-weight: 400;
  display: inline-block;
  margin-left: -10px;
}

@media screen and (max-width: 768px) {
  .note-mv .heading-page small {
    font-size: 36px;
    font-size: 3.6rem;
    margin-left: 5px;
  }
}

.news-home {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .news-home {
    display: block;
  }
}

.news-home .ttl {
  width: 160px;
  background: #e8814e;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  font-family: "Quicksand", sans-serif;
}

@media screen and (max-width: 768px) {
  .news-home .ttl {
    width: 70px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .news-home .ttl {
    width: 100%;
    height: 35px;
    padding-right: 80px;
  }
}

.news-home .slider-news {
  width: calc(100% - 160px);
}

@media screen and (max-width: 768px) {
  .news-home .slider-news {
    width: calc(100% - 70px);
  }
}

@media screen and (max-width: 640px) {
  .news-home .slider-news {
    width: 100%;
  }
}

.news-home .slider-news .item {
  padding-right: 180px;
  font-size: 14px;
  font-size: 1.4rem;
  outline: none !important;
}

@media screen and (max-width: 768px) {
  .news-home .slider-news .item {
    padding-right: 80px;
  }
}

@media screen and (max-width: 640px) {
  .news-home .slider-news .item {
    padding-right: 0;
  }
}

.news-home .slider-news .item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .news-home .slider-news .item dl {
    height: auto;
    min-height: 50px;
  }
}

.news-home .slider-news .item dl dt {
  color: #da934d;
  width: 134px;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}

@media screen and (max-width: 768px) {
  .news-home .slider-news .item dl dt {
    width: 100px;
  }
}

.news-home .slider-news .item dl dd {
  width: calc(100% - 134px);
  color: #595757;
  padding: 5px 10px 5px 0;
}

@media screen and (max-width: 768px) {
  .news-home .slider-news .item dl dd {
    width: calc(100% - 100px);
  }
}

.news-home .slider-news .item dl dd a {
  color: #595757;
  outline: none !important;
}

.news-home .slider-news .slick-arrow {
  width: 90px;
  height: 100%;
  position: absolute;
  left: auto;
  background: #e6e6e6;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .news-home .slider-news .slick-arrow {
    width: 35px;
  }
}

@media screen and (max-width: 640px) {
  .news-home .slider-news .slick-arrow {
    top: auto;
    bottom: 100%;
    height: 35px;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}

.news-home .slider-news .slick-arrow:before {
  content: "";
  width: 9px;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  opacity: 1;
}

.news-home .slider-news .slick-arrow.slick-prev {
  right: 90px;
}

@media screen and (max-width: 768px) {
  .news-home .slider-news .slick-arrow.slick-prev {
    right: 35px;
  }
}

.news-home .slider-news .slick-arrow.slick-prev:before {
  background: url("../img/common/arrow-prev.png") no-repeat;
  background-size: 100%;
}

.news-home .slider-news .slick-arrow.slick-next {
  right: 0;
}

.news-home .slider-news .slick-arrow.slick-next:before {
  background: url("../img/common/arrow-next.png") no-repeat;
  background-size: 100%;
}

.news-home .slider-news .slick-arrow.slick-next:after {
  content: "";
  width: 1px;
  height: 25px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.message-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .message-box {
    display: block;
  }
}

.message-box .txt {
  width: 580px;
  padding: 0 110px 0 127px;
}

@media screen and (max-width: 1200px) {
  .message-box .txt {
    width: 50%;
    padding: 0 20px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .message-box .txt {
    width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .message-box .txt .txt-basic {
    line-height: 2.5;
  }
  .message-box .txt .txt-basic p {
    letter-spacing: -1px;
  }
}

.message-box .txt .btn {
  margin: 33px 0 0 0;
}

@media screen and (max-width: 768px) {
  .message-box .txt .btn {
    margin: 20px auto 0;
  }
}

.message-box .img {
  width: calc(100% - 580px);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 1200px) {
  .message-box .img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .message-box .img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.therapy-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 55px 0 90px;
  padding: 0 145px;
}

@media screen and (max-width: 1200px) {
  .therapy-note {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .therapy-note {
    margin: 50px 0;
    display: block;
  }
}

.therapy-note .left-ttl {
  width: 30%;
}

@media screen and (min-width: 769px) {
  .therapy-note .left-ttl .heading-box {
    text-align: left;
    margin: 0;
  }
}

@media screen and (max-width: 1200px) {
  .therapy-note .left-ttl {
    width: 33.333%;
  }
}

@media screen and (max-width: 768px) {
  .therapy-note .left-ttl {
    width: 100%;
  }
}

.therapy-note .txt-basic {
  width: 70%;
}

@media screen and (max-width: 1200px) {
  .therapy-note .txt-basic {
    width: 66.666%;
  }
}

@media screen and (max-width: 768px) {
  .therapy-note .txt-basic {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .therapy-note .txt-basic .ttl {
    margin-bottom: 20px;
  }
  .therapy-note .txt-basic p {
    letter-spacing: -1px;
  }
}

.therapy-box {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .therapy-box {
    margin-top: 50px;
  }
}

.menu-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 95px;
}

@media screen and (max-width: 990px) {
  .menu-content-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .menu-content-item {
    margin-bottom: 0;
  }
}

.menu-content-item .item {
  width: calc(100% / 6);
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

@media screen and (max-width: 990px) {
  .menu-content-item .item {
    width: 25%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .menu-content-item .item {
    width: 33.333%;
    padding: 0 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 360px) {
  .menu-content-item .item {
    width: 50%;
  }
}

.menu-content-item .item img {
  width: 100%;
  max-width: 182px;
}

.menu-content-item .item.scale {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.menu-content-item .item:nth-child(1) {
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.menu-content-item .item:nth-child(2) {
  -o-transition: ease 0.7s;
  -webkit-transition: ease 0.7s;
  transition: ease 0.7s;
}

.menu-content-item .item:nth-child(3) {
  -o-transition: ease 0.9s;
  -webkit-transition: ease 0.9s;
  transition: ease 0.9s;
}

.menu-content-item .item:nth-child(4) {
  -o-transition: ease 1.1s;
  -webkit-transition: ease 1.1s;
  transition: ease 1.1s;
}

.menu-content-item .item:nth-child(5) {
  -o-transition: ease 1.3s;
  -webkit-transition: ease 1.3s;
  transition: ease 1.3s;
}

.menu-content-item .item:nth-child(6) {
  -o-transition: ease 1.5s;
  -webkit-transition: ease 1.5s;
  transition: ease 1.5s;
}

.menu-content-item .item .ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin: 10px 0 2px;
}

@media screen and (max-width: 768px) {
  .menu-content-item .item .ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.menu-content-item.style-02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-content-item.style-02 .item {
  width: 140px;
  padding: 0;
  margin: 0 15px;
}

@media screen and (max-width: 990px) {
  .menu-content-item.style-02 .item {
    width: 33.333%;
    margin: 0;
    padding: 0 15px 40px;
  }
}

@media screen and (max-width: 540px) {
  .menu-content-item.style-02 .item {
    width: 50%;
  }
  .menu-content-item.style-02 .item:last-child {
    padding-bottom: 0;
  }
}

.menu-content-item.style-02 .item img {
  max-width: 115px;
  display: block;
  margin: 0 auto 20px;
}

.menu-content-item.style-02 .item .btn {
  height: 40px;
  border-radius: 20px;
  padding-left: 0;
  padding-right: 10px;
  line-height: 1;
}

.menu-content-item.style-02 .item .btn:after {
  right: 8px;
}

.therapy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}

@media screen and (max-width: 1440px) {
  .therapy-item {
    margin: 0 -8px;
  }
}

@media screen and (max-width: 768px) {
  .therapy-item {
    display: block;
  }
}

.therapy-item .item {
  width: 33.333%;
  padding: 0 20px;
}

@media screen and (max-width: 1440px) {
  .therapy-item .item {
    padding: 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .therapy-item .item {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .therapy-item .item:last-child {
    margin-bottom: 0;
  }
}

.therapy-item .item .img {
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .therapy-item .item .img {
    width: calc(30% - 20px);
    min-width: 70px;
    margin-right: 20px;
  }
}

.therapy-item .item .img img {
  width: 100%;
}

.therapy-item .item .txt-basic {
  padding: 0 54px;
}

@media screen and (max-width: 1440px) {
  .therapy-item .item .txt-basic {
    padding: 0 25px;
  }
}

@media screen and (max-width: 1024px) {
  .therapy-item .item .txt-basic {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .therapy-item .item .txt-basic {
    width: 70%;
    max-width: calc(100% - 90px);
    font-size: 13px;
    font-size: 1.3rem;
  }
  .therapy-item .item .txt-basic .ttl-item {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .therapy-item .item .txt-basic .btn {
    font-size: 14px;
    font-size: 1.4rem;
    height: 50px;
  }
}

.therapy-item .item .txt-basic p {
  letter-spacing: -0.5px;
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .therapy-item .item .txt-basic p {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1441px) {
  .therapy-item .item:nth-child(3) .txt-basic {
    padding: 0 53px;
  }
}

.equipment-note {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .equipment-note {
    margin: 1.2vw 0 0;
  }
}

.equipment-note .img {
  float: left;
  width: 46.2%;
}

@media screen and (max-width: 768px) {
  .equipment-note .img {
    width: 100%;
  }
}

.equipment-note .txt-basic {
  float: left;
  width: 53.8%;
  padding: 43px 20px 0 77px;
}

@media screen and (max-width: 1440px) {
  .equipment-note .txt-basic {
    padding: 20px 20px 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .equipment-note .txt-basic {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

.equipment-note .txt-basic p {
  letter-spacing: -1px;
}

.equipment-note .txt-basic .btn {
  margin: 42px 0 0;
}

@media screen and (max-width: 768px) {
  .equipment-note .txt-basic .btn {
    margin: 40px auto 0;
  }
}

.info {
  padding: 60px 100px 0;
}

@media screen and (max-width: 1440px) {
  .info {
    padding: 60px 50px 0;
  }
}

@media screen and (max-width: 1200px) {
  .info {
    padding: 50px 0 0;
  }
}

.info .map {
  float: left;
  width: 59.2%;
}

@media screen and (max-width: 1200px) {
  .info .map {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .info .map {
    width: 100%;
  }
}

.info .map iframe, .info .map #googleMap {
  width: 100%;
  height: 435px;
}

@media screen and (max-width: 768px) {
  .info .map iframe, .info .map #googleMap {
    height: 300px;
  }
}

.info .txt-basic {
  float: left;
  width: 40%;
  padding-left: 65px;
  padding-top: 9px;
}

@media screen and (min-width: 769px) {
  .info .txt-basic {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .info .txt-basic {
    width: 50%;
    padding-left: 40px;
  }
}

@media screen and (max-width: 990px) {
  .info .txt-basic {
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .info .txt-basic {
    width: 100%;
    padding-left: 0;
  }
}

.table-info {
  width: 100%;
  margin-bottom: 14px;
}

.table-info tr {
  border-bottom: 1px solid #f6d9b0;
  background: #ffffff;
}

.table-info tr th, .table-info tr td {
  color: #767370;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  padding: 12px 10px;
}

@media screen and (max-width: 1200px) {
  .table-info tr th, .table-info tr td {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 768px) {
  .table-info tr th, .table-info tr td {
    padding: 5px;
  }
}

.table-info tr th:nth-child(1), .table-info tr td:nth-child(1) {
  width: 140px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .table-info tr th, .table-info tr td {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.table-info tr th {
  background: #f6d9b0;
  border-right: 1px solid white;
}

.table-info tr th:last-child {
  border-right: 1px solid #f6d9b0;
}

.table-info tr td {
  border-right: 1px solid #f6d9b0;
}

.table-info tr td span {
  color: #e8814e;
}

@media screen and (min-width: 0\0) {
  .table-info tr td span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

a[href^="tel"] {
  display: inline-block;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
}

@media screen and (min-width: 769px) {
  a[href^="tel"] {
    pointer-events: none;
  }
}

a[href^="tel"].tel {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 1px;
}

a[href^="tel"].tel span {
  font-weight: 400;
  letter-spacing: 3px;
}

.section-menu-content {
  padding: 80px 0 105px;
}

@media screen and (max-width: 768px) {
  .section-menu-content {
    padding: 50px 0;
  }
}

.section-message {
  padding: 150px 0 130px;
}

@media screen and (max-width: 768px) {
  .section-message {
    padding: 50px 0;
  }
}

.section-equipment {
  padding: 150px 0 160px;
}

@media screen and (max-width: 768px) {
  .section-equipment {
    padding: 50px 0;
  }
}

@media screen and (min-width: 769px) {
  .section-equipment .heading-box {
    margin-bottom: 37px;
  }
}

.section-equipment img {
  width: 100%;
}

.section-docter {
  background: #e8814e;
  color: white;
  margin-bottom: 215px;
}

@media screen and (max-width: 768px) {
  .section-docter {
    margin-bottom: 50px;
  }
}

.section-docter .img {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .section-docter .img {
    width: 100%;
  }
}

.section-docter .img img {
  height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

@media screen and (max-width: 768px) {
  .section-docter .img img {
    height: auto;
  }
}

.section-docter .inner, .section-docter .inner-1210, .section-docter .inner-1240 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .section-docter .inner, .section-docter .inner-1210, .section-docter .inner-1240 {
    position: static;
    display: block;
  }
}

.section-docter .inner .txt-basic, .section-docter .inner-1210 .txt-basic, .section-docter .inner-1240 .txt-basic {
  width: 40%;
  padding-left: 200px;
}

@media screen and (max-width: 1440px) {
  .section-docter .inner .txt-basic, .section-docter .inner-1210 .txt-basic, .section-docter .inner-1240 .txt-basic {
    padding-left: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .section-docter .inner .txt-basic, .section-docter .inner-1210 .txt-basic, .section-docter .inner-1240 .txt-basic {
    width: 100%;
    padding: 20px 0 30px;
  }
}

.section-docter .inner .txt-basic .btn, .section-docter .inner-1210 .txt-basic .btn, .section-docter .inner-1240 .txt-basic .btn {
  margin: 70px 0 0;
}

@media screen and (max-width: 768px) {
  .section-docter .inner .txt-basic .btn, .section-docter .inner-1210 .txt-basic .btn, .section-docter .inner-1240 .txt-basic .btn {
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .section-docter .inner .txt-basic p, .section-docter .inner-1210 .txt-basic p, .section-docter .inner-1240 .txt-basic p {
    line-height: 2.5;
  }
}

.section-info {
  padding: 80px 0 125px;
}

.section-info .logo img {
  max-width: 297px;
}

.section-info .note {
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width: 768px) {
  .section-info .logo img {
    max-width: 200px;
  }
  .section-info .note {
	font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .section-info {
    padding: 50px 0;
  }
}

.main-page {
  padding-top: 97px;
}

@media (max-width: 1024px) {
  .main-page {
    padding-top: 65px;
  }
}

@media screen and (max-width: 768px) {
  .main-page {
    padding-bottom: 50px;
  }
}

.main-page.page-access {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .main-page.page-access {
    padding-bottom: 0;
  }
}

.ttl_type01 {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: .75;
  text-align: center;
  color: #e8814e;
  margin-bottom: 74px;
  letter-spacing: 9px;
}

.ttl_type01 span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bcbcbc;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .ttl_type01 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 30px;
    letter-spacing: 3px;
  }
  .ttl_type01 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.main-viusal-page {
  margin-bottom: 115px;
  padding: 0 33px;
}

@media screen and (max-width: 768px) {
  .main-viusal-page {
    margin-bottom: 50px;
    padding: 0 20px;
  }
}

.main-viusal-page img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main-viusal-page img {
    height: 31vw;
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover";
  }
}

.info2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 86px;
}

@media screen and (max-width: 768px) {
  .info2 {
    margin-bottom: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.info2 > * {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .info2 > * {
    width: 100%;
  }
}

.info2_img {
  padding-left: 78px;
  padding-right: 38px;
}

@media screen and (max-width: 990px) {
  .info2_img {
    padding-left: 0;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .info2_img {
    margin-bottom: 25px;
    padding-right: 0;
  }
  .info2_img img {
    width: 100%;
  }
}

.info2_content {
  padding: 35px 35px 0;
}

.info2_content small {
  margin-bottom: 33px;
}

@media screen and (max-width: 768px) {
  .info2_content small {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 990px) {
  .info2_content {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .info2_content {
    padding: 0;
  }
}

.info2 .table-info {
  max-width: 420px;
}

.info2 .table-info tr td:nth-child(1) {
  border-left: 1px solid #f6d9b0;
}

@media screen and (max-width: 768px) {
  .info2 .table-info {
    max-width: 100%;
  }
}

.list-tags {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5;
  margin-bottom: 22px;
}

.list-tags .btn_type01 {
  margin-right: 14px;
}

@media screen and (max-width: 768px) {
  .list-tags {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .list-tags .btn_type01 {
    margin-right: 7px;
  }
}

.btn_type01 {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background: #483e3e;
  padding: 8px 21px;
  line-height: .7;
  border-radius: 25px;
}

@media screen and (max-width: 768px) {
  .btn_type01 {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 15px;
  }
}

.list-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px -20px -12px;
}

.list-product li {
  padding: 0 12px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .list-product {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 600px) {
  .list-product li a img {
    max-width: 65px;
  }
}

#googleMap2 {
  height: 597px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #googleMap2 {
    height: 350px;
  }
}

.sec-map .txt {
  color: #483e3e;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.4;
  margin-top: 32px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .sec-map .txt {
    margin-top: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.sec-map .txt a {
  color: #483e3e;
}

.sec-map .txt i {
  margin-right: 10px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .sec-map .txt i {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-parking {
  padding: 75px 0px 56px;
  background: #f7f5f1;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .sec-parking {
    padding: 50px 0px 50px;
    margin-bottom: 50px;
  }
}

.sec-parking .parking-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1220px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .sec-parking .parking-inner {
    display: block;
  }
}

.sec-parking .parking-inner .img {
  width: 49.7%;
}

@media screen and (max-width: 768px) {
  .sec-parking .parking-inner .img {
    width: 100%;
  }
  .sec-parking .parking-inner .img img {
    display: block;
    margin: auto;
  }
}

.sec-parking .parking-inner .item_content {
  width: 50.3%;
  padding-left: 4.8%;
  padding-top: 5.6%;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .sec-parking .parking-inner .item_content {
    width: 100%;
    padding: 20px 0px 0px;
  }
}

.sec-parking .parking-inner .item_content .ttl {
  color: #e8814e;
  font-weight: bold;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.4;
  margin-bottom: 41px;
}

@media screen and (max-width: 768px) {
  .sec-parking .parking-inner .item_content .ttl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

.sec-parking .parking-inner .item_content p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.4;
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .sec-parking .parking-inner .item_content p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.sec-parking .parking-inner .item_content p span {
  color: #e8814e;
}

.sec-parking .parking-inner .item_content p:last-child {
  margin-bottom: 0;
}

.sec-map {
  padding-bottom: 40px;
}

.inner-1210 {
  max-width: 1258px;
}

@media screen and (min-width: 1201px) {
  .inner-1210 {
    padding: 0 24px;
  }
}

@media screen and (min-width: 769px) {
  .page-menu_index .main-viusal-page {
    margin-bottom: 76px;
  }
}

@media screen and (min-width: 769px) {
  .page-menu_index.main-page {
    padding-bottom: 113px;
  }
}

.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -24px;
  color: #483E3E;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}

@media screen and (max-width: 1200px) {
  .menu_list {
    margin: 0 -10px;
  }
}

.menu_list .item {
  width: 33.33%;
  padding: 39px 24px;
}
.menu_list .item-full {
  width: 100%;
  padding: 39px 24px;
}

@media screen and (max-width: 1200px) {
  .menu_list .item {
    padding: 32px 10px;
  }
}

@media screen and (max-width: 990px) {
  .menu_list .item {
    width: 50%;
    padding: 0 10px 65px;
  }
  .menu_list .item:last-child {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .menu_list .item {
    width: 100%;
  }
  .menu_list .item-full {
    padding: 39px 10px;
  }
}

.menu_list .item .wrap,
.menu_list .item-full .wrap {
  width: 100%;
  height: 100%;
  background: rgba(232, 129, 78, 0.2);
  padding: 40px 25px 0;
}

@media screen and (max-width: 768px) {
  .menu_list .item .wrap {
    padding: 30px 15px 0;
  }
}

.menu_list .item .img {
  text-align: center;
}
.menu_list .item-full .img {
  width: 40%;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
	.menu_list .item-full .img {
		width: 100%;
		text-align: center;
		display: block;
	}
}

.menu_list .item .img img {
  margin-bottom: 14px;
}

.menu_list .item-full .img {
	vertical-align: top;
}

.menu_list .item .img .ttl,
.menu_list .item-full .ttl {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .menu_list .item .img .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .menu_list .item-full .ttl {
    font-size: 20px;
    font-size: 2rem;
	text-align: center;
  }
}

.menu_list .item .content {
  max-width: 237px;
  width: 100%;
  margin: 0 auto 26px;
}
.menu_list .item-full .content {
  width: 50%;
  margin: 0 auto 26px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .menu_list .item .content {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .menu_list .item-full .content {
  width: 100%;
  margin: 0 auto;
  display: block;
}
}

@media screen and (max-width: 640px) {
  .menu_list .item .content {
    max-width: 100%;
    padding: 0 15px;
  }
}

.menu_list .item .btn {
  margin-bottom: -30px;
}
.menu_list .item .btn:after {
  right: 26px;
  top: 49%;
}

.menu_list .item-full .contact {
	background: #e68154;
	text-align: center;
}
.menu_list .item-full .btn {
  width: 100%;
  padding-top: 20px;
  background: #e68154;
  color: #fff;
}
.menu_list .item-full .btn:after {
  display: none;
}

.page-doctor.main-page {
  padding-bottom: 0;
}

.page-doctor .main-viusal-page {
  position: relative;
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .page-doctor .main-viusal-page {
    margin-bottom: 30px;
  }
}

.mv-txt {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: bold;
  position: absolute;
  left: 33px;
  bottom: -21px;
  background: #fff;
  padding: 68px 15.9vw 0;
  padding-left: calc((100% - 1455px) / 2);
}

@media screen and (max-width: 1200px) {
  .mv-txt {
    padding: 20px 20px 0;
    bottom: 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .mv-txt {
    padding: 20px 10px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
    position: relative;
    left: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 374px) {
  .mv-txt {
    padding: 20px 4px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 1460px) {
  .mv-txt {
    padding-left: 0;
  }
}

.inner-1240 {
  max-width: 1320px;
}

@media screen and (min-width: 769px) {
  .inner-1240 {
    padding: 0 40px;
  }
}

.sec-intro {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.4;
  margin-bottom: 73px;
}

@media screen and (max-width: 768px) {
  .sec-intro {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .sec-intro {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.sec-intro .inner, .sec-intro .inner-1210, .sec-intro .inner-1240 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-intro .inner p:first-child, .sec-intro .inner-1210 p:first-child, .sec-intro .inner-1240 p:first-child {
  width: 47%;
  margin-right: 5.7%;
  padding-left: 6px;
  letter-spacing: -1.1px;
}

@media screen and (max-width: 768px) {
  .sec-intro .inner p:first-child, .sec-intro .inner-1210 p:first-child, .sec-intro .inner-1240 p:first-child {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    letter-spacing: -1px;
    padding-left: 0;
  }
}

.sec-intro .inner p:nth-of-type(2), .sec-intro .inner-1210 p:nth-of-type(2), .sec-intro .inner-1240 p:nth-of-type(2) {
  width: 47.3%;
  letter-spacing: -1.3px;
}

@media screen and (max-width: 768px) {
  .sec-intro .inner p:nth-of-type(2), .sec-intro .inner-1210 p:nth-of-type(2), .sec-intro .inner-1240 p:nth-of-type(2) {
    width: 100%;
    letter-spacing: -1px;
  }
}

.sec-intro .inner .sign, .sec-intro .inner-1210 .sign, .sec-intro .inner-1240 .sign {
  width: 100%;
  text-align: right;
  font-weight: bold;
  margin-top: 42px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
  .sec-intro .inner .sign, .sec-intro .inner-1210 .sign, .sec-intro .inner-1240 .sign {
    margin-top: 15px;
  }
}

.sec-intro .inner .sign_name, .sec-intro .inner-1210 .sign_name, .sec-intro .inner-1240 .sign_name {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  margin: 0 2px 0 31px;
}

@media screen and (max-width: 768px) {
  .sec-intro .inner .sign_name, .sec-intro .inner-1210 .sign_name, .sec-intro .inner-1240 .sign_name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-profile {
  margin-bottom: 128px;
}

@media screen and (max-width: 1200px) {
  .sec-profile {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .sec-profile {
    margin-bottom: 50px;
  }
}

.sec-interview {
  margin-bottom: 163px;
}

@media screen and (max-width: 1200px) {
  .sec-interview {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .sec-interview {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 991px) {
  .sec-interview .heading-box {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 769px) {
  .sec-interview .heading-box {
    margin-bottom: 50px;
  }
}

.box_profile {
  background: #e8814e;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: calc(24 / 14);
  padding: 47px 80px 51px 120px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box_profile {
    line-height: 1.714;
  }
}

@media screen and (max-width: 1200px) {
  .box_profile {
    padding: 30px 50px;
  }
}

@media screen and (max-width: 768px) {
  .box_profile {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    padding: 20px 30px;
  }
}

.box_profile .heading-item {
  margin-left: 4px;
  margin-bottom: 12px;
}

@media screen and (min-width: 769px) {
  .box_profile .heading-item.color-white:after {
    background: url(../img/doctor/line.png) no-repeat;
    height: 33px;
    top: 38%;
    left: 105px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .box_profile .heading-item.color-white span {
    padding-right: 13px;
  }
}

.box_profile .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 990px) {
  .box_profile .content p {
    width: 100% !important;
    margin-bottom: 15px;
    padding: 0 !important;
  }
}

.box_profile .content p:first-child {
  width: 38%;
  margin-right: 8.7%;
  padding-top: 20px;
}

@media only screen and (max-width: 1400px) {
  .box_profile .content p:first-child {
    margin-right: 3%;
  }
}

@media screen and (max-width: 1200px) {
  .box_profile .content p:first-child {
    width: 36%;
  }
}

.box_profile .content p:first-child + p {
  width: 32.1%;
  padding: 0 23px;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .box_profile .content p:first-child + p {
    width: 32.3%;
  }
}

@media screen and (max-width: 1200px) {
  .box_profile .content p:first-child + p {
    width: 35%;
  }
}

.box_profile .content p:first-child + p:before, .box_profile .content p:first-child + p:after {
  position: absolute;
  content: '';
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 0;
  top: 0;
  bottom: 10px;
}

@media screen and (max-width: 990px) {
  .box_profile .content p:first-child + p:before, .box_profile .content p:first-child + p:after {
    display: none;
  }
}

.box_profile .content p:first-child + p:after {
  left: auto;
  right: 0;
}

.box_profile .content p:first-child + p span {
  display: block;
  padding-left: 58px;
  text-indent: -58px;
}

.box_profile .content p:last-child {
  width: 20.5%;
  padding-left: 23px;
}

@media only screen and (max-width: 1400px) {
  .box_profile .content p:last-child {
    width: 26%;
  }
}

.list_interview {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: -1.1px;
}

@media screen and (max-width: 768px) {
  .list_interview {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.list_interview li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .list_interview li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .list_interview li {
    margin-bottom: 40px;
  }
}

.list_interview li .img {
  width: 45.322%;
  position: relative;
}

@media screen and (max-width: 990px) {
  .list_interview li .img {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .list_interview li .img {
    width: 100%;
  }
}

.list_interview li .img:before {
  position: absolute;
  content: '';
  width: 100.5%;
  height: 100%;
  top: -18px;
  left: -22px;
  background: rgba(232, 129, 78, 0.2);
}

@media screen and (max-width: 768px) {
  .list_interview li .img:before {
    top: -10px;
    left: -10px;
  }
}

.list_interview li .img img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.list_interview li .content {
  width: 54.678%;
  padding: 0px 20px 4px 93px;
}

@media screen and (max-width: 1200px) {
  .list_interview li .content {
    padding-left: 40px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 990px) {
  .list_interview li .content {
    width: 60%;
    margin-top: 10px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .list_interview li .content {
    width: 100%;
    padding: 15px 0 0 !important;
  }
}

.list_interview li .content p {
  margin-bottom: 30px;
}

.list_interview li .content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .list_interview li .content p {
    margin-bottom: 15px;
  }
}

.list_interview li:nth-of-type(2) .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  .list_interview li:nth-of-type(2) .img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.list_interview li:nth-of-type(2) .img:before {
  top: -15px;
  left: auto;
  right: -14px;
}

.list_interview li:nth-of-type(2) .content {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding: 0px 100px 4px 9px;
}

@media screen and (max-width: 1200px) {
  .list_interview li:nth-of-type(2) .content {
    padding-right: 50px;
  }
}

@media screen and (max-width: 990px) {
  .list_interview li:nth-of-type(2) .content {
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .list_interview li:nth-of-type(2) .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.ttl_custom01 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: calc(40 / 24);
  margin-bottom: 30px;
  padding-left: 3px;
  letter-spacing: -0.6px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ttl_custom01 {
    line-height: 1.667;
  }
}

@media screen and (max-width: 1200px) {
  .ttl_custom01 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.7;
  }
}

@media screen and (max-width: 768px) {
  .ttl_custom01 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.ttl_custom01 span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 213, 65, 0.3)), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, rgba(255, 213, 65, 0.3) 50%, transparent 50%);
  background-image: linear-gradient(to right, rgba(255, 213, 65, 0.3) 50%, transparent 50%);
  background-size: 200% 15px;
  background-repeat: no-repeat;
  background-position: 0% .8em;
}

@media only screen and (max-width: 374px) {
  .ttl_custom01 br {
    display: none;
  }
}

.page-policy {
  padding-bottom: 0;
}

.page-policy .ttl_type01 {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .page-policy .ttl_type01 {
    margin-bottom: 30px;
  }
}

.page-policy .main-viusal-page {
  margin-bottom: -85px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .page-policy .main-viusal-page {
    margin-bottom: -15px;
  }
}

.sec-box-top {
  padding-bottom: 100px;
  padding-top: 185px;
  background: #f7f5f1;
}

@media screen and (max-width: 768px) {
  .sec-box-top {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}

.sec-box-top .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1300px) {
  .sec-box-top .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sec-box-top .flex .col-l {
  width: 50%;
}

@media screen and (max-width: 990px) {
  .sec-box-top .flex .col-l {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .sec-box-top .flex .col-l {
    width: 100%;
  }
}

.sec-box-top .flex .col-l .box-img {
  max-width: 598px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec-box-top .flex .col-l .box-img {
    margin-bottom: 15px;
  }
}

.sec-box-top .flex .col-l .box-img .img-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 37px;
}

@media screen and (max-width: 768px) {
  .sec-box-top .flex .col-l .box-img .img-small {
    margin-top: 15px;
  }
}

.sec-box-top .flex .col-l .box-img .img-small .img {
  width: calc(50% - 15px);
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .sec-box-top .flex .col-l .box-img .img-small .img {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
}

.sec-box-top .flex .col-l .box-img .img-small .img:last-child {
  margin-right: 0;
}

.sec-box-top .flex .col-r {
  width: 50%;
  padding-left: 25px;
  padding-right: 30px;
  padding-top: 50px;
}

@media screen and (max-width: 990px) {
  .sec-box-top .flex .col-r {
    width: 55%;
    padding: 0;
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .sec-box-top .flex .col-r {
    width: 100%;
    padding: 0;
  }
}

.sec-box-top .flex .col-r .ttlCom01 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  line-height: 2;
  color: #483e3e;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .sec-box-top .flex .col-r .ttlCom01 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.sec-box-top .flex .col-r .content {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  line-height: 2.4;
  color: #483e3e;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 768px) {
  .sec-box-top .flex .col-r .content {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.sec-box-top .flex .col-r .content p {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sec-box-top .flex .col-r .content p {
    margin-bottom: 20px;
  }
}

.sec-box-top .flex .col-r .content p:last-child {
  margin-bottom: 0;
}

.sec-role-tooth {
  padding-bottom: 105px;
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .sec-role-tooth {
    padding: 50px 0;
  }
}

.sec-role-tooth .ttlCom01 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  color: #483e3e;
  margin-bottom: 33px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec-role-tooth .ttlCom01 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 321px) {
  .sec-role-tooth .ttlCom01 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.sec-role-tooth .txt-intro {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  line-height: 2.4;
  color: #483e3e;
  max-width: 615px;
  margin: 0 auto 52px;
}

@media screen and (max-width: 768px) {
  .sec-role-tooth .txt-intro {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}

.sec-role-tooth .ttlCom02 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.8;
  max-width: 490px;
  margin: 0 auto 40px;
  background: #e8814e;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 2px 0;
}

@media screen and (max-width: 768px) {
  .sec-role-tooth .ttlCom02 {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 321px) {
  .sec-role-tooth .ttlCom02 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec-role-tooth .list-dental-approach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 890px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 990px) {
  .sec-role-tooth .list-dental-approach {
    max-width: none;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .sec-role-tooth .list-dental-approach {
    width: 100%;
  }
}

.sec-role-tooth .list-dental-approach:after {
  content: '';
  display: block;
  height: 13px;
  width: 80%;
  background: #f1f1f1;
  position: absolute;
  left: 0;
  right: 0;
  top: 31%;
}

@media screen and (max-width: 768px) {
  .sec-role-tooth .list-dental-approach:after {
    display: none;
  }
}

.sec-role-tooth .list-dental-approach .item {
  width: 190px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 990px) {
  .sec-role-tooth .list-dental-approach .item {
    max-width: 170px;
  }
}

@media screen and (max-width: 768px) {
  .sec-role-tooth .list-dental-approach .item {
    max-width: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sec-role-tooth .list-dental-approach .item img {
    width: 50%;
    margin: 0 auto;
  }
}

.sec-role-tooth .list-dental-approach .item .box-info {
  margin-top: 20px;
  position: relative;
}

.sec-role-tooth .list-dental-approach .item .box-info .number {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  color: #f0c633;
  font-size: 60px;
  font-size: 6rem;
  position: absolute;
  left: -50%;
  top: -15px;
}

@media screen and (max-width: 990px) {
  .sec-role-tooth .list-dental-approach .item .box-info .number {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .sec-role-tooth .list-dental-approach .item .box-info .number {
    left: 12% !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 450px) {
  .sec-role-tooth .list-dental-approach .item .box-info .number {
    font-size: 45px;
    font-size: 4.5rem;
    left: 5% !important;
  }
}

@media screen and (max-width: 321px) {
  .sec-role-tooth .list-dental-approach .item .box-info .number {
    font-size: 40px;
    font-size: 4rem;
    left: 0 !important;
  }
}

.sec-role-tooth .list-dental-approach .item .box-info .ttlCom03 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #483e3e;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 990px) {
  .sec-role-tooth .list-dental-approach .item .box-info .ttlCom03 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-role-tooth .list-dental-approach .item .box-info .ttlCom03 small {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .sec-role-tooth .list-dental-approach .item .box-info .ttlCom03 small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec-role-tooth .list-dental-approach .item:nth-child(1) .box-info .number {
  left: -27%;
}

.sec-role-tooth .list-dental-approach .item:nth-child(2) .box-info .number {
  left: -45%;
}

@media screen and (max-width: 990px) {
  .sec-role-tooth .list-dental-approach .item:nth-child(2) .box-info .number {
    left: -38%;
  }
}

.sec-role-tooth .list-dental-approach .item:nth-child(3) .box-info .number {
  left: -32%;
}

.sec-teeth-protected .list-teeth-protected .item {
  margin-bottom: 132px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec-teeth-protected .list-teeth-protected .item {
    margin-bottom: 50px;
  }
}

.sec-teeth-protected .list-teeth-protected .item .box-info {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 48px 75px 0 65px;
}

@media screen and (max-width: 1300px) {
  .sec-teeth-protected .list-teeth-protected .item .box-info {
    padding: 10px 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .sec-teeth-protected .list-teeth-protected .item .box-info {
    position: static;
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
}

.sec-teeth-protected .list-teeth-protected .item .box-info .box-header {
  position: relative;
  border-bottom: 1px solid #e8814e;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1200px) {
  .sec-teeth-protected .list-teeth-protected .item .box-info .box-header {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sec-teeth-protected .list-teeth-protected .item .box-info .box-header {
    margin-bottom: 15px;
  }
}

.sec-teeth-protected .list-teeth-protected .item .box-info .box-header .number {
  position: absolute;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  color: #f0f0f0;
  font-size: 120px;
  font-size: 12rem;
  position: absolute;
  top: -35%;
  right: 0;
  letter-spacing: -3px;
}

@media screen and (max-width: 1300px) {
  .sec-teeth-protected .list-teeth-protected .item .box-info .box-header .number {
    font-size: 100px;
    font-size: 10rem;
    bottom: -10px;
    top: auto;
  }
}

@media screen and (max-width: 1200px) {
  .sec-teeth-protected .list-teeth-protected .item .box-info .box-header .number {
    font-size: 80px;
    font-size: 8rem;
    bottom: -10px;
    top: auto;
  }
}

@media screen and (max-width: 990px) {
  .sec-teeth-protected .list-teeth-protected .item .box-info .box-header .number {
    font-size: 65px;
    font-size: 6.5rem;
  }
}

.sec-teeth-protected .list-teeth-protected .item .box-info .box-header .tag {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  line-height: 2.4;
  background: #ffeb93;
  color: #e8814e;
  padding: 7px 37px;
  border-radius: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1300px) {
  .sec-teeth-protected .list-teeth-protected .item .box-info .box-header .tag {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 990px) {
  .sec-teeth-protected .list-teeth-protected .item .box-info .box-header .tag {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .sec-teeth-protected .list-teeth-protected .item .box-info .box-header .tag {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 20px;
    margin-bottom: 10px;
  }
}

.sec-teeth-protected .list-teeth-protected .item .box-info .box-header .ttlCom01 {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.4;
  color: #e8814e;
  padding-top: 10px;
}

@media screen and (max-width: 1300px) {
  .sec-teeth-protected .list-teeth-protected .item .box-info .box-header .ttlCom01 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 990px) {
  .sec-teeth-protected .list-teeth-protected .item .box-info .box-header .ttlCom01 {
    font-size: 23px;
    font-size: 2.3rem;
    width: 83%;
  }
}

@media screen and (max-width: 768px) {
  .sec-teeth-protected .list-teeth-protected .item .box-info .box-header .ttlCom01 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec-teeth-protected .list-teeth-protected .item .box-info .box-content .ttlCom02 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #483e3e;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 1300px) {
  .sec-teeth-protected .list-teeth-protected .item .box-info .box-content .ttlCom02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .sec-teeth-protected .list-teeth-protected .item .box-info .box-content .ttlCom02 {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -1px;
  }
}

.sec-teeth-protected .list-teeth-protected .item .box-info .box-content p {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  line-height: 2;
  color: #483e3e;
  letter-spacing: -1px;
}

@media screen and (max-width: 1300px) {
  .sec-teeth-protected .list-teeth-protected .item .box-info .box-content p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .sec-teeth-protected .list-teeth-protected .item .box-info .box-content p {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}

.sec-teeth-protected .list-teeth-protected .item:nth-child(odd) .box-info {
  left: 0;
  right: auto;
}

.page-equipment.main-page {
  padding-bottom: 0;
}

.page-equipment .main-viusal-page {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .page-equipment .main-viusal-page {
    margin-bottom: -85px;
  }
}

@media screen and (max-width: 768px) {
  .page-equipment .main-viusal-page {
    margin-bottom: -15px;
  }
}

.page-equipment .sec-box-top {
  margin-bottom: 140px;
}

@media screen and (min-width: 769px) {
  .page-equipment .sec-box-top {
    padding-bottom: 96px;
    padding-top: 187px;
  }
}

@media screen and (max-width: 1200px) {
  .page-equipment .sec-box-top {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .page-equipment .sec-box-top {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 991px) {
  .page-equipment .sec-box-top .flex .col-r {
    padding-top: 5px;
    padding-left: 28px;
  }
  .page-equipment .sec-box-top .flex .col-r .ttlCom01 {
    margin-bottom: 34px;
  }
  .page-equipment .sec-box-top .flex .col-r .content p {
    margin-bottom: 36px;
  }
}

.page-equipment .sec-box-top .flex .col-r img {
  display: block;
  margin: 92px auto 0;
  position: relative;
  right: -2px;
}

@media screen and (max-width: 1200px) {
  .page-equipment .sec-box-top .flex .col-r img {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .page-equipment .sec-box-top .flex .col-r img {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .page-equipment .sec-box-top .flex .col-r .content p {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 991px) {
  .page-equipment .sec-box-top .flex .col-l {
    width: 49.6%;
  }
}

.ttl_custom3, .ttl_custom02 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  color: #e8814e;
  font-weight: bold;
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8814e;
}

@media screen and (max-width: 1200px) {
  .ttl_custom3, .ttl_custom02 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .ttl_custom3, .ttl_custom02 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .ttl_custom3, .ttl_custom02 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.ttl_custom02 {
  text-align: center;
  border-bottom: none;
  padding: 0;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .ttl_custom02 {
    margin-bottom: 15px;
  }
}

.ttl_custom02 span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  background: #ffeb93;
  border-radius: 20px;
  padding: 6px 26px 7px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .ttl_custom02 span {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 1400px) {
  .pc-1400 {
    display: none;
  }
  .pc {
    display: none;
  }
}

.sec-clinic {
  margin-bottom: 86px;
}

@media screen and (max-width: 1200px) {
  .sec-clinic {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .sec-clinic {
    margin-bottom: 30px;
  }
}

.sec-equipment {
  margin-bottom: 140px;
}

@media screen and (max-width: 1200px) {
  .sec-equipment {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .sec-equipment {
    margin-bottom: 50px;
  }
}

.sec-treatment {
  margin-bottom: 113px;
}

@media screen and (max-width: 1200px) {
  .sec-treatment {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .sec-treatment {
    margin-bottom: 30px;
  }
}

.sec-treatment .img {
  margin-bottom: 39px;
}

.sec-treatment .box_ttl {
  max-width: 565px;
}

.clinic_intro {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 64px;
}

@media screen and (max-width: 1200px) {
  .clinic_intro {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .clinic_intro {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}

.clinic_intro .content {
  position: absolute;
  background: #fff;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 700px;
  padding: 50px 70px 45px;
  letter-spacing: -1px;
}

@media screen and (max-width: 1200px) {
  .clinic_intro .content {
    padding: 30px 40px;
  }
}

@media screen and (max-width: 990px) {
  .clinic_intro .content {
    position: inherit;
    margin-left: auto;
    margin-top: -80px;
  }
}

@media screen and (max-width: 768px) {
  .clinic_intro .content {
    margin-top: -30px;
  }
}

@media screen and (max-width: 640px) {
  .clinic_intro .content {
    margin-top: 0;
    padding: 10px 0;
  }
  .clinic_intro .content .ttl_custom3 br, .clinic_intro .content .ttl_custom02 br {
    display: none;
  }
}

.col-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 1200px) {
  .col-03 {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 768px) {
  .col-03 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.col-03 li {
  width: 33.33%;
  padding: 20px;
}

@media screen and (max-width: 1200px) {
  .col-03 li {
    padding: 10px;
  }
}

@media screen and (max-width: 990px) {
  .col-03 li {
    width: 50%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .col-03 li {
    width: 100%;
  }
}

.col-03 li .ttl_custom01 {
  text-align: center;
  margin-bottom: 13px;
  padding: 0;
}

.col-03 li .img {
  width: 100%;
}

.col-03 li .img img {
  width: 100%;
}

.col-03 li .content p {
  letter-spacing: -1px;
}

.clinic_list .img {
  margin-bottom: 22px;
}

@media screen and (max-width: 990px) {
  .clinic_list .img {
    margin-bottom: 15px;
  }
}

.treatment_list .img {
  margin-bottom: 1px;
}

.box_ttl {
  max-width: 584px;
  width: 100%;
  margin: 0 auto 45px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .box_ttl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 30px;
  }
}

.box_ttl .txt_des {
  letter-spacing: -1.05px;
}

.ttl_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}

.ttl_group .number {
  font-family: "Quicksand", sans-serif;
  font-size: 120px;
  font-size: 12rem;
  font-weight: bold;
  margin-right: 8px;
  color: #f0f0f0;
  line-height: 1;
  position: relative;
  left: -6px;
}

@media screen and (max-width: 1200px) {
  .ttl_group .number {
    font-size: 100px;
    font-size: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .ttl_group .number {
    font-size: 80px;
    font-size: 8rem;
  }
}

.ttl_group .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: calc(40 / 24);
  font-weight: 500;
  margin-top: 3px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ttl_group .ttl {
    line-height: 1.67;
  }
}

@media screen and (max-width: 1200px) {
  .ttl_group .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 990px) {
  .ttl_group .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .ttl_group .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.ttl_group .ttl small {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: calc(40 / 18);
  display: block;
  color: #e8814e;
  margin-bottom: -10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ttl_group .ttl small {
    line-height: 2.33;
  }
}

@media screen and (max-width: 1200px) {
  .ttl_group .ttl small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
}

.equipment .wrap {
  position: relative;
}

.equipment .wrap .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(54, 46, 43, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  opacity: 0;
  padding: 36px 10px 10px 10px;
  letter-spacing: -0.7px;
}

@media screen and (max-width: 1200px) {
  .equipment .wrap .content {
    padding: 10px;
  }
}

@media screen and (max-width: 990px) {
  .equipment .wrap .content {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .equipment .wrap .content {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 5px;
  }
}

@media only screen and (max-width: 374px) {
  .equipment .wrap .content {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.equipment .wrap .content .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(25 / 18);
  margin-bottom: 16px;
  letter-spacing: 0.7px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .equipment .wrap .content .ttl {
    line-height: 1.389;
  }
}

@media screen and (max-width: 990px) {
  .equipment .wrap .content .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .equipment .wrap .content .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 374px) {
  .equipment .wrap .content .ttl {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1200px) {
  .equipment .wrap .content p br {
    display: none;
  }
}

.equipment .wrap:hover .content {
  opacity: 1;
}

.equipment_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 59.35%;
  margin-right: 3.05%;
}

@media screen and (max-width: 768px) {
  .equipment_l {
    width: 100%;
    margin-right: 0;
  }
}

.equipment_l li {
  width: 100%;
}

.equipment_l li img {
  width: 100%;
  height: 395px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

@media screen and (max-width: 1440px) {
  .equipment_l li img {
    height: 373px;
  }
}

@media screen and (max-width: 1200px) {
  .equipment_l li img {
    height: auto;
  }
}

.equipment_l li:first-child {
  margin-bottom: 51px;
}

@media screen and (max-width: 1200px) {
  .equipment_l li:first-child {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .equipment_l li:first-child {
    margin-bottom: 20px;
  }
}

.equipment_r {
  width: 37.6%;
}

@media screen and (max-width: 768px) {
  .equipment_r {
    width: 100%;
    max-width: 526px;
    margin: 20px auto 0;
  }
}

.page-menu-type.main-page {
  padding-bottom: 0;
}

.page-menu-type .main-viusal-page {
  position: relative;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .main-viusal-page {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .page-menu-type .main-viusal-page img {
    height: 40vw;
  }
}

.page-menu-type .main-viusal-page .menu-ttl {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.page-menu-type .main-viusal-page .menu-ttl img {
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: inherit;
}

@media screen and (max-width: 768px) {
  .page-menu-type .main-viusal-page .menu-ttl img {
    width: 100px;
    height: auto;
    font-family: none;
  }
}

.page-menu-type .main-viusal-page .menu-ttl .ttl {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  color: #e8814e;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .main-viusal-page .menu-ttl .ttl {
    bottom: 15px;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.page-menu-type .ttl_type01 {
  margin-bottom: 45px;
}

.page-menu-type .ttlCom01 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-menu-type .ttlCom01 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.page-menu-type .ttlCom02 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .ttlCom02 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px;
    line-height: 1.5;
  }
}

.page-menu-type .ttlCom03 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  max-width: 490px;
  margin: 0 auto 48px;
  background: #e8814e;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 2px 0;
}

@media screen and (max-width: 768px) {
  .page-menu-type .ttlCom03 {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}

.page-menu-type .intro-txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.4;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page-menu-type .intro-txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.page-menu-type .intro-txt.lead {
  max-width: 780px;
}

.page-menu-type .intro-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .page-menu-type .intro-row {
    display: block;
  }
}

.page-menu-type .sec-message {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-message {
    margin-bottom: 50px;
  }
}

.page-menu-type .sec-message .message-inner {
  max-width: 1090px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-message .message-inner {
    display: block;
  }
}

.page-menu-type .sec-message .ttl-col {
  width: 350px;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-message .ttl-col {
    width: 100%;
    padding: 0;
  }
}

.page-menu-type .sec-message .txt-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 7%;
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-message .txt-col {
    padding: 0;
  }
}

.page-menu-type .sec-message .message-ttl {
  color: #e8814e;
  background: url(../img/preventive/message-line.png) no-repeat right center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-message .message-ttl {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.page-menu-type .sec-message .message-ttl span {
  display: inline-block;
  padding-right: 15px;
  background: #FFF;
}

.page-menu-type .sec-message .ttlCom02 {
  text-align: left;
}

.page-menu-type .sec-menu-intro {
  position: relative;
  background: #f7f5f1;
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-menu-intro {
    padding-bottom: 35px;
  }
}

.page-menu-type .sec-menu-intro::before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  content: "";
  background: #FFF;
  height: 264px;
  width: 100%;
}

@media screen and (max-width: 990px) {
  .page-menu-type .sec-menu-intro::before {
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-menu-intro::before {
    height: 17vw;
  }
}

.page-menu-type .sec-menu-intro .intro-mv {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-menu-intro .intro-mv {
    margin-bottom: 30px;
  }
}

.page-menu-type .sec-menu-intro .intro-txt {
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-menu-intro .intro-txt {
    margin-bottom: 40px;
  }
}

.page-menu-type .sec-menu-intro .intro-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-menu-type .sec-menu-intro .item {
  width: 230px;
  margin: 0 3.93%;
  text-align: center;
}

@media screen and (max-width: 990px) {
  .page-menu-type .sec-menu-intro .item {
    width: 31.333%;
    margin: 0;
    margin-left: 3%;
  }
  .page-menu-type .sec-menu-intro .item:first-of-type {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-menu-intro .item {
    width: 100%;
    max-width: 230px;
    margin: 0 auto 30px !important;
  }
}

.page-menu-type .sec-menu-intro .item img {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-menu-intro .item img {
    margin-bottom: 15px;
  }
}

.page-menu-type .sec-menu-intro .item .ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 28px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(60%, #f9ebbc));
  background: -o-linear-gradient(transparent 30%, #f9ebbc 60%);
  background: linear-gradient(transparent 30%, #f9ebbc 60%);
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-menu-intro .item .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.page-menu-type .sec-menu-intro .item .txt {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-menu-intro .item .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.page-menu-type .sec-step {
  padding-top: 125px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-step {
    padding-top: 50px;
  }
}

.page-menu-type .sec-step .ttlCom01 {
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-step .ttlCom01 {
    margin-bottom: 30px;
  }
}

.page-menu-type .sec-step .intro-txt.lead {
  margin-bottom: 135px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-step .intro-txt.lead {
    margin-bottom: 45px;
  }
}

.page-menu-type .step-box {
  background: #fae6dc;
  padding: 0 30px;
  margin-bottom: 210px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .step-box {
    margin: 0 -20px 45px;
    padding: 30px 20px;
  }
}

.page-menu-type .step-box .step-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .step-box .step-top {
    display: block;
  }
}

.page-menu-type .step-box .step-top .txt-col {
  width: 47.66%;
  padding: 70px 4% 0 40px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 990px) {
  .page-menu-type .step-box .step-top .txt-col {
    padding-left: 0;
    padding-right: 2.5%;
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .page-menu-type .step-box .step-top .txt-col {
    width: 100%;
    padding: 0;
  }
}

.page-menu-type .step-box .step-top .img-col {
  width: 52.34%;
  top: -30px;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 990px) {
  .page-menu-type .step-box .step-top .img-col {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .page-menu-type .step-box .step-top .img-col {
    width: 100%;
    top: 0;
    margin-bottom: 25px;
  }
  .page-menu-type .step-box .step-top .img-col img {
    width: 100%;
  }
}

.page-menu-type .step-box .step-bottom {
  background: #FFF;
  margin: 0 40px;
  padding: 70px 7.5% 20px;
}

@media screen and (max-width: 990px) {
  .page-menu-type .step-box .step-bottom {
    margin: 0;
    padding: 35px 4% 20px;
  }
}

@media screen and (max-width: 768px) {
  .page-menu-type .step-box .step-bottom {
    padding: 30px 20px 5px;
  }
}

.page-menu-type .step-box .intro-txt {
  line-height: 2;
}

.page-menu-type .step-box .step-ttl01 {
  position: relative;
  color: #e8814e;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  padding-left: 100px;
  border-bottom: 1px solid #e8814e;
  min-height: 90px;
  padding-top: 28px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .step-box .step-ttl01 {
    font-size: 20px;
    font-size: 2rem;
    min-height: 70px;
    padding-top: 20px;
    padding-left: 65px;
    margin-bottom: 20px;
  }
}

.page-menu-type .step-box .step-ttl01 .num {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  font-family: "Quicksand", sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  text-align: center;
  line-height: 0.9;
}

@media screen and (max-width: 768px) {
  .page-menu-type .step-box .step-ttl01 .num {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
}

.page-menu-type .step-box .step-ttl01 .num .strong {
  display: block;
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .step-box .step-ttl01 .num .strong {
    font-size: 40px;
    font-size: 4rem;
  }
}

.page-menu-type .step-box .step-ttl02 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.9;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .step-box .step-ttl02 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.page-menu-type .step-box .intro-row {
  margin: 0 -3.6%;
}

@media screen and (max-width: 990px) {
  .page-menu-type .step-box .intro-row {
    margin: 0 -2.5%;
  }
}

@media screen and (max-width: 768px) {
  .page-menu-type .step-box .intro-row {
    margin: 0;
  }
}

.page-menu-type .step-box .item {
  width: 33.3333%;
  padding: 0 3.6%;
}

@media screen and (max-width: 990px) {
  .page-menu-type .step-box .item {
    padding: 0 2.5%;
  }
}

@media screen and (max-width: 768px) {
  .page-menu-type .step-box .item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

.page-menu-type .step-box .item img {
  width: 100%;
}

.page-menu-type .step-box .item .ttl {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 30px 0 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page-menu-type .step-box .item .ttl {
    padding: 15px 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-menu-type .sec-other-menu {
  text-align: center;
  border-top: 2px solid #f7f5f1;
  padding-top: 85px;
  padding-bottom: 125px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-other-menu {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.page-menu-type .sec-other-menu .other-menu-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #e8814e;
  line-height: 1.7;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-other-menu .other-menu-ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.page-menu-type .sec-other-menu .other-menu-ttl span {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Quicksand", sans-serif;
  display: block;
  letter-spacing: 2px;
  color: #f0c633;
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-other-menu .other-menu-ttl span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.page-menu-type .sec-other-menu .other-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-other-menu .other-menu {
    margin: 0 -15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.page-menu-type .sec-other-menu .other-menu li {
  width: 140px;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 15px;
}

@media screen and (max-width: 990px) {
  .page-menu-type .sec-other-menu .other-menu li {
    width: 120px;
    margin: 0 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-other-menu .other-menu li {
    width: 50%;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 15px;
    margin-bottom: 25px;
  }
}

.page-menu-type .sec-other-menu .other-menu li img {
  display: block;
  margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
  .page-menu-type .sec-other-menu .other-menu li img {
    margin-bottom: 15px;
  }
}

.page-menu-type .sec-other-menu .other-menu li a {
  position: relative;
  display: block;
  background: #ffeb93;
  color: #e8814e;
  padding: 7px 0;
  border-radius: 50px;
}

.page-menu-type .sec-other-menu .other-menu li a::after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: "\f138";
  display: block;
  color: #e8814e;
}

.page-recruit .main-viusal-page {
  margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
  .page-recruit .main-viusal-page {
    margin-bottom: 40px;
  }
}

.page-recruit .sec-recruit-intro {
  text-align: center;
  margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
  .page-recruit .sec-recruit-intro {
    margin-bottom: 50px;
  }
}

.page-recruit .sec-recruit-intro .intro-ttl {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .page-recruit .sec-recruit-intro .intro-ttl {
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 30px 0 35px;
    margin-bottom: 30px;
  }
}

.page-recruit .sec-recruit-intro .intro-ttl::before, .page-recruit .sec-recruit-intro .intro-ttl::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 40px;
  background: #483e3e;
}

@media screen and (max-width: 768px) {
  .page-recruit .sec-recruit-intro .intro-ttl::before, .page-recruit .sec-recruit-intro .intro-ttl::after {
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
  }
}

.page-recruit .sec-recruit-intro .intro-ttl::before {
  margin-right: 20px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

@media screen and (max-width: 768px) {
  .page-recruit .sec-recruit-intro .intro-ttl::before {
    left: 0;
    margin-right: 0;
  }
}

.page-recruit .sec-recruit-intro .intro-ttl::after {
  margin-left: 20px;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

@media screen and (max-width: 768px) {
  .page-recruit .sec-recruit-intro .intro-ttl::after {
    right: 0;
    margin-left: 0;
  }
}

.page-recruit .sec-recruit-intro .intro-txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.4;
  margin: 0 auto 45px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-recruit .sec-recruit-intro .intro-txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 30px;
  }
}

.page-recruit .sec-recruit-intro .tel-box {
  background: #ffeb93;
  text-align: center;
  color: #e8814e;
  max-width: 690px;
  margin: 0 auto 110px;
  padding: 25px 0;
}

@media screen and (max-width: 768px) {
  .page-recruit .sec-recruit-intro .tel-box {
    margin-bottom: 50px;
    padding: 20px 0;
  }
}

.page-recruit .sec-recruit-intro .tel-box .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .page-recruit .sec-recruit-intro .tel-box .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

.page-recruit .sec-recruit-intro .tel-box .tel {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page-recruit .sec-recruit-intro .tel-box .tel {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.page-recruit .sec-recruit-intro .tel-box .tel i {
  font-size: 28px;
  font-size: 2.8rem;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .page-recruit .sec-recruit-intro .tel-box .tel i {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.page-recruit .sec-recruit-intro .ph-list .item {
  width: 25%;
  float: left;
}

@media screen and (max-width: 768px) {
  .page-recruit .sec-recruit-intro .ph-list .item {
    width: 50%;
  }
}

.page-recruit .sec-outline {
  border-top: 2px solid #f7f5f1;
  padding-top: 110px;
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .page-recruit .sec-outline {
    padding: 50px 0 65px;
  }
}

.page-recruit .sec-outline .heading-box {
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .page-recruit .sec-outline .heading-box {
    margin-bottom: 35px;
  }
}

.page-recruit .sec-outline .table-wrap {
  max-width: 950px;
  margin: 0 auto;
}

.page-recruit .sec-outline .outline-table {
  width: 100%;
  border-top: 1px solid #d6d6d6;
}

.page-recruit .sec-outline .outline-table th, .page-recruit .sec-outline .outline-table td {
  border-bottom: 1px solid #d6d6d6;
  padding: 15px 0 15px 25px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .page-recruit .sec-outline .outline-table th, .page-recruit .sec-outline .outline-table td {
    display: block;
    width: 100% !important;
    padding: 0;
    line-height: 1.8;
  }
}

.page-recruit .sec-outline .outline-table th {
  width: 175px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .page-recruit .sec-outline .outline-table th {
    padding: 15px 0 5px;
    font-size: 15px;
    font-size: 1.5rem;
    border-bottom: none;
  }
}

.page-recruit .sec-outline .outline-table td {
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .page-recruit .sec-outline .outline-table td {
    padding: 0px 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-time {
  padding: 100px 0 0;
}

@media screen and (max-width: 768px) {
  .sec-time {
    padding: 50px 0;
  }
}

.sec-evi {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .sec-evi {
    padding: 50px 0;
  }
}

.sec-evi .heading-box {
  margin-bottom: 40px;
}

.sec-evi .txt-basic {
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .sec-evi .txt-basic {
    margin-bottom: 50px;
  }
}

.sec-evi .element-item {
  max-width: 1167px;
}

.sec-evi .element-item .item {
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  .sec-evi .element-item .item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .sec-evi .element-item .item {
    margin-bottom: 50px;
  }
  .sec-evi .element-item .item:last-child {
    margin-bottom: 0;
  }
}

.sec-evi .element-item .item .box {
  background: white;
  position: relative;
  padding-top: 75px;
}

@media screen and (max-width: 1024px) {
  .sec-evi .element-item .item .box {
    padding-top: 7vw;
  }
}

@media screen and (max-width: 768px) {
  .sec-evi .element-item .item .box {
    padding-top: 70px;
  }
  .sec-evi .element-item .item .box .txt-basic {
    margin-bottom: 0;
  }
}

.sec-evi .element-item .item .box .ttl {
  padding: 15px;
  padding-bottom: 0;
}

.sec-evi .element-item .item .box .ttl small {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .sec-evi .element-item .item .box .ttl small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-evi .element-item .item .box .ttl span {
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
  .sec-evi .element-item .item .box .ttl span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec-evi .element-item .item .box p {
  padding: 0 30px 30px;
}

.sec-evi .element-item .item .box .img {
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .sec-evi .element-item .item .box .img {
    top: -4vw;
  }
}

@media screen and (max-width: 768px) {
  .sec-evi .element-item .item .box .img {
    top: -23px;
  }
}

.sec-evi .element-item .item .box .img img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .sec-evi .element-item .item .box .img img {
    max-width: 242px;
  }
}

.show-time .list-img-time {
  padding-left: 195px;
}

@media screen and (max-width: 1440px) {
  .show-time .list-img-time {
    padding-left: 100px;
  }
}

@media screen and (max-width: 1300px) {
  .show-time .list-img-time {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .show-time .list-img-time {
    padding-left: 0;
  }
}

.time-line-item {
  background: #fae6dc;
  margin-right: 195px;
  padding: 55px;
  position: relative;
  top: -115px;
}

@media screen and (max-width: 1440px) {
  .time-line-item {
    margin-right: 100px;
    padding: 50px 30px;
  }
}

@media screen and (max-width: 1300px) {
  .time-line-item {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .time-line-item {
    margin-right: 0;
    padding: 55px 10px;
  }
}

@media screen and (max-width: 768px) {
  .time-line-item {
    top: 0;
    padding: 50px 10px 20px;
  }
}

.time-line-item .line-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 768px) {
  .time-line-item .line-item {
    padding-left: 10px;
  }
}

.time-line-item .line-item:before {
  content: "";
  height: 4px;
  background: #e2d6cf;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
}

@media screen and (max-width: 768px) {
  .time-line-item .line-item:before {
    width: 3px;
    height: auto;
    right: auto;
    left: 5px;
    top: 0;
    bottom: 20px;
  }
}

.time-line-item .line-item .item {
  width: 20%;
  padding: 30px 15px 0;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .time-line-item .line-item .item {
    padding: 25px 10px;
  }
}

.time-line-item .line-item .item .txt-basic {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
}

.time-line-item .line-item .item .txt-basic .ttl {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .time-line-item .line-item .item .txt-basic .ttl {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .time-line-item .line-item .item .txt-basic {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .time-line-item .line-item .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .time-line-item .line-item .item:last-child {
    margin-bottom: 0;
  }
}

.time-line-item .line-item .item .odd {
  display: inline-block;
  background: #fae6dc;
  color: #e8814e;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  position: absolute;
  top: -15px;
  padding: 3px 7px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .time-line-item .line-item .item .odd:before {
    content: "";
    width: 15px;
    height: 3px;
    background: #e2d6cf;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -15px;
  }
}

.time-line-item .line-item .item:last-child .odd {
  display: block;
  width: 100%;
}

.main-viusal-page {
  position: relative;
}

.main-viusal-page .item-mv {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 180px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .main-viusal-page .item-mv {
    width: 100px;
    top: -10px;
  }
  .main-viusal-page .item-mv img {
    height: auto;
  }
}

.information-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 130px 0 174px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .information-box {
    padding: 0 50px;
  }
}

@media screen and (max-width: 1024px) {
  .information-box {
    padding: 0;
  }
}

.information-box .title {
  width: 32%;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .information-box .title {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .information-box .title {
    width: 100%;
    margin-bottom: 10px;
  }
}

.information-box .title .ttl {
  display: block;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: -0.5px;
  line-height: 1.4;
  padding-left: 2px;
}

@media screen and (max-width: 768px) {
  .information-box .title .ttl {
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.information-box .txt-basic {
  width: 68%;
  padding-left: 84px;
}

@media screen and (min-width: 769px) {
  .information-box .txt-basic {
    line-height: 2.35;
  }
}

@media screen and (max-width: 1024px) {
  .information-box .txt-basic {
    width: 60%;
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .information-box .txt-basic {
    width: 100%;
    padding-left: 0;
  }
}

.information-box .txt-basic p {
  margin-bottom: 38px;
  letter-spacing: -0.75px;
}

@media screen and (max-width: 768px) {
  .information-box .txt-basic p {
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}

.information-box .txt-basic p:last-child {
  margin-bottom: 0;
}

.ttl-element {
  text-align: center;
  margin-bottom: 61px;
}

@media screen and (max-width: 768px) {
  .ttl-element {
    margin-bottom: 40px;
  }
}

.ttl-element span {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: white;
  background: #e8814e;
  padding: 6px 40px;
  min-width: 490px;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .ttl-element span {
    width: 100%;
    min-width: 100px;
    padding: 5px 10px 7px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) and (max-width: 374px) {
  .ttl-element span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.element-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1065px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .element-item {
    max-width: 400px;
  }
}

.element-item .item {
  width: 33.333%;
  padding: 0 56px;
}

@media screen and (max-width: 1200px) {
  .element-item .item {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1024px) {
  .element-item .item {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .element-item .item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .element-item .item:last-child {
    margin-bottom: 0;
  }
}

.element-item .item .img {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .element-item .item .img {
    margin-bottom: 0;
  }
}

.element-item .item .img img {
  max-width: 242px;
  display: block;
  margin: 0 auto;
}

.element-item .item .ttl {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 26px;
}

@media screen and (max-width: 1024px) {
  .element-item .item .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.element-item .item .ttl span {
  background-image: -o-linear-gradient(left, rgba(255, 213, 65, 0.3) 50%, transparent 50%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 213, 65, 0.3)), color-stop(50%, transparent));
  background-image: linear-gradient(to right, rgba(255, 213, 65, 0.3) 50%, transparent 50%);
  background-size: 200% 15px;
  background-repeat: no-repeat;
  background-position: 0% .8em;
  letter-spacing: 2px;
}

.element-item .item .txt-basic {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.beauty-list {
  margin-top: 110px;
}

@media screen and (max-width: 768px) {
  .beauty-list {
    margin-top: 50px;
  }
}

.beauty-list .items {
  background: #fae6dc;
  padding: 70px 70px 0;
  margin-bottom: 168px;
}

@media screen and (max-width: 1024px) {
  .beauty-list .items {
    padding: 40px 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .beauty-list .items {
    padding: 15px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 360px) {
  .beauty-list .items {
    padding: 15px 10px;
  }
}

.beauty-list .items:last-child {
  margin-bottom: 0;
}

.beauty-list .items .beauty-top {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .beauty-list .items .beauty-top {
    margin-bottom: 40px;
  }
}

.beauty-list .items .beauty-top .txt-basic {
  width: 44.4%;
  padding-right: 30px;
  float: left;
}

@media screen and (max-width: 1200px) {
  .beauty-list .items .beauty-top .txt-basic {
    width: 50%;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px) {
  .beauty-list .items .beauty-top .txt-basic {
    line-height: 2.1;
  }
}

@media screen and (max-width: 768px) {
  .beauty-list .items .beauty-top .txt-basic {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .beauty-list .items .beauty-top .txt-basic .ttl {
    margin-bottom: 25px;
  }
}

.beauty-list .items .beauty-top .txt-basic .ttl-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border-bottom: 1px solid #e8814e;
  padding-bottom: 10px;
  font-size: 30px;
  font-size: 3rem;
  color: #e8814e;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .beauty-list .items .beauty-top .txt-basic .ttl-case {
    font-size: 20px;
    font-size: 2rem;
  }
}

.beauty-list .items .beauty-top .txt-basic .ttl-case .note {
  color: white;
  line-height: 1;
  display: block;
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .beauty-list .items .beauty-top .txt-basic .ttl-case .note {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.beauty-list .items .beauty-top .txt-basic .ttl-case .note .number {
  display: block;
  font-size: 60px;
  font-size: 6rem;
}

@media screen and (max-width: 768px) {
  .beauty-list .items .beauty-top .txt-basic .ttl-case .note .number {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.beauty-list .items .beauty-top .txt-basic .ttl-case .jp {
  position: relative;
  top: -7px;
  display: inline-block;
  margin-left: 48px;
  line-height: 1;
}

.beauty-list .items .beauty-top .txt-basic .ttl-case .jp small {
  font-size: 23px;
  font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
  .beauty-list .items .beauty-top .txt-basic .ttl-case .jp {
    margin-left: 30px;
    top: 0;
  }
}

.beauty-list .items .beauty-top .img {
  float: left;
  width: 55.6%;
  position: relative;
  right: -40px;
  margin-top: -99px;
}

@media screen and (max-width: 1200px) {
  .beauty-list .items .beauty-top .img {
    width: 50%;
    right: 0px;
  }
  .beauty-list .items .beauty-top .img img {
    min-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover';
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 1200px) {
  .beauty-list .items .beauty-top .img img {
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .beauty-list .items .beauty-top .img {
    width: 100%;
    right: 0;
    margin-top: 15px;
  }
  .beauty-list .items .beauty-top .img img {
    min-height: 100px;
  }
}

.show-beauty {
  padding: 75px 0 81px;
  background: white;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .show-beauty {
    padding: 50px 15px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 360px) {
  .show-beauty {
    padding: 50px 10px;
  }
}

.show-beauty .heading-box {
  margin-bottom: 33px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .show-beauty .heading-box {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.beauty-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 53px;
}

@media screen and (max-width: 1300px) {
  .beauty-item {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .beauty-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

.beauty-item .item {
  width: 50%;
  padding: 0 44px;
}

@media screen and (max-width: 1300px) {
  .beauty-item .item {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .beauty-item .item {
    width: 100% !important;
    margin-bottom: 30px;
    padding: 0;
  }
  .beauty-item .item:last-child {
    margin-bottom: 0;
  }
}

.beauty-item .item .img {
  position: relative;
  margin-bottom: 24px;
  position: relative;
}

.beauty-item .item .img .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
  width: 85px;
  height: 85px;
  background: #ffeb93;
  font-weight: bold;
  text-align: center;
  color: #e8814e;
  border-radius: 50%;
  position: absolute;
  top: -41px;
  left: -28px;
}

@media screen and (max-width: 768px) {
  .beauty-item .item .img .note {
    width: 65px;
    height: 65px;
    top: -22px;
    left: -22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .beauty-item .item .img {
    margin-bottom: 15px;
    text-align: center;
  }
}

.beauty-item .item .img .img-cap {
  position: absolute;
  bottom: -6.25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px;
  width: 85.8%;
  max-width: 270px;
  color: #e8814e;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  background: #ffeb93;
  border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  .beauty-item .item .img .img-cap {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 990px) {
  .beauty-item .item .img .img-cap {
    width: 90%;
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 768px) {
  .beauty-item .item .img .img-cap {
    bottom: -3.25%;
    padding: 5px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 769px) {
  .beauty-item .item .txt-basic {
    line-height: 2.1;
  }
}

@media screen and (min-width: 769px) {
  .beauty-item .item .txt-basic .ttl {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1300px) {
  .beauty-item .item .txt-basic .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .beauty-item .item .txt-basic .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.beauty-item .item .txt-basic .ttl small {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media only screen and (min-width: 769px) and (max-width: 1030px) {
  .beauty-item .item .txt-basic .ttl small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .beauty-item .item .txt-basic .ttl small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1301px) {
  .beauty-item .item .txt-basic .ttl.has {
    white-space: nowrap;
    position: relative;
    left: -7px;
  }
}

.beauty-item.beauty-item-box {
  padding: 0;
  margin: 0 -18px;
}

@media screen and (max-width: 1024px) {
  .beauty-item.beauty-item-box {
    margin: 0 -15px;
  }
}

.beauty-item.beauty-item-box .item {
  padding: 0 18px;
}

@media screen and (max-width: 1024px) {
  .beauty-item.beauty-item-box .item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .beauty-item.beauty-item-box .item {
    padding: 0 15px;
  }
}

.beauty-item.beauty-item-box .item .box {
  background: white;
  color: #514646;
  padding: 17px 17px 13px;
}

@media screen and (max-width: 1024px) {
  .beauty-item.beauty-item-box .item .box {
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .beauty-item.beauty-note .item {
    margin-bottom: 50px;
  }
}

.box_profile.style-02 {
  padding: 61px 40px 51px 96px;
}

@media screen and (max-width: 1300px) {
  .box_profile.style-02 {
    padding: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .box_profile.style-02 {
    padding: 20px;
  }
}

.box_profile.style-02 .heading-item {
  margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
  .box_profile.style-02 .heading-item {
    margin-left: 3px;
  }
  .box_profile.style-02 .heading-item span {
    letter-spacing: 0.5px;
  }
}

.box_profile.style-02 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box_profile.style-02 .content .txt-basic {
  width: 28.5%;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  padding: 4px 24px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1300px) {
  .box_profile.style-02 .content .txt-basic {
    padding: 4px 10px 0;
  }
}

@media screen and (min-width: 769px) {
  .box_profile.style-02 .content .txt-basic:nth-child(1) {
    width: 43%;
    border-left: none;
    padding: 0 30px 0 0;
    line-height: 1.9;
  }
}

.box_profile.style-02 .content .txt-basic:nth-child(2) .ttl, .box_profile.style-02 .content .txt-basic:nth-child(3) .ttl {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 1300px) {
  .box_profile.style-02 .content .txt-basic:nth-child(2) .ttl, .box_profile.style-02 .content .txt-basic:nth-child(3) .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .box_profile.style-02 .content .txt-basic {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding: 20px 0 !important;
  }
  .box_profile.style-02 .content .txt-basic:last-child {
    border-bottom: none;
  }
}

.box_profile.style-02 .content .txt-basic .ttl {
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .box_profile.style-02 .content .txt-basic .ttl {
    text-align: left;
  }
}

.box_profile.style-02 .content .txt-basic p {
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
}

.box_profile.style-02 .content .txt-basic p:last-child {
  margin-bottom: 0;
}

.show-beauty-orange {
  background: #e8814e;
  padding: 90px 95px 45px;
  color: white;
}

@media screen and (max-width: 1200px) {
  .show-beauty-orange {
    padding: 90px 40px 45px;
  }
}

@media screen and (max-width: 768px) {
  .show-beauty-orange {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 360px) {
  .show-beauty-orange {
    padding: 20px 10px;
  }
}

@media screen and (min-width: 769px) {
  .show-beauty-orange .beauty-top {
    margin: 0 0 43px !important;
  }
  .show-beauty-orange .beauty-top .txt-basic {
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 0 !important;
  }
  .show-beauty-orange .beauty-top .txt-basic .heading-item {
    margin: 0 0 18px 0;
    max-width: 419px;
  }
  .show-beauty-orange .beauty-top .txt-basic .heading-item:after {
    background: url(../img/common/line-02.png) no-repeat;
    background-size: 100% 100%;
  }
  .show-beauty-orange .beauty-top .txt-basic .heading-item span {
    letter-spacing: 0;
  }
  .show-beauty-orange .beauty-top .txt-basic .ttl {
    margin-bottom: 17px !important;
  }
  .show-beauty-orange .beauty-top .txt-basic p {
    width: 111%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .show-beauty-orange .beauty-top .txt-basic p {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .show-beauty-orange .beauty-top .img {
    right: -62px !important;
    margin-top: -123px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .show-beauty-orange .beauty-top .txt-basic {
    width: 40%;
    padding-right: 15px !important;
  }
  .show-beauty-orange .beauty-top .img {
    width: 60%;
    right: -20px !important;
  }
}

.section-information {
  padding-bottom: 333px;
}

@media screen and (max-width: 768px) {
  .section-information {
    padding-bottom: 100px;
  }
}

.section-check {
  border: 1px solid #f7f5f1;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .section-check {
    padding-bottom: 45px;
  }
}

.section-check .img-demo {
  margin-top: -262px;
  margin-bottom: 83px;
}

@media screen and (max-width: 768px) {
  .section-check .img-demo {
    margin: -50px 0 30px;
  }
}

.section-beauty {
  padding-top: 96px;
  padding-bottom: 121px;
}

@media screen and (max-width: 768px) {
  .section-beauty {
    padding: 50px 0;
  }
}

.section-menu-content.style02 {
  border-top: 2px solid #f7f5f1;
}

@media screen and (min-width: 769px) {
  .section-menu-content.style02 {
    padding: 90px 0 30px;
  }
  .section-menu-content.style02 .heading-box {
    margin-bottom: 63px;
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .br-sm {
    display: none;
  }
}

.page-oral.main-page {
  padding-bottom: 0;
}

.page-oral .beauty-list .items .beauty-top .txt-basic .ttl-case {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-oral .beauty-item .item .desc-box--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .page-oral .beauty-item .item .desc-box--item {
    margin-bottom: 10px;
  }
}

.page-oral .beauty-item .item .desc-box--item > span {
  display: inline-block;
  width: 115px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page-oral .beauty-item .item .desc-box--item > span {
    line-height: 1.4;
    width: 100%;
  }
}

.page-oral .beauty-item .item .desc-box--item p {
  width: calc(100% - 115px);
}

@media screen and (max-width: 768px) {
  .page-oral .beauty-item .item .desc-box--item p {
    width: 100%;
  }
}

.page-approach {
  padding-bottom: 0;
}

.page-approach .ttl_type01 {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .page-approach .ttl_type01 {
    margin-bottom: 30px;
  }
}

.page-approach .main-viusal-page {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}

.page-approach .sec-lead {
  margin-top: -85px;
  padding: 187px 0 100px;
  background: #f7f5f1;
}

@media screen and (max-width: 768px) {
  .page-approach .sec-lead {
    margin-top: -11.067vw;
    padding: 20.34vw 0 50px;
  }
}

.page-approach .sec-lead .lead-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1305px;
}

.page-approach .sec-lead .lead-box .img {
  width: 45.9%;
}

@media screen and (max-width: 768px) {
  .page-approach .sec-lead .lead-box .img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.page-approach .sec-lead .lead-box .txt-box {
  width: 48.27%;
}

@media screen and (max-width: 768px) {
  .page-approach .sec-lead .lead-box .txt-box {
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.page-approach .sec-lead .lead-box .txt-box .ttl_lead {
  padding-bottom: 15px;
  max-width: 530px;
  color: #e8814e;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  border-bottom: 1px solid #e8814e;
}

@media screen and (max-width: 768px) {
  .page-approach .sec-lead .lead-box .txt-box .ttl_lead {
    padding-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.page-approach .sec-lead .lead-box .txt-box .ttl_lead_sub {
  margin: 30px 0 30px;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .page-approach .sec-lead .lead-box .txt-box .ttl_lead_sub {
    margin: 15px 0 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-approach .sec-lead .lead-box .txt-box .txt-basic {
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .page-approach .sec-lead .lead-box .txt-box .txt-basic {
    line-height: 2.2;
  }
}

.page-approach .sec-column {
  padding: 120px 0 45px;
}

@media screen and (max-width: 768px) {
  .page-approach .sec-column {
    padding: 50px 0 10px;
  }
}

.page-approach .sec-column .ttl-box {
  margin-bottom: 125px;
}

@media screen and (max-width: 768px) {
  .page-approach .sec-column .ttl-box {
    margin-bottom: 60px;
  }
}

.page-approach .sec-column .ttl-box .ttl {
  margin-bottom: 30px;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page-approach .sec-column .ttl-box .ttl {
    margin-bottom: 25px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.page-approach .sec-column .ttl-box .txt-basic {
  margin: 0 auto;
  max-width: 690px;
}

.page-approach .sec-column .colum-item {
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .page-approach .sec-column .colum-item {
    margin-bottom: 50px;
  }
}

.page-approach .sec-column .colum-item .img {
  position: relative;
}

.page-approach .sec-column .colum-item .img .head {
  position: absolute;
  top: 7.4%;
  left: 0;
  padding: 4px 20px 3px 6.428%;
  color: #e8814e;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  background: #ffeb93;
}

@media screen and (max-width: 1024px) {
  .page-approach .sec-column .colum-item .img .head {
    font-size: 2.929vw;
  }
}

@media screen and (max-width: 768px) {
  .page-approach .sec-column .colum-item .img .head {
    padding: 4px 10px 3px 4%;
    font-size: 3.5vw;
    line-height: 1.2;
  }
  .page-approach .sec-column .colum-item .img .head.head-sp {
    top: auto;
    bottom: 35%;
  }
}

.page-approach .sec-column .colum-item .img .head span {
  font-size: 50px;
  font-size: 5rem;
}

@media screen and (max-width: 1024px) {
  .page-approach .sec-column .colum-item .img .head span {
    font-size: 4.88vw;
  }
}

@media screen and (max-width: 768px) {
  .page-approach .sec-column .colum-item .img .head span {
    font-size: 6vw;
  }
}

.page-approach .sec-column .colum-item .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 55px 4.28% 45px;
  color: #fff;
  background: #e8814e;
}

@media screen and (max-width: 768px) {
  .page-approach .sec-column .colum-item .description {
    padding: 30px 4% 20px;
  }
}

.page-approach .sec-column .colum-item .description .ttl-box {
  margin: 0;
  width: 35%;
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .page-approach .sec-column .colum-item .description .ttl-box {
    width: 100%;
  }
}

.page-approach .sec-column .colum-item .description .ttl-box .en {
  margin-bottom: 40px;
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  .page-approach .sec-column .colum-item .description .ttl-box .en {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.page-approach .sec-column .colum-item .description .ttl-box .en span {
  font-family: "Dawning of a New Day", cursive;
  border-bottom: 1px solid #fff;
}

.page-approach .sec-column .colum-item .description .ttl-box .ttl {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .page-approach .sec-column .colum-item .description .ttl-box .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.page-approach .sec-column .colum-item .description .txt-box {
  width: 59.2%;
}

@media screen and (max-width: 768px) {
  .page-approach .sec-column .colum-item .description .txt-box {
    width: 100%;
  }
}

.page-approach .sec-column .colum-item .description .txt-box .desc-ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page-approach .sec-column .colum-item .description .txt-box .desc-ttl {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.page-approach .sec-column .colum-item .description .txt-box .label-list {
  margin: 25px 0 0;
}

.page-approach .sec-column .colum-item .description .txt-box .label-list .label {
  display: inline-block;
  margin-right: 2.64%;
  margin-bottom: 10px;
  padding: 10px;
  float: left;
  color: #e8814e;
  font-size: 15px;
  font-size: 1.5rem;
  background: #ffeb93;
  width: 26.39%;
  max-width: 200px;
  text-align: center;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .page-approach .sec-column .colum-item .description .txt-box .label-list .label {
    padding: 5px 10px;
    width: 47%;
  }
}

.benefits {
  margin-top: 50px;
  padding: 0 43px 0 100px;
}

@media screen and (max-width: 1300px) {
  .benefits {
    padding: 0;
  }
}

.benefits .txt-basic {
  width: 50.6%;
  float: left;
  padding-right: 106px;
}

@media screen and (max-width: 1300px) {
  .benefits .txt-basic {
    padding-right: 30px;
  }
}

@media screen and (min-width: 769px) {
  .benefits .txt-basic {
    line-height: 2.1;
  }
  .benefits .txt-basic .ttl {
    margin-bottom: 26px;
  }
  .benefits .txt-basic p {
    letter-spacing: -1px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1030px) {
  .benefits .txt-basic .ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .benefits .txt-basic .benefits-list {
    min-width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .benefits .txt-basic {
    width: 100%;
    padding-right: 0;
  }
}

.benefits > .img {
  float: right;
  width: 49.4%;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .benefits > .img {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
}

.benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px 0 50px;
}

@media screen and (max-width: 768px) {
  .benefits-list {
    margin: 40px 0;
  }
}

.benefits-list .item {
  width: 25%;
  position: relative;
  text-align: center;
  margin: 0 16px;
  letter-spacing: -1px;
}

@media screen and (max-width: 540px) {
  .benefits-list .item {
    width: 30%;
    margin: 0 7px;
  }
  .benefits-list .item:nth-child(1) {
    margin-left: 0;
  }
  .benefits-list .item:nth-child(3n) {
    margin-right: 0;
  }
}

.benefits-list .item .img {
  position: relative;
}

.benefits-list .item .img:before {
  content: "";
  width: 50%;
  height: 10px;
  background: #dedbd5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
}

.benefits-list .item:last-child .img:before {
  display: none;
}

.benefits-list .item span {
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .benefits-list .item span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 360px) {
  .benefits-list .item span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 769px) {
  .page-general .box_profile.style-02 {
    margin-bottom: 171px;
  }
  .page-general .box_profile.style-02 .heading-item {
    margin-bottom: 30px;
  }
  .page-general .box_profile.style-02 .ttl {
    padding-left: 5px;
    line-height: 1.4;
  }
  .page-general .box_profile.style-02 .content .txt-full {
    width: 57%;
    padding: 3px 11px;
    border: none;
    letter-spacing: -1px;
  }
  .page-general .section-beauty {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1301px) {
  .page-general .box_profile.style-02 {
    padding: 46px 120px 40px 115px;
  }
}

@media screen and (max-width: 768px) {
  .page-general .box_profile.style-02 .ttl {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .mtsp-30 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 361px) {
  .sp-ip5 {
    display: none;
  }
}

@media screen and (min-width: 991px) {
  .page-child .section-beauty {
    padding-bottom: 0;
  }
}

.box-list-dental {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  margin-bottom: 80px;
  border-bottom: 3px solid #d2d2d2;
}

@media screen and (max-width: 1500px) {
  .box-list-dental {
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  .box-list-dental {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    border-width: 0px;
  }
}

@media screen and (max-width: 768px) {
  .box-list-dental {
    margin: 0 -6px;
    padding-bottom: 15px;
  }
}

.box-list-dental .item {
  text-align: center;
  width: 12.5%;
  padding: 0 6px;
  position: relative;
  padding-bottom: 24px;
}

@media screen and (max-width: 1200px) {
  .box-list-dental .item {
    width: 25%;
    margin-bottom: 35px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .box-list-dental .item {
    width: 50%;
  }
}

.box-list-dental .item:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1200px) {
  .box-list-dental .item:before {
    display: none;
  }
}

.box-list-dental .item.bg-pink .number-teeth {
  color: #ff85b6;
}

.box-list-dental .item.bg-pink:before {
  background: #ff85b6;
}

.box-list-dental .item.bg-green .number-teeth {
  color: #a4d947;
}

.box-list-dental .item.bg-green:before {
  background: #a4d947;
}

.box-list-dental .item.bg-blue .number-teeth {
  color: #1cb4f3;
}

.box-list-dental .item.bg-blue:before {
  background: #1cb4f3;
}

.box-list-dental .item.bg-orange .number-teeth {
  color: #e8814e;
}

.box-list-dental .item.bg-orange:before {
  background: #e8814e;
}

.box-list-dental .item .year-old {
  display: block;
  font-weight: bold;
  color: #90939b;
  margin-bottom: 29px;
  font-family: "StdGothic";
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .box-list-dental .item .year-old {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.box-list-dental .item .year-old b {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .box-list-dental .item .year-old b {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.box-list-dental .item .avatar {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .box-list-dental .item .avatar {
    margin-bottom: 20px;
  }
}

.box-list-dental .item .avatar img {
  display: inline-block;
}

.box-list-dental .item .number-teeth {
  background: #fff;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1.25;
  padding: 6px 5px 8px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1500px) {
  .box-list-dental .item .number-teeth {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-list-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  padding-bottom: 45px;
}

@media screen and (max-width: 1500px) {
  .box-list-stage {
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .box-list-stage {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
}

.box-list-stage .item-stage {
  width: calc(100%/4 - 22.5px);
  margin-right: 30px;
  padding-right: 15px;
  padding-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .box-list-stage .item-stage {
    width: calc(100%/2 - 15px);
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .box-list-stage .item-stage {
    width: 100%;
    margin-right: 0;
    padding-right: 8px;
    padding-bottom: 8px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .box-list-stage .item-stage:last-child {
    margin-bottom: 0;
  }
}

.box-list-stage .item-stage:before {
  content: '';
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  position: absolute;
  top: 15px;
  right: 0px;
  background: #ff85b6;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .box-list-stage .item-stage:before {
    top: 8px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
}

.box-list-stage .item-stage:nth-child(2):before {
  background: #a4d947;
}

.box-list-stage .item-stage:nth-child(2) p {
  border-color: #a4d947;
}

@media screen and (max-width: 1200px) {
  .box-list-stage .item-stage:nth-child(2) {
    margin-right: 0;
  }
}

.box-list-stage .item-stage:nth-child(3):before {
  background: #1cb4f3;
}

.box-list-stage .item-stage:nth-child(3) p {
  border-color: #1cb4f3;
}

.box-list-stage .item-stage:nth-child(4) {
  margin-right: 0;
}

.box-list-stage .item-stage:nth-child(4):before {
  background: #e8814e;
}

.box-list-stage .item-stage:nth-child(4) p {
  border-color: #e8814e;
}

.box-list-stage .item-stage .content-stage {
  position: relative;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  z-index: 2;
  padding: 53px 12px 30px;
}

@media screen and (max-width: 768px) {
  .box-list-stage .item-stage .content-stage {
    padding: 30px 20px;
  }
}

.box-list-stage .item-stage .ttl-stage {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1.25px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .box-list-stage .item-stage .ttl-stage {
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-list-stage .item-stage .ttl-stage span {
  display: block;
  margin-top: 2px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .box-list-stage .item-stage .ttl-stage span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.box-list-stage .item-stage p {
  color: #483e3e;
  line-height: 1.72;
  padding-top: 25px;
  margin: 0 18px;
  letter-spacing: -0.7px;
  border-top: 1px solid #ff85b6;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .box-list-stage .item-stage p {
    padding-top: 15px;
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 991px) {
  .beauty-list02 {
    margin-top: 145px;
  }
}

.beauty-list02 .ttl-case .note b {
  font-size: 12px;
  font-size: 1.2rem;
}

.beauty-list02 .ttl-case .jp {
  line-height: 1.2;
}

.beauty-list02 .ttl-case .jp span {
  display: block;
  margin-bottom: 4px;
  margin-top: 9px;
  letter-spacing: -1.5px;
  line-height: 1.4;
  font-size: 23px;
  font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
  .beauty-list02 .ttl-case .jp span {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 991px) {
  .beauty-list02 .show-beauty {
    padding-bottom: 1px;
  }
}

.beauty-list02 .show-beauty .beauty-item .item .img img {
  width: 100%;
}

.beauty-list02 .show-beauty .beauty-item .item .txt-basic span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .beauty-list02 .show-beauty .beauty-item .item .txt-basic span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1201px) {
  .p30-pc {
    padding: 0 30px;
  }
}

@media screen and (min-width: 1201px) {
  .mbpc-76 {
    margin-bottom: 76px !important;
  }
}

.page-menu-type.page-denture .main-viusal-page .menu-ttl .ttl {
  bottom: 15px;
}

@media screen and (max-width: 768px) {
  .page-menu-type.page-denture .main-viusal-page .menu-ttl .ttl {
    font-size: 13px;
    font-size: 1.3rem;
    bottom: 10px;
    line-height: 1.2;
  }
}

.page-menu-type.page-denture .sec-message .ttl-col {
  width: 370px;
}

@media screen and (max-width: 768px) {
  .page-menu-type.page-denture .sec-message .ttl-col {
    width: 100%;
  }
}

.page-menu-type.page-denture .sec-message .txt-col .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 23px;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .page-menu-type.page-denture .sec-message .txt-col .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}

.page-menu-type.page-denture .sec-message .message-ttl span {
  padding-right: 10px;
}

.page-menu-type.page-denture .sec-menu-intro .item .ttl {
  font-size: 19px;
  font-size: 1.9rem;
  min-height: 58px;
  background: none;
}

@media screen and (max-width: 768px) {
  .page-menu-type.page-denture .sec-menu-intro .item .ttl {
    min-height: inherit;
  }
}

.page-menu-type.page-denture .sec-menu-intro .item .ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(60%, #f9ebbc));
  background: -o-linear-gradient(transparent 30%, #f9ebbc 60%);
  background: linear-gradient(transparent 30%, #f9ebbc 60%);
}

.page-menu-type.page-denture .step-box .step-bottom.mb {
  margin-bottom: 60px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .page-menu-type.page-denture .step-box .step-bottom.mb {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .page-menu-type.page-denture .step-box .step-bottom.mb {
    margin-bottom: 30px;
  }
}

.page-menu-type.page-denture .step-box .step-bottom .type-ttl {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  color: #e8814e;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page-menu-type.page-denture .step-box .step-bottom .type-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-menu-type.page-denture .step-box .item {
  position: relative;
}

.page-menu-type.page-denture .step-box .item .circle-ttl {
  position: absolute;
  top: -45px;
  left: 5px;
  background: #ffeb93;
  color: #e8814e;
  border-radius: 100px;
  width: 84px;
  height: 84px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .page-menu-type.page-denture .step-box .item .circle-ttl {
    font-size: 14px;
    font-size: 1.4rem;
    width: 74px;
    height: 74px;
    top: 10px;
    left: 10px;
  }
}

.page-menu-type.page-denture .step-box .item .circle-ttl02 {
  position: relative;
  z-index: 2;
  background: #ffeb93;
  color: #e8814e;
  border-radius: 100px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  margin: -20px 20px -20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page-menu-type.page-denture .step-box .item .circle-ttl02 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 0;
    line-height: 36px;
    margin-top: -18px;
  }
}

.page-menu-type.page-denture .step-box .item .ttl {
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .page-menu-type.page-denture .step-box .item .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-menu-type.page-denture .step-box .item .ttl span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .page-menu-type.page-denture .step-box .item .ttl span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=maps/styles.css.map */
