@charset "utf-8";
/******************************************************************
Theme Name: ortho-design ver.2022
Theme URI: https://ortho-design.jp/
Description: たい矯正歯科｜採用サイト様用に作成されたオリジナルテーマです。
Version: 1.0.0
Author: RESTA
Author URI: https://resta.jp/
******************************************************************/
/*-------------------------------------------------------------
 ▼グリッドデザイン
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.area {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media print,screen and (min-width: 576px) {
  .area {
    max-width: 540px;
  }
}
@media print,screen and (min-width: 768px) {
  .area {
    max-width: 720px;
  }
}
@media print,screen and (min-width: 992px) {
  .area {
    max-width: 960px;
  }
}
@media print,screen and (min-width: 1200px) {
  .area {
    max-width: 1140px;
  }
}
.area-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,.row:after {
  width:0px;
}
.no-padding {
  margin-right: 0;
  margin-left: 0;
}
.no-padding > .grid, .no-padding > [class*="grid-"] {
  padding-right: 0;
  padding-left: 0;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid, .grid-auto, .grid-s-1, .grid-s-2, .grid-s-3, .grid-s-4, .grid-s-5, .grid-s-6, .grid-s-7, .grid-s-8, .grid-s-9, .grid-s-10, .grid-s-11, .grid-s-12, .grid-s, .grid-s-auto,.grid-m-1, .grid-m-2, .grid-m-3, .grid-m-4, .grid-m-5, .grid-m-6, .grid-m-7, .grid-m-8, .grid-m-9, .grid-m-10, .grid-m-11, .grid-m-12, .grid-l-1, .grid-l-2, .grid-l-3, .grid-l-4, .grid-l-5, .grid-l-6, .grid-l-7, .grid-l-8, .grid-l-9, .grid-l-10, .grid-l-11, .grid-l-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.grid {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-12 {
  -ms-flex-order: 12;
  order: 12;
}
.space-0,.space-1,.space-2,.space-3,.space-4,.space-5,.space-6,.space-7,.space-8,.space-9,.space-10,.space-11 {
  margin-left: 0;
}
@media print,screen and (min-width: 576px) {
  .grid-s {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .grid-s-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .grid-s-1 {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .grid-s-2 {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .grid-s-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-s-4 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .grid-s-5 {
    -ms-flex: 0 0 41.6666%;
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .grid-s-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-s-7 {
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .grid-s-8 {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .grid-s-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-s-10 {
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .grid-s-11 {
    -ms-flex: 0 0 91.6666%;
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .grid-s-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sort-s-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .sort-s-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .sort-s-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .sort-s-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .sort-s-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .sort-s-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .sort-s-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .sort-s-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .sort-s-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .sort-s-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .sort-s-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .sort-s-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .sort-s-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .sort-s-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .sort-s-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media print,screen and (min-width: 768px) {
  .grid-m {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .grid-m-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .grid-m-1 {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .grid-m-2 {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .grid-m-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-m-4 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .grid-m-5 {
    -ms-flex: 0 0 41.6666%;
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .grid-m-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-m-7 {
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .grid-m-8 {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .grid-m-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-m-10 {
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .grid-m-11 {
    -ms-flex: 0 0 91.6666%;
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .grid-m-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sort-m-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .sort-m-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .sort-m-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .sort-m-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .sort-m-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .sort-m-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .sort-m-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .sort-m-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .sort-m-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .sort-m-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .sort-m-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .sort-m-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .sort-m-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .sort-m-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .sort-m-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .space-1 {
    margin-left: 8.3333%;
  }
  .space-2 {
    margin-left: 16.6666%;
  }
  .space-3 {
    margin-left: 25%;
  }
  .space-4 {
    margin-left: 33.3333%;
  }
  .space-5 {
    margin-left: 41.6666%;
  }
  .space-6 {
    margin-left: 50%;
  }
  .space-7 {
    margin-left: 58.3333%;
  }
  .space-8 {
    margin-left: 66.6666%;
  }
  .space-9 {
    margin-left: 75%;
  }
  .space-10 {
    margin-left: 83.3333%;
  }
  .space-11 {
    margin-left: 91.6666%;
  }
}
@media print,screen and (min-width: 992px) {
  .grid-l {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .grid-l-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .grid-l-1 {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .grid-l-2 {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .grid-l-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-l-4 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .grid-l-5 {
    -ms-flex: 0 0 41.6666%;
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .grid-l-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-l-7 {
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .grid-l-8 {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .grid-l-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-l-10 {
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .grid-l-11 {
    -ms-flex: 0 0 91.6666%;
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .grid-l-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sort-l-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .sort-l-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .sort-l-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .sort-l-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .sort-l-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .sort-l-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .sort-l-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .sort-l-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .sort-l-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .sort-l-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .sort-l-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .sort-l-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .sort-l-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .sort-l-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .sort-l-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media print,screen and (min-width: 576px) {
  .d-s-none {
    display: none !important;
  }
  .d-s-inline {
    display: inline !important;
  }
  .d-s-inline-block {
    display: inline-block !important;
  }
  .d-s-block {
    display: block !important;
  }
  .d-s-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-s-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print,screen and (min-width: 768px) {
  .d-m-none {
    display: none !important;
  }
  .d-m-inline {
    display: inline !important;
  }
  .d-m-inline-block {
    display: inline-block !important;
  }
  .d-m-block {
    display: block !important;
  }
  .d-m-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-m-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print,screen and (min-width: 992px) {
  .d-l-none {
    display: none !important;
  }
  .d-l-inline {
    display: inline !important;
  }
  .d-l-inline-block {
    display: inline-block !important;
  }
  .d-l-block {
    display: block !important;
  }
  .d-l-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-l-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/*-------------------------------------------------------------
 ▼共通デザイン（モバイル向け）
 --------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: var(--black);
  font-family: 'Zen Maru Gothic', "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", 游ゴシック, YuGothic, Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  word-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  left: 0;
}
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.image.fit {
  width: 100%;
  box-sizing: content-box;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
iframe {
  width: 100%;
  height: 300px;
  border: none;
}
.entry-no-title{
  display: none;
}
a {
  color: var(--black);
  background: transparent;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a, a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-word-wrap: break-word;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  word-wrap: break-word;
  margin-top: 20px;
  margin-bottom: 0;
}
dd {
  margin: 0;
}
ol, ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
h1 {
  display: none;
}
h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
}
h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
h2, .h2 {
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0;
}
h3, .h3 {
  font-size: 1.4em;
  font-weight: 600;
  margin: 0;
}
h4, .h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0;
}
h5, .h5 {
  font-size: 1em;
  font-weight: 600;
  line-height: 2em;
  text-transform: uppercase;
  margin: 0;
}
.h-100 {
  height: 100%;
}
.l-flo {
  float: left;
}
.r-flo {
  float: right;
}
.clear-box {
  clear: both;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.sp-left {
  text-align: left;
}
.text70 {
  font-size: 70%;
}
.text80 {
  font-size: 80%;
}
.text90 {
  font-size: 90%;
}
.text100 {
  font-size: 100%;
}
.italic {
  font-style: italic;
}
.b {
  font-weight: 600;
}
.u {
  text-decoration: underline;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.documents {
  margin-top: 40px;
}
.documents-under {
  margin-bottom: 40px;
}
.documents.lg-h {
  margin-top: 80px;
}
.documents-under.lg-h {
  margin-bottom: 80px;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
.middle-none{
  display: none;
}
.relative-box {
  position: relative;
}
/****** カラー設定 ******/
:root {
  --black: #4F4844;
  --black02: rgba(0, 0, 0, .5);
  --black03: #333;
  --brown01: #EBE8E3;
  --brown02: #BCB2A4;
  --brown03: #A2917B;
  --brown04: #877E77;
  --brown05: #D7D1C8;
  --brown06: #DDD8D0;
  --brown07: #E4E0DA;
  --brown08: #473622;
  --gray01: #ccc;
  --gray02: #666;
  --gray03: #e8e8e8;
  --gray04: #3E3E3E;
  --gray05: #EAEAEA;
  --red: #ff0000;
  --green: #4B7746;
  --white: #fff;
  --yellow: #DFB647;
}
.main-color {
  color: var(--brown01);
}
.main-color-bg {
  background-color: var(--brown01);
}
.sub-color {
  color: var(--brown02);
}
.sub-color-bg {
  background-color: var(--black);
}
.white {
  color: var(--white);
}
.white-bg {
  background-color: var(--white);
}
.accent-color {
  color: var(--yellow);
}
/****** パンくず設定 ******/
#breadcrumb {
  font-size: 60%;
  margin: 7px auto;
  display: flex;
  align-items: center;
}
#breadcrumb ol {
  margin: 0;
}
#breadcrumb ol li {
  float: left;
  margin-left: 0.5em;
}
#breadcrumb ol li:first-child {
  margin-left: 0;
}
#breadcrumb li a {
  text-decoration: none;
}
#breadcrumb ol li a::after {
  color: var(--gray04);
  content: "＞";
  display: inline-block;
  line-height: 1.7;
  margin-left: 5px;
}
#breadcrumb ol li a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

