<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*===================================
  基本設定.table 
    border: none;
    width: 150%;.kids .contents-inner .image-box03fwidth: 80%;
    margin: auto;
}
    overflow-x: scroll;
}.image-box03 {
    max-width: 440px;.examination_09 .contents-text03
    width: 100%;
}
===================================*/
.body {
  overflow: visible;
}

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

.color01 {
  color: #000;
}

.color02 {
  color: #000;
}

.color03 {
  color: #000;
}

.color04 {
  color: #FFF;
}

.color05 {
  color: #c6a878;
}

.bgcolor01 {
  background-color: #000;
}

.bgcolor02 {
  background-color: #000;
}

.bgcolor03 {
  background-color: #000;
}

.bgcolor04 {
  background-color: #000;
}

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

h2 {
  font-size: 48px;
}

h3 {
  font-size: 16px;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w90 {
  width: 90%;
}

.tel-outer {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .text-right {
    text-align: right;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: none;
  }
}

@media only screen and (max-width: 599px) {

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

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}


/* 共通コンテンツ間隔 */
.area {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 599px) {
  .area {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/* 共通要素読み込みコメント（取り込み後削除） */
[class*='load-'] {
  position: relative;
  min-height: 50px;
  border: 3px solid #00bcd4;
}

[class*='load-']:before {
  position: absolute;
  z-index: 100;
  display: block;
  background: #00bcd4;
  color: #ff0;
  content: '共通要素';
  text-align: center;
  font-weight: bold;
}

.section-inner {
  width: 1000px;
  margin: auto;
}



/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
  text-align: center;
  font-size: 28px;
}

@media only screen and (max-width: 599px) {
  .ttl-cmn01 {
    font-size: 24px;
  }
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
  max-width: 180px;
  margin-top: 50px;
}

.btn-cmn01 a {
  display: block;
  padding: 5px 20px;
  background: #000;
  color: #fff;
  text-align: center;
  position: relative;
}

.btn-cmn01 a:after {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f054";
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}

.btn-cmn01.btn-back a:after {
  content: "\f053";
  right: inherit;
  left: 5px;
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
  display: block;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 40px;
  text-align: center;
  width: 80%;
}

[data-element-id] .pagettl {
  position: absolute !important;
}

.section-title {
  font-size: 48px;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.section-subtitle {
  color: #868787;
  font-size: 16px;
  display: block;
}

.section-subtitle03 {
  color: #c6a878;
}

.contents-text {
  font-size: 20px;
}

@media only screen and (max-width: 1024px) {
  .pagettl {
    font-size: 30px;
    width: 100%;
  }

  .section-title {
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
  }

  .section-subtitle {
    font-size: 14px;
    margin: 10px 0 10px;
    text-align: center;
  }
}

@media only screen and (max-width: 599px) {
  .section-title {
    font-size: 20px;
  }


  .pagettl {
    font-size: 20px;
    width: 100%;
  }
}

/* [data-element-id] .pagettl {
  display: none;
} */

.title-outer {
  margin-bottom: 70px;
}

.title-outer02 {
  margin-bottom: 40px;
}

.contents-title {
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 80px;
}


@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
  .contents-title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

/**
ヘッダー
header
*/

.main-wrapper {
  width: 1000px;
  margin: auto;
}

.header {
  position: relative;
}

.header-inner {
  width: 100%;
  background-color: #0f224a;
  position: relative;
  overflow: hidden;
}

.header .navlogo {
  position: absolute;
  top: 50px;
  left: 50px;
}

.header-inner&gt;[data-common-area] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

[data-element-id].header-inner&gt;[data-common-area] {
  position: absolute;
  top: 0;
  left: 50px;
  width: 100%;
}

.header .hero-image {
  height: 90vw;
}

.header .hero-image {
  width: 100%;
  height: 100vh;
  opacity: 0.55;
}

.header .mainimg01 {
  height: auto;
  max-height: 100vh;
}

.header-inner .tree-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}

.header-inner .tree-img img {
  height: 100%;
}

.header .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .logo img {
  max-height: 50px;
}

.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .right .txt {
  margin-right: 10px;
  line-height: 120%;
}

.header .right .txtin {
  display: block;
}

.header .right .tel a {
  font-weight: bold;
  font-size: 30px;
}

.header .right .tel a:before {
  margin-right: 5px;
  content: '\f879';
  font-weight: 600;
  font-size: 24px;
  font-family: 'Font Awesome 5 Free';
}

.header .sns-outer01 {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.header .sns-outer02 {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sns-outer02 img {
  width: 35px;
}

@media only screen and (max-width: 1024px) {
  .header .hero-image {
    height: auto;
  }

  .header-inner .tree-img img {
    font-family: "object-fit: cover; object-position: 50% 50%;";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  [data-element-id].header .navlogo {
    top: -362px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .header .navlogo {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  [data-element-id].another-nav .navlogo {
    position: absolute;
    top: -354px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

}

@media only screen and (max-width: 599px) {

  [data-element-id].another-nav .navlogo {
    position: absolute;
    top: -308px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .another-nav .navlogo {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .header .navlogo {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  [data-element-id].header .navlogo {
    position: absolute;
    top: -315px;
    left: 50%;
  }

  [data-element-id].another-nav .navlogo {
    position: absolute;
    top: -308px;
    left: 50%;
  }
}

/**
グローバルナビ
gnav
*/
.gnav {
  /* position: relative; */
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  background: #fff;
  z-index: 250;
}

.contact-nav {
  width: 55px;
  position: fixed;
  right: 0;
  top: 40vw;
  z-index: 7000;
}

@media only screen and (max-width: 1024px) {
  .contact-nav {
    top: 434px;
  }
}

@media only screen and (max-width: 599px) {
  .contact-nav {
    top: 330px;
  }
}


.gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 #999;
  box-shadow: 0 0 5px 0 #999;
  cursor: pointer;
}



.gnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80%;
}

.gnav .navlogo {
  display: none;
}

.gnav .navlogo img {
  max-height: 40px;
}

.gnav .list01 {
  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;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gnav .item01 {
  text-align: center;
  font-size: 14px;
}

.gnav .item01&gt;a,
.gnav .item01 .itemin {
  display: block;
  cursor: pointer;
  font-size: 14px;
  color: #0f224a;
}

.item01 span {
  display: block;
  font-size: 10px;
  color: #868787;
}

.gnav .item01.-parent {
  position: relative;
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
}

[data-element-id] .gnav .item01.-parent .list02 {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1200px;
}

.gnav .list02 {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  padding-top: 10px;
  width: 200px;
  background: rgba(255, 255, 255, 1) content-box;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav .item02 a {
  display: block;
  padding: 5px;
}

[data-element-id] .gnav .item01.-parent {
  position: absolute;
  top: 20px;
}

[data-element-id] .gnav .list02 {
  position: relative;
  border: 2px solid #333;
  padding: 0;
}

[data-element-id] .gnav .list02:before {
  content: "こちらはドロップダウンのナビです";
  display: block;
  background: #333;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  margin: 0;
  text-align: center;
  width: 100%;
}


.gnav .list02 .item02:not(:last-of-type:first-of-type) {
  border-bottom: 1px solid #d9d9d9;
  z-index: 2;
}

.contact-nav .line-outer {
  background-color: #00b900;
}

.contact-nav .mail-outer {
  background-color: #940c02;
}

@media only screen and (max-width: 1024px) {
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    max-width: 300px;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-overflow-scrolling: touch;
  }

  .gnav.action {
    z-index: 250;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  .gnav .wrap {
    padding-bottom: 100px;
  }

  .gnav .navlogo {
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
  }

  .gnav .item01 {
    margin: 0 0 10px 0;
    min-height: 40px;
    width: 100%;
    text-align: left;
  }

  .gnav .list02 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding-left: 20px;
    padding-top: 0;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  .gnav .list02 a {
    position: relative;
    padding: 2px 0 2px 20px;
  }

  .gnav .list02 a:before {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 10px;
    height: 1px;
    background: #000;
    content: '';
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
  position: fixed !important;
  top: 0px;
  right: 0px;
  z-index: 251;
  width: 42px;
  height: 42px;
  background: #170302;
  opacity: 0.8;
  cursor: pointer;
  display: none;
}

.toggle .bar {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -1px;
  padding: 0;
  width: 28px;
  height: 2px;
  background: #fff;
  text-indent: 9999px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
}

.toggle .bar:before,
.toggle .bar:after {
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  content: '';
}

.toggle .bar:before {
  top: -10px;
}

.toggle .bar:after {
  top: 10px;
}

.toggle.active .bar {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.toggle.active .bar:after,
.toggle.active .bar:before {
  top: 0;
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

@media only screen and (max-width: 1024px) {
  .toggle {
    display: block !important;
  }

  .overlay:after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 249;
    width: 100%;
    height: 100vh;
    background: #000;
    content: '';
    opacity: 0.3;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }
}



@media only screen and (max-width: 1024px) {
  .header {
    padding: 0;
  }

  .header .logo img {
    max-height: 32px;
  }

  .header .right {
    display: none;
  }
}

/* body */

.image-box02 {
  width: 30%;
}

/* home01 */

.contents-inner {
  height: auto;
  padding: 50px 0;
  background-color: #f4f4f2;
  margin-bottom: 270px;
}

[data-element-id] .contents-inner {
  margin-top: 160px;
}

@media only screen and (max-width: 1024px) {
  .contents-inner {
    margin-bottom: 220px;
  }

  .contents-inner02 {
    margin-bottom: 100px;
  }
}

.more-btn {
  background-color: #940c02;
  border: none;
  font-size: 14px;
  color: #fff;
  margin: auto;
  width: 28%;
}

.more-btn a {
  display: block;
  padding: 15px 0;
  text-align: center;
}

.circle-area {
  height: 100%;
  position: relative;
  padding-bottom: 100px;
  background-image: url(/import/tenant_1/160.16.92.11/html/images/01home/img09.png);
  background-position: center 100px;
  background-repeat: no-repeat;
  height: 1000px;
}

.circle-box {
  height: 400px;
  width: 400px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: auto;
  position: absolute;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  overflow: hidden;
}

.circle-box img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.circle-box:first-of-type {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


.circle-box:nth-of-type(2) {
  bottom: 150px;
  left: 0;
}

.circle-box:last-of-type {
  bottom: 150px;
  right: 0;
}

.circle-box .feature {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
  z-index: 2;
}

.circle-box .head {
  width: 100%;
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  z-index: 3;
}

.circle-box .feature .contents-inner .contents-textbox {
  background-color: #fff;
  width: 1000px;
  max-width: 1000px;
  margin: auto;
  padding: 80px 50px 80px 50px;
  text-align: left;
  position: relative;
}

.circle-box .more-btn {
  width: 50%;
  z-index: 3;
}

.contents-textbox {
  background-color: #fff;
  padding: 80px !important;
}

.contents-inner .contents-text {
  margin-bottom: 30px !important;
}

/* .contents-inner .contents-text:last-of-type {
  margin-bottom: 0 !important;
} */

.silhouette {
  position: absolute;
  right: -20px;
  bottom: -120px;
}

@media only screen and (max-width: 599px) {

  .more-btn {
    width: 55%;
  }

  .circle-area {
    height: auto;
  }

  .contents-inner {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-inner .circle-area {
    background-size: contain;
  }

  .circle-area .circle-box {
    max-width: 300px;
    max-height: 300px;
    height: 40vw;
    width: 40vw;
  }

  .circle-area .circle-box:last-of-type {
    bottom: 260px;
  }

  .circle-box:nth-of-type(2) {
    bottom: 260px;
  }


  .circle-box .box-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .circle-box .more-btn {
    min-width: 120px;
  }

  .circle-box .head {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .circle-box .feature {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .circle-box .more-btn a {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 599px) {

  .silhouette {
    width: 50%;
    bottom: -90px;
  }

  .contents-textbox {
    font-size: 14px;
    padding: 30px;
  }

  .contents-inner .circle-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-image: none;
    padding-bottom: 50px;
  }


  .circle-area .circle-box {
    max-width: 300px;
    max-height: 300px;
    height: 60vw;
    width: 60vw;
    border-radius: 10px;
    border: none;
    left: auto !important;
    bottom: auto !important;
    margin-bottom: 40px;
    position: relative;
  }

  .circle-area .circle-box:first-of-type {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .circle-area .circle-box .head {
    font-size: 16px;
  }

  .circle-box .feature {
    font-size: 12px;
  }

  .circle-box .more-btn a {
    font-size: 12px;
  }



}


/* home02*/
.home02 {
  position: relative;
  background-color: #f4f4f2;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.contents-inner .inner {
  position: relative;
}

.home02 .text-inner {
  height: auto;
  color: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  top: -100px;
  padding-right: 30%;
}

.home02:before {
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  position: absolute;
  top: -100px;
  left: 0;
  background: #0f224a;
  z-index: 0;
}

.home02 .image-box {
  width: 30%;
  height: 400px;
  position: absolute;
  z-index: 2;
  height: 80%;
  right: 0;
  top: 0;
  margin-top: 100px;
}

.home02 .text-box {
  margin: 50px 0 40px;
}

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

.more-btn02:first-of-type {
  margin: auto;
}

.home02 .more-btn {
  max-width: 45%;
  width: 100%;
}

.home02 .more-btn a {
  display: block;
  padding: 15px 0;
}


@media only screen and (max-width: 1024px) {

  .home02 {
    padding-bottom: 0;
  }

  .home02 .section-title {
    text-align: left;
  }

  .home02 .section-subtitle {
    text-align: left;
  }

  .more-btn02:first-of-type {
    margin: 0 auto 0 0;
  }


  .home02 .text-box {
    margin: 50px 0 40px;
    display: block;
    text-align: left;
    font-size: 14px;
    padding-right: 30%;
  }

  .home02 .text-inner {
    padding-right: 0;
  }

  .home02 .text-inner::before {
    display: block;
    width: 100vw;
    height: 100%;
    left: 0px;
    z-index: -1;
  }

  .home02 .section-subtitle {
    margin-top: 0;
    padding-top: 40px;
    margin-bottom: 20px;
  }

  .button-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-right: auto;
  }
}

@media only screen and (max-width: 599px) {

  .home02 .more-btn {
    width: 100%;
    max-width: 100%;
  }

  .more-btn02:first-of-type {
    margin: 0 auto 20px auto;
  }

  .home02 {
    padding-bottom: 0;
    margin-bottom: 50px;
  }

  .home02 .image-box {
    width: 100%;
    z-index: 0;
    height: 48%;
    right: 0;
    top: 0;
    position: relative;
    margin-top: 0;
  }

  .home02 .section-title {
    text-align: center;
    font-size: 20px;
  }

  .home02 .section-subtitle {
    text-align: center;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .home02 .text-box {
    font-size: 12px;
    padding: 0 30px;
    text-align: left;
  }

  .button-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
  }


  .more-btn02 {
    width: 70%;
  }



  .home02 .text-inner {
    padding-right: 0;
    padding: 150px 0 50px;
  }


}




/* home03 */

.home03 {
  margin-bottom: 100px;
}

.home03 .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-bottom: 50px;
}

.home03 .box01 .image-box {
  margin-left: auto;
}

.home03 .box01:nth-of-type(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.home03 .box-title {
  font-size: 32px;
  margin-bottom: 40px;
}

.home03 .box-subtitle {
  font-size: 18px;
  margin-bottom: 40px;
}

.home03 .more-btn {
  display: block;
  margin: 0;
  min-width: 130px;
}

.home03 .box01:nth-of-type(even) .box-subtitle {
  text-align: right;
}

.home03 .box01:nth-of-type(even) .more-btn {
  margin-left: auto;
}

.home03 .box01:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {

  .home03 .box-outer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .home03 .text-box {
    width: 100%;
  }

  .home03 .box-title {
    font-size: 24px;
    margin: 30px 0 10px;
    text-align: center;
  }

  .home03 .box-subtitle {
    text-align: center;
  }

  .home03 .box01:nth-of-type(even) .box-subtitle {
    text-align: center;
  }

  .home03 .more-btn {
    display: block;
    margin: auto;
    min-width: 130px;
  }

  .home03 .image-box {
    width: auto;
    height: auto;
    margin: auto;
  }

  .home03 .box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .home03 .box01:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

}

@media only screen and (max-width: 599px) {

  .home03 {
    margin-bottom: 50px;
  }


  .home03 .box01:nth-of-type(even) .box-subtitle {
    font-size: 14px;
  }


}

/* home04 */

.home04 {
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
}

.home04 .section-title {
  font-size: 48px;
  padding: 60px 0 0px;
  background-color: #0f224a;
  color: #fff;
  position: relative;
}

.home04 .section-title:before {
  content: "";
  display: block;
  width: 200vw;
  height: 300px;
  position: absolute;
  top: 0;
  left: -100vw;
  background: #0f224a;
  z-index: -1;
}



.home04 .section-subtitle {
  font-size: 24px;
  padding-bottom: 0px;
}

.home04 .more-btn {
  margin: auto;
  color: #fff;
}

.home04 .inner-title {
  font-size: 32px;
  margin: 60px 0 60px;
}

.home04 .inner-text {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {

  .home04 .inner-title {
    font-size: 24px;
    margin: 40px 0;
  }

  .home04 .section-title {
    font-size: 30px;
    padding-top: 60px;
    margin-bottom: 0px;
  }

  .home04 .inner-catch {
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 30px;
    font-weight: bold;
  }

  /*   .home04 .section-title {
  font-size: 16px;
  padding-bottom: 0;
} */


  .home04 .section-subtitle {
    font-size: 16px;
    padding-bottom: 50px;
  }
}


@media only screen and (max-width: 599px) {

  .home04 {
    margin-bottom: 50px;
  }


  .home04 .inner-text {
    font-size: 14px;
  }

  .home04 .section-title {
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 30px;
  }

  .home04 .section-subtitle {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .home04 .inner-block {
    background-color: #ffffff;
  }

  .home04 .inner-title {
    font-size: 20px;
    margin: 110px 0 40px;
  }

  .home07 .inner-catch {
    font-size: 20px;
  }

  .home04 .more-btn {
    margin: auto;
    color: #fff;
    width: 55%;
  }
}

/* home05 */

.home05 {
  background-color: #f4f4f2;
  margin-bottom: 100px;
}

.home05 .section-title {
  font-size: 48px;
  padding: 120px 0 40px;
}

.home05 .section-subtitle {
  margin-bottom: 40px;
}

.home05 .inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  padding-bottom: 140px;
}

.home05 .circle-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  margin: auto;
  position: relative;
}

.home05 .inner-title {
  font-size: 32px;
  margin: 40px 0 30px;
}

.home05 .inner-subtitle {
  font-size: 16px;
  margin-bottom: 50px;
}

.home05 .inner-item:nth-of-type(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.circle-image .tooth-icon {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.home05 .more-btn {
  width: 70%;
  background-color: transparent;
  border: 1px solid #0f224a;
  display: block;
  margin: auto;
  color: #0f224a;
}

@media only screen and (max-width: 1024px) {
  .home05 .section-title {
    font-size: 30px;
    padding: 40px 0 20px;
    margin: 0;
  }

  .home05 .section-subtitle {
    margin: 0 20px 60px;
  }

  .home05 .inner-title {
    font-size: 24px;
    margin: 30px 0 30px;
  }

  .home05 .inner-subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 599px) {

  .home05 {
    margin-bottom: 50px;
  }

  .home05 .section-title {
    font-size: 20px;
  }

  .home05 .section-subtitle {
    font-size: 16px;
  }

  .home05 .inner-title {
    margin: 15px 0 15px;
  }

  .home05 .inner-item:not(:last-of-type) {
    margin-bottom: 50px;
  }

  .home05 .inner-block {
    padding-bottom: 50px;
  }
}

/* home06 */

.home06 {
  margin-bottom: 100px;
}

.home06 .box01 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home06 .section-title {
  font-size: 32px;
}

.home06 .section-subtitle {
  margin: 20px 0 40px 40px;
}

.home06 .inner-item:first-of-type {
  margin-bottom: 80px;
}

.home06 .more-btn {
  display: block;
  text-align: center;
  color: #fff;
  margin: auto;
  min-width: 170px;
}

@media only screen and (max-width: 1024px) {
  .home06 .inner {
    display: block;
  }

  .home06 .box01 {
    width: 100%;
  }

  .home06 .box01:nth-of-type(2) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .home06 .section-subtitle {
    margin: 20px 0 40px 0;
  }

  .home06 .box01:nth-of-type(2) .image-box {
    width: 100%;
    display: block;
    text-align: center;
  }

  .home06 .box01:nth-of-type(2) .text-box {
    display: block;
    width: 100%;
  }

  .home06 .inner-item:first-of-type {
    margin-bottom: 0;
  }



}

@media only screen and (max-width: 599px) {

  .home06 {
    margin-bottom: 50px;
  }

  .home06 .inner {
    display: block;
  }

  .home06 .inner-item:first-of-type {
    margin-bottom: 100px;
  }

  .home06 .box01:nth-of-type(2) {
    display: block;
  }


  .home06 .section-subtitle {
    margin: 20px 0 30px;
  }
}

/* home07 */

.home07 {
  margin-bottom: 384px;
}


.home07 .section-title {
  font-size: 48px;
  margin: 10px 0 10px;
  white-space: nowrap;
}

.home07 .section-subtitle {
  font-size: 16px;
  margin-bottom: 50px;
}

.home07 .section-text {
  margin-bottom: 40px;
}

.home07 .more-btn {
  display: block;
  text-align: center;
  color: #fff;
  min-width: 220px;
  margin-right: 180px;
}

.home07 .outer-box {
  position: relative;
}

.home07 .image-box {
  position: absolute;
  right: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  max-width: 60%;
  height: 520px;
}

.home07 .image-box img {
  width: 100%;
}

.home07 .inner-item {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .home07 {
    margin-bottom: 100px;
  }

  .home07 .section-title {
    font-size: 30px;
  }

  .home07 .section-subtitle {
    text-align: left;
  }


  .home07 .image-box {
    position: absolute;
    right: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    max-width: 60%;
    height: 220px;
  }
}

@media only screen and (max-width: 599px) {

  .home07 {
    margin-bottom: 50px;
  }

  .home07 .section-title {
    margin: 30px 0 30px 0;
    text-align: center;
    font-size: 20px;
  }

  .home07 .section-subtitle {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .home07 .section-text {
    margin-bottom: 40px;
    text-align: center;
    font-size: 14px;
  }

  .home07 .image-box {
    height: auto;
    width: 100%;
    position: static;

  }

  .home07 .more-btn {
    margin-right: auto;
  }


}

/* home08 */

.home08 {
  margin-bottom: 100px;
}

.home08 .section-title {
  font-size: 32px;
}

.home08 .section-subtitle {
  font-size: 16px;
  margin: 10px 0 30px;
}

.home08 .day-text {
  font-size: 14px;
  margin-right: 20px;
}

.home08 .category-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid;
  background-color: #fff;
  color: #0f224a;
  margin-right: 20px;
  font-size: 14px;
}

.home08 .contents-title {
  font-size: 18px;
  margin-bottom: 0;
}

.home08 .contents-item {
  margin-bottom: 30px;
}

.home08 .more-btn {
  background-color: #0f224a;
  color: #fff;
  min-width: 220px;
  display: block;
  margin: auto;
}

.section-title06 {
  margin-bottom: 30px;
  display: block;
  font-size: 36px;
}

.hblognews-list .day-text {
  width: 100px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hblognews-list .category-item {
  width: 105px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hblognews-list .contents-title {
  width: calc(100% - 210px);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hblognews-list a {
  display: block;
}

@media only screen and (max-width: 1024px) {

  .home08 {
    margin-bottom: 50px;
  }

  .section-title06 {
    font-size: 24px;
    margin: 50px auto 50px;
    font-weight: bold;
    text-align: center;
  }

  .home08 .category-item {
    font-size: 14px;
    width: 150px;
    margin: 10px 0;
    text-align: center;
  }

  .home08 .inner {
    display: block;
  }

  .home08 .article-box {
    width: 100%;
  }

  .home08 .contents-title {
    margin-left: 4%;
    font-size: 16px;
    text-align: left;
  }

  .home08 .day-text {
    font-size: 14px;
  }

  .home08 .contents-item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid;
    padding-bottom: 15px;
  }

  .home08 .more-btn {
    min-width: 220px;
    display: block;
    margin: 0 auto 60px;
  }
}

@media only screen and (max-width: 599px) {

  .section-title06 {
    font-size: 20px;
    margin: 25px auto 25px;
    font-weight: bold;
    text-align: center;
  }

  .home08 .section-subtiitle {
    font-size: 14px;
    margin: 10px 0 30px;
    text-align: center;
  }

  .home08 .section-title {
    font-size: 20px;
    text-align: center;
  }

  .home08 .contents-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home08 .contents-title {
    font-size: 14px;
    display: block;
    text-align: left;
    margin-left: 0;
    width: 100%;
  }

  .home08 .category-item {
    width: 90px;
    padding: 5px;
  }

  .home08 .day-text {
    text-align: left;
    width: 80px;
  }

}

/* map */
.map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 300px;
}

/**
フッター
footer
*/


.footer {
  height: auto;
  background-color: #0f224a;
  padding: 0px 0 40px 0;
  position: relative;
}

[data-element-id] .footer {
  padding: 0;
}

.footer .inner {
  position: relative;
}

.footer-logo {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 80%;
}

.footer-logo img {
  width: 100%;
}

.footer-banner {
  width: 378px;
  height: 47px;
  margin-bottom: 40px;
}

.footer-banner img {
  width: 100%;
}

.footer .table {
  border: none;
}

.footer .table-outer {
  width: 80%;
  margin-bottom: 20px;
  color: #fff;
  height: auto;
}

.footer .table .datattl02 {
  background-color: transparent;
}

.footer .copy {
  padding: 5px 0;
  color: #fff;
  text-align: center;
}

.footer .contact-inner {
  color: #fff;
  margin-top: 110px;
}

.footer .acess-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.footer .acess-inner .acess-item {
  margin-left: 30px;
}

.footer .tel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .tel-inner .tel-item {
  margin-left: 30px;
}

@media only screen and (max-width: 599px) {

  .footer {
    margin-bottom: 70px;
  }

  .tel-outer {
    position: fixed;
    bottom: 0;
    z-index: 200;
    width: 100%;
    height: 70px;
    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;
    border: 1px solid #0f224a;
    color: #0f224a;
    background-color: #fff;
  }

  [data-element-id] .tel-outer {
    position: relative
  }

  .tel-outer .tel-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;

  }

  .tel-outer .tel-item a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 23px 0;
  }

  .tel-outer .tel-item a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f095';
    font-weight: 900;
    margin-right: 10px;
  }

}

[data-element-id] .tel-outer {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 70px;
  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;
  border: 1px solid #0f224a;
  color: #0f224a;
  background-color: #fff;
}

[data-element-id] .tel-outer {
  position: relative
}

[data-element-id] .tel-outer .tel-item {
  position: relative;
}

/*   [data-element-id] .tel-outer .tel-item:before {
  font-family: "Font Awesome 5 Free";
  content: '\f095';
  font-weight: 900;
  margin-right: 10px;
} */

.table-outer .head {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.table-outer .txt {
  margin-top: 5px;
  text-align: right;
}

.table-outer .wrap {
  overflow: auto;
  padding: 20px;
  border: 1px solid #999;
}

.table-outer .table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;

}

.table-outer .datattl01 {
  padding: 5px;
}

.table-outer .datattl02,
.table-outer .data {
  padding: 5px;
}

.table-outer .data {
  text-align: center;
}

.table .item {
  padding: 20px 0 30px;
}

.footer .table-detail {
  font-size: 12px;
  padding-right: 48px;
}

@media only screen and (max-width: 1024px) {
  .footer .copy {
    margin-top: 20px;
    text-align: center;
  }

  .footer .detail-inner {
    width: 70%;
    margin: auto;
  }

  .footer .table-outer {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer .table-outer .wrap {
    padding: 5%;
  }

  .footer-logo {
    width: 60%;
    margin: 40px auto 40px;
  }

  .footer-banner {
    width: 80%;
    height: auto;
    margin: 40px auto 40px;
  }

  .footer .contact-inner {
    width: 100%;
    margin: 0 auto 40px;
  }

  .footer .acess-inner {
    display: block;
    margin-bottom: 30px;
  }

  .footer .acess-inner .acess-item {
    margin-left: 0;
    text-align: center;
  }

  .footer .acess-logo {
    width: 30px;
    margin: 0 auto 10px;
  }

  .footer .tel-inner {
    display: block;
  }

  .footer .tel-inner .tel-item {
    margin-left: 0;
    text-align: center;
  }

  .footer .tel-logo {
    width: 30px;
    margin: 0 auto 10px;
  }

  .footer .footer-copy {
    text-align: center;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 599px) {


  .footer .table-outer {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer .table-outer .wrap {
    padding: 3%;
  }

  .table .item {
    padding: 20px 0 30px;
    font-size: 12px;
  }

  .footer .table-detail {
    font-size: 10px;
    padding-right: 8px;
  }

  .footer .contact-inner {
    font-size: 14px;
  }

  .footer .detail-inner {
    width: 90%;
    margin: auto;
  }

}

/**
フッターナビ
fnav
*/
.fnav {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav-item {
  margin-bottom: 15px;
}

.footer .nav-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 0px;
  border-top: 1px solid #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copy {
  color: #fff;
  text-align: right;
  margin-top: 10px;
}

.footer .totop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  bottom: 20px;
}

.totop .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px;
}

.fnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* width: 40%; */
  margin: auto;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fnav .list01 {
  width: 50%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
       column-count: 3;
}

.fnav .item {
  margin-bottom: 10px;
  padding-right: 10px;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.fnav .item a {
  position: relative;
  display: block;
  padding-left: 12px;
}

.fnav .item a:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  content: '';
}

.fnav .list02 {
  width: 50%;
}

.fnav .datawrap {
  -webkit-column-count: 3;
  -moz-column-count: 3;
       column-count: 3;
}

.fnav .datattl {
  position: relative;
  margin-bottom: 10px;
  padding-left: 12px;
}

.fnav .datattl:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  content: '';
}

.fnav .data {
  margin-bottom: 5px;
  padding-right: 10px;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.fnav .data a {
  position: relative;
  padding-left: 12px;
}

.fnav .data a:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 5px;
  height: 1px;
  background: #000;
  content: '';
}

@media only screen and (max-width: 1024px) {
  .fnav .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fnav .list01 {
    margin-bottom: 10px;
    width: 100%;
  }

  .fnav .list02 {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .fnav .list01 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
         column-count: 2;
  }

  .fnav .datawrap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
         column-count: 2;
  }

  .fnav .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
  }

  .fnav .wrap a:not(:last-of-type) {
    margin-right: 10px;
  }
}




/* clinic */

.header .hero-image02 {
  height: 30vw;
}

.section-title02 {
  margin-bottom: 30px;
  display: block;
  font-size: 36px;
}

.contents-inner .breadcrumb {
  margin-bottom: 50px;
  color: #868787;
}

.contents-inner .breadcrumb .item {
  color: #868787;
}

.contents-inner .box01 {
  margin-bottom: 80px;
}

.box01 .position-name {
  font-size: 18px;
  font-weight: bold;
}

.contents-inner .name-text {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}

.contents-inner .image-box01 {
  width: 70%;
}

.contents-inner .text-box {
  padding-top: 3%;
}

.text-box .career-title {
  margin-right: 30px;
}

.text-box .biography {
  font-size: 24px;
  font-weight: bold;
}

.career-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-box:not(:last-of-type) {
  margin-bottom: 40px;
}

.contents-title02 {
  margin-top: 80px;
}

.text-box .career-title {
  margin-left: 30px;
}

.career-list {
  padding-top: 10%;
}

@media only screen and (max-width: 1024px) {

  .section-title02 {
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
  }

  .header .hero-image02 {
    height: auto;
  }

  /*  .clinic .header .navlogo {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
 } */
}

@media only screen and (max-width: 599px) {

  .section-title {
    font-size: 20px;
  }

  .header .hero-image02 {
    height: 90vw;
  }

  .breadcrumb {
    font-size: 12px;
  }

  .box01 .position-name {
    text-align: center;
    font-size: 16px;
  }

  .contents-inner .name-text {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
  }

  .box01 .image-box01 {
    margin: 0 auto 30px;
  }

  .box01:nth-of-type(2) .image-box01 {
    margin: 0 auto 30px;
  }

  .text-box .biography {
    font-size: 18px;
  }

  .career-box {
    font-size: 12px;
  }

  .text-box .career-title {
    margin-left: 10px;
    white-space: nowrap;
  }


}


/* clinic02 */

.clinic02 {
  margin-bottom: 100px;
  padding: 60px 0;
  background-color: #0f224a;
}

.clinic02 .section-title {
  color: #fff;
  font-size: 36px;
  margin-bottom: 30px;
}

.clinic02 .area {
  background-color: #fff;
}

.clinic02 .area .table {
  width: 100%;
}

.clinic02 .table .data {
  padding-left: 0;
  color: #000;
  border: none;
}

.table .datattl04 {
  background-color: #fff;
  border-right: 1px solid #0f224a;
}

.table .item.item02:first-of-type {
  background-color: #fff;
}

.table .item02 {
  color: #c6a878;
  font-size: 18px;
  background-color: #fff;
}

.clinic02 .item02 th {
  border: none;
}

.clinic02 .item .head {
  padding-bottom: 10px;
}

.clinic02 .item:not(:last-of-type) {
  border: 1px solid;
  border-right: none;
  border-left: none;
}

.clinic02 .section-subtitle {
  color: #c6a878;
  font-size: 16px;
  margin-bottom: 30px;
}

.item02 th {
  padding: 15px;
  border-bottom: 1px solid #0f224a;
  border-right: 1px solid #0f224a;

}

.clinic02 .table .datattl04 {
  border: none;
}

.clinic02 .table-wrap {
  color: #fff;
  font-size: 16px;
  text-align: right;
  width: 32%;
  margin-left: auto;
  position: relative;
}

.clinic02 .table-wrap .table-detail:first-of-type {
  text-align: left;
}

.clinic02 .table-wrap:before {
  content: "※";
  color: #fff;
  position: absolute;
  left: -10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
}

@media only screen and (max-width: 1024px) {

  .clinic02 .section-title {
    margin-bottom: 10px;
  }

  .clinic02 .table-wrap {
    margin: auto;
    white-space: nowrap;
  }

  .clinic02 .table .item th {
    padding: 10px 0;
    border: none;
  }

  .clinic02 .table-wrap {
    margin: auto;
    /* white-space: nowrap; */
    font-size: 12px;
    width: 100%;
    text-align: center;
  }

  .clinic02 .table-wrap .table-detail:first-of-type {
    text-align: center;
  }
}

@media only screen and (max-width: 599px) {

  .table {
    border: none;
    width: 150%;
    overflow-x: scroll;
  }

  .clinic .contents-title02 {
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .clinic02 .section-title {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 24px;
  }

  .clinic .contents-title {
    margin-bottom: 20px;
  }

  .career-list {
    width: 80%;
    margin: auto;
  }

  .clinic02 {
    margin-bottom: 50px;
    padding: 50px 0;
  }

  .clinic02 .item {
    font-size: 12px;
  }

  .clinic02 .table .item th {
    padding: 5px 0;
  }
}

/* clinic03 */


.clinic03 {
  margin-bottom: 100px;
}


.clinic03 .block-group:not(:last-of-type) {
  margin-bottom: 70px;
}

.clinic03 .block-item {
  overflow: hidden;
  margin-top: 40px;
}


.clinic03 .block-item .block-title {
  text-align: center;
  border-bottom: 1px solid #0f224a;
  padding-bottom: 5px;
  font-size: 24px;
}

.clinic03 .block-item .block-img {
  margin-top: 20px;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {

  .section-title02 {
    margin-bottom: 10px;
  }

  .clinic03 .block-group {
    margin: auto;
  }
}

@media only screen and (max-width: 599px) {
  .clinic03 {
    margin-bottom: 50px;
  }

  .contents-title02 {
    margin-bottom: 0;
  }

  .title-outer {
    margin-bottom: 35px;
  }

  .section-title02 {
    margin: 40px auto 0px;
  }

  .clinic02 .wrap {
    overflow: hidden;
  }
}

/* beginner */

.section-title03 {
  display: block;
  font-size: 48px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}

.title-head {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .section-title03 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;

  }
}

@media only screen and (max-width: 599px) {
  .section-title03 {
    font-size: 20px;
  }
}

.title-list {
  font-size: 48px;
  color: #beac80;
}


.contents-inner02 {
  padding: 0 0 0;
  margin: 50px 0 100px;
  background-color: transparent;
}

.title-box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  border-bottom: 1px solid #beac80;
  width: 50%;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.detail-outer:nth-of-type(odd) .detail-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.beginner .detail-outer:nth-of-type(odd) .title-box {
  margin: 0 0 0 auto;
}

.beginner .detail-outer {
  margin-top: 40px;
}

.beginner .text-box02 {
  width: 36%;
}

.detail-box {
  margin-top: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.detail-box:not(:last-of-type) {
  margin-bottom: 40px;
}

/* beginner02 */

.beginner02 {
  margin-bottom: 100px;
}

.beginner .detail-box02 .contents-text02 {
  padding: 0;
}

.begginer02 .contents-text02 {
  text-align: center;
}

.beginner02 .button-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 80px;
}

.list-button {
  background-color: #beac80;
  display: block;
}

.list-button a {
  padding: 50px 0;
  color: #fff;
  display: block;
  text-align: center;
}

.list-button:nth-of-type(even) {
  margin-left: 50px;
}

.list-button:nth-of-type(-n+2) {
  margin-bottom: 50px;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-box02 {
  width: 63%;
}


.beginner02 .flex-outer:not(:last-of-type) {
  margin-bottom: 80px;
}

.beginner02 .flex-outer:nth-of-type(odd) .flex-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* beginner03 */

.beginner03 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2;
}


/* .beginner03 .flex-outer:not(:last-of-type) {
  margin-bottom: 80px;
}
 */
.beginner03 .flex-outer:nth-of-type(odd) .flex-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* bedinner04 */

.beginner04 {
  margin-bottom: 100px;
}

.beginner04 .contents-text {
  margin-top: 40px;
}

.beginner04 .contents-text02 {
  text-align: center;
  padding-right: 0;
}

/* beginner05 */

.beginner05 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2
}


.beginner05 .flex-box .title-box {
  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;
}

.beginner05 .title-box .contents-title {
  display: inline-block;
  margin-bottom: 0;
}

.title-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contents-text02 {
  font-size: 16px;
  padding-right: 20%;
}

/* beginner06 */

.beginner06 {
  margin-bottom: 10px;
}

.beginner06 .table .data {
  border-bottom: 1px solid #f1f0ee;
  border-left: 1px solid #f1f0ee;
  padding-left: 10px;
}

.table {
  width: 100%;
  border: 1px solid #f1f0ee;
}

.table .item:first-of-type {
  background-color: #f1f0ee;
}

.table .datattl {
  -moz-text-align: left;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #f1f0ee;
}


.table .data {
  height: 40px;
  border-bottom: 1px solid #0f224a;
  border-left: 1px solid #0f224a;

}

/* beginner07 */

.beginner07 {
  margin-bottom: 100px;
}

.beginner07 .item {
  margin-bottom: 20px;
}

.beginner07 .item:first-of-type {
  margin: 80px 0 20px;
}

.beginner07 .item:last-of-type {
  margin-bottom: 80px;
}

.beginner07 .item .datattl {
  border-bottom: 1px solid #f1f0ee;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.beginner07 .item .datattl:before {
  content: "Q";
  font-size: 48px;
  color: #beac80;
  margin-right: 10px;
}

.beginner07 .item .datattl:after {
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  color: #000;
  font-weight: 900;
  -webkit-transition: all 0.4s cubic-bezier(0.04, -0.36, 1, 1);
  transition: all 0.4s cubic-bezier(0.04, -0.36, 1, 1);
}

.beginner07 .item .is-parent.datattl:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.beginner07 .item .data {
  padding: 20px 0 0 45px;
}

[data-element-id] .beginner07 .item .data {
  display: block !important;
}

.title-list {
  width: 22%;
}

.contents-title03 {
  margin: 50px auto 50px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.contents-title04 {
  margin: 0;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .title-box {
    display: block;
    text-align: center;
    width: 70%;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-list {
    font-size: 48px;
  }

  .title-box02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .title-outer02 {
    margin-bottom: 30px;
  }

  .detail-box02 {
    display: block;
    margin-top: 50px;
  }

  .image-box02 {
    width: 50%;
    margin: auto;
  }

  .image-box03 {
    margin: 30px auto 0;
  }

  .flex-box02 {
    margin-bottom: 130px;
  }


  .contents-text02 {
    padding: 0;
    margin: 30px auto 0;
    text-align: left;
  }

  .beginner .detail-outer:nth-of-type(odd) .title-box {
    margin: auto;
  }

  .beginner02 .contents-text {
    text-align: center;
  }

  .button-box {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 80px;
  }

  .contents-title03 {
    margin: 50px auto 50px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
  }

  .contents-title04 {
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
  }

  .flex-box .text-box {
    width: 100%;
  }

  .flex-box {
    display: block;
  }

  .contents-text02 {
    font-size: 16px;
    width: 80%;
  }

  .title-list {
    width: 20%;
  }

  .beginner05 .contents-text02 {
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 599px) {

  .beginner02 {
    margin-bottom: 50px;
  }

  .beginner03 {
    margin: 50px 0;
    padding: 50px 0;
  }

  .beginner05 {
    margin: 50px 0;
    padding: 50px 0;
  }

  .beginner05 .flex-box02 {
    margin: 25px auto 50px;
  }

  .begginer07 {
    margin-bottom: 50px;
  }


  .area {
    margin: 25px auto 25px;
  }

  .wrap {
    overflow: scroll;
  }

  .table {
    width: 600px;
  }



  .whitening .area {
    margin: 0 auto;
  }

  .contents-title04 {
    font-size: 16px;
  }

  .contents-title03 {
    margin: 25px auto 25px;
    font-size: 18px;
  }

  .contents-text02 {
    margin: 15px auto 0;
  }

  .title-list {
    font-size: 20px;
  }

  .contents-text02 {
    font-size: 12px;
    text-align: left;
  }

  .list-button {
    width: 80%;
    margin: 0 auto 30px;
  }

  .list-button:first-of-type {
    margin: 0 auto 30px;
  }

  .list-button:nth-of-type(-n+2) {
    margin: 0 auto 30px;
  }

  .list-button:nth-of-type(even) {
    margin: 0 auto 30px;
  }


  .list-button a {
    padding: 10%;
    margin: auto;
    font-size: 14px;
  }

  .beginner07 .item .datattl:before {
    content: "Q";
    font-size: 30px;
    color: #beac80;
    margin-right: 10px;
  }

  .beginner07 .item .data {
    padding: 20px 0 0 35px;
    font-size: 14px;
  }

  .beginner07 .item .datattl:after {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #000;
    font-weight: 900;
    -webkit-transition: all 0.4s cubic-bezier(0.04, -0.36, 1, 1);
    transition: all 0.4s cubic-bezier(0.04, -0.36, 1, 1);
  }

  .beginner07 .item .is-parent.datattl:after {
    -webkit-transform: rotate(180deg) translateY(10px);
    transform: rotate(180deg) translateY(10px);
  }

  .beginner07 .item .datattl {
    font-size: 14px;
    font-weight: bold;
  }

  .beginner05 {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .flex-box02 {
    margin-bottom: 100px;
  }
}


/* message */


.flex-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: auto;
}

.profile-outer {
  width: 300px;
  height: 300px;
}

.photo-outer {
  width: 450px;
  height: 450px;
  margin-left: 50px;
  margin-top: 80px;
}

.image-box04 {
  width: 100%;
  height: auto;
}

.profile-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 0px;
  border: 1px solid;
  width: 400px;
}

.position-name02 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  display: block;
  padding: 50px 0;
}

.name-text02 {
  padding-bottom: 50px;
}

/* message02 */

.profile-box01 {
  margin-top: 80px;
}

.message02 {
  margin-bottom: 100px;
}

.section-subtitle02 {
  display: block;
  text-align: center;
}

.title-head02 {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}

.career-list02 {
  padding-top: 60px;
  margin: 0 auto;
  width: 100%;
  max-width: 430px;
}

.head-title {
  width: 30%;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
  display: block;
  margin: auto;
}

.head-title02 {
  width: 50%;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
  display: block;
  margin: auto;
}

.profile-group {
  margin-top: 50px;
}

.profile-box02 {
  max-width: 500px;
}


.list-group {
  width: 50%;
  margin: 40px auto 0;
  padding-right: 80px;
}

.list-item:not(:last-of-type) {
  margin-bottom: 20px;
}

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

/* .list-item:before {
  content: "●";
  font-size: 16px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  margin-right: 10px;
} */

/* message03 */

.message03 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2;
}

.contents-text03 {
  font-size: 16px;
  padding: 0;
  margin-top: 50px;
  max-width: 630px;
  margin: 50px auto 0;
  width: 100%;
}

/* message04 */

.message04 {
  margin-bottom: 100px;
  padding: 0;
}

@media only screen and (max-width: 1024px) {

  .profile-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0px;
    border: 1px solid;
    width: 180%;
  }


  .message .flex-outer {
    width: 100%;
  }

  .list-group {
    max-width: 220px;
    width: 60%;
    margin: 40px auto 0;
    padding-right: 80px;
  }

  .contents-text03 {
    width: 100%;
    max-width: 450px;
    margin: 50px auto 0;
  }

}

@media only screen and (max-width: 599px) {

  .career-list02 {
    padding-top: 60px;
    margin: 0 auto;
    width: 100%;
    max-width: 310px;
  }

  .flex-outer {
    display: block;
    width: 100%;
  }

  .profile-outer {
    height: auto;
    margin: auto;
  }

  .profile-box {
    padding: 0;
    width: 250px;
  }

  .photo-outer {
    width: 250px;
    height: 250px;
    margin: 80px auto 0;
  }

  .position-name02 {
    font-size: 16px;
    padding: 30px 0;
  }

  .name-text02 {
    margin-bottom: 0;
    padding: 0;
  }

  .contents-inner02 {
    padding: 0 0 0;
    margin: 50px 0 50px;
    background-color: transparent;
  }

  .profile-box01 {
    margin-top: 50px;
  }

  .head-title {
    width: 30%;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    display: block;
    margin: auto;
    font-size: 16px;
  }

  .career-list02 {
    padding-top: 30px;
  }

  .title-head {
    font-size: 16px;
  }

  .head-title02 {
    width: 100%;
    max-width: 220px;
    padding-bottom: 15px;
  }

  .profile-group {
    display: block;
  }

  .profile-box02 {
    width: 100%;
  }

  .list-group {
    max-width: 220px;
    width: 100%;
    margin: 40px auto 40px;
    padding-right: 80px;
    font-size: 12px;
  }

  .list-item:before {
    font-size: 12px;
  }

  .message02 {
    margin-bottom: 50px;
  }

  .contents-text03 {
    width: 100%;
    max-width: 260px;
    margin: 50px auto 0;
    font-size: 14px;
  }

  .message03 {
    padding: 50px 0;
    margin-bottom: 50px;
  }

  .message04 {
    margin-bottom: 50px;
  }
}


/* second_opinion */

.second_opinion .up-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.image-box03 {
  width: 25%;
  height: 25%;
}

.image-box03 {
  width: 100%;
  max-width: 300px;
  margin-top: auto;
}



.second_opinion .image-box03 {
  width: 100%;
  max-width: 250px;
}

.flex-box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px auto 100px;
}

/* second_opinion02 */

.second_opinion02 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2;
}

.flex-box03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px auto 0px;
}

/* second_opinion03 */

.caption-text {
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 50px 0 50px;
}

.area02 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.second_opinion03 .table .data {
  height: 40px;
  border-bottom: 1px solid #f1f0ee;
  border-left: 1px solid #f1f0ee;
  padding-left: 10px;
}

/* second_opinion04 */

.second_opinion04 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: rgb(74, 65, 37, 8%)
}

.mini-box {
  width: 80%;
  height: auto;
  margin: 50px auto 0;
  background-color: #4a412512;
  padding: 50px 0;
}

.mini-box .list-title {
  text-align: center;
  display: block;
  font-weight: bold;
}

.list-group02 {
  width: 74%;
  margin: 40px auto 40px;
  padding-right: 5%;
}

.list-group02 .list-item02 {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-group02 .list-item02:before {
  font-size: 24px;
  margin-right: 10px;
  content: '\f00c';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}



.list-group02 .list-item02:not(:last-of-type) {
  margin-bottom: 20px;
}

/* second_opinion05 */

.second_opinion05 {
  margin-bottom: 100px;
}


.image-box05 {
  width: 60%;
}

.name-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.position-name03 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding: 0 0 10px;
}

.name-text02 {
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
}

.contents-text04 {
  font-size: 16px;
  padding: 0;
  margin: 50px;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* 下部固定コンテンツ */
.fix-bottom {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .contents-text {
    font-size: 14px;
  }

  .flex-box03 {
    margin: 0 auto 0;
  }

  .caption-text {
    margin: 25px 0 25px;
  }

  .area02 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .list-group02 {
    width: 84%;
  }

  .list-item02 {
    font-size: 14px;
  }

  .contents-text05 {
    width: 100%;
    max-width: 360px;
    margin: 50px auto 0;
  }

  .second_opinion05 {
    margin-bottom: 100px;
  }

  .second_opinion05 .contents-text04 {
    margin: 0;
  }
}

@media only screen and (max-width: 599px) {

  .second_opinion .up-col-2 {
    display: block;
  }

  .second_opinion04 {
    margin-bottom: 50px;
    padding: 50px 0;
  }

  .second_opinion05 {
    margin-bottom: 50px;
  }

  .second_opinion05 .contents-text04 {
    text-align: center;
    margin: 50px;
  }

  .flex-box03 {
    display: block;
  }

  .image-box03 {
    width: 75%;
    height: auto;
  }


  .section-title03 {
    font-size: 18px;
  }

  .position-name03 {
    font-size: 16px;
    text-align: center;
  }

  .caption-text {
    font-size: 14px;
  }

  .name-text02 {
    font-size: 20px;
    text-align: center;
  }

  .image-box05 {
    width: 60%;
    margin: auto;
  }

  .contents-text04 {
    font-size: 12px;
    max-width: 250px;
  }


}

@media only screen and (max-width: 1024px) {
  .fix-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 250;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .fix-bottom .item {
    width: 50%;
    text-align: center;
  }

  .fix-bottom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 10px 5px;
  }

  .fix-bottom .tel {
    background: #000;
    color: #fff;
    font-size: 14px;
  }

  .fix-bottom .tel a:before {
    margin-right: 5px;
    content: '\f879';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
  }

  .fix-bottom .contact {
    background: #eee;
    color: #000;
  }

  .fix-bottom .contact a:before {
    margin-right: 5px;
    content: '\f0e0';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
  }
}

/* topページのレスポンシブ記述 */




/**
2カラムページ
*/
.column2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column2 .side {
  width: 200px;
}

.column2 .mainwrap {
  width: calc(100% - 250px);
}

@media only screen and (max-width: 1024px) {
  .column2 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column2 .side {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 50px;
    width: 100%;
  }

  .column2 .mainwrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 50px;
    width: 100%;
  }
}

/* サイドメニュー */
.side .list {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side .list {
    width: 48%;
  }
}

@media only screen and (max-width: 599px) {
  .side .list {
    width: 100%;
  }
}

.list-side .datattl {
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 2em;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.list-side .data {
  margin-bottom: 10px;
  padding-left: 10px;
}

.list-side a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.list-side a:before {
  position: absolute;
  left: 0;
  color: #000;
  content: '&gt;';
}

@media only screen and (max-width: 1024px) {
  .list-side.type-archive .datawrap {
    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;
  }

  .list-side.type-archive .datawrap .datattl {
    width: 100%;
  }

  .list-side.type-archive .datawrap .data {
    width: 48%;
  }
}

/* child */

.contents-text16 {
  font-size: 16px;
  padding: 0;
  margin-top: 50px;
  max-width: 630px;
  margin: 50px auto 0;
  width: 100%;
}

.child .image-box03 {
  width: 100%;
  max-width: 350px;
}

.child02 {
  margin-bottom: 100px;
}

.child02 .image-box08 {
  width: 30%;
  margin: 50px auto 0;
}

.child02 .image-box03 {
  width: 100%;
  max-width: 260px;
}

/* child03*/

.child03 {
  margin-bottom: 100px;
}

/* child04*/

.child04 {
  margin-bottom: 100px;
}

/* child05 */

.child05 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2
}

/* child06 */

.child06 {
  margin-bottom: 100px;
}

/* child07 */
.child07 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2
}

.list-title06 {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.list-text {
  display: block;
  margin: 50px auto 0;
  text-align: center;
  font-size: 16px;
}

.inner-item02 {
  border-right: 1px solid #0f224a;
  border-left: 1px solid #0f224a;
  padding: 0 25px;
}

.inner-item02:nth-of-type(2) {
  border: none;
}

.inner-item02:nth-of-type(3) {
  border-left: 1px solid #0f224a;
  border-right: none;
}



/* child08 */

.child08 {
  margin-bottom: 100px;
}

.child08 .list-title {
  display: block;
  margin-top: 0;
  white-space: nowrap;
  width: 50%;
  margin: auto;
}

.child08 .num {
  color: #beac80;
}

.child08 .num-li {
  margin: 50px auto 0;
}

/* whitening */

.whitening .contents-inner.contents-inner02 .flex-box03:nth-of-type(even) .forth-title {
  text-align: start;
}



.section-title04 {
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}

.contents-text05 {
  margin-bottom: 30px;
  width: 100%;
  max-width: 560px;
  margin: 50px auto 50px;
  font-size: 16px;
}

.child08 .list-title {
      display: block;
    white-space: nowrap;
    margin: 50px auto 0;
    width: 70%;
}


.child08  .s {
    color: #beac80;
    padding-right: .5rem;
}

@media only screen and (max-width: 1024px) {

  .child02 .contents-text03 {
    width: 100%;
    max-width: 340px;
    margin: 50px auto 0;
  }

  .contents-text16 {
    width: 100%;
    max-width: 450px;
    margin: 50px auto 0;
  }
}

@media only screen and (max-width: 599px) {

  .child02 .contents-text03 {
    width: 100%;
    max-width: 280px;
    margin: 50px auto 0;
  }

  .contents-text16 {
    width: 100%;
    max-width: 260px;
    margin: 50px auto 0;
    font-size: 14px;
    text-align: center;
  }

  .child02 {
    margin-bottom: 50px;
  }

  .child02 .image-box08 {
    width: 70%;
  }

  .child03 {
    margin-bottom: 50px;
  }

  .child04 {
    margin-bottom: 50px;
  }

  .child05 {
    padding: 25px 0;
    margin-bottom: 50px;
  }

  .child06 {
    margin-bottom: 50px;
  }

  .child07 {
    padding: 25px 0;
    margin-bottom: 50px;
  }

  .child08 {
    margin-bottom: 50px;
  }

  .inner-item02 {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #0f224a;
    padding: 15px 0 15px 0;
    width: 80%;
    margin: auto;
  }

  .inner-item02:nth-of-type(3) {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #0f224a;
  }

  .inner-item02:last-of-type {
    border: none;
  }

  .list-text {
    margin-top: 15px;
    font-size: 14px;
  }



  .list-item02:last-of-type {
    margin-bottom: 0;
  }

  .flex-box08 {
    margin-top: 25px;
  }
}

/* whitening02 */

.whitening04 .table {
  background-color: #fff;
}

.whitening04 .area {
  margin-bottom: 0;
  margin-top: 50px;
}



.whitening04 .table .item {
  background-color: #fff;
}

.whitening04 .table .item:first-of-type {
  background-color: #fff;
}

.whitening04 .table .data.data02 {
  background-color: #fff;
}

.whitening04 .table .table .datattl02 {
  background-color: #fff;
}

.forth-title {
  font-size: 30px;
  font-weight: bold;
  text-align: right;
}

.contents-text06 {
  margin: 50px auto 100px;
  width: 100%;
  font-size: 16px;
  text-align: left;
}


.whitening02 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2;
}

.forth-title02 {
  -moz-text-align: left;
  text-align: left;
}

.flex-box04 {
  margin: 50px auto 0px;
}

/* whitening03 */


.flex-box05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* align-items: center; */
  margin: 50px auto 0px;
}

.whitening03 {
  margin-bottom: 100px;
}


.image-box04 {
  width: 80%;
  margin: auto;
  max-width: 360px;
}

.contents-text07 {
  max-width: 400px;
  width: 100%;
  margin: 50px auto 0;
  font-size: 16px;
}

.forth-title03 {
  margin-bottom: 30px;
}

/* whitening04 */
.whitening04 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2
}

.table .datattl02 {
  background-color: #f4f4f2;
  text-align: center;
}

.table .data02 {
  text-align: center;
}

.list-group03 {
  width: 88%;
  margin: 40px auto 40px;
  padding-right: 5%;
}

.list-item03 {
  margin-bottom: 10px;
  padding-right: 10%;
}

/* whitening05 */

.whitening05 {
  margin-bottom: 100px;
}

.forth-title02 {
  font-size: 24px;
}

/* whitening06 */

.whitening06 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2
}

/* whitening07 */

.whitening07 {
  margin-bottom: 100px;
}

/* whitening08 */


.whitening08 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2
}

.whitening .contents-text03 {
  text-align: left;
}

@media only screen and (max-width: 1024px) {

  .whitening05 .forth-title02 {
    text-align: start;
  }

  .section-title04 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }

  .whitening .text-box03 {
    max-width: 370px;
    margin: 0 auto;
    width: 100%;
  }

  .whitening .contents-text03 {
    text-align: left;
  }

  .forth-title {
    font-size: 24px;
  }

  .forth-title02 {
    font-size: 24px;
    text-align: center;
    margin-top: 50px;
  }

  .contents-text {
    font-size: 14px;
  }

  .flex-box04 {
    margin: 50px auto 0;
  }

  .flex-box05 {
    margin: 50px auto 0;
  }

  .one-box {
    max-width: 300px;
    margin: 0 auto;
  }

  .one-box02 {
    max-width: 300px;
    margin: 0 auto;
  }


  .table {
    font-size: 14px;
  }

  .whitening04 {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 599px) {
  .whitening .contents-inner.contents-inner02 .flex-box03:nth-of-type(even) .forth-title {
    text-align: center;
  }

  .forth-title02 {
    margin-top: 25px;
  }

  .whitening .contents-text03 {
    text-align: center;
  }

  .whitening05 .section-title04 {
    width: 100%;
    max-width: 270px;
    margin: auto;
    white-space: nowrap;
  }

  .image-box04 {
    max-width: 249px;
    width: 100%;
    margin: auto;
  }

  .implant .contents-text08 {
    font-size: 14px;
  }

  .section-title04 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .forth-title {
    font-size: 18px;
    text-align: center;
  }

  .forth-title02 {
    font-size: 18px;
    text-align: center;
    max-width: 260px;
    margin: auto;
  }

  .whitening .forth-title03 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }

  .whitening02 {
    padding: 50px 0;
    margin-bottom: 50px;
  }



  .whitening05 .forth-title02 {
    text-align: center;
  }

  .whitening02 .forth-title02 {
    font-size: 24px;
    margin-top: 50px;
    text-align: center;
  }

  .contents-text05 {
    max-width: 250px;
    margin: 25px auto 25px;
    width: 100%
  }

  .flex-box04 {
    margin: 25px auto 0;
  }

  .pregnant_woman .flex-box05 {
    margin: 0 auto;
  }

  .pregnant_woman .one-box .contents-inner .contents-text {
    margin-bottom: 0 !important;
  }



  .flex-box05 {
    margin: 25px auto 0;
  }

  .one-box {
    margin: 25px auto 25px;
  }

  .pregnant_woman .one-box {
    margin: 0 auto;
    width: 100%;
  }

  .pregnant_woman .one-box02 {
    margin: 0 auto;
    width: 100%;
  }


  .one-box02 {
    margin: 25px auto 25px;
  }

  .contents-text07 {
    max-width: 260px;
    width: 100%;
    margin: 25px auto 0;
  }

  .whitening03 {
    margin-bottom: 50px;
  }


  .whitening05 {
    margin-bottom: 50px;
  }

  .whitening06 {
    padding: 50px 0;
    margin-bottom: 50px;
  }

  .whitening07 {
    margin-bottom: 50px;
  }

  .whitening08 {
    padding: 50px 0;
    margin-bottom: 50px;
  }

  .text-box03 {
    padding-top: 25px;
  }
  
  .whitening03 .flex-box05 .add-box {
    margin: 0 auto;
　}

  .whitening03 .flex-box05 .add-box:not(:last-of-type) {
    margin-bottom: 1rem;
　}
.whitening04 .contents-text,
.whitening05 .contents-text,
.whitening06 .contents-text,
.whitening07 .contents-text {
  margin-bottom: 1rem;
}

}

/* inplant */

.inplant02 {
  margin-bottom: 100px;
}

.forth-title03 {
  text-align: center;
}

/* inplant03 */
.inplant03 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2;
}

/* inplanet04 */
.inplant04 {
  margin-bottom: 100px;
}

/* inplant05 */

.inplant05 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2;
}

.contents-text08 {
  margin: 50px 0 0;
  width: 100%;
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 16px;
}

.contents-text09 {
  margin: 50px auto 0;
  width: 100%;
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 16px;
  width: 100%;
  max-width: 400px;
}



@media only screen and (max-width: 1024px) {

  .whitening02 .forth-title02 {
  text-align: start;
}
 
  .inplant05 .contents-text08 {
    margin: 50px auto 0;
    width: 100%;
    max-width: 500px;
    -moz-text-align-last: left;
         text-align-last: left;
    font-size: 16px;
  }
}

@media only screen and (max-width: 599px) {

  .pregnant_woman .one-box02 {
    margin-top: 50px;
  }

  .contents-text06 {
    max-width: 270px;
  }

  .inplant02 {
    margin-bottom: 50px;
  }

  /* inplant03 */
  .inplant03 {
    margin-bottom: 50px;
    padding: 50px 0;
  }

  /* inplanet04 */
  .inplant04 {
    margin-bottom: 50px;
  }

  /* inplant05 */

  .inplant05 {
    margin-bottom: 50px;
    padding: 50px 0;
  }

  .contents-text08 {
    max-width: 320px;
    margin: 40px auto 0;
  }

  .inplant05 .contents-text08 {
    max-width: 260px;
    margin: 40px auto 0;
  }

}

/* /* pregnant_woman */

.section-title05 {
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: left;
}

.flex-box06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 100px auto 0;
}

.flex-box07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 100px auto 0;
}



/* pregnant_woman02 */

.pregnant_woman02 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2
}

.pregnant_woman03 {
  margin-bottom: 100px;
}

/* pregnant_woman04 */
.pregnant_woman04 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2
}

.pregnant_woman05 {
  margin-bottom: 100px;
}

.contents-text10 {
  margin: 50px 0 0;
  width: 100%;
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 16px;
}

@media only screen and (max-width: 1024px) {

  .section-title05 {
    font-size: 30px;
    font-weight: bold;
  }

  .contents-text09 {
    font-size: 14px;
  }

  .contents-text10 {
    max-width: 480px;
    margin: 50px auto 0;
  }

  .flex-box06 {
    margin: 50px auto 0;
  }

  .flex-box07 {
    margin: 50px auto 0;
  }

  .pregnant_woman02 {
    padding: 50px 0;
  }

  .pregnant_woman04 {
    padding: 50px 0;
  }

}

@media only screen and (max-width: 599px) {

  .section-title04 {
    width: 100%;
    max-width: 270px;
    margin: auto;
  }

  .section-title05 {
    font-size: 20px;
    font-weight: bold;
  }



  .section-subtitle {
    margin: 10px auto 10px;
    width: 100%;
    max-width: 300px;
  }

  .pregnant_woman .contents-text10 {
    max-width: 260px;
  }

  .contents-text10 {
    max-width: 300px;
  }

  .caption-text02 {
    font-size: 14px;
    max-width: 250px;
    margin: 25px auto;
  }

  .kids .flex-box06 {
    margin: 0 auto;
  }


  .flex-box06 {
    margin: 25px auto 0;
  }

  .flex-box07 {
    margin: 25px auto 0;
  }

  .pregnant_woman02 {
    padding: 25px 0;
    margin-bottom: 50px;
  }

  .pregnant_woman03 {
    margin-bottom: 50px;
  }

  .pregnant_woman04 {
    padding: 25px 0;
    margin-bottom: 50px;
  }

  .pregnant_woman04 .contents-text {
    margin-bottom: 50px;
  }

  .pregnant_woman05 {
    margin-bottom: 50px;
  }

  .contents-text10 {
    font-size: 14px;
  }

}