/****** ページトップに戻るボタン設定 ******/
#page-top {
  display: none;
  position: fixed;
  right: 10px;
  z-index: 99999;
  cursor: pointer;
  bottom: 60px;
}
#page-top a {
  background-repeat: no-repeat;
  text-decoration: none;
  width: 42px;
  height: 42px;
  line-height: 41px;
  display: block;
}

/****** 画面固定ボタン設定 ******/
.fixed-button ul{
  display: none;
}
.fixed-button-sp .fixed-button-parts{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.fixed-button-sp .fixed-button-parts ul{
  display: flex;
}
.fixed-button-sp .fixed-button-parts ul li{
  width: calc(100% / 2);
}
.parts-bg-y{
  background-color: var(--yellow);
  display: block;
  padding: 10px;
}
.parts-bg-g{
  background-color: var(--green);
  display: block;
  padding: 10px;
}

/****** form設定 ******/
::placeholder {
  color: var(--gray01);
}
input[type="text"], input[type="email"] {
  display: block;
  padding: 10px 2%;
  font-size: 14px;
  color: var(--black03);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--gray01);
}
textarea {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black03);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--gray01);
}
select {
  width: auto;
  max-width: 97%;
  border: 1px solidvar(--gray01);
  padding: 10px 2%;
}
.asterisk {
  color: var(--red);
}
.birth input[type="text"] {
  width: auto;
  display: inline-block;
  margin-right: 1em;
}
.searchform {
  position: relative;
}
input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black03);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 85%;
  border: 1px solid var(--gray01);
  float: left;
  margin-right: 5px;
  border-radius: 3px;
}
.searchform button {
  height: 38px;
  width: 13%;
}
.form-box {
  padding: 20px;
  border-radius: 20px;
}
.form-box-ttl {
  font-size: 1em;
}
.form-box-tel {
  padding-left: 30px;
}
.form-box-mail {
  padding-left: 40px;
  letter-spacing: 0;
  word-break: break-all;
}
.form-box-tel, .form-box-mail {
  position: relative;
}
.form-box-tel, .form-box-mail {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.5;
}
.form-box-tel::before, .form-box-mail::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-box-tel::before {
  width: 20px;
  height: 28px;
  background-image: url(./library/images/tai/svg/icn-tel2.svg);
}
.form-box-mail::before {
  transform: translateY(-40%);
  width: 27px;
  height: 23.29px;
  background-image: url(./library/images/tai/svg/icn-mail2.svg);
}
.contact-form p {
  font-weight: 600;
}
.birth-box {
  display: flex;
  align-items: center;
  width: 100%;
}
.birth-box:first-child {
  width: 30%;
}
select {
  font-size: 1em;
  background-color: var(--gray05);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  resize: vertical;
}
.selest-cat {
  display: inline-block;
  position: relative;
}
.birth-box select {
  width: 60%;
}
.birth-box .selest-cat {
  width: calc(100% / 3);
}
/* .selest-cat::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: var(--green) transparent transparent transparent;
} */
.mw_wp_form_confirm .selest-cat::after{
  display: none;
}
.birth-box .selest-cat::after {
  right: 43%;
}
.form-table th {
  width: 40%;
  text-align: left;
  vertical-align: middle;
}
.form-table th, .form-table td {
  padding: 10px 0;
}
.form-table select {
  padding: 15px 40px 15px 0.8em;
}
.calender {
  position: relative;
}
/* .calender::after {
  content: "";
  position: absolute;
  top: 29px;
  transform: translateY(-50%);
  right: 10px;
  width: 15px;
  height: 15px;
  background-image: url(./library/images/tai/svg/icn-calender.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */
.mw_wp_form_confirm .calender::after{
  display: none;
}
/****** 404設定 ******/
#not-found .searchform {
  position: relative;
}
#not-found input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--gray02);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 85%;
  border: 1px solid var(--gray02);
  float: left;
  margin-right: 5px;
  border-radius: 3px;
}
#not-found button {
  height: 38px;
  width: 13%;
  cursor: pointer;
}
#not-found button::before, #post-not-found button::before {
  content: " ";
  background-image: url(./library/images/search.svg);
  display: inline-block;
  width: 23px;
  height: 22px;
  background-repeat: no-repeat;
}
#not-found ul, #post-not-found ul {
  list-style-type: decimal;
  margin-left: 15px;
}
#not-found ul.children, #post-not-found ul.children {
  list-style-type: disc;
}

/****** header設定 ******/
.sp-nav-wrap {
  display: block;
}
#pc-menu {
  display: none;
}
#gnav {
  position: relative;
  height: auto;
  min-height: 55px;
}
.logo img {
  position: absolute;
  left: 0;
  height: 30px;
  top: 15px;
  left: 10px;
}
.sp-nav-insta {
  position: absolute;
  right: 60px;
  top: 12px;
}
.sp-nav-insta img {
  width: 30px;
  height: 30px;
}
#nav-toggle {
  cursor: pointer;
  height: 36px;
  width: 40px;
  display: none;
  float: right;
  padding: 3px 10px 3px 0;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--black);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle {
  display: block;
}
#nav-toggle span:nth-child(1) {
  top: 11px;
}
#nav-toggle span:nth-child(2) {
  top: 22px;
}
#nav-toggle span:nth-child(3) {
  top: 33px;
}
.open #nav-toggle span:nth-child(1) {
  top: 22px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 22px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.accordion {
  width: 100%;
  height: 56px;
  line-height: 50px;
  color: var(--gray02);
  background-color: var(--brown01);
  display: block;
  cursor: pointer;
}
#toggle{
  display: none;
}
#toggle ul {
  margin: 0;
  background-color: var(--white);
}
#toggle a {
  display: block;
  height: 50px;
  padding-top: 15px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
#toggle .sub-menu a {
  height: 50px;
  padding: 0;
  font-weight: normal;
  line-height: 50px;
  border-bottom: 1px dotted var(--gray02);
}
#sp-menu {
  position: fixed;
  top: 56px;
  height: 100%;
  min-height: auto;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 106px;
}
#sp-menu .global-nav .sub-menu{
  display: none;
}
#sp-menu .global-nav .sub-menu.active{
  display: block;
}
.sp-menu-link-site {
  padding: 15px 30px;
  background-color: var(--white);
}