/* kids */

.image-box07 {
  width: 40%;
}

.image-box08 {
  width: 70%;
  margin: auto;
}

.list-item04 {
  margin-top: 80px;
}

/* kids02 */

.kids02 {
  margin-bottom: 100px;
}

.list-title {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px;
}

.contents-text11 {
  max-width: 320px;
  width: 100%;
  margin: 30px auto 0;
  font-size: 16px;
  /* padding-right: 5%; */
}

.flex-box07:nth-of-type(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* kids03 */

.kids03 {
  margin-bottom: 100px;
}

/* kids04 */
.kids04 {
  margin-bottom: 100px;
}

/* kids05 */
.kids05 {
  margin-bottom: 100px;
}

/* kids06 */

.kids06 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2;
}


/* kids07 */

.kids07 {
  margin-bottom: 100px;
}

/* kids08 */

.kids08 {
  margin-bottom: 100px;
}


.mini-box02 {
  width: 40%;
  height: auto;
  margin: 50px auto 0;
  background-color: #f1f0ee;
  padding: 50px 0;
}

.mini-box02 {
  padding: 25px 0;
}




.list-group03 {
  width: 74%;
  margin: 40px auto 40px;
  padding-right: 5%;
}

.list-group03 .list-item02 {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-group03 .list-item02:before {
  font-size: 24px;
  margin-right: 10px;
  content: '\f00c';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}

.list-group03:last-of-type {
  padding-right: 0;
}



.list-group03 .list-item02:not(:last-of-type) {
  margin-bottom: 20px;
}

.list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 85%;
  margin: auto;
}

.contents-text12 {
  font-size: 16px;
  padding: 0;
  margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
  .list-group03 {
    width: 84%;
  }

  .image-box09 {
    width: 45%;
  }

  .mini-box02 {
    width: 60%;
    height: auto;
    margin: 50px auto 0;
    background-color: #f1f0ee;
    padding: 25px 0;
  }

  .mini-box05 {
    width: 80%;
    height: auto;
    margin: 50px auto 0;
    background-color: #f1f0ee;
    padding: 25px 0;
  }



  .list-flex {
    display: block;
  }

  .list-group03 {
    width: 95%;
  }


  .contents-text12 {
    width: 100%;
    max-width: 230px;
    margin: 50px auto 0;
    text-align: left;
  }

}

@media only screen and (max-width: 599px) {

  .examination .mini-box03 {
    width: 75%;
    height: auto;
    margin: 50px auto 0;
    background-color: #f1f0ee;
    padding: 20px 10px;
  }


  .image-box09 {
    width: 80%;
    margin: 30px auto 0;
  }

  .contents-text12 {
    font-size: 14px;
    padding: 0;
    margin-top: 25px;
  }


  .mini-box {
    padding: 25px 0;
  }

  .mini-box02 {
    width: 85%;
  }

  .mini-box05 {
    width: 85%;
  }

  .list-group03 .list-item02:before {
    font-size: 16px;
  }

  .pregnant_woman03 {
    margin-bottom: 50px;
  }

  .kids02 {
    margin-bottom: 50px;
  }

  .kids03 {
    margin-bottom: 50px;
  }

  .kids04 {
    margin-bottom: 50px;
  }

  .kids05 {
    margin-bottom: 50px;
  }

  .kids06 {
    padding: 25px 0;
    margin-bottom: 50px;
  }

  .kids07 {
    margin-bottom: 50px;
  }

  .kids08 {
    margin-bottom: 50px;
  }
}