#sp-menu .global-nav ul#menu-sp-menu > li.sp-menu-open {
  position: relative;
}
#sp-menu .global-nav ul#menu-sp-menu > li .accordion_icon {
  margin-top: 0;
  display: block;
  transition: all .4s;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  cursor: pointer;
}
#sp-menu .global-nav ul#menu-sp-menu > li .accordion_icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 7px;
  height: 7px;
  margin: auto 5px;
  border-top: 2px solid var(--gray04);
  border-right: 2px solid var(--gray04);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* #sp-menu .global-nav ul#menu-sp-menu > li .accordion_icon.sp-menu-close {
  background-color: var(--white);
} */
#sp-menu .global-nav ul#menu-sp-menu > li .accordion_icon.sp-menu-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.top-sliderbox-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
}
.top-sliderbox-inner.third-sp{
  top: 20%;
  left: 72%;
}
.top-sliderbox-inner-ttl {
  font-size: 1.8em;
  color: var(--white);
  text-shadow: 0 0 10px rgb(0 0 0 / 100%);
}
.top-sliderbox-inner-ttl-small {
  font-size: 62%;
}
.top-sliderbox-inner-ttl-big {
  font-size: 135%;
  font-weight: bold;
  color: var(--green);
}
.front-box {
  position: relative;
  padding-top: 56px;
}
.front-box-topic {
  display: flex;
  justify-content: center;
  letter-spacing: 4px;
}
.front-box-topic-recruit {
  padding: .75em;
  color: var(--white);
  background-color: var(--brown02);
  border: 4px solid var(--white);
  text-align: center;
}
.front-box-topic-congratulation-ttl {
  position: relative;
  padding: 0.5em 1em;
  text-align: center;
  border: 4px solid var(--white);
  background: var(--green);
  color: var(--white);
  font-size: .7em;
  line-height: 3;
}
.front-box-topic-congratulation-ttl::before, .front-box-topic-congratulation-ttl::after, .front-box-topic-congratulation-ttl span::before {
  content: "";
  position: absolute;
}
.front-box-topic-congratulation-ttl::before {
  top: -35px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border: 4px solid var(--white);
  border-radius: 50%;
  background: var(--green);
}
.front-box-topic-congratulation-ttl::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--green);
}
.front-box-topic-congratulation-ttl .front-box-topic-congratulation-ttl-border {
  padding-top: 35px;
}
.front-box-topic-congratulation-ttl .front-box-topic-congratulation-ttl-border::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 24px;
  background-image: url(./library/images/tai/svg/icn-bouquet.svg);
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
}
.front-box-topic-congratulation-ttl-border {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--white);
}
.front-box-topic-congratulation-ttl span {
  position: relative;
  z-index: 1;
}
.front-box-topic-congratulation, .front-box-topic-recruit {
  width: calc(100%/3);
}
.front-box-topic-recruit-ttl {
  font-size: .7em;
}
.front-box-topic-recruit-ttl-border {
  position: relative;
  font-size: 14px;
  padding-left: 20px;
}
.front-box-topic-recruit-ttl-border::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 10px;
  height: 1px;
  border-top: 1px solid var(--white);
}
.front-box-logo {
  padding: 40px 15px;
  background-color: var(--white);
  z-index: 1;
}
.front-box-logo img {
  width: 200px;
}
.front-box-logo-text {
  margin-top: 10px;
  color: var(--brown08);
}
.front-box-logo-documents {
  margin-top: 40px;
}
.front-box-logo .front-box-logo-documents img {
  width: 28px;
}
.page-header {
  position: relative;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 56px;
}
.page-header.header-img01 {
  background-image: url(../../../wp-content/uploads/2022/05/page-header01.jpg);
}
.page-header.header-img02 {
  background-image: url(../../../wp-content/uploads/2022/05/page-header02.jpg);
}
.page-header.header-img03 {
  background-image: url(../../../wp-content/uploads/2022/05/page-header03.jpg);
}
.page-header.header-img04 {
  background-image: url(../../../wp-content/uploads/2022/06/page-header04.jpg);
}
.page-header.header-img05 {
  background-image: url(../../../wp-content/uploads/2022/05/page-header05.jpg);
}
.page-header.header-img06 {
  background-image: url(../../../wp-content/uploads/2022/05/page-header06.jpg);
}
.page-header.header-img07 {
  background-image: url(../../../wp-content/uploads/2022/06/page-header07.jpg);
}
.page-header-box-link {
  display: flex;
  align-items: center;
}
.page-header-box-link .insta-logo {
  margin-right: 20px;
  width: 35px;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
/****** footer設定 ******/
.insta-banner-txt {
  position: relative;
  padding-left: 25px;
  padding-right: 15px;
  font-size: 14px;
}
.insta-banner-txt::before, .insta-banner-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 75px;
  height: 1px;
  background-color: var(--black);
}
.insta-banner-txt::before{
  left: -30px;
  -webkit-transform: rotate(80deg);
  transform: rotate(80deg);
}
.insta-banner-txt::after {
  right: -30px;
  -webkit-transform: rotate(100deg);
  transform: rotate(100deg);
}
.footer-contact-box {
  padding: 20px;
}
.footer-contact-box .sub-ttl {
  font-size: 1.25em;
  line-height: 1.5;
}
.footer-contact-box-inner-tel, .footer-contact-box-inner-mail {
  position: relative;
  padding-left: 35px;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2;
}
.footer-contact-box-inner-tel::before, .footer-contact-box-inner-mail::before {
  content: "";
  position: absolute;
  top: 13px;
  transform: translateY(-50%);
  left: 0;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-contact-box-inner-tel::before {
  background-image: url(./library/images/tai/svg/icn-tel.svg);
}
.footer-contact-box-inner-mail::before {
  background-image: url(./library/images/tai/svg/icn-mail.svg);
}
.footer-contact-box-inner-tel span {
  display: inline-block;
  font-size: 14px;
}
.footer-contact-box-inner-img {
  padding-top: 20px;
}
.footer {
  background-color: var(--brown01);
}
.footer-logo {
  display: inline-block;
}
.footer-logo img{
  width: 75%;
}
.footer-logo-text {
  font-size: 21px;
  line-height: 1;
  color: var(--brown08);
}
.footer-info {
  display: none;
}
.footer-menu {
  padding: 20px 0 0 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2;
}
.footer-menu .sub-menu {
  font-size: 12px;
  font-weight: 400;
}
.footer-menu .sub-menu li a {
  position: relative;
  padding-left: 9px;
}
.footer-menu .sub-menu li a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 1px;
  background-color: var(--black);
}
.footer-menu-item {
  font-size: 12px;
}
.footer-txt {
  font-size: 0.75em;
}
.copyright {
  font-size: 0.75em;
  padding: 0.25em 0;
}
/****** table設定 ******/
table {
  border-collapse: collapse;
  width: 100%;
}
.recruit-table tr {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid var(--brown02);
}
.recruit-table th, .recruit-table td {
  width: 100%;
  display: inline-block;
  padding: 20px 0;
  letter-spacing: 4px;
}
.recruit-table th {
  text-align: left;
}
.recruit-table th + td {
  padding-top: 0;
}
.system-table tr {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid var(--brown02);
}
.system-table th, .system-table td {
  padding: 10px 20px;
  display: inline-block;
  min-width: 30%;
}
.system-table th {
  text-align: left;
}
/****** ボタン設定 ******/
.main-btn {
  background: var(--green);
  color: var(--white);
  display: inline-block;
  padding: 10px 35px 10px 15px;
  position: relative;
  font-weight: 600;
}
.main-btn::before, .main-btn::after, .form-btn::before, .form-btn::after {
  content: "";
  position: absolute;
}
.main-btn::before {
  width: 36px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  background-color: var(--black);
}
.main-btn::after {
  width: 9px;
  height: 2px;
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(45deg);
  right: -18px;
  background-color: var(--black);
}
.main-btn.green-btn{
  padding: 15px 35px 15px 15px;
  font-size: 14px;
}
.entry-btn {
  background-color: var(--yellow);
  color: var(--black);
  padding: 1.2em 3em;
  font-size: 1.25em;
}
.entry-btn span {
  position: relative;
}
.entry-btn span::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -15px;
  width: 12px;
  height: 12px;
  background-image: url(./library/images/tai/svg/accent.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.right-btn {
  text-align: center;
}
.form-btn {
  position: relative;
  display: inline-block;
}
.form-btn::before {
  width: 36px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  background-color: var(--black);
  z-index: 1;
}
.form-btn::after {
  width: 9px;
  height: 2px;
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(45deg);
  right: -18px;
  background-color: var(--black);
}
.form-btn input[type="submit"] {
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1em;
}
/****** front設定 ******/
.main-ttl span {
  position: relative;
  color: var(--brown03);
  padding-left: 50px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}
.main-ttl span::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 1px;
  border-top: 1px solid var(--brown03);
}
.sub-ttl {
  position: relative;
  padding-left: 35px;
}
.sub-ttl::before {
  content: "";
  position: absolute;
  top: 20px;
  transform: translateY(-50%);
  left: 0;
  border-top: 1px solid var(--black);
  width: 25px;
  height: 1px;
}
.feature-box-txt {
  position: relative;
  margin-top: 40px;
}
.feature-box-txt:before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 80px;
  height: 75px;
  background-image: url(./library/images/tai/svg/feature-img.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#appeal{
  padding-top: 30px;
  margin-top: -30px;
}
.appeal-bg {
  background: linear-gradient(to bottom, transparent 0%, transparent 20%, var(--brown01) 20%, var(--brown01) 100%);
}
.appeal-box {
  padding: 0 15px;
}
.appeal-box-txt {
  margin-top: 40px;
}
.appeal-item {
  position: relative;
  padding-bottom: 160px;
  padding-top: 40px;
}
.appeal-item::before, .appeal-item::after {
  content: "";
  position: absolute;
}
.appeal-item::before {
  right: 15px;
  top: 0;
  width: 90px;
  height: 126px;
  background-image: url(./library/images/tai/appeal-tree.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.appeal-item::after {
  left: 15px;
  bottom: 0;
  width: 130px;
  height: 140px;
  background-image: url(./library/images/tai/appeal-person.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.appeal-item-box,.appeal-item-box-2 {
  padding: 15px;
  border-radius: 10px;
  background-color: var(--white);
}
#dental-hygienist-front{
  padding-top: 30px;
  margin-top: -30px;
}
.interview-box {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.interview-box::before {
  content: "";
  position: absolute;
  top: -2em;
  right: 15px;
  width: 80px;
  height: 110px;
  background-image: url(./library/images/tai/flower01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.interview-box-txt {
  padding: 40px 0 0;
}
.interview-dentist, #interview-dental-hygienist .interview-dentist {
  position: relative;
  padding-bottom: 190px;
  padding-top: 40px;
}
.interview-dentist::after, #dental-hygienist .interview-dentist::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(-25%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.interview-dentist::after {
  width: 185px;
  height: 170px;
  background-image: url(./library/images/tai/interview-person01.png);
}
#dental-hygienist-front .interview-dentist::after {
  left: 33%;
  width: 140px;
  height: 170px;
  background-image: url(./library/images/tai/interview-person02.png);
}
.person-img, .flow-box-img {
  text-align: center;
}
.person-img img, .flow-box-img img {
  width: 60%;
}
.person-img img {
  padding-bottom: 40px;
}
.interview-dentist-name, .interview-dentist-q, #interview-dental-hygienist .interview-dentist-name {
  line-height: 1.2;
  font-weight: 600;
}
.interview-dentist-q {
  margin-top: 30px;
}
.interview-dentist-name span, #interview-dental-hygienist .interview-dentist-name span {
  font-size: 14px;
}
.schedule {
  position: relative;
  display: flex;
  flex-direction: column;
}
.schedule::after {
  content: "";
  position: absolute;
  top: 0;
  left: 13px;
  width: 3px;
  height: 100%;
  background-color: var(--black);
  z-index: -1;
}
.last.schedule::after {
  height: 60px;
}
.last.schedule .schedule-box {
  padding-top: 40px;
}
.schedule-box {
  padding-left: 40px;
}
.schedule-box + .schedule-box {
  margin-top: 40px;
}
.schedule-box-left, .schedule-box-right {
  position: relative;
  background-color: var(--brown01);
  padding: 15px;
}
.schedule-box-ttl {
  position: relative;
  line-height: 1.2;
}
.schedule-box-left::before, .schedule-box-right::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -40px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.clock-6_00.schedule-box-left::before {
  background-image: url(./library/images/tai/svg/clock-6-00.svg);
}
.clock-7_00.schedule-box-left::before {
  background-image: url(./library/images/tai/svg/clock-7-00.svg);
}
.clock-8_30.schedule-box-left::before, .clock-8_30.schedule-box-right::before {
  background-image: url(./library/images/tai/svg/clock-8-30.svg);
}
.clock-9_00.schedule-box-left::before, .clock-9_00.schedule-box-right::before {
  background-image: url(./library/images/tai/svg/clock-9-00.svg);
}
.clock-9_30.schedule-box-left::before, .clock-9_30.schedule-box-right::before {
  background-image: url(./library/images/tai/svg/clock-9-30.svg);
}
.clock-10_00.schedule-box-left::before {
  background-image: url(./library/images/tai/svg/clock-10-00.svg);
}
.clock-11_00.schedule-box-left::before {
  background-image: url(./library/images/tai/svg/clock-11-00.svg);
}
.clock-12_00.schedule-box-left::before, .clock-12_00.schedule-box-right::before {
  background-image: url(./library/images/tai/svg/clock-12-00.svg);
}
.clock-12_20.schedule-box-right::before {
  background-image: url(./library/images/tai/svg/clock-12-20.svg);
}
.clock-12_30.schedule-box-left::before {
  background-image: url(./library/images/tai/svg/clock-12-30.svg);
}
.clock-13_00.schedule-box-right::before {
  background-image: url(./library/images/tai/svg/clock-13-00.svg);
}
.clock-13_20.schedule-box-left::before {
  background-image: url(./library/images/tai/svg/clock-13-20.svg);
}
.clock-13_30.schedule-box-right::before {
  background-image: url(./library/images/tai/svg/clock-13-30.svg);
}
.clock-14_30.schedule-box-left::before, .clock-14_30.schedule-box-right::before {
  background-image: url(./library/images/tai/svg/clock-14-30.svg);
}
.clock-15_00.schedule-box-left::before {
  background-image: url(./library/images/tai/svg/clock-15-00.svg);
}
.clock-16_00.schedule-box-left::before {
  background-image: url(./library/images/tai/svg/clock-16-00.svg);
}
.clock-17_30.schedule-box-left::before, .clock-17_30.schedule-box-right::before {
  background-image: url(./library/images/tai/svg/clock-17-30.svg);
}
.clock-17_40.schedule-box-right::before {
  background-image: url(./library/images/tai/svg/clock-17-40.svg);
}
.clock-18_00.schedule-box-left::before {
  background-image: url(./library/images/tai/svg/clock-18-00.svg);
}
.clock-18_15.schedule-box-left::before {
  background-image: url(./library/images/tai/svg/clock-18-15.svg);
}
.clock-19_00.schedule-box-left::before {
  background-image: url(./library/images/tai/svg/clock-19-00.svg);
}
.clock-19_15.schedule-box-left::before {
  background-image: url(./library/images/tai/svg/clock-19-15.svg);
}
.clock-19_30.schedule-box-left::before {
  background-image: url(./library/images/tai/svg/clock-19-30.svg);
}
.clock-20_00.schedule-box-left::before, .clock-20_00.schedule-box-right::before {
  background-image: url(./library/images/tai/svg/clock-20-00.svg);
}
.clock-20_30.schedule-box-left::before {
  background-image: url(./library/images/tai/svg/clock-20-30.svg);
}
.clock-21_00.schedule-box-left::before {
  background-image: url(./library/images/tai/svg/clock-21-00.svg);
}
.clock-21_30.schedule-box-right::before {
  background-image: url(./library/images/tai/svg/clock-21-30.svg);
}
.clock-22_00.schedule-box-left::before, .clock-22_00.schedule-box-right::before {
  background-image: url(./library/images/tai/svg/clock-22-00.svg);
}
.schedule-box-txt {
  margin-top: 10px;
}
.film-box {
  background-color: var(--white);
  box-shadow: 0 3px 10px var(--black02);
}
.film-box img {
  margin-bottom: 10px;
}
.schedule-box-photo {
  background-color: var(--white);
  border: 1px solid var(--brown03);
  margin-top: 15px;
  padding: 15px;
}
.schedule-box-photo {
  position: relative;
}
.schedule-box-photo::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 125px;
  height: 30px;
  background-image: url(./library/images/tai/svg/tape.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.schedule-box-photo img {
  padding-top: 15px;
}
.main-color-margin {
  padding-top: 40px;
  padding-bottom: 80px;
}
.message-box {
  position: relative;
  border: 1px solid var(--brown02);
  padding: 20px;
  margin-top: 20px;
}
.message-box-ttl {
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  background-color: var(--brown01);
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2;
  text-align: center;
}
.message-box-ttl span {
  font-size: 14px;
  letter-spacing: 0.6em;
}
.message-box-inner img {
  width: 60%;
}
.message-box-inner-txt {
  background-color: var(--brown06);
  border-radius: 20px;
  padding: 10px;
}
.recruit, .flow {
  position: relative;
}
.recruit::before, .flow::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 2em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.recruit::before {
  width: 62px;
  height: 80px;
  background-image: url(./library/images/tai/leaf.png);
}
.btn_area {
  display: flex;
}
.tab_btn {
  width: calc(100% / 2);
  background-color: var(--brown05);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  margin: 0;
  height: 45px;
  line-height: 45px;
  border-radius: 20px 20px 0 0;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 4px;
}
.tab_btn.active {
  background-color: var(--brown03);
}
.tab_box .tab_btn + .tab_btn {
  margin-left: 6px;
}
#recruit .panel_area {
  border-top: 1px solid var(--brown02);
}
.tab_box .tab_panel {
  display: none;
}
.tab_box .tab_panel.active {
  display: block;
}
.flow::before {
  width: 70px;
  height: 80px;
  background-image: url(./library/images/tai/house.png);
}
.flow-box {
  align-items: center;
}
.flow-box-ttl {
  position: relative;
  padding-left: 60px;
}
.flow-box-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 47px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.flow-box-ttl.number01::before {
  background-image: url(./library/images/tai/svg/number01.svg);
}
.flow-box-ttl.number02::before {
  background-image: url(./library/images/tai/svg/number02.svg);
}
.flow-box-ttl.number03::before {
  background-image: url(./library/images/tai/svg/number03.svg);
}
.congratulation-box {
  position: relative;
  padding: 40px 30px;
}
.congratulation-box::before, .congratulation-box::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.congratulation-box::before {
  top: -10px;
  left: -10px;
  width: 50px;
  height: 64px;
  background-image: url(./library/images/tai/svg/flower02.svg);
}
.congratulation-box::after {
  bottom: -10px;
  right: -10px;
  width: 55px;
  height: 50px;
  background-image: url(./library/images/tai/svg/flower03.svg);
}
.congratulation-box-ttl {
  font-size: 2.2em;
}
.congratulation-box-ttl span {
  position: relative;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.5;
}
.congratulation-box-ttl span::before, .congratulation-box-ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 9px;
  height: 1px;
  background-color: var(--yellow);
}
.congratulation-box-ttl span::before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.congratulation-box-ttl span::after {
  right: 0;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.congratulation-box-text {
  font-size: 18px;
  color: var(--yellow);
}
#works-box {
  padding: 0 15px;
}
#works-box .bx-wrapper {
  max-width: 100% !important;
}
#works-box .bxslider {
  display: flex;
}
.works-box-slider {
  position: relative;
}
.works-box-slider-ttl {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: .2em 15px;
  background-color: var(--brown02);
  color: var(--white);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
/****** page設定 ******/
#interview-dentist-page .btn_area, #dental-hygienist-interview-page .btn_area, #system-page .btn_area {
  text-align: center;
}
#interview-dentist-page .tab_btn, #dental-hygienist-interview-page .tab_btn, #system-page .tab_btn {
  height: 92px;
  padding: 0.5em 1px;
  line-height: .7;
  width: calc(100% / 4);
}
#interview-dentist-page .tab_btn img, #dental-hygienist-interview-page .tab_btn img, #system-page .tab_btn img {
  height: 50px;
  vertical-align: middle;
}
#interview-dentist-page .tab_btn p, #dental-hygienist-interview-page .tab_btn p, #system-page .tab_btn p {
  display: inline-block;
  margin-top: 0;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1.2;
}
#interview-dentist-page .tab_btn.active p, #dental-hygienist-interview-page .tab_btn.active p, #system-page .tab_btn.active p {
  border-bottom: 1px solid var(--white);
}
.tab-career {
  font-size: 10px;
  display: block;
  line-height: 1.7;
  color: var(--black);
}
.interview-dentist-img {
  margin-top: 30px;
  text-align: center;
}
.interview-dentist-img img {
  width: 60%;
}
.system-ttl-box {
  position: relative;
}
.system-ttl-box::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: -120px;
  width: 114px;
  height: 120px;
  background-image: url(./library/images/tai/system-img01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#system-page .main-color-margin {
  padding-top: 0;
}
.system-about-box {
  padding: 15px;
  border-radius: 20px;
}
/* #dental-hygienist-interview-page .tab_btn, #system-page .tab_btn {
  height: 70px;
  padding: 0;
  line-height: 65px;
} */
#system-page .tab_panel-inner {
  padding-top: 40px;
}
.guidance-dental-hygienist{
  position: relative;
}
.guidance-dental-hygienist::after{
  content: "";
  background-image: url(./library/images/tai/leaf.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 128px;
  position: absolute;
  bottom: -14%;
  right: 1%;
}
.guidance-schedule {
  padding: 20px;
}
.guidance-schedule-ttl {
  margin-top: 40px;
}
.guidance-schedule-box-img {
  margin-left: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
}
.guidance-schedule-box-img img {
  padding: 10px;
}
.guidance-schedule-box {
  position: relative;
}
.guidance-schedule-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  width: 2px;
  height: 100%;
  background-color: var(--black);
}
.guidance-schedule-box-inner {
  padding-left: 30px;
}
.guidance-schedule-box-inner-ttl {
  position: relative;
  font-size: 1.25em;
  line-height: 1.2;
}
.guidance-schedule-box-inner-ttl::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -30px;
  width: 14px;
  height: 14px;
  background-color: var(--green);
  border-radius: 7px;
}
.faq-box-inner, .faq-box-text, .faq-box-inner-ttl, .faq-box-text-item {
  position: relative;
}
.faq-box-inner {
  font-weight: 600;
  border-radius: 10px;
  background-color: var(--brown07);
  padding: 15px 45px 15px 15px;
  cursor: pointer;
  margin-top: 20px;
}
.faq-box-inner:first-child {
  margin-top: 0;
}
.faq-box-text {
  padding: 15px;
}
.faq-box-inner-ttl, .faq-box-text-item {
  padding-left: 40px;
}
.faq-box-inner-ttl::before, .faq-box-text-item::before {
  position: absolute;
  top: 15px;
  transform: translateY(-50%);
  left: 0;
  font-weight: 600;
}
.faq-box-inner-ttl {
  font-size: 1em;
}
.faq-box-inner-ttl::before {
  content: "Q.";
}
.faq-box-text {
  display: none;
}
.faq-box-text-item::before {
  content: "A.";
}
.faq-box-inner-accordion {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 15px;
}
.faq-box-inner-accordion span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: var(--brown08);
}
.faq-box-inner-accordion span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.faq-box-inner-accordion span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.faq-box-inner-accordion.active span:nth-of-type(1) {
  display: none;
}
.faq-box-inner-accordion.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.faq-box-text-item {
  margin-top: 0;
}

/****** サイドバー幅固定設定 ******/
.side-wrap {
  padding: 0 15px;
  width: 100%;
}
.side-layout-main {
  padding: 0 15px;
  width: 100%;
}

@media print, screen and (min-width: 576px) {
/****** header設定 ******/

/****** front設定 ******/
#dental-hygienist-front .interview-dentist::after {
  left: auto;
  right: 15px;
  transform: inherit;
}
.front-box-topic-recruit-ttl-border::before {
  left: 30px;
}
.main-btn.green-btn{
  padding: 15px 35px 15px 20px;
  font-size: 18px;
}
/****** page設定 ******/
#interview-dentist-page .tab_btn, #dental-hygienist-interview-page .tab_btn, #system-page .tab_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 60px;
}
.schedule-box-mt-s, .schedule-box-mt-m {
  margin-top: 40px;
}
}

/*--------------------------------------------------------------------
▼中型画面向けデザイン（タブレットなど）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
.sp-left {
  text-align: center;
}
.documents.lg-h {
  margin-top: 100px;
}
.documents-under.lg-h {
  margin-bottom: 100px;
}
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
/****** パンくず設定 ******/
#breadcrumb {
  font-size: 70%;
  margin: 1em auto;
}

/****** ページトップに戻るボタン設定 ******/
#page-top {
  right: 35px;
  bottom: 10px;
}
#page-top a {
  width: 55px;
  height: 55px;
  line-height: 51px;
}
/****** 画面固定ボタン設定 ******/
.fixed-button-pc{
  display: none;
}
.fixed-button{
  position: fixed;
  bottom: 8%;
  right: 10px;
  z-index: 999;
}
.fixed-button ul{
  display: block;
}
.fixed-button ul li{
  margin-bottom: 20px;
}
.fixed-button ul li a img{
  width: 90%;
}
.fixed-button-sp{
  display: none!important;
}
/****** form設定 ******/
.form-box {
  border-radius: 30px;
  padding: 40px 20px;
}
.form-box-ttl {
  font-size: 18px;
}
.calender::after {
  right: 15px;
  width: 29px;
  height: 29px;
}