/*  prevention*/

.examination_04 .contents-text03 {
  margin-top: 0px;
  margin-bottom: 50px;
}

.examination .text-box03 {
  margin: 0;
}

.examination_03 .mini-box03 {
  margin: 0;
}

.examination .mini-box03 {
  background-color: #4a412512;
}

.examination_08 .mini-box03 {
  margin: 0px;
}

.examination_08 .contents-text03 {
  font-size: 16px;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 50px;
  max-width: 460px;
  width: 100%;
}

.examination_09 .list-title {
  display: block;
  white-space: nowrap;
  margin: 50px auto 0;
  width: 70%;
}

.examination_09 .s {
  color: #beac80;
  padding-right: .5rem;
}

.examination_09 .contents-text .num-li {
  margin: 50px auto 0;
  width: 100%;
  max-width: 400px;
}

.examination_09 .contents-text .num {
  color: #0f224a;

}





.prevention02 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2;
}

.prevention02 .flex-box03 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.prevention03 {
  margin-bottom: 100px;
}

.prevention04 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2
}

.prevention05 {
  margin-bottom: 100px;
}

.contents-text13 {
  font-size: 16px;
  padding: 0;
  margin-top: 0px;
}

@media only screen and (max-width: 1024px) {

  .examination_02 .image-box03 {
    width: 25%;
    height: 25%;
    margin-top: auto;
  }

  .examination .text-box03 {
    width: 100%;
    margin: 0 auto;
    max-width: 320px;
  }

  .examination_04 .contents-text03 {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .examination_04 .section-button {
    margin: auto;
  }

  .examination_09 .list-item04 {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .examination_09 .list-item04:last-of-type {
    margin-bottom: 0px;
  }

  .examination_08 .contents-text03 {
    font-size: 16px;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 0px;
    max-width: 460px;
    width: 100%;
  }

  .examination_03 .mini-box03 {
    margin: auto;
  }

  .examination_08 .mini-box03 {
    margin: auto;
  }

  .examination .mini-box03 {
    width: 60%;
    height: auto;
    margin: 50px auto 0;
    background-color: #f1f0ee;
    padding: 20px 10px;
  }

  .contents-text13 {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 0;
  }
}

@media only screen and (max-width: 599px) {


  .examination_08 {
    margin-bottom: 50px;
    padding: 50px 0;
  }

  .examination_02 .image-box03 {
    width: 75%;
    height: auto;
    margin: 30px auto 0;
  }

  .prevention02 {
    margin-bottom: 50px;
    padding: 50px 0;
    background-color: #f4f4f2;
  }

  .prevention03 {
    margin-bottom: 50px;
  }

  .prevention04 {
    margin-bottom: 50px;
    padding: 50px 0;
    background-color: #f4f4f2
  }

  .prevention05 {
    margin-bottom: 50px;
  }

  .examination .contents-text03 {
    margin-top: 25px;
    width: 100%;
    max-width: 260px;
    margin: 50px auto 0;
    font-size: 14px;
  }

  .contents-text13 {
    width: 100%;
    max-width: 260px;
    margin: 25px auto 0;
    font-size: 14px;
  }

  .examination {
    padding: 25px 0;
    margin-bottom: 50px;
  }

  .examination .text-box03 {
    padding: 0;
  }

  .prevention03 {
    margin-bottom: 50px;
  }

  .prevention04 {
    padding: 25px 0;
    margin-bottom: 50px;
  }

  .prevention05 {
    margin-bottom: 50px;
  }
  .prevention02 .contents-text,
  .prevention03 .contents-text,
  .prevention04 .contents-text {
    margin-bottom: 30px;
  }
}

/*  examination_02*/

.examination_02 {
  margin-bottom: 100px;
}

.mini-box03 {
  width: 40%;
  height: auto;
  margin: 0px auto 0;
  background-color: #f1f0ee;
  padding: 50px 0;
}

/* pagenation02_03 */

.examination_03 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2
}

.examination_03 .contents-text03 {
  font-size: 16px;
  padding: 0;
  margin-top: 50px;
  max-width: 460px;
  margin: 0;
  width: 100%;
}



.flex-box08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px auto 0px;
}

/* pagenation02_04 */
.examination_04 {
  margin-bottom: 100px;
}

.section-button {
  width: 210px;
  background-color: #beac80;
}

.section-button a {
  padding: 10px 0;
  color: #fff;
  display: block;
  text-align: center;
}

/* pagenation02_05 */

.examination_05 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2;
}


/* pagenation02_06 */

.examination_06 {
  margin-bottom: 100px;
}

.contents-text14 {
  font-size: 16px;
  padding: 0;
  margin-top: 50px;
  max-width: 320px;
  margin: 50px auto 0;
}

/* pagenation02_07 */

.examination_07 {
  margin-bottom: 100px;
}

/* examination_08 */

.examination_08 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2;
}


.examination_08 .flex-box03 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* examination_09 */

.examination_09 {
  margin-bottom: 100px;
}

.examination_09 .flex-box03 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.examination_09 .contents-text03 {
  font-size: 16px;
  padding: 0;
  margin-top: 50px;
  max-width: 350px;
  margin: 0;
  width: 100%;
}


.list-group04 {
  margin-top: 40px;
}

.beautiful .text-box03 {
  margin: 0;
}


@media only screen and (max-width: 1024px) {

  .image-box11 {
    margin: 50px auto 0;
    width: 100%;
    max-width: 300px;
  }

  .examination .text-box03 {
    margin: 0 auto;
  }

  .beautiful .text-box03 {
    margin: 0 auto;
  }

  .examination08 .contents-text03 {
    margin: 50px auto 50px;
  }

  .mini-box03 {
    width: 60%;
    height: auto;
    margin: 50px auto 0;
    background-color: #f1f0ee;
    padding: 25px 0;
  }

  .contents-text14 {
    width: 100%;
    max-width: 230px;
    margin: 50px auto 0;
    text-align: left;
  }

  .section-title05 {
    text-align: center;
  }
}

@media only screen and (max-width: 599px) {


  .list-title {
    max-width: 250px;
    margin: 30px auto 0;
    font-size: 16px;
  }

  .section-title05 {
    text-align: center;
    max-width: 270px;
    margin: auto;
  }

  .mini-box03 {
    width: 85%;
  }

  .flex-box08 {
    display: block;
  }

  .contents-text14 {
    font-size: 14px;
    padding: 0;
    margin-top: 25px;
  }

  .section-button {
    width: 210px;
    background-color: #beac80;
    margin: auto;
    font-size: 14px;
  }

  .examination_02 {
    margin-bottom: 50px;
  }

  .examination_03 {
    padding: 25px 0;
    margin-bottom: 50px;
  }

  .examination_04 {
    margin-bottom: 50px;
  }

  .examination_04 .image-box03,
  .examination_05 .image-box03,
  .examination_06 .image-box03,
  .examination_07 .image-box03{
    margin-top: 50px;
  }

  .examination_05 {
    padding: 25px 0;
    margin-bottom: 50px;
  }

  .examination_06 {
    margin-bottom: 50px;
  }

  .examination_07 {
    margin-bottom: 50px;
  }

  .examination_08 .mini-box02 {
    background-color: #4a412512;
  }

  .list-item04 {
    margin-top: 40px;
  }
}

/* sick02 */

.sick .text-box03 {
  margin: 0;
}

.sick .sick02 .text-box03 {
  margin: auto;
}

.sick .forth-title {
  text-align: center;
}

.sick02 {
  margin-bottom: 100px;
}

.forth-title04 {
  margin-top: 50px;
}

/* sick03 */

.sick03 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2
}


.caption-title {
  margin: 30px 0;
  text-align: center;
  font-weight: bold;
}


/* sick04 */

.sick04 {
  margin-bottom: 100px;
}

.mini-box04 {
  width: 90%;
}

.list-group05 {
  width: 90%;
  margin: auto;
}

.list-title03 {
  font-weight: bold;
  margin-bottom: 5px;
}

.list-title03:before {
  content: "●";
  margin-right: 10px;
}

.list-item02 {
  margin-bottom: 20px;
}

/* sick05 */

.sick05 {
  margin-bottom: 100px;
}

/* .sick06 */
.sick06 {
  margin-bottom: 100px;
}

.sick .forth-title {
  text-align: start;
}

.sick02 .forth-title {
  text-align: center;
}



/* sick07 */
.sick07 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2
}

.sick07 .contents-text03 {
  margin: 0;
}

.image-box11 {
  margin: 0px auto 0;
  width: 100%;
  max-width: 300px;
}

.list-flex03 {
  width: 100%;
}

@media only screen and (max-width: 1024px) {

  .sick06 .text-box03 {
    margin: auto;
  }

  .sick .caption-text03 {
    margin:1rem auto 0;
    max-width: 450px;
    width: 100%;
  }

  /*   .sick .text-box03 {
  margin: 0 auto 50px;
} */

  .sick06 .forth-title {
    text-align: center;
    margin-bottom: 25px;
  }

  .sick .forth-title04 {
    margin-top: 50px;
    margin-bottom: 25px;
  }

  .sick .contents-text03 {
    margin: auto;
  }

  .image-box11 {
    margin: 0 auto;
  }

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

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



}

@media only screen and (max-width: 599px) {

  .caption-text03 {
    max-width: 260px;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin: 25px auto 0;
  }

  .list-group03:first-of-type {
    margin-bottom: 10px;
  }

  .list-group03:last-of-type {
    margin-top: 0;
  }

  .list-flex02 {
    display: block;
  }

  .image-box11 {
    width: 75%;
    height: auto;
    margin-top: 50px;
  }

  .sick02 {
    margin-bottom: 50px;
  }

  .sick03 {
    padding: 25px 0;
    margin-bottom: 50px;
  }

  .sick04 {
    margin-bottom: 50px;
  }

  .sick05 {
    margin-bottom: 50px;
  }

  .sick06 {
    margin-bottom: 50px;
  }

  .sick07 {
    padding: 25px 0;
    margin-bottom: 50px;
  }

  .sick06 .text-box {
    margin: 0;
  }

  .list-group05 {
    font-size: 14px;
  }

  .list-item02:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .sick07 .contents-text {
    margin-bottom: 25px;
  }
}


/* beautiful02 */

.beautiful02 {
  margin-bottom: 100px;
}

/* beautiful03 */

.beautiful03 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f4f4f2
}

.link-list {
  width: 100%;
  margin: 50px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-button {
  margin-bottom: 30px;
}

.link-button {
  width: 40%;
  background-color: #beac80;
}

.link-button a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 30px 0;
}