/****** header設定 ******/
.page-header {
  padding-top: 0;
}
.page-header-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
}
#header.fixed {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
.sp-nav-wrap {
  display: none;
}
#pc-menu {
  display: block;
  width: 100%;
  position: relative;
}
#gnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.logo img {
  height: 40px;
  top: 20px;
}
#pc-menu ul li {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100%/7);
  background-color: var(--brown02);
  height: 80px;
  text-align: center;
}
#pc-menu ul li + li {
  border-left: 1px solid var(--white);
}
#pc-menu li ul.sub-menu li {
  float: left;
  width: 100%;
  height: auto;
}
#pc-menu .global-nav {
  z-index: 9999;
}
#pc-menu .global-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
#pc-menu .global-nav li > a {
  display: inline-block;
  width: 100%;
  margin: 0;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  padding: 30px 0;
  color: var(--white);
  font-size: 12px;
}
#pc-menu .global-nav li > a:hover {
  opacity: 1;
}
#pc-menu .global-nav li:hover,
#pc-menu .global-nav li > a.active,
#pc-menu .global-nav ul li ul.sub-menu li a.active {
  opacity: 1;
  background-color: var(--brown03);
}
.global-nav li a span {
  font-size: 11px;
  font-weight: bold;
}
#pc-menu .global-nav ul li ul.sub-menu {
  display: none;
  position: absolute;
  top: 80px;
  z-index: 9999;
}
#pc-menu .global-nav ul li:hover ul.sub-menu {
  display: block;
  float: left;
  width: 100%;
}
#pc-menu .global-nav ul li ul.sub-menu li {
  border: none;
}
#pc-menu .global-nav ul li ul.sub-menu li a {
  padding: 15px 10PX;
  background-color: var(--brown05);
  color: var(--white);
  text-align: left;
}
#pc-menu .global-nav ul li ul.sub-menu li a:hover {
  color: var(--white);
  background-color: var(--brown02);
  opacity: 1;
}
#pc-menu .global-nav .main-menu > li:last-child::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url(./library/images/tai/svg/accent-w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bx-wrapper {
  max-width: 93% !important;
  margin: 0 0 0 auto !important;
}
.header {
  position: static;
}
.front-box {
  padding-top: 0px;
}
.top-sliderbox-inner-ttl {
  font-size: 1.3em;
}
.top-sliderbox-inner{
  top:45%;
  left: 55%;
}
.top-sliderbox-inner.third{
  top:20%;
  right:20%;
}
.top-sliderbox-inner.third .top-sliderbox-inner-ttl{
  position: absolute;
  top: -50px;
  right: 0px;
}
.front-box-topic {
  position: absolute;
  justify-content: flex-end;
  right: 15px;
  bottom: 20px;
  width: 57%;
}
.front-box-topic-congratulation, .front-box-topic-recruit {
  width: 130px;
}
.front-box-topic-recruit {
  margin-left: 15px;
  padding-top: 18px;
}
.front-box-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 30px 20px;
}
.front-box-logo img {
  width: 60%;
}
.front-box-logo-documents {
  margin-top: 60px;
}
/****** footer設定 ******/
.insta-banner-txt {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}
.insta-banner-txt::before, .insta-banner-txt::after {
  width: 40px;
}
.insta-banner-txt::before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.insta-banner-txt::after {
  right: 0;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.footer-contact-box-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  align-items: center;
}
.footer-contact-box-inner-tel, .footer-contact-box-inner-mail {
  padding-left: 47px;
  font-size: 1.875em;
}
.footer-contact-box-inner-tel::before, .footer-contact-box-inner-mail::before {
  top: 20px;
  width: 40px;
  height: 40px;
}
.footer-contact-box-inner-img {
  padding-top: 0;
}
.footer-contact-box .sub-ttl::before {
  top: 16px;
}
.footer-menu {
  font-size: 16px;
}
.footer-menu .sub-menu {
  font-size: 14px;
}
.footer-menu .sub-menu li a {
  padding-left: 29px;
}
.footer-menu .sub-menu li a::before {
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
}
.footer-menu-item {
  font-size: 14px;
}
.footer-txt {
  font-size: 1em;
}
/****** table設定 ******/
.recruit-table tr {
  display: flex;
}
.recruit-table th, .recruit-table td {
  display: table-cell;
}
.recruit-table th {
  width: 33%;
  text-align: center;
}
.recruit-table th + td {
  padding-top: 20px;
}
.system-table th, .system-table td {
  padding: 20px;
}
/****** ボタン設定 ******/
.front-box-logo .main-btn {
  font-size: 12px;
}
.right-btn {
  text-align: right;
  padding-right: 15px;
}
/****** front設定 ******/
.front-box-topic-recruit-ttl-border::before {
  left: 20px;
}
.sub-ttl {
  padding-left: 50px;
}
.sub-ttl::before {
  width: 40px;
}

.interview-box {
  background-image: url(../../../wp-content/uploads/2022/05/interview-img01.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 85%;
}
.interview-box::before {
  top: inherit;
  right: 0;
  left: 3%;
  bottom: 0;
  width: 89px;
  height: 125px;
}
.interview-box-txt {
  padding: 100px 0;
}
.interview-box-txt-inner {
  background-color: var(--white);
  padding: 40px;
  width: 485px;
}
.interview-dentist, #interview-dental-hygienist .interview-dentist {
  padding-bottom: 160px;
}
#dentist{
  padding-top: 30px;
  margin-top: -30px;
}
.interview-dentist::after {
  right: 15px;
  transform: inherit;
}
.person-img img {
  width: auto;
}
.schedule {
  align-items: center;
}
.schedule::after {
  left: calc(50% - 2.5px);
  width: 5px;
}
.last.film.schedule::after {
  height: 60px;
}
.last.film.schedule .schedule-box {
  padding-top: 60px;
}
.schedule-box {
  display: flex;
  width: 100%;
  padding-left: 0;
}
.schedule-box.right {
  justify-content: flex-end;
}
.schedule-box + .schedule-box {
  margin-top: auto;
}
.schedule-box + .schedule-box.film-box-side-margin {
  margin-top: -180px;
}
.schedule-box + .schedule-box.film-box-under-margin {
  margin-top: 60px;
}
.schedule-box-left, .schedule-box-right {
  width: calc(50% - 50px);
}
.schedule-box-left::before, .schedule-box-right::before {
  top: 0;
  width: 60px;
  height: 60px;
}
.schedule-box.left .schedule-box-left::before {
  left: auto;
  right: -80px;
}
.schedule-box.right .schedule-box-right::before {
  left: -80px;
  right: auto;
}
.schedule-box-photo {
  margin-top: 20px;
  padding: 20px 30px;
}
.schedule-box-photo::before {
  top: 20px;
}
.main-color-margin {
  padding-bottom: 100px;
}
.message-box {
  padding: 30px;
  margin-top: 0;
}
.message-box-ttl {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.message-box-inner {
  align-items: flex-end;
}
.message-box-inner img {
  width: auto;
}
.message-box-inner-txt {
  padding: 20px;
}
.recruit::before {
  top: 4em;
  width: 94px;
  height: 120px;
}
.tab_btn {
  width: 300px;
  height: 65px;
  line-height: 65px;
  font-size: 1.5em;
  border-radius: 30px 30px 0 0;
}
.flow::before {
  top: 5.5em;
  right: 10%;
  width: 112px;
  height: 130px;
}
.flow-box-ttl {
  padding-left: 84px;
}
.flow-box-ttl::before {
  width: 66px;
  height: 57px;
}
.congratulation-box {
  padding: 40px 80px;
}
.congratulation-box::before {
  top: -30px;
  left: -25px;
  width: 65px;
  height: 82px;
}
.congratulation-box::after {
  bottom: -15px;
  right: -25px;
  width: 71px;
  height: 65px;
}
.congratulation-box-ttl span {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/****** page設定 ******/
.page-header-box-logo img{
  width: 75%;
}
.page-header-box-logo p{
  color: var(--brown08);
}
/* #dental-hygienist-interview-page .tab_btn, #system-page .tab_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 70px;
} */
#interview-dentist-page .tab_btn, #dental-hygienist-interview-page .tab_btn, #system-page .tab_btn {
flex-direction: row;
}
#interview-dentist-page .tab_btn p, #dental-hygienist-interview-page .tab_btn p, #system-page .tab_btn p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-left: 10px;
}
/* #dental-hygienist-interview-page .tab_btn p, #system-page .tab_btn p {
  font-size: 16px;
} */
.interview-dentist-img img {
  width: auto;
}
.schedule-box-mt-s {
  margin-top: 20px !important;
}
.schedule-box-mt-m {
  margin-top: 60px !important;
}
.schedule-box-mt-del-s {
  margin-top: -20px !important;
}
.schedule-box-mt-del-m {
  margin-top: -60px !important;
}
.schedule-box-mt-del-l {
  margin-top: -160px !important;
}
.last.schedule::after {
  height: 60px;
}
.last.schedule-box-mt-del.schedule::after {
  height: 160px;
  top: -60px;
  background-color: var(--white);
}
.last.schedule.schedule-box-mt-del-l .schedule-box {
  padding-top: 0;
}
.system-ttl-box::after {
  right: 0;
  bottom: 0;
  width: 190px;
  height: 200px;
}
.system-about-box.double{
  min-height: 219px;
}
/* #dental-hygienist-interview-page .tab_btn, #system-page .tab_btn {
  height: 90px;
  padding: 0.5em 5px;
  line-height: .7;
} */
.guidance-dental-hygienist::after{
  bottom: 160px;
}
.guidance-schedule {
  padding: 40px;
}
.guidance-schedule-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.guidance-schedule-box::before {
  top: 50px;
  height: calc(100% - 60px);
}
.guidance-schedule-box-inner {
  min-width: 630px;
}
.guidance-schedule-box-inner-ttl {
  font-size: 1.5em;
}
.guidance-schedule-box-img {
  text-align: right;
  width: 240px;
  flex: 1;
}
.guidance-schedule-box-img img {
  padding: 15px;
}
.sankyuikukyu-img{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
/****** サイドバー幅固定設定 ******/
.side-wrap {
  width: 285px;
  padding: 0 15px;
}
.side-sticky {
  position: sticky;
  top: 20px;
}
.side-layout-main {
  flex: 1;
}
}