/* beautiful04*/
.beautiful04 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {

  .beautiful .image-box11 {
    margin: 50px auto 0;
  }

  .sick .image-box11 {
    width: 100%;
    margin: 50px auto 0;
    max-width: 300px;
  }

  .link-list {
    width: 80%;
    margin: 50px auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .link-button {
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {

  .kids .contents-text14 {
    font-size: 14px;
    padding: 0;
    margin-top: 25px;
    width: 100%;
    max-width: 260px;
  }

  .beautiful .contents-text14 {
    font-size: 14px;
    padding: 0;
    margin-top: 25px;
    width: 100%;
    max-width: 260px;
  }

  .examination .contents-text14 {
    font-size: 14px;
    padding: 0;
    margin-top: 25px;
    width: 100%;
    max-width: 260px;
  }

  .beautiful02 {
    margin-bottom: 50px;
  }

  .beautiful03 {
    margin-bottom: 50px;
    padding: 25px 0;
    background-color: #f4f4f2
  }

  .beautiful04 {
    margin-bottom: 50px;
  }

  .link-button {
    width: 80%;
    margin: auto;
    font-size: 12px;
  }

  .link-button:not(:last-of-type) {
    margin-bottom: 25px;
  }
}

/* recruit */

.recruit .table {
  border: 1px solid #0f224a;
}

.recruit02 {
  margin-bottom: 100px;
}

/* recruit03 */

.recruit03 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #0f224a;
}

.list-item:first-of-type .list-title.list-title02:before {
  content: "1";
  margin-right: 10px;
  color: #beac80;
}

.list-item:nth-of-type(2) .list-title.list-title02:before {
  content: "2";
  margin-right: 10px;
  color: #beac80;
}

.list-item:nth-of-type(3) .list-title.list-title02:before {
  content: "3";
  margin-right: 10px;
  color: #beac80;
}

/* recruit04 */

.recruit04 {
  margin-bottom: 100px;
}

/* recruit05 */

.recruit05 {
  margin-bottom: 100px;
}

.table .datattl03 {
  background-color: #0f224a;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  width: 210px;
}

.table .data.data02 {
  background-color: #fff;
  /*   border-bottom: 1px solid #0f224a;
border-left: 1px solid #0f224a;
border-top: 1px solid #0f224a;
border-right: 1px solid #0f224a; */
  padding: 30px 10px;
}

.list-group06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-group07 {
  display: block;
}

.contents-text15 {
  font-size: 16px;
  padding: 0;
  margin: 50px;
}



@media only screen and (max-width: 1024px) {

  .recruit02 .contents-text13 {
    width: 100%;
    max-width: 310px;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sick05 .contents-text13 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 0;
  }

  .sick .text-box03 {
    max-width: 740px;
    margin: 0 auto;
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {

  .recruit02 .image-box07 {
    width: 80%;
    margin: 0 auto 25px;
  }

  .recruit02 {
    margin-bottom: 50px;
  }

  .recruit03 {
    margin-bottom: 50px;
    padding: 25px 0;
  }

  .recruit04 {
    margin-bottom: 50px;
  }

  .recruit05 {
    margin-bottom: 50px;
  }

  .image-box07 {
    width: 80%;
    margin: auto;
  }

  .recruit .wrap {
    overflow: hidden;
  }

  .recruit .table {
    width: 330px;
    margin: auto;
    height: auto;
  }

  .table .datattl03 {
    width: 90px;
  }

  .contents-text15 {
    font-size: 12px;
    max-width: 250px;
    margin: 25px auto 50px;
  }
}


/* child */

/*txtTransform*/

.txtTransform01 span.text_t {
  opacity: 0;
  display: inline-block;
  -webkit-transition: 1.0s;
  transition: 1.0s;
  line-height: inherit;
}

.txtTransform01.animate01 span.text_t {
  opacity: 1 !important;
  -webkit-transform: translate(0px) !important;
  transform: translate(0px) !important;
}

.txtTransform01 span.text_t:nth-of-type(4n+1) {
  -webkit-transform: translate(20px, -17px);
  transform: translate(20px, -17px);
}

.txtTransform01 span.text_t:nth-child(4n+2) {
  -webkit-transform: translate(-17px, -15px);
  transform: translate(-17px, -15px);
}

.txtTransform01 span.text_t:nth-child(4n+3) {
  -webkit-transform: translate(17px, -12px);
  transform: translate(17px, -12px);
}

.txtTransform01 span.text_t:nth-child(4n+4) {
  -webkit-transform: translate(15px, -20px);
  transform: translate(15px, -20px);
}

.txtTransform01 span.text_t:nth-child(1) {
  -webkit-transition-delay: calc(0.1s * 1);
  transition-delay: calc(0.1s * 1);
}

.txtTransform01 span.text_t:nth-child(2) {
  -webkit-transition-delay: calc(0.1s * 2);
  transition-delay: calc(0.1s * 2);
}

.txtTransform01 span.text_t:nth-child(3) {
  -webkit-transition-delay: calc(0.1s * 3);
  transition-delay: calc(0.1s * 3);
}

.txtTransform01 span.text_t:nth-child(4) {
  -webkit-transition-delay: calc(0.1s * 4);
  transition-delay: calc(0.1s * 4);
}

.txtTransform01 span.text_t:nth-child(5) {
  -webkit-transition-delay: calc(0.1s * 5);
  transition-delay: calc(0.1s * 5);
}

.txtTransform01 span.text_t:nth-child(6) {
  -webkit-transition-delay: calc(0.1s * 6);
  transition-delay: calc(0.1s * 6);
}

.txtTransform01 span.text_t:nth-child(7) {
  -webkit-transition-delay: calc(0.1s * 7);
  transition-delay: calc(0.1s * 7);
}

.txtTransform01 span.text_t:nth-child(8) {
  -webkit-transition-delay: calc(0.1s * 8);
  transition-delay: calc(0.1s * 8);
}

.txtTransform01 span.text_t:nth-child(9) {
  -webkit-transition-delay: calc(0.1s * 9);
  transition-delay: calc(0.1s * 9);
}

.txtTransform01 span.text_t:nth-child(10) {
  -webkit-transition-delay: calc(0.1s * 10);
  transition-delay: calc(0.1s * 10);
}

.txtTransform01 span.text_t:nth-child(11) {
  -webkit-transition-delay: calc(0.1s * 11);
  transition-delay: calc(0.1s * 11);
}

.txtTransform01 span.text_t:nth-child(12) {
  -webkit-transition-delay: calc(0.1s * 12);
  transition-delay: calc(0.1s * 12);
}

.txtTransform01 span.text_t:nth-child(13) {
  -webkit-transition-delay: calc(0.1s * 13);
  transition-delay: calc(0.1s * 13);
}

.txtTransform01 span.text_t:nth-child(14) {
  -webkit-transition-delay: calc(0.1s * 14);
  transition-delay: calc(0.1s * 14);
}

.txtTransform01 span.text_t:nth-child(15) {
  -webkit-transition-delay: calc(0.1s * 15);
  transition-delay: calc(0.1s * 15);
}

.txtTransform01 span.text_t:nth-child(16) {
  -webkit-transition-delay: calc(0.1s * 16);
  transition-delay: calc(0.1s * 16);
}



.txtTransform02 span.text_t {
  display: inline-block;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
  line-height: inherit;
}

.txtTransform02.animate02 span.text_t {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.txtTransform02 span.text_t:nth-child(1) {
  -webkit-transition-delay: calc(0.05s * 1 + 0.4s);
  transition-delay: calc(0.05s * 1 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(2) {
  -webkit-transition-delay: calc(0.05s * 2 + 0.4s);
  transition-delay: calc(0.05s * 2 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(3) {
  -webkit-transition-delay: calc(0.05s * 3 + 0.4s);
  transition-delay: calc(0.05s * 3 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(4) {
  -webkit-transition-delay: calc(0.05s * 4 + 0.4s);
  transition-delay: calc(0.05s * 4 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(5) {
  -webkit-transition-delay: calc(0.05s * 5 + 0.4s);
  transition-delay: calc(0.05s * 5 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(6) {
  -webkit-transition-delay: calc(0.05s * 6 + 0.4s);
  transition-delay: calc(0.05s * 6 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(7) {
  -webkit-transition-delay: calc(0.05s * 7 + 0.4s);
  transition-delay: calc(0.05s * 7 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(8) {
  -webkit-transition-delay: calc(0.05s * 8 + 0.4s);
  transition-delay: calc(0.05s * 8 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(9) {
  -webkit-transition-delay: calc(0.05s * 9 + 0.4s);
  transition-delay: calc(0.05s * 9 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(10) {
  -webkit-transition-delay: calc(0.05s * 10 + 0.4s);
  transition-delay: calc(0.05s * 10 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(11) {
  -webkit-transition-delay: calc(0.05s * 11 + 0.4s);
  transition-delay: calc(0.05s * 11 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(12) {
  -webkit-transition-delay: calc(0.05s * 12 + 0.4s);
  transition-delay: calc(0.05s * 12 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(13) {
  -webkit-transition-delay: calc(0.05s * 13 + 0.4s);
  transition-delay: calc(0.05s * 13 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(14) {
  -webkit-transition-delay: calc(0.05s * 14 + 0.4s);
  transition-delay: calc(0.05s * 14 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(15) {
  -webkit-transition-delay: calc(0.05s * 15 + 0.4s);
  transition-delay: calc(0.05s * 15 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(16) {
  -webkit-transition-delay: calc(0.05s * 16 + 0.4s);
  transition-delay: calc(0.05s * 16 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(17) {
  -webkit-transition-delay: calc(0.05s * 17 + 0.4s);
  transition-delay: calc(0.05s * 17 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(18) {
  -webkit-transition-delay: calc(0.05s * 18 + 0.4s);
  transition-delay: calc(0.05s * 18 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(19) {
  -webkit-transition-delay: calc(0.05s * 19 + 0.4s);
  transition-delay: calc(0.05s * 19 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(20) {
  -webkit-transition-delay: calc(0.05s * 20 + 0.4s);
  transition-delay: calc(0.05s * 20 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(21) {
  -webkit-transition-delay: calc(0.05s * 21 + 0.4s);
  transition-delay: calc(0.05s * 21 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(22) {
  -webkit-transition-delay: calc(0.05s * 22 + 0.4s);
  transition-delay: calc(0.05s * 22 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(23) {
  -webkit-transition-delay: calc(0.05s * 23 + 0.4s);
  transition-delay: calc(0.05s * 23 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(24) {
  -webkit-transition-delay: calc(0.05s * 24 + 0.4s);
  transition-delay: calc(0.05s * 24 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(25) {
  -webkit-transition-delay: calc(0.05s * 25 + 0.4s);
  transition-delay: calc(0.05s * 25 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(26) {
  -webkit-transition-delay: calc(0.05s * 26 + 0.4s);
  transition-delay: calc(0.05s * 26 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(27) {
  -webkit-transition-delay: calc(0.05s * 27 + 0.4s);
  transition-delay: calc(0.05s * 27 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(28) {
  -webkit-transition-delay: calc(0.05s * 28 + 0.4s);
  transition-delay: calc(0.05s * 28 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(29) {
  -webkit-transition-delay: calc(0.05s * 29 + 0.4s);
  transition-delay: calc(0.05s * 29 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(30) {
  -webkit-transition-delay: calc(0.05s * 30 + 0.4s);
  transition-delay: calc(0.05s * 30 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(31) {
  -webkit-transition-delay: calc(0.05s * 31 + 0.4s);
  transition-delay: calc(0.05s * 31 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(32) {
  -webkit-transition-delay: calc(0.05s * 32 + 0.4s);
  transition-delay: calc(0.05s * 32 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(33) {
  -webkit-transition-delay: calc(0.05s * 33 + 0.4s);
  transition-delay: calc(0.05s * 33 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(34) {
  -webkit-transition-delay: calc(0.05s * 34 + 0.4s);
  transition-delay: calc(0.05s * 34 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(35) {
  -webkit-transition-delay: calc(0.05s * 35 + 0.4s);
  transition-delay: calc(0.05s * 35 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(36) {
  -webkit-transition-delay: calc(0.05s * 36 + 0.4s);
  transition-delay: calc(0.05s * 36 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(37) {
  -webkit-transition-delay: calc(0.05s * 37 + 0.4s);
  transition-delay: calc(0.05s * 37 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(38) {
  -webkit-transition-delay: calc(0.05s * 38 + 0.4s);
  transition-delay: calc(0.05s * 38 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(39) {
  -webkit-transition-delay: calc(0.05s * 39 + 0.4s);
  transition-delay: calc(0.05s * 39 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(40) {
  -webkit-transition-delay: calc(0.05s * 40 + 0.4s);
  transition-delay: calc(0.05s * 40 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(41) {
  -webkit-transition-delay: calc(0.05s * 41 + 0.4s);
  transition-delay: calc(0.05s * 41 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(42) {
  -webkit-transition-delay: calc(0.05s * 42 + 0.4s);
  transition-delay: calc(0.05s * 42 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(43) {
  -webkit-transition-delay: calc(0.05s * 43 + 0.4s);
  transition-delay: calc(0.05s * 43 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(44) {
  -webkit-transition-delay: calc(0.05s * 44 + 0.4s);
  transition-delay: calc(0.05s * 44 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(45) {
  -webkit-transition-delay: calc(0.05s * 45 + 0.4s);
  transition-delay: calc(0.05s * 45 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(46) {
  -webkit-transition-delay: calc(0.05s * 46 + 0.4s);
  transition-delay: calc(0.05s * 46 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(47) {
  -webkit-transition-delay: calc(0.05s * 47 + 0.4s);
  transition-delay: calc(0.05s * 47 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(48) {
  -webkit-transition-delay: calc(0.05s * 48 + 0.4s);
  transition-delay: calc(0.05s * 48 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(49) {
  -webkit-transition-delay: calc(0.05s * 49 + 0.4s);
  transition-delay: calc(0.05s * 49 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(50) {
  -webkit-transition-delay: calc(0.05s * 50 + 0.4s);
  transition-delay: calc(0.05s * 50 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(51) {
  -webkit-transition-delay: calc(0.05s * 51 + 0.4s);
  transition-delay: calc(0.05s * 51 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(52) {
  -webkit-transition-delay: calc(0.05s * 51 + 0.4s);
  transition-delay: calc(0.05s * 52 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(53) {
  -webkit-transition-delay: calc(0.05s * 53 + 0.4s);
  transition-delay: calc(0.05s * 53 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(54) {
  -webkit-transition-delay: calc(0.05s * 54 + 0.4s);
  transition-delay: calc(0.05s * 54 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(55) {
  -webkit-transition-delay: calc(0.05s * 55 + 0.4s);
  transition-delay: calc(0.05s * 55 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(56) {
  -webkit-transition-delay: calc(0.05s * 56 + 0.4s);
  transition-delay: calc(0.05s * 56 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(57) {
  -webkit-transition-delay: calc(0.05s * 57 + 0.4s);
  transition-delay: calc(0.05s * 57 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(58) {
  -webkit-transition-delay: calc(0.05s * 58 + 0.4s);
  transition-delay: calc(0.05s * 58 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(59) {
  -webkit-transition-delay: calc(0.05s * 59 + 0.4s);
  transition-delay: calc(0.05s * 59 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(60) {
  -webkit-transition-delay: calc(0.05s * 60 + 0.4s);
  transition-delay: calc(0.05s * 60 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(61) {
  -webkit-transition-delay: calc(0.05s * 61 + 0.4s);
  transition-delay: calc(0.05s * 61 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(62) {
  -webkit-transition-delay: calc(0.05s * 62 + 0.4s);
  transition-delay: calc(0.05s * 62 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(63) {
  -webkit-transition-delay: calc(0.05s * 63 + 0.4s);
  transition-delay: calc(0.05s * 63 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(64) {
  -webkit-transition-delay: calc(0.05s * 64 + 0.4s);
  transition-delay: calc(0.05s * 64 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(65) {
  -webkit-transition-delay: calc(0.05s * 65 + 0.4s);
  transition-delay: calc(0.05s * 65 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(66) {
  -webkit-transition-delay: calc(0.05s * 66 + 0.4s);
  transition-delay: calc(0.05s * 66 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(66) {
  -webkit-transition-delay: calc(0.05s * 50 + 0.4s);
  transition-delay: calc(0.05s * 50 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(67) {
  -webkit-transition-delay: calc(0.05s * 67 + 0.4s);
  transition-delay: calc(0.05s * 67 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(68) {
  -webkit-transition-delay: calc(0.05s * 68 + 0.4s);
  transition-delay: calc(0.05s * 68 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(69) {
  -webkit-transition-delay: calc(0.05s * 69 + 0.4s);
  transition-delay: calc(0.05s * 69 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(70) {
  -webkit-transition-delay: calc(0.05s * 70 + 0.4s);
  transition-delay: calc(0.05s * 70 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(71) {
  -webkit-transition-delay: calc(0.05s * 71 + 0.4s);
  transition-delay: calc(0.05s * 71 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(72) {
  -webkit-transition-delay: calc(0.05s * 72 + 0.4s);
  transition-delay: calc(0.05s * 72 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(73) {
  -webkit-transition-delay: calc(0.05s * 73 + 0.4s);
  transition-delay: calc(0.05s * 73 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(74) {
  -webkit-transition-delay: calc(0.05s * 74 + 0.4s);
  transition-delay: calc(0.05s * 74 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(75) {
  -webkit-transition-delay: calc(0.05s * 75 + 0.4s);
  transition-delay: calc(0.05s * 75 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(76) {
  -webkit-transition-delay: calc(0.05s * 76 + 0.4s);
  transition-delay: calc(0.05s * 76 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(77) {
  -webkit-transition-delay: calc(0.05s * 77 + 0.4s);
  transition-delay: calc(0.05s * 77 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(78) {
  -webkit-transition-delay: calc(0.05s * 78 + 0.4s);
  transition-delay: calc(0.05s * 78 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(79) {
  -webkit-transition-delay: calc(0.05s * 79 + 0.4s);
  transition-delay: calc(0.05s * 79 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(80) {
  -webkit-transition-delay: calc(0.05s * 80 + 0.4s);
  transition-delay: calc(0.05s * 80 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(81) {
  -webkit-transition-delay: calc(0.05s * 81 + 0.4s);
  transition-delay: calc(0.05s * 81 + 0.4s);
}


.txtTransform02 span.text_t:nth-child(82) {
  -webkit-transition-delay: calc(0.05s * 82 + 0.4s);
  transition-delay: calc(0.05s * 82 + 0.4s);
}

.txtTransform02 span.text_t:nth-child(83) {
  -webkit-transition-delay: calc(0.05s * 83 + 0.4s);
  transition-delay: calc(0.05s * 83 + 0.4s);
}


.txtTransform02 span.text_t:nth-child(84) {
  -webkit-transition-delay: calc(0.05s * 84 + 0.4s);
  transition-delay: calc(0.05s * 84 + 0.4s);
}


.txtTransform02 span.text_t:nth-child(85) {
  -webkit-transition-delay: calc(0.05s * 85 + 0.4s);
  transition-delay: calc(0.05s * 85 + 0.4s);
}


.txtTransform02 span.text_t:nth-child(86) {
  -webkit-transition-delay: calc(0.05s * 86 + 0.4s);
  transition-delay: calc(0.05s * 86 + 0.4s);
}


.txtTransform02 span.text_t:nth-child(87) {
  -webkit-transition-delay: calc(0.05s * 87 + 0.4s);
  transition-delay: calc(0.05s * 87 + 0.4s);
}


.txtTransform02 span.text_t:nth-child(88) {
  -webkit-transition-delay: calc(0.05s * 88 + 0.4s);
  transition-delay: calc(0.05s * 88 + 0.4s);
}


.txtTransform02 span.text_t:nth-child(89) {
  -webkit-transition-delay: calc(0.05s * 89 + 0.4s);
  transition-delay: calc(0.05s * 89 + 0.4s);
}


.txtTransform02 span.text_t:nth-child(90) {
  -webkit-transition-delay: calc(0.05s * 90 + 0.4s);
  transition-delay: calc(0.05s * 90 + 0.4s);
}


.txtTransform02 span.text_t:nth-child(91) {
  -webkit-transition-delay: calc(0.05s * 91 + 0.4s);
  transition-delay: calc(0.05s * 91 + 0.4s);
}


.txtTransform02 span.text_t:nth-child(92) {
  -webkit-transition-delay: calc(0.05s * 92 + 0.4s);
  transition-delay: calc(0.05s * 92 + 0.4s);
}


.txtTransform02 span.text_t:nth-child(93) {
  -webkit-transition-delay: calc(0.05s * 93 + 0.4s);
  transition-delay: calc(0.05s * 93 + 0.4s);
}


.txtTransform02 span.text_t:nth-child(94) {
  -webkit-transition-delay: calc(0.05s * 94 + 0.4s);
  transition-delay: calc(0.05s * 94 + 0.4s);
}


.txtTransform02 span.text_t:nth-child(95) {
  -webkit-transition-delay: calc(0.05s * 95 + 0.4s);
  transition-delay: calc(0.05s * 95 + 0.4s);
}



/*===================================
  各個別コンテンツ
===================================*/
/**
トップ
*/
/*ホームビジュアル（トップ）*/
.homevisual {
  position: relative;
}

.homevisual .img {
  position: relative;
  min-height: 300px;
  max-height: 700px;
}

.homevisual .img:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 40%;
  content: '';
}

.homevisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

/*IE対策*/
.homevisual .head {
  position: absolute !important;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-size: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 599px) {
  .homevisual .head {
    font-size: 28px;
  }
}

/* A-BiSUスライダー用 */
.mainimg {
  position: relative;
  overflow: hidden;
}

.mainimg img {
  width: 100%;
}

.mainimg .uk-slidenav-position {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.mainimg .uk-slidenav-position:after {
  display: block;
  padding-top: 50%;
  content: '';
}

.mainimg .uk-slideshow {
  position: absolute;
  top: 0;
  height: 100% !important;
}

.mainimg .uk-slideshow li {
  height: 100% !important;
}

.mainimg .uk-slideshow .uk-flex {
  height: 100%;
}

.mainimg .uk-slideshow img {
  width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

/*IE対策*/
/* スリックスライダー（トップ） */
.slick01 {
  padding: 0 20px;
}

.slick01.slick-dotted {
  margin-bottom: 50px;
}

.slick01 .btn-slick {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
}

.slick01 .btn-slick.btn-back {
  left: 0;
}

.slick01 .btn-slick.btn-next {
  right: 0;
}

.slick01 .slick-dots {
  bottom: -40px;
  left: 0;
}

@media only screen and (max-width: 599px) {
  .slick01 {
    padding: 0 10px;
  }

  .slick01 .btn-slick {
    font-size: 20px;
  }
}


/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
  position: relative;
}

.topvisual .img {
  position: relative;
  min-height: 200px;
  max-height: 400px;
}

.topvisual .img:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 30%;
  content: '';
}

.topvisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.topvisual .head {
  position: absolute !important;
  width: 96%;
  max-width: 1000px;
  text-align: center;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-size: 34px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 599px) {
  .topvisual .head {
    font-size: 24px;
  }
}

/* パンくずリスト */
.breadcrumb {
  margin-top: 10px;
}

.breadcrumb .item {
  display: inline-block;
}

.breadcrumb .item:not(:last-of-type):after {
  content: '\f054';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
}

.breadcrumb .home {
  color: #000;
}

.breadcrumb .now {
  color: #000;
}

/* ページネーション */
.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagenation .item {
  margin: 0 10px;
}

.pagenation .prev {
  position: relative;
  margin-right: 20px;
}

.pagenation .prev a:before {
  content: "\f053";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation .next {
  position: relative;
  margin-left: 20px;
}

.pagenation .next a:before {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation a,
.pagenation .now {
  font-weight: bold;
}

.pagenation .number a,
.pagenation .now {
  display: block;
  padding: 2px 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.pagenation .number a:hover,
.pagenation .now {
  background: #808080;
  color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 599px) {
  .pagenation .item {
    margin: 0 5px;
  }

  .pagenation .prev {
    margin-right: 10px;
  }

  .pagenation .next {
    margin-left: 10px;
  }
}

/**
各下層ページ
*/
/* 記事一覧ページ */
.list-article .cate span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px 2px 0px;
}

.list-article .cate .cate1 {
  background: #00f;
}

/* 記事詳細ページ */
.articledtl01 .cate span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px 2px 0px;
}

.articledtl01 .cate .cate1 {
  background: #00f;
}

/* ギャラリー */
.list-gallery01 a {
  display: block;
  position: relative;
}

.list-gallery01 .img {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-gallery01 .block-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px;
  overflow: hidden;
  visibility: hidden;
}

.list-gallery01 .cate {
  font-size: 14px;
  margin-bottom: 5px;
}

.list-gallery01 .head {
  font-size: 18px;
}

.list-gallery01 a:hover {
  opacity: 1;
}

.list-gallery01 a:hover .img {
  opacity: 0.5;
}

.list-gallery01 a:hover .block-txt {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 599px) {
  .list-gallery01 .block-txt {
    display: none;
  }

  .list-gallery01 .head {
    font-size: 14px;
  }
}

/* ギャラリー詳細 */
.gallerydtl01 .thumbnail {
  cursor: pointer;
}

/* フォーム */
.form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0;
  border-bottom: 2px solid #999;
}

.form .datattl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 200px;
  color: #000;
  font-weight: bold;
}

.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 0 4px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
}

.form .data {
  padding-left: 50px;
  width: 100%;
}

.form .data input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
  border: 1px solid #999;
}

.form .data input[type='radio'] {
  display: none;
}

.form .data input[type='radio']+label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 200%;
}

.form .data input[type='radio']+label::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #303841;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 0 1px #999;
  box-shadow: inset 1px 1px 0 1px #999;
  content: '';
}

.form .data input[type='radio']:checked+label::after {
  position: absolute;
  top: 7px;
  left: 3px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #303841;
  content: '';
}

.form .data input[type='radio']:checked+label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.form .data input[type='number'] {
  margin-right: 10px;
  width: 70px;
}

.form .data select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #999;
  color: inherit;
}

.form .data textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 170px;
  border: 1px solid #999;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.form .data01 div {
  display: inline-block;
}

.form .btn {
  margin-top: 30px;
}

.form .btn button {
  margin: 10px 20px;
  padding: 0.2em;
  width: 200px;
  border: none;
  border-radius: 2em;
  background: #000;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.form .btn button:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .form .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form .datattl {
    display: block;
    margin-bottom: 10px;
  }

  .form .data {
    padding-left: 0;
  }
}

/*辻井記述箇所*/
.column2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column2 .side {
  width: 200px;
}

.column2 .mainwrap {
  width: calc(100% - 250px);
}

@media only screen and (max-width: 1024px) {
  .column2 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bloglayout.column2 .side {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0px;
    width: 100%;
  }

  .column2 .mainwrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 50px;
    width: 100%;
  }
}

/* サイドメニュー */
.side .list {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side .list {
    width: 48%;
  }
}

@media only screen and (max-width: 599px) {
  .side .list {
    width: 100%;
  }
}

.bloglayout .list-side .datattl {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: rgb(15, 34, 74);
  font-size: 22px;
  border-bottom: 1px solid #868787;
  background: transparent;
  border-radius: 0;
  text-align: left;
  font-weight: bold;
}

.bloglayout .list-side a {
  padding-left: 0;
  color: rgb(15, 34, 74);
}

.bloglayout .list-side a:before {
  display: none;
  content: '&gt;';
}

@media only screen and (max-width: 1024px) {
  .list-side.type-archive .datawrap {
    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;
  }

  .list-side.type-archive .datawrap .datattl {
    width: 100%;
  }

  .list-side.type-archive .datawrap .data {
    width: 48%;
  }
}

/* ページネーション */
.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagenation .item {
  margin: 0 10px;
}

.pagenation .prev {
  position: relative;
  margin-right: 20px;
}

.pagenation .prev a:before {
  content: "\f053";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation .next {
  position: relative;
  margin-left: 20px;
}

.pagenation .next a:before {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation a,
.pagenation .now {
  font-weight: bold;

}

.pagenation .number a,
.pagenation .now {
  display: block;
  padding: 2px 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.bloglayout .pagenation .number a:hover,
.bloglayout .pagenation .now {
  background: #233458;
  color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 599px) {
  .pagenation .item {
    margin: 0 5px;
  }

  .pagenation .prev {
    margin-right: 10px;
  }

  .pagenation .next {
    margin-left: 10px;
  }
}

/**
各下層ページ
*/
/* 記事一覧ページ */
.list-article .cate span {
  display: inline-block;
  background: #233458;
  color: #fff;
  padding: 2px 25px;
  margin: 0 5px 2px 0px;
}

.list-article .cate .cate1 {
  background: #233458;
}

.blogbtn {
  width: 80px;
  margin: 0 0 0 auto;
  display: block;
}

.blogbtn a {
  display: block;
  height: 19px;
  font-size: 16px;
  background: url(/import/tenant_1/160.16.92.11/html/images/19blog/img04.png) bottom right no-repeat;
  background-size: 100%;
  height: 28px;
}

.list-article .item {
  border-bottom: 1px solid #868787;
}

/* 記事詳細ページ */
.bloglayout .articledtl01 .cate span {
  display: inline-block;
  background: #233458;
  color: #fff;
  padding: 0px 25px;
  margin: 0 5px 2px 0px;
}

.bloglayout .articledtl01 .cate .cate1 {
  background: #233458;
  padding: 0px 25px;
}

.bloglayout .articledtl01 .head {
  border-bottom: 1px solid #868787;
}

.bloglayout .btn-cmn01.btn-back a:after {
  display: none;
}

.bloglayout .btn-cmn01 a {
  padding: 15px 0;
  background: #beac80;
}

.recomend .list-article .item {
  border-bottom: 0px solid #868787;
}

.recomend .head {
  border-bottom: 1px solid #868787;
}

.recomend .ttl-cmn01 {
  font-weight: bold;
}

@media only screen and (max-width:599px) {
  .recomend .ttl-cmn01 {
    font-size: 22px;
  }
}

.formlayout .form .require {
  background: #940c02;
}

.form .data input {
  background: #dddddd;
  border: 1px solid #233458;
  line-height: 23px;

}

.form .item {
  border-bottom: 0px;
}

.form .data textarea {
  background: #dddddd;
  border: 1px solid #233458;
}

.form .datattl {
  width: 220px;
  line-height: 23px;
  padding-top: 8px;
}

.formlayout .form .btn button {
  margin: 10px 20px;
  padding: 18px 20px;
  width: 200px;
  border: none;
  border-radius: 0em;
  background: #0f224a;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.examination .mini-box02 {
  width: 50%;
  padding: 20px;
  margin: 0 auto;
}

@media only screen and (max-width:1024px) {

  .examination .mini-box02 {
    width: 100%;
    padding: 20px;
    margin-top: 50px;
  }

  .formlayout {
    width: 95%;
    margin: 0 auto;
  }
}

/*11denture*/
.bg-color01 {
  background: #f4f4f2;
}

.header-inner img {
  width: 100%;
}

.denture02 .contents-text05 {
  margin-bottom: 30px;
  width: 100%;
  max-width: 560px;
  margin: 50px 0 50px;
  font-size: 16px;
}


.denture03-table .table .datattl02 {
  background: #fff;
  font-weight: bold;

}

.denture03-table .table tr:first-child .data {
  font-weight: bold;
}

.denture03-table .table .data {
  width: 35%;
  text-align: center;
  padding: 12px 0;
}

.pic {
  width: 100%;
}

.pic img {
  width: 100%;
  height: auto;
}

.denture04 .image-box03 {
  height: auto;
  width: 35%;
}

.denture04 .text-box03 {
  width: 62%;
}

.denture04 .contents-text05 {
  max-width: 100%;
}

.denture04 .flex-box03 {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.denture04 .denture04-box {
  margin-bottom: 80px;
}

.denture04-dlbox {
  background: #fff;
  padding: 15px 20px 20px;
}

.denture04-box02 .text-box03 {
  width: 100%;
}

.denture04-box03-imglist .left {
  width: 32%;
}

.denture04-box03-imglist .right {
  width: 66%;
}

.denture04-box03 .text-box03 {
  width: 100%;
}

.denture04-box03-imglist {
  width: 100%;
  margin-top: 20px;
}

.vide-list {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

.denture05 .up-ta-c {
  text-align: center;
}

@media only screen and (max-width:599px) {
  .title-maxwidth {
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
  }

  .denture03-table .table .datattl02 {
    text-align: left;
  }

  .denture04 .image-box03 {
    width: 75%;
  }

  .denture04 .text-box03 {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  .denture-img-list {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  .denture04-box03-imglist .left,
  .denture04-box03-imglist .right {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }

  .denture04 .flex-box03.vide-list {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }

  .denture04 .flex-box03.vide-list&gt;* {
    margin-bottom: 20px;
  }
}

.mainimg01 img {
  width: 100%;
}

.mainimg01 .uk-slidenav-position {
  position: relative;
  overflow: hidden;
}

.mainimg01 .uk-slidenav-position:after {
  padding-top: 55%;
  content: '';
  display: block;
}

.mainimg01 .uk-slideshow {
  position: absolute;
  top: 0;
}

@media only screen and (max-width:1024px) {


  .mainimg01 .uk-slidenav-position:after {
    padding-top: 51%;
  }

  .main {
    overflow: hidden;
  }
}

@media only screen and (max-width:599px) {

  .more-btn02:first-of-type {
    margin: 0 auto 20px;
  }

  .clinic03 .block-item .block-title {
    font-size: 18px;
  }

  .tel-outer {
    display: visible;
  }

  .mainimg01 .uk-slidenav-position:after {
    padding-top: 90vw;
  }

  .mainimg01 .uk-slideshow&gt;li,
  .mainimg01 .uk-flex {
    height: 90vw;
  }

  .mainimg01 .uk-flex img {
    height: 90vw;
    width: 100%;
    height: 100% !important;
    /* IE対策 */
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.mb_non .contents-inner {
  margin-bottom: 0;
}

.table-outer .table02 {
  border: none;
}


.table .data.data04 {
  border: none;
}

.table .datattl02.datattl06 {
  background-color: transparent;
  border: none;
}

.table {
  border: none;
}

.home02 .bg-text {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  display: block;
  position: absolute;
  font-size: 120px;
  left: -20px;
  top: -63px;
  color: #232F47;
  z-index: 1;
}


.inner-catch {
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 60px;
  z-index: 1;
  /* color: #fff; */
}

@media only screen and (max-width: 1024px) {
  .home02 .bg-text {
    font-size: 80px;
  }
}

@media only screen and (max-width: 599px) {
  .home02 {
    background: #0f224a;
  }

  .home02:before {
    display: none;
  }

  .home02 .text-inner {
    top: 0;
  }
}

@media only screen and (max-width: 1024px) {

  /*   .kids .contents-inner .image-box03 {
  width: 100%;
  max-width: 440px;
}


.implant .contents-inner .image-box03 {
  width: 100%;
  max-width: 440px;
}

.prevention .contents-inner .image-box03 {
  width: 100%;
  max-width: 440px;
} */


  .kids03 .image-box03 {
    margin-bottom: 30px;
  }

  .home03 .box01 .image-box {
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tel-outer {
    display: visible;
  }

  .home02 .text-inner {
    padding: 0px 3%;
  }

  .home06 .box02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .home06 .text-box {
    display: block;
  }

  .home06 .box02 .inner-item {
    width: 47%;
    display: block;
  }

  .home06 .image-box {
    width: 100%;
  }

  .home06 .text-box {
    margin: auto;
  }

  /* .more-btn02:first-of-type {
  margin: 0 auto 15px;
} */


  .button-outer {
    width: 70%;
    max-width: 100%;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .box-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }


  .box-outer .box01 {
    width: 47%;
  }

  .box-outer .box01:nth-of-type(even) {
    width: 47%;
  }

  .photo-outer {
    width: 100%;
    min-width: 380px;
  }

  .whitening .mini-box02 {
    margin-top: 50px;
  }

  .beginner .text-box02 {
    width: 100%;
  }

  .denture .image-box03 {
    margin: 50px auto 0px;
  }
}





.contents-text02 {
  padding-right: 5%;
}



@media only screen and (max-width: 599px) {

  .kids .contents-inner .image-box03 {
    width: 100%;
    max-width: 250px;
  }

  .implant .contents-inner .image-box03 {
    width: 100%;
    max-width: 250px;
  }


  .examination .mini-box02 {
    width: 100%;
    padding: 20px;
    margin-top: 50px;
  }

  .home02 .bg-text {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    display: block;
    position: absolute;
    font-size: 60px;
    left: 0;
    top: auto;
    bottom: 10%;
    color: #232F47;
  }

  .inner-catch {
    left: 10px;
    top: 10px;
  }

  .box-outer {
    display: block;
  }

  .box-outer .box01 {
    width: 100%;
  }

  .box-outer .box01:nth-of-type(even) {
    width: 100%;
  }

  .box02 {
    width: 80%;
    margin: auto;
  }

  .box02 .image-box {
    width: 80%;
    margin: auto;
  }

  .box02 .text-box {
    width: 80%;
    margin: auto;
  }

  .photo-outer {
    width: 100%;
    min-width: 250px;
    margin-top: 30px;
  }

  .whitening .mini-box02 {
    margin-top: 50px;
  }

  .implant .text-box03 {
    padding: 0;
  }



  .prevention .text-box03 {
    padding: 0;
  }

  .prevention .flex-box07 {
    margin: 0 auto;
  }

  .sick .flex-box07 {
    margin: 0 auto;
  }
}

.table .data {
  padding-left: 10px;
}

.beginner07 .item .datattl {
  -webkit-transition: all 0.5;
  transition: all 0.5;
  cursor: pointer;
}

.beginner07 .item .datattl:hover {
  opacity: 0.6;
}

.flex-box04 {
  width: 80%;
}

.one-box {
  width: 48%;
}

.one-box02 {
  width: 48%;
}

.table .data.data02 {
  background-color: #f1f0ee;
}

.whitening .mini-box02 {
  margin-top: 0;
}

.list-group06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.list-item05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.list-item05:not(:last-of-type) {
  margin-bottom: 10px
}

/* .recruit .item{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
} */

.recruit .table .item {
  background-color: #fff;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit .table .datattl03 {
  text-align: center;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruit .table tr:last-of-type .datattl03 {
  border-bottom: none;
}

.recruit .table .data.data02 {
  /* padding: 50px 10px; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  background-color: #fff;
  height: auto;
  border-right: 1px solid #0f224a;
  border-top: 1px solid #0f224a;
}

@media only screen and (max-width: 599px) {
  .recruit .table .data.data02 {
    height: auto;
    width: 100%;
    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;
    background-color: #fff;
  }

  .recruit .table .datattl03 {
    text-align: center;
    width: 100%;
    display: block;
    border-bottom: none;
  }

  .recruit .table .item {
    background-color: #fff;
    padding: 0;
    display: block;
  }


  .recruit .table .data {
    height: 40px;
    border-bottom: 1px solid #0f224a;
    border-left: 1px solid #0f224a;
    border-right: 1px solid #0f224a;
  }
}


.inner-block {
  position: relative;
}

.mail-outer a {
  display: block;
}

.line-outer a {
  display: block;
}

.clinic02 .table .data {
  height: 40px;
  border-bottom: none;
  border-left: none;
  color: #000;
}

.clinic02 .item02 th {
  padding: 15px;
  border-bottom: 1px solid #0f224a;
  border-right: none;
}

.beginner .table .data {
  border-bottom: 1px solid #f1f0ee;
  border-left: 1px solid #f1f0ee;
}

.footer .table .data {
  border: none;
}

.whitening .table .data {
  border-bottom: 1px solid #f1f0ee;
  border-left: 1px solid #f1f0ee;
}

.denture .table .data {
  border-bottom: 1px solid #f1f0ee;
  border-left: 1px solid #f1f0ee;
}



.box02 .section-subtitle {
  font-size: 22px;
  color: #0f224a;
}

.footer-copy {
  text-align: center;
}

.whitening04 .table .datattl02 {
  background-color: #fff;
}

.text-box03 {
  max-width: 630px;
  margin: 0 auto;
  width: 100%;
}



.kids .image-box08 {
  width: 65%;
}

/********** 追記 **********/

.num-li li {
  position: relative;
  padding-left: 1.5rem;
}


.num-li li .num {
  position: absolute;
  top: 0;
  left: 0;
}

/********** 追記 **********/

.beginner02 .image-box02{
  width: 300px;
  height: 300px;
}

.beginner02 .flex-outer{
  width: 80%;
}

.beginner02 .flex-box{
  align-items: center;
}

.beginner02 .contents-title03 {
    margin: 0px auto 50px;
}

@media only screen and (max-width: 1024px){
  .beginner02 .image-box02{
  width: 368.63px;
  height: 368.63px;
}

.beginner02 .contents-title03 {
    margin: 50px auto 50px;
}
}


@media only screen and (max-width: 599px){
  .beginner02 .image-box02{
  width: 180px;
  height: 180px;
}
}

.beginner03 .image-box02{
  width: 37%;
}

@media only screen and (max-width: 1024px){
.beginner03 .image-box02 {
    width: 50%;
}
}

@media only screen and (max-width: 599px){
.child02 .contents-text03 {
    margin: 50px auto 50px;
}

.home08 .section-subtitle {
    font-size: 16px;
    display: inline-block;
}

.second_opinion05 .contents-text04 {
    margin: 50px auto;
}

}

.n {
display:block;
}

@media only screen and (max-width: 599px){
.n {
display: inline-block;
}
}

  
.contact-nav .mail-outer .fa-envelope:before {
    content: "\f0e0";
    font-size: 28px;
    color: #fff;
}

/* A/Bテスト */
.contact-nav .b-cont.mail-outer{
  background-color: #fff;
}

.contact-nav .b-cont.mail-outer .fa-envelope:before {
    content: "\f0e0";
    font-size: 28px;
    color: #940c02;
}


/* 追記 */


.beginner .contents-inner .image-box02{
  width: 47%;
}

.beginner .contents-inner .contents-title04 {
    width: 120%;
}

.beginner02 .flex-outer {
    width: 100%;
}

.beginner02 .image-box02{
  width: 47%;
}

.beginner02 .text-box{
  width: 47%;
}

.beginner02 .button-box {
    justify-content: center;
}

.beginner03 .image-box02 {
    width: 47%;
}

.beginner05 .text-box{
  width: 70%;
}

.beginner05 .title-list {
    width: 10%;
}

.beginner05 .text-box {
    width: 70%;
}

@media only screen and (max-width: 1024px){

.beginner .contents-inner .title-list {
    width: 15%;
    font-size: 28px;
}

.beginner02 .contents-title03 {
  font-size: 22px;
}

.beginner .contents-inner .contents-title04 {
    width: auto;
}

.beginner .detail-outer .title-box {
    margin: auto;
    display: flex;
    justify-content: center;
}

.contents-title04 {
    font-size: 22px;
    width: 60%;
}

  .beginner02 .image-box02 {
    width: 47%;
    height: auto;
}

.beginner02 .text-box{
  width: 80%;
  margin: auto;
}

.title-head {
    width: 100%;
}

.beginner05 .contents-title04 {
    font-size: 22px;
    width: auto;
}

.beginner05 .title-head {
    width: 100%;
    justify-content: center;
}

.beginner05 .title-list {
    width: 15%;
    font-size: 28px;
}

.beginner05 .text-box {
    width: 100%;
}

.beginner07 .item .datattl:before {
    font-size: 28px;
}


}

@media only screen and (max-width: 599px){
  
  .beginner .contents-inner .contents-title04{
    width: 100%;
}
  
.beginner .contents-inner .image-box02 {
    width: 80%;
}
  
  .beginner02 .text-box {
    width: 80%;
    margin: auto;
}

.beginner02 .contents-text {
    width: 100%;
}

.beginner02 .image-box02 {
    width: 80%;
    height: auto;
}

  .beginner02 .contents-title03 {
    margin: 25px auto 0px;
    font-size: 16px;
}

  .beginner05 .contents-title04 {
    font-size: 16px;
    width: auto;
    display: inline-block;
}

.beginner05 .flex-box .title-box {
  width: 130%;
    display: inline;
}

.beginner05 .title-list {
    width: 20%;
}

.beginner05 .text-box {
    width: 80%;
    margin: auto;
}

.beginner05 .title-head {
    width: 94%;
    display: flex;
    justify-content: center;
    /* text-align: center; */
}

.contents-text{
  font-size: 14px;
  
}
.contents-title04 {
    font-size: 16px;
}


.title-list {
    font-size: 20px;
}

.contents-title03 {
  font-size: 16px;
}

.beginner03 .image-box02 {
    width: 80%;
}

.beginner05 .contents-text02 {
    font-size: 14px;
    width: 80%;
    margin: 25px auto;
}

.contents-text02 {
    font-size: 14px;
    width: 80%;
    margin: 25px auto;
}
}

.clinic .contents-inner .image-box01{
  width: 90%;
}

.clinic02 .item02 th {
    border-bottom: 1px solid #c6a878;
}

@media only screen and (max-width: 1024px){
  
  .clinic02 .table-wrap {
    display: table;
    width: auto;
}

  .clinic .text-box .career-title {
    white-space: nowrap;
}

.career-title {
    white-space: nowrap;
}

.clinic .contents-inner .contents-title{
  font-size: 26px;
}

.contents-inner .contents-title{
  font-size: 26px;
}

.clinic .name-text{
  font-size: 22px;
}

.name-text{
  font-size: 22px;
}

.clinic .text-box .biography {
    font-size: 22px;
}
.clinic02 .section-title {
    font-size: 30px;
}

.section-title {
    font-size: 30px;
}

.clinic03 .contents-title {
    font-size: 26px;
}

.contents-title {
    font-size: 26px;
}

.clinic03 .block-item .block-title {
    font-size: 22px;
}

.inplant03 .contents-text03{
  margin-bottom: 50px;
}

.inplant04 .text-box03{
  margin-bottom: 50px;
}

}

.second_opinion05 .image-box05{
  width: 100%;
}

.second_opinion05 .contents-text{
  width: 100%;
}

.kids02 .list-item04:nth-of-type(-n+2){
  margin-top: 0px;
}

.kids05 .list-item04:nth-of-type(-n+2){
  margin-top: 0px;
}

@media only screen and (max-width: 599px){
  
  .breadcrumb {
    font-size: 14px;
}

.clinic02 .section-title {
    font-size: 22px;
}

.clinic02 .section-subtitle {
    font-size: 14px;
}
  
  
/*   .clinic .contents-inner .contents-title{
font-size: 18px;
} */

.clinic .contents-inner .contents-title{
  font-size: 18px;
}
.clinic .text-box .biography {
    font-size: 16px;
}

/* .clinic02 .section-title {
    font-size: 22px;
} */

.section-title {
    font-size: 22px;
}

.box01 .position-name {
    font-size: 14px;
}

.position-name {
    font-size: 14px;
}

.clinic .name-text {
    font-size: 16px;
}

.name-text {
    font-size: 16px;
}

  .clinic .contents-inner .image-box01 {
    width: 80%;
}

/* .clinic02 .section-subtitle {
    font-size: 14px;
} */
.section-subtitle {
    font-size: 14px;
}

/* .clinic03 .contents-title {
    font-size: 18px;
}
 */
.contents-title {
    font-size: 18px;
}

.clinic03 .block-item .block-title {
    font-size: 16px;
}

.second_opinion05 .image-box05 {
    width: 80%;
}

.clinic03 .contents-title{
  font-size: 18px;
}



}

@media only screen and (max-width: 1024px){
  
  .link-button {
    width: 47%;
}
  
  .kids08 .list-group03 {
    width: 80%;
}
  
  .kids04 .contents-text03 {
    margin: 0px auto 50px;
}

  .kids05 .contents-text03 {
    margin: 0px auto 50px;
}

  .kids06 .contents-text03 {
    margin: 0px auto 50px;
}


  
  .beginner .contents-inner .contents-text02{
    width: 80%;
  }
  
  .beginner .beginner02 .contents-text02{
    width: 100%;
  }
  
  
  .second_opinion05 .contents-text{
  width: 80%;
  max-width: none;
}

.second_opinion05 .image-box05{
  width: 100%;
  max-width: 250px;
}

.whitening .contents-inner .flex-box03 {
    margin: 0 auto 50px;
}

.whitening04 .flex-box03 {
    margin: 50px auto 0;
}

.whitening .contents-text03{
  max-width: 400px;
}

.beginner02 .contents-title03 {
    margin: 30px auto;
}

.photo-outer {
    margin-right: -100px;
}

.child02 .contents-text03 {
    max-width: 450px;
}

.child03 .list-group03 {
    margin: 40px auto auto 40px;
}

.contents-text {
    font-size: 16px;
}

.sick .forth-title04 {
    margin-top: 0px; 
    margin-bottom: 25px;
}
.sick .contents-text03 {
    margin: 50px auto;
}

}

@media only screen and (max-width: 599px){
  
  .home03 .box-subtitle {
    width: 80%;
    margin: 25px auto;
}
  
  .child02 .contents-text03 {
    margin: 25px auto 25px;
}
  
  .child08 .list-title {
    margin: 25px auto 0;
}
  
  .home05 .section-subtitle{
        max-width: 510px;
  }
  
  .home05 .inner-title{
  font-size: 16px;
  }
  
  .photo-outer {
    margin-right: 0px;
}
  .whitening .contents-text03{
    max-width: none;
    width: 80%;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  
  .whitening02 .forth-title02{
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
  }
  
  .home .contents-textbox {
    padding: 40px 20px !important;
}

.home06 .box02 .section-subtitle {
    font-size: 16px;
}

.home06 .more-btn {
    min-width: 140px;
}

.home03 .box-subtitle{
  font-size: 14px;
}

.home03 .box01 .image-box {
    width: 80%;
}

.beginner03 .detail-box{
  margin-bottom: 0px;
}

.beginner03 .detail-box .contents-text02{
  margin-bottom: 0px;
}

.beginner04 {
    margin-bottom: 50px;
}

.beginner05 .flex-box02:last-of-type {
    margin: 25px auto 0px;
}

.beginner07 {
    margin-bottom: 50px;
}

.child02 .contents-text03 {
    width: 80%;
}

.child03 .list-group03 {
    margin: 0px auto auto 40px;
}

.whitening .forth-title03 {
    font-size: 16px;
}

.contents-text{
  font-size: 14px;
}

.implant .contents-inner .contents-text03 {
    margin-top: 0px;
}

.implant .contents-inner .forth-title02 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.inplant05 .contents-text08 {
    font-size: 14px;
}

}

.pregnant_woman04 .one-box{
  width: 65%;
}

.pregnant_woman04 .one-box .contents-text{
  max-width: none;
  width: 100%;
}

@media only screen and (max-width: 1024px){
  .kids08 .list-group03 {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kids08 .list-group03 .list-item02 {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 34%;
}

.kids08 .mini-box02 {
    width: 100%;
}
}

@media only screen and (max-width: 599px){
  
  
  .examination .mini-box03 {
    width: 80%;
    height: auto;
    margin: 50px auto 0;
    background-color: #f1f0ee;
    padding: 20px 10px;
}

.examination .examination_04  .contents-text03 {
    margin-top: 25px;
    width: 100%;
    max-width: 260px;
    margin: 50px auto 25px;
    font-size: 14px;
}

.kids08 .mini-box02{
  width: 100%;
}

.kids08 .mini-box02 .list-title{
      max-width: 250px;
    margin: 25px auto 25px;
    font-size: 16px;
}

.kids08 .list-group03 {
    width: 75%;
    display: block;
    justify-content: space-between;
}

.kids08 .list-group03 .list-item02 {
    text-align: left;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.beautiful03 .link-button{
    margin-bottom: 25px;
}

.beautiful03 .link-button:nth-of-type(even) {
    margin-bottom: 25px;
    margin-top: 0;
}

}

.beautiful03 .link-list {
    width: 100%;
    margin: 50px auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
}

.contents-text03 {
    font-size: 16px;
    padding: 0;
    margin: 0px;
    margin-top: 50px;
    width: 100%;
    max-width: none;
}

@media only screen and (max-width: 1024px){
  
  .margin-top{
  margin-top: 0px;
}
  .contents-text03 {
    max-width: 630px; 
    margin: 50px auto 0;
    font-size: 16px;
    width: 80%;
}

.second_opinion .contents-inner .contents-text03{
  font-size: 16px;
    padding: 0;
    margin: 0px;
    margin-top: 50px;
    width: 70%;
    max-width: none;
}

.second_opinion .contents-inner .contents-text03 {
    font-size: 16px;
    padding: 0;
    margin: 0px;
    margin-top: 50px;
    width: 70%;
    max-width: 450px;
}


}
@media only screen and (max-width: 599px){
  
  .second_opinion .contents-inner .contents-text03 {
    font-size: 16px;
    padding: 0;
    margin: 30px auto;
/*     margin-top: 50px; */
    width: 80%;
    max-width: 450px;
}
  .contents-text03 {
    max-width: 630px; 
    margin: 50px auto 0;
    font-size: 14px;
    width: 80%;
}
}

/* 追記 */
.another-text{
  width: 70%;
}

.another-text02{
  width: 66%;
}

.margin{
  margin: 0;
}

@media only screen and (max-width: 1024px){
  
  .max-width03{
  width: 80%;
  max-width: 550px;
}

.examination_08 .contents-text03.max-width03{
  width: 80%;
  max-width: 550px;
}
  
  .another-text{
  width: 80%;
}

.another-text02{
  width: 80%;
}
  .whitening .contents-text03 {
    width: 100%;
}

.whitening .flex-box03 {
    margin: 30px auto 0;
}

.whitening .forth-title02 {
    font-size: 24px;
    text-align: center;
    margin-top: 0px;
}

}

@media only screen and (max-width: 599px){
  
  .whitening .forth-title02 {
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
}

.whitening .contents-text03 {
    max-width: none;
    width: 80%;
    margin-bottom: 25px;
    margin-top: 25px;
}

.whitening .text-box03 {
    padding-top: 0px;
}

.whitening .contents-inner .text-box03{
  padding-top: 25px;
}
}

.kids03 .image-box03{
  margin-top: 0px;
}

.max-width{
  max-width: 680px;
}

.max-width02{
  max-width: 710px;
}

.max-width03{
  width: 100%;
  max-width: 550px;
}

.examination_08 .contents-text03.max-width03{
  width: 100%;
  max-width: 550px;
}

@media only screen and (max-width: 1024px){
  .max-width03{
  width: 80%;
  max-width: 550px;
}

.examination_08 .contents-text03.max-width03{
  width: 80%;
  max-width: 550px;
}
}



/* 2022.05.30 */

.homewhi02{
margin-top: 5px;
}

.area5020 {
  margin-top: 50px;
  margin-bottom: 20px;
}

.attention00 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px){
  .attention00 {
    text-align: center;
  }
}

@media only screen and (max-width: 599px){
  .attention00 {
    font-size: 14px;
  }
}
</pre></body></html>