@media print, screen and (min-width: 992px) {
/****** form設定 ******/
.form-box-tel, .form-box-mail {
  font-size: 1.25em;
}
.form-table th {
  width: 20%;
}
.birth-box {
  width: 50%;
}
.contact-form{
  padding: 0 80px;
}
.contact-form-text{
  padding: 0 80px;
}
/****** header設定 ******/
#pc-menu .global-nav li > a {
  font-size: 12px;
}
.top-sliderbox-inner-ttl {
  font-size: 2.5em;
}
.front-box-topic-congratulation-ttl, .front-box-topic-recruit-ttl {
  font-size: 14px;
}
.front-box-logo-documents {
  margin-top: 80px;
}
#pc-menu .global-nav .main-menu li:last-child::before {
  top: 30%;
  left: 8px;
}

/****** footer設定 ******/
.insta-banner-txt {
  padding-left: 45px;
  padding-right: 45px;
}
.footer-contact-box-inner-tel span {
  padding-left: 15px;
}
/****** ボタン設定 ******/
.front-box-logo .main-btn {
  font-size: 16px;
}
/****** front設定 ******/
.feature-box, .appeal-box {
  position: relative;
  display: flex;
  align-items: center;
}
.appeal-box {
  flex-direction: row-reverse;
}
.feature-box-img img {
  position: absolute;
  top: 0;
  right: -15px;
  width: 60%;
  z-index: -1;
}
.feature-box-txt, .appeal-box-txt {
  margin-left: 40px;
  background-color: var(--white);
  padding: 40px;
  width: 500px;
}
.feature-box-txt:before {
  top: -40px;
  left: -50px;
  width: 100px;
  height: 93px;
}
.appeal-bg {
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, var(--brown01) 50%, var(--brown01) 100%);
}
.appeal-box {
  padding: 0;
  margin-top: -80px;
}
.appeal-box-img img {
  width: 60%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.appeal-box-txt {
  position: relative;
  width: 500px;
  margin-top: 0;
  margin-left: 0;
  right: 3%;
  z-index: 2;
}
.appeal-item {
  padding-top: 0;
}
.appeal-item::before {
  top: 20px;
  width: 100px;
  height: 140px;
}
.appeal-item-box {
  padding: 15px;
  min-height: 508px;
}
.appeal-item-box-2 {
  padding: 15px;
  min-height: 454px;
}
.interview-box {
  background-size: 75%;
}
.interview-box-txt-inner {
  width: 440px;
}
#dental-hygienist-front .interview-dentist::after {
  width: 162px;
  height: 200px;
}
.front-box-topic-recruit {
  padding-top: 20px;
}
.front-box-logo img {
  width: 75%;
}
.front-box-logo .main-btn {
  font-size: 12px;
}
.narrow-area{
  width: 80%;
  margin: 0 auto;
}
.flow-box-img img {
  width: 55%;
}
/****** page設定 ******/
.guidance-dental-hygienist::after{
  bottom: -14%;
}
.system-about-box.double{
  min-height: auto;
}
}

/*--------------------------------------------------------------
▼大型画面向けデザイン（PCなど）
---------------------------------------------------------------*/
@media print, screen and (min-width: 1200px) {
.documents.lg-h {
  margin-top: 130px;
}
.documents-under.lg-h {
  margin-bottom: 130px;
}
.middle-none{
  display: block;
}
/****** form設定 ******/
.form-box-tel a, .form-box-mail {
  font-size: 28px;
}
/****** header設定 ******/
.page-header {
  height: 300px;
}
.page-header-box {
  padding: 30px 30px 30px 20px;
}
#pc-menu .global-nav li > a {
  font-size: 16px;
}
#pc-menu .global-nav .main-menu li:last-child::before {
  width: 16px;
  height: 16px;
}
.top-sliderbox-inner-ttl {
  font-size: 52px;
}
.top-sliderbox-inner.third .top-sliderbox-inner-ttl{
  top: -92px;
}
.front-box-topic {
  right: 40px;
  bottom: 40px;
}
.front-box-topic-congratulation, .front-box-topic-recruit {
  width: 130px;
}
.front-box-topic-recruit {
  margin-left: 20px;
}
.front-box-topic-congratulation-ttl {
  line-height: 3;
}
.front-box-topic-congratulation-ttl, .front-box-topic-recruit-ttl {
  font-size: 14px;
}
.front-box-topic-congratulation-ttl .front-box-topic-congratulation-ttl-border {
  padding-top: 40px;
}
.front-box-topic-recruit-ttl-border {
  font-size: 14px;
}
.front-box-logo {
  padding: 60px 30px;
}
.front-box-logo-text {
  font-size: 21px;
  line-height: 1;
}
.front-box-logo-documents {
  margin-top: 130px;
}
#pc-menu ul li {
  height: 97px;
}
#pc-menu .global-nav li > a {
  font-size: 16px;
  padding: 37px 0;
}
#pc-menu .global-nav ul li ul.sub-menu {
  top: 97px;
}
#pc-menu .global-nav ul li ul.sub-menu a{
  font-size: 12px;
}
/****** footer設定 ******/
.insta-banner-txt::before,.insta-banner-txt::after {
  width: 18px;
}
.footer-menu {
  padding-top: 40px;
}
.footer-menu .sub-menu {
  font-size: 1em;
}
/****** ボタン設定 ******/
.entry-btn {
  padding: 0.6em 2em;
  font-size: 1.6em;
}
.entry-btn span::before {
  left: -26px;
  width: 19px;
  height: 19px;
}
/****** front設定 ******/
.feature-box-txt {
  margin-left: 100px;
  width: 600px;
}
.feature-box-txt:before {
  left: -100px;
  width: 125px;
  height: 115px;
}
.appeal-bg {
  padding-top: 40px;
  padding-bottom: 80px;
}
.appeal-box-txt {
  width: 600px;
  right: 8%;
}
.appeal-item {
  padding-bottom: 130px;
}
.appeal-item::before {
  right: 5%;
  top: -40px;
  width: 120px;
  height: 168px;
}
.appeal-item-box {
  padding: 20px;
  min-height: 494px;
}
.appeal-item-box-2 {
  padding: 20px;
  min-height: 467px;
}
.interview-box::before {
  width: 100px;
  height: 140px;
}
.interview-box-txt-inner {
  width: 540px;
}
.interview-box-txt {
  padding: 130px 0;
}
.schedule-box + .schedule-box {
  margin-top: -40px;
}
.schedule-box + .schedule-box.film-box-side-margin {
  margin-top: -260px;
}
.schedule-box + .schedule-box.film-box-side-margin {
  margin-top: -230px;
}
.schedule-box + .schedule-box.film-box-under-margin {
  margin-top: 160px;
}
.schedule-box-left, .schedule-box-right {
  padding: 30px;
}
.main-color-margin {
  padding-bottom: 130px;
}
.recruit::before {
  top: 6em;
  width: 141px;
  height: 180px;
}
.flow::before {
  top: 4em;
  width: 156px;
  height: 180px;
}
.congratulation-box {
  padding: 40px 150px;
}
.congratulation-box::before {
  width: 90px;
  height: 113px;
}
.congratulation-box::after {
  width: 96px;
  height: 90px;
}
/****** page設定 ******/
#interview-dentist-page .tab_btn img, #dental-hygienist-interview-page .tab_btn img, #system-page .tab_btn img {
  height: 70px;
}
#interview-dentist-page .tab_btn p, #dental-hygienist-interview-page .tab_btn p, #system-page .tab_btn p {
  font-size: 1em;
  letter-spacing: 2px;
  line-height: 1.5;
}
.system-about-box {
  padding: 25px;
  border-radius: 30px;
}
.system-ttl-box::after {
  width: 237px;
  height: 250px;
}
.guidance-schedule {
  padding: 80px;
}
.guidance-schedule-ttl {
  margin-top: 80px;
}
.guidance-schedule-box-img {
  margin-left: 0;
}
.tab-career {
  font-size: .5em;
}
.system-about-box.double{
  min-height: 184px;
}
}
@media print, screen and (min-width: 1400px) {
/****** header設定 ******/
.top-sliderbox-inner{
  top:50%;
  left: 50%;
}
.top-sliderbox-inner.third .top-sliderbox-inner-ttl{
  top: -100px;
  right: -90px;
}
#pc-menu .global-nav ul li ul.sub-menu a{
  font-size: 14px;
}
#pc-menu .global-nav .main-menu li:last-child::before {
  left: 14px;
}
/****** front設定 ******/
.front-box-logo {
  padding: 100px 20px 80px;
}
.feature-box-txt {
  margin-left: 120px;
  width: 754px;
}
.feature-box-txt:before {
  top: -70px;
  left: -100px;
  width: 130px;
  height: 120px;
}
.appeal-bg {
  padding-top: 130px;
  padding-bottom: 130px;
}
.appeal-box-txt {
  width: 640px;
  right: 6%;
}
.appeal-item::before {
  right: 3%;
  top: -80px;
  width: 160px;
  height: 226px;
}
.appeal-item::after {
  width: 148px;
  height: 160px;
}
.interview-box {
  background-size: 60%;
}
/****** page設定 ******/
.last.schedule-box-mt-del.schedule::after {
  top: -160px;
  height: 260px;
}
.schedule-box-mt-del-l {
  margin-top: -260px !important;
}
.system-ttl-box::after {
  right: -55px;
}
}
@media print, screen and (min-width: 1600px) {

/****** header設定 ******/
#pc-menu .global-nav .main-menu li:last-child::before {
  left: 22px;
  width: 18px;
  height: 18px;
}
/****** front設定 ******/
.appeal-bg {
  padding-top: 160px;
  padding-bottom: 160px;
}
.appeal-item::after {
  left: 3%;
  width: 210px;
  height: 228px;
}
.appeal-box-txt {
  width: 754px;
  right: 5%;
}
.interview-box::before {
  left: 5%;
  width: 171px;
  height: 240px;
}
.interview-dentist, #interview-dental-hygienist .interview-dentist {
  padding-bottom: 130px;
}
.interview-dentist::after {
  right: -1%;
  transform: translateX(-25%);
  width: 180px;
  height: 165px;
}
#dental-hygienist-front .interview-dentist::after {
  left: 2%;
  width: 160px;
  height: 196px;
}
.recruit::before {
  right: auto;
  left: 3%;
  top: 3em;
  width: 141px;
  height: 180px;
}
.flow::before {
  right: 11%;
  top: 1.5em;
  width: 216px;
  height: 235px;
}
/****** page設定 ******/
/* #interview-dentist-page .tab_btn, #dental-hygienist-interview-page .tab_btn, #system-page .tab_btn {
  height: 100px;
} */
#interview-dentist-page .tab_btn img, #dental-hygienist-interview-page .tab_btn img, #system-page .tab_btn img {
  height: 80px;
}
#interview-dentist-page .tab_btn p, #dental-hygienist-interview-page .tab_btn p, #system-page .tab_btn p {
  margin-left: 15px;
}
}
@media print, screen and (min-width: 1700px) {
.appeal-bg {
  padding-top: 360px;
  padding-bottom: 200px;
}
.interview-dentist {
  padding-bottom: 80px;
}
}
@media print, screen and (min-width: 1800px) {
  #pc-menu .global-nav .main-menu li:last-child::before {
    left: 36px;
  }
  }
/****** Safariハック設定 ******/
_::-webkit-full-page-media, _:future, :root .interview-dentist-q, _::-webkit-full-page-media, _:future, :root #interview-dental-hygienist .interview-dentist-q {
  font-weight: 600;
}
_::-webkit-full-page-media, _:future, .form-box-mail::before {
  transform: translateY(-50%);
}
@media print, screen and (min-width: 992px) {
  _::-webkit-full-page-media, _:future, :root .front-box-topic-congratulation-ttl, .front-box-topic-recruit-ttl {
    font-size: 12px;
  }
  }
@media print, screen and (min-width: 1200px) {
_::-webkit-full-page-media, _:future, :root .form-box {
  padding: 40px 10px;
}
.front-box-topic-congratulation-ttl, .front-box-topic-recruit-ttl {
  font-size: 12px;
}
}
/****** Firefoxハック設定 ******/
@-moz-document url-prefix() {
.footer-menu .sub-menu li a span {
  display: none;
}
}

.bxslider li {
  display: none; /*読み込み時は非表示*/
}
/* .bx-viewport .bxslider li {
  display: block !important;
} */

/****** 2025/07/14 追加CSS設定 ******/
.contact-form p.thin {
  font-weight: 400;
}
.front-box-topic-recruit-offer {
  font-size: 12px;
  color: var(--brown08);
  line-height: 1.2;
}
.front-box-topic-recruit-ttl-border {
  font-size: 13px;
}
.recruit-table-list li {
  position: relative;
  padding-left: 1.25rem;
}
.recruit-table-list li::after {
  content: '';
  position: absolute;
  top: .45em;
  left: 0;
  width: .85rem;
  height: .85rem;
  border-radius: 50%;
  background-color: var(--brown03);
}
@media print, screen and (min-width: 768px) {
  .front-box-topic-recruit-ttl-border {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 992px) {
  .front-box-topic-recruit-offer {
    font-size: 14px;
    line-height: 1.5;
  }
  .front-box-topic-recruit-ttl-border {
    font-size: 14px;
    line-height: inherit;
  }
}
@media print, screen and (min-width: 1200px) {
  .front-box-topic-recruit-offer {
    font-size: 13px;
    line-height: 1.2;
  }
  .front-box-topic-recruit-ttl-border {
    font-size: 12px;
  }
}