 /* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
//  page.css
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
 .article {
   font-size: 1.8rem;
   font-weight: 300;
   line-height: 2;
   margin: 2rem 0;
 }
 .colortitle {
   font-size: 1.8rem;
   color: #22a4a1;
   font-weight: bold;
 }
 .colortitle2 {
   font-size: 1.8rem;
   font-weight: bold;
 }
 .title span {
   font-size: 2.6rem;
   padding-left: 2rem;
   letter-spacing: 0.3rem;
 }
 .flexbox_case {
   -ms-flex-preferred-size: 30%;
   flex-basis: 30%;
 }
 .flexbox_case img {
   width: 100%;
 }
 .flexbox_case_wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }
 .case_arrow {
   margin: 30px 0;
 }
 .paragraph img {
   display: block;
   margin: 0px auto 0px;
 }
 .youtube {
   width: 100%;
   aspect-ratio: 16 / 9;
 }
 .youtube iframe {
   width: 100%;
   height: 100%;
 }
 .green-circle ol {
   list-style: none;
   counter-reset: number;
 }
 .green-circle li {
   position: relative;
   padding-left: 1.5em;
 }
 .green-circle li::before {
   counter-increment: number;
   content: counter(number);
   position: absolute;
   top: 5px;
   left: 0;
   width: 12px;
   height: 12px;
   border: 1px solid #000;
   border-radius: 50%;
   font-size: 10px;
   text-align: center;
   line-height: 1.2;
 }
 .promise_list {
   display: table;
   margin: 3rem auto 0;
 }
 .promise_list li {
   display: flex;
   font-size: 2rem;
   line-height: 5.8rem;
 }
 .promise_list li::before {
   content: "";
   width: 5.8rem;
   height: 5.8rem;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   margin-right: 1.5rem;
 }
 /*段組ここから*/
 div.cover3 {
   display: table;
   margin: 0px;
   padding: 0px;
   width: 100%;
 }
 div.cover3 div.box3_1 {
   display: table-cell;
   width: 33%;
 }
 div.cover3 div.box3_2 {
   display: table-cell;
   width: 33%;
 }
 div.cover3 div.box3_3 {
   display: table-cell;
 }
 @media (max-width: 768px) {
   div.cover3 {
     display: block;
   }
   div.cover3 div.box3_1 {
     display: block;
     width: 100%;
   }
   div.cover3 div.box3_2 {
     display: block;
     width: 100%;
   }
   div.cover3 div.box3_3 {
     display: block;
     width: 100%;
   }
 }
 .arrow {
   position: relative;
   display: inline-block;
   padding: 0 0 0 16px;
   color: #636363;
   vertical-align: middle;
   text-decoration: none;
 }
 .arrow::before, .arrow::after {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   margin: auto;
   content: "";
   vertical-align: middle;
 }
 .sitemapicon::before {
   width: 15px;
   height: 15px;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   background: #22a4a1;
 }
 .sitemapicon::after {
   left: 4px;
   width: 5px;
   height: 5px;
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
 }
 .sitemapp {
   margin-left: 10px;
   vertical-align: middle;
   text-decoration: none;
 }
 .sitemap h4 {
   background-color: #fff;
   padding: 0% 0% 0% 2%;
   margin: 2% 0% 2% 0%;
   border-left: 6px double #22a4a1;
	 font-weight: bold;
	 color: #22a4a1;
 }
 .sitemap p {
   margin-bottom: 1% !important;
 }
 .promise_list li:nth-child(1):before {
   background-image: url(../img/page/promise_list_num01.png);
 }
 .promise_list li:nth-child(2):before {
   background-image: url(../img/page/promise_list_num02.png);
 }
 .promise_list li:nth-child(3):before {
   background-image: url(../img/page/promise_list_num03.png);
 }
 .promise_list li:nth-child(4):before {
   background-image: url(../img/page/promise_list_num04.png);
 }
 @media screen and (min-width: 768px) {
   .flexbox_container {
     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;
   }
   *, ::before, ::after {
     background-repeat: no-repeat;
     box-sizing: border-box;
   }
   .flexbox_invisalign {
     -ms-flex-preferred-size: 45%;
     flex-basis: 45%;
     text-align: center;
   }
   .paragraph img {
     display: block;
     margin: 40px auto 40px;
   }
 }
 @media screen and (min-width: 768px) {
   .img_right {
     float: right;
   }
 }
 @media print, screen and (min-width: 1024px) {
   .img_right {
     max-width: 450px;
     height: auto;
     margin: 0 0 40px 40px;
   }
 }
 /* .top02_3 */
 .top02_3 .titleC {
   letter-spacing: .05em;
 }
 .top02_3 .container {
   padding-top: 10rem;
 }
 .top02_3 .contents {
   padding-top: 16rem;
 }
 .top02_3 .contents .link-area {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
 }
 .top02_3 .contents .link-area::before {
   content: '';
   order: 1;
   width: 36.4rem;
 }
 .top02_3 .contents .link-area::after {
   content: '';
   order: 3;
   width: 36.4rem;
 }
 .top02_3 .contents .link-area .item {
   align-items: center;
   background: #fff;
   border-radius: 1rem;
   display: flex;
   flex-direction: column;
   height: 21rem;
   justify-content: flex-end;
   margin-bottom: 5.1rem;
   order: 4;
   padding-bottom: 1.45rem;
   transition: .2s;
   width: 36.4rem;
 }
 .top02_3 .contents .link-area .item:hover {
   box-shadow: 0 0 2rem rgba(0, 0, 0, .2);
 }
 .top02_3 .contents .link-area .item:first-of-type {
   order: 2;
 }
 .top02_3 .contents .link-area .item .desc {
   color: #22a4a1;
   font-size: 3rem;
   font-weight: bold;
   line-height: 1.3;
   text-align: center;
 }
 .top02_3 .contents .link-area .item .desc span {
   display: block;
   font-size: 2rem;
 }
 .top02_3 .contents .link-area .item .more {
   margin-top: 1rem;
   width: 7.45rem;
 }
 .top02_3 .contents .link-area .item .img {
   position: relative;
   transition: .2s;
 }
 .top02_3 .contents .link-area .item:hover .img {
   transform: scale(1.2);
 }
 .top02_3 .contents .link-area .item:nth-of-type(1) .img {
   bottom: 3rem;
   width: 21.6rem;
 }
 .top02_3 .contents .link-area .item:nth-of-type(2) .img {
   bottom: 3.5rem;
   width: 10.4rem;
 }
 .top02_3 .contents .link-area .item:nth-of-type(3) .img {
   bottom: 3rem;
   width: 11.5rem;
 }
 .top02_3 .contents .link-area .item:nth-of-type(4) .img {
   bottom: 1rem;
   width: 7.7rem;
 }
 .top02_3 .contents .link-area .item:nth-of-type(5) .img {
   bottom: 2rem;
   left: 1rem;
   width: 8.7rem;
 }
 .top02_3 .contents .link-area .item:nth-of-type(6) .img {
   bottom: 2rem;
   width: 13.8rem;
 }
 .top02_3 .contents .link-area .item:nth-of-type(7) .img {
   bottom: 2rem;
   left: 1rem;
   width: 8.1rem;
 }
 .top02_3 .contents .link-area .item:nth-of-type(8) .img {
   bottom: 2rem;
   width: 8.8rem;
 }
 .top02_3 .contents .link-area .item:nth-of-type(9) .img {
   bottom: 2rem;
   width: 9.6rem;
 }
 .top02_3 .contents .link-area .item:nth-of-type(10) .img {
   bottom: 2rem;
   width: 9.1rem;
 }
 @media screen and (max-width: 768px) {
   .colortitle {
     font-size: 2.9rem;
     color: #22a4a1;
     font-weight: bold;
   }
   .colortitle2 {
     font-size: 2.9rem;
     font-weight: bold;
   }
   /* .top02_3 */
   .top02_3 .container {
     padding-top: 5rem;
   }
   .top02_3 .contents {
     padding-top: 13rem;
   }
   .top02_3 .contents .link-area::before, .top02_3 .contents .link-area::before {
     display: none;
   }
   .top02_3 .contents .link-area .item {
     height: 18rem;
     margin-bottom: 3.3rem;
     width: 31.4rem;
   }
   .top02_3 .contents .link-area .item:first-of-type {
     height: 23.3rem;
     margin-left: auto;
     margin-right: auto;
     width: 41.6rem;
   }
   .top02_3 .contents .link-area .item .desc {
     font-size: 2.7rem;
   }
   .top02_3 .contents .link-area .item:first-of-type .desc {
     font-size: 3.5rem;
   }
   .top02_3 .contents .link-area .item .desc span {
     font-size: 1.6rem;
   }
   .top02_3 .contents .link-area .item .more {
     width: 10rem;
   }
   .top02_3 .contents .link-area .item:first-of-type .more {
     margin-bottom: 1rem;
     margin-top: 2rem;
     width: 15rem;
   }
   .top02_3 .contents .link-area .item .img {
     transform: scale(.8) !important;
   }
   .top02_3 .contents .link-area .item:nth-of-type(1) .img {
     bottom: .5rem;
     width: 30rem;
   }
   .top02_3 .contents .link-area .item:nth-of-type(2) .img {
     bottom: 2rem;
   }
   .top02_3 .contents .link-area .item:nth-of-type(3) .img {
     bottom: 1rem;
   }
   .top02_3 .contents .link-area .item:nth-of-type(4) .img {
     bottom: -1rem;
   }
   .top02_3 .contents .link-area .item:nth-of-type(5) .img {
     bottom: .5rem;
   }
   .top02_3 .contents .link-area .item:nth-of-type(6) .img {
     bottom: 1rem;
   }
   .top02_3 .contents .link-area .item:nth-of-type(7) .img {
     bottom: .3rem;
   }
   .top02_3 .contents .link-area .item:nth-of-type(8) .img {
     bottom: .5rem;
   }
   .top02_3 .contents .link-area .item:nth-of-type(9) .img {
     bottom: .6rem;
   }
   .top02_3 .contents .link-area .item:nth-of-type(10) .img {
     bottom: .5rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  パンくずリスト
--------------------------------------------------------------------------- */
 .block .bread-list {
   background: #D6EDEC;
   margin-bottom: 12rem;
   padding-top: 10rem;
   position: relative;
 }
 .block .bread-list::after {
   background-image: url(../img/page/shape01.svg);
   background-position: right top;
   background-repeat: no-repeat;
   background-size: contain;
   content: '';
   height: 42.6rem;
   max-width: 42.6rem;
   position: absolute;
   right: 0;
   width: 22%;
 }
 .block .bread-list ul {
   display: flex;
   font-size: 1.7rem;
   padding: 4rem;
 }
 .block .bread-list ul li + li::before {
   content: '\FF1E';
 }
 .block .bread-list ul li a {
   transition: .2s;
 }
 .block .bread-list ul li:not(:last-of-type) a:hover {
   opacity: .7;
 }
 @media screen and (max-width: 1200px) {
   .block .bread-list {
     padding-top: 70px;
   }
 }
 @media screen and (max-width: 768px) {
   .block .bread-list {
     margin-bottom: 10rem;
   }
   .block .bread-list ul {
     font-size: 2rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  大見出し
--------------------------------------------------------------------------- */
 .block .big-title {
   align-items: center;
   color: #22a4a1;
   display: flex;
   flex-direction: column;
   font-size: 3.8rem;
   font-weight: bold;
   letter-spacing: .2em;
   margin-bottom: 8rem;
   margin-top: 8rem;
   text-align: center;
 }
 .block .big-title span {
   font-size: 2.1rem;
 }
 .block .big-title.small {
   font-size: 6.7rem;
 }
 .block .big-title img {
   width: 13.1rem;
 }
 @media screen and (max-width: 768px) {
   .block .big-title {
     font-size: 5rem;
     margin-bottom: 5rem;
     margin-top: 10rem;
   }
   .block .big-title.small {
     font-size: 3.9rem;
   }
   .block .big-title img {
     width: 10rem;
   }
   .block .big-title span {
     font-size: 2.7rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  中見出し
--------------------------------------------------------------------------- */
 .block .middle-title {
   align-items: center;
   background-image: url(../img/page/middle-title-bg.svg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   color: #4d4d4d;
   display: flex;
   font-size: 4.0rem;
   font-weight: bold;
   justify-content: center;
   letter-spacing: .2em;
   margin-bottom: 8rem;
   margin-top: 12rem;
   min-height: 15.6rem;
   text-align: center;
 }
 @media screen and (max-width: 768px) {
   .middle-title {
     font-size: 3.7rem;
     margin-bottom: 5rem;
     margin-top: 10rem;
     min-height: 10.1rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  子見出し
--------------------------------------------------------------------------- */
 .block .min-title {
   color: #22a4a1;
   font-size: 3rem;
   font-weight: bold;
   line-height: 1.5;
   margin-bottom: 2rem;
   margin-top: 7rem;
 }
 .block .logo-img {
   text-align: center;
 }
 @media screen and (max-width: 768px) {
   .block .min-title {
     font-size: 2.7rem;
     margin-bottom: 2rem;
     margin-top: 5rem;
   }
   .block .logo-img img {
     width: 10rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  本文
--------------------------------------------------------------------------- */
 .block .text {
   font-size: 1.8rem;
   font-weight: 300;
   line-height: 2;
   margin: 2rem 0;
 }
 @media screen and (max-width: 768px) {
   .block .text {
     margin: 2rem 0;
     font-size: 2.9rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  ボタン
--------------------------------------------------------------------------- */
 .block .btn-wrap {
   display: flex;
 }
 .block .btn-wrap .btnA {
   margin: 2rem 0;
 }
 .block .btn-wrap .btnB {
   margin: 2rem 0;
 }
 /* ---------------------------------------------------------------------------
//  注約
--------------------------------------------------------------------------- */
 .block .sup {
   display: flex;
   font-size: 1.6rem;
   margin: 2rem 0;
 }
 .block .sup::before {
   content: '\203B';
 }
 @media screen and (max-width: 768px) {
   .block .sup {
     font-size: 2rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  2カラム
--------------------------------------------------------------------------- */
 .column-2 {
   display: flex;
   justify-content: space-between;
   margin: 6rem 0;
 }
 .column-2.clinic-intro {
   align-items: center;
 }
 .column-2 .item {
   width: calc((100% - 5rem) / 2);
   /* text-align: center; */
 }
 .column-2.clinic-intro .item:first-of-type {
   width: 80%;
 }
 .column-2.clinic-intro .item:last-of-type {
   width: 15%;
 }
 .column-2.clinic-intro .item:last-of-type img {
   width: 100%;
 }
 .column-2 .item .min-title {
   margin-top: 0;
 }
 .column-2 .item .text {
   margin: 0;
 }
 .column-2 .item .text + .min-title {
   margin-top: 2rem;
 }
 @media screen and (max-width: 768px) {
   .column-2 {
     flex-wrap: wrap;
     margin: 5rem 0;
   }
   .column-2.clinic-intro {
     flex-direction: column;
   }
   .column-2 .item {
     width: 100%;
   }
   .column-2.clinic-intro .item:first-of-type {
     width: 100%;
   }
   .column-2.clinic-intro .item:last-of-type {
     width: 100%;
     text-align: center;
   }
   .column-2 .item + .item {
     margin-top: 1rem;
   }
   .column-2.clinic-intro .item:last-of-type img {
     width: auto;
   }
 }
 /* ---------------------------------------------------------------------------
//  ニュース
--------------------------------------------------------------------------- */
 .news-list {
   margin-bottom: 3rem;
   margin-top: 2rem;
 }
 .news-list .item {
   border-bottom: 1px solid;
   font-size: 1.8rem;
   font-weight: 300;
 }
 .news-list .item {
   display: block;
   padding: 1rem 0;
   transition: .2s;
   margin-top: 1rem;
 }
 .news-list .item .date {
   color: #22a4a1;
   font-weight: bold;
   padding-top: 5rem;
 }
 .news-list .item .title {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
 }
 @media screen and (max-width: 768px) {
   .news-list .item {
     font-size: 2.8rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  表
--------------------------------------------------------------------------- */
 .table-title {
   font-size: 3rem;
   font-weight: bold;
   margin-bottom: 3rem;
 }
 .table-title::before {
   content: '\25A0';
   margin-right: .5rem;
 }
 .table {
   width: 100%;
 }
 table th, table td {
   border: solid 4px #fff;
 }
 .table th {
   background: #22a4a1;
   color: #fff;
   font-size: 2.2rem;
   font-weight: bold;
   line-height: 1.3;
   min-width: 19.3rem;
   padding: 2rem 1rem;
   text-align: center;
   vertical-align: middle;
   white-space: nowrap;
 }
 table td {
   font-size: 1.6rem;
   font-weight: 300;
   padding: .8rem;
   vertical-align: middle;
 }
 table td:nth-of-type(odd) {
   background: #eaeaea;
 }
 table td:nth-of-type(even) {
   background: #f7f7f7;
 }
 table td.p-none {
   padding: 0;
 }
 table td.center {
   text-align: center;
   vertical-align: middle;
 }
 table td ol {
   counter-reset: item;
   padding-left: 1.6rem;
 }
 table td ol li {
   text-indent: -1.6rem;
 }
 table td ol li:before {
   content: counter(item)'.';
   counter-increment: item;
   /* 以下は自由に装飾... */
   padding-right: .2em;
 }
 .table-t {
   width: 100%;
 }
 .table-t th {
   background: #22a4a1;
   color: #fff;
   font-size: 2.2rem;
   font-weight: bold;
   line-height: 1.3;
   min-width: 13.3rem;
   padding: 2rem 1rem;
   text-align: center;
   vertical-align: middle;
   white-space: nowrap;
 }
 .attention {
   font-size: 1.5rem;
   line-height: 1.7;
 }
 /* 価格表のための追記 */
 table.price td:nth-of-type(2) {
   white-space: nowrap;
 }
 /* アクセスページ用 */
 .table.access th {
   min-width: 13rem;
 }
 table.access td {
   font-size: 1.6rem;
   font-weight: 300;
   padding: 0.8rem;
   vertical-align: middle;
   text-align: center;
 }
 .table-comment {
   font-size: 1.6rem;
   margin: 2rem 0 0;
 }
 .table-comment + .sup {
   margin-top: 0;
 }
 @media screen and (max-width: 768px) {
   .scroll {
     overflow-x: auto;
   }
   .table-title {
     margin-bottom: 2rem;
   }
   table th, table td {
     border: solid 2px #fff;
   }
   .table th {
     padding: 2rem;
   }
   table td {
     font-size: 2.5rem;
     font-weight: 300;
     padding: .8rem;
     vertical-align: top;
   }
   table td:nth-of-type(odd) {
     background: #eaeaea;
   }
   table td:nth-of-type(even) {
     background: #f7f7f7;
   }
   table td.p-none {
     vertical-align: middle;
   }
   table td ol {
     counter-reset: item;
     padding-left: 1.6rem;
   }
   table td ol li {
     text-indent: -1.6rem;
   }
   table td ol li:before {
     content: counter(item)'.';
     counter-increment: item;
     /* 以下は自由に装飾... */
     padding-right: .2em;
   }
   .table-t th {
     padding: 2rem;
   }
   .table-comment {
     font-size: 2rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  フローチャート
--------------------------------------------------------------------------- */
 .flow-chart {
   margin: 4rem 0;
 }
 .flow-chart ul li + li {
   margin-top: 14rem;
   position: relative;
 }
 .flow-chart ul li + li::before {
   background-image: url(../img/page/flow-arrow02.svg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   content: '';
   height: 9.6rem;
   left: 0;
   margin: auto;
   position: absolute;
   right: 0;
   top: -12rem;
   width: 7.6rem;
 }
 .flow-chart ul li dl dt {
   background: #22a4a1;
   cursor: pointer;
   display: flex;
   font-weight: bold;
   padding-right: 9rem;
   position: relative;
 }
 .flow-chart ul li dl dt::before {
   background-image: url(../img/page/plus.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   bottom: 0;
   content: '';
   height: 5.6rem;
   margin: auto;
   position: absolute;
   right: 1.4rem;
   top: 0;
   transition: .2s;
   width: 5.6rem;
   z-index: 2;
 }
 .flow-chart ul li dl dt.open::before {
   opacity: 0;
 }
 .flow-chart ul li dl dt::after {
   background-image: url(../img/page/minus.svg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   bottom: 0;
   content: '';
   height: 5.6rem;
   margin: auto;
   position: absolute;
   right: 1.4rem;
   top: 0;
   transition: .2s;
   width: 5.6rem;
   z-index: 1;
 }
 .flow-chart ul li dl dt .when {
   align-items: center;
   background-image: url(../img/page/flow-when-bg.webp);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   color: #22a4a1;
   display: flex;
   flex-direction: column;
   font-size: 2.5rem;
   justify-content: center;
   line-height: 1.2;
   padding: 0 1.5rem;
   text-align: center;
   white-space: nowrap;
   width: 21.2rem;
 }
 .flow-chart ul li dl dt .title {
   color: #fff;
   flex-grow: 2;
   font-size: 3rem;
   letter-spacing: .2em;
   line-height: 1.5;
   padding: 1rem 2rem;
 }
 .flow-chart ul li dl dt .title.small {
   font-size: 3.5rem;
   letter-spacing: 0;
 }
 .flow-chart ul li dl dt .time {
   align-items: center;
   background: #fff;
   border-radius: .5rem;
   color: #22a4a1;
   display: flex;
   font-size: 2.0rem;
   height: 5.1rem;
   justify-content: center;
   margin-bottom: auto;
   margin-top: auto;
   min-width: 11rem;
   padding: 0 1.5rem;
   white-space: nowrap;
 }
 .flow-chart ul li dl dd {
   background: #d2e7e6;
   display: none;
   padding: 4rem;
 }
 .flow-chart ul li dl dd .column-2 {
   margin: 0;
 }
 .flow-chart ul li dl dd .column-2 .item .text + .img {
   margin-top: 2rem;
 }
 .flow-chart ul li dl dd .more {
   align-items: center;
   color: #22a4a1;
   display: flex;
   font-size: 2rem;
   font-weight: bold;
   margin: 1rem 0 2rem;
   transition: .2s;
 }
 .flow-chart ul li dl dd .more:hover {
   opacity: .7;
 }
 .flow-chart ul li dl dd .more::before {
   background-image: url(../img/page/arrow_green.svg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   content: '';
   height: 2.2rem;
   margin-right: 1rem;
   width: 6.1rem;
 }
 @media screen and (max-width: 768px) {
   .flow-chart {
     margin: 5rem 0;
   }
   .flow-chart ul li + li {
     margin-top: 8rem;
   }
   .flow-chart ul li + li::before {
     height: 5rem;
     top: -6.5rem;
     width: 4rem;
   }
   .flow-chart ul li dl dt {
     background: #fff;
     flex-wrap: wrap;
     padding-right: 0;
   }
   .flow-chart ul li dl dt::before {
     display: none;
   }
   .flow-chart ul li dl dt::after {
     display: none;
   }
   .flow-chart ul li dl dt .when {
     border: solid 1px #22a4a1;
     font-size: 2.9rem;
     order: 1;
     padding: 1rem;
     width: 50%;
   }
   .flow-chart ul li dl dt .when br {
     display: none;
   }
   .flow-chart ul li dl dt .title {
     background: #22a4a1;
     font-size: 3rem;
     letter-spacing: 0;
     line-height: 1.5;
     order: 3;
     padding: 2rem 5rem 2rem 2rem;
     padding-right: 5rem;
     position: relative;
     width: 100%;
   }
   .flow-chart ul li dl dt .title.small {
     font-size: 3rem;
     letter-spacing: 0;
   }
   .flow-chart ul li dl dt .title::before {
     background-image: url(../img/page/plus.png);
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
     bottom: 0;
     content: '';
     height: 3rem;
     margin: auto;
     position: absolute;
     right: 1.4rem;
     top: 0;
     transition: .2s;
     width: 3rem;
     z-index: 2;
   }
   .flow-chart ul li dl dt.open .title::before {
     opacity: 0;
   }
   .flow-chart ul li dl dt .title::after {
     background-image: url(../img/page/minus.svg);
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
     bottom: 0;
     content: '';
     height: 3rem;
     margin: auto;
     position: absolute;
     right: 1.4rem;
     top: 0;
     transition: .2s;
     width: 3rem;
     z-index: 1;
   }
   .flow-chart ul li dl dt .time {
     border: solid 1px #22a4a1;
     border-radius: 0;
     font-size: 2.9rem;
     height: auto;
     margin: 0;
     order: 2;
     padding: 0 1.5rem;
     width: 50%;
   }
   .flow-chart ul li dl dd {
     padding: 2rem;
   }
   .flow-chart ul li dl dd .more {
     font-size: 2.3rem;
     margin: 2rem 0 3rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  Q&Aリスト
--------------------------------------------------------------------------- */
 .qa-list {
   margin: 4rem 0;
 }
 .qa-list ol {
   counter-reset: item;
   font-size: 1.6rem;
   font-weight: 300;
 }
 .qa-list ol li + li {
   margin-top: 2rem;
 }
 .qa-list ol li dt {
   cursor: pointer;
   display: flex;
   font-weight: 300;
   justify-content: space-between;
   min-height: 6.9rem;
   position: relative;
 }
 .qa-list ol li dt::before {
   background-image: url(../img/page/plus.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   bottom: 0;
   content: '';
   height: 4rem;
   margin: auto;
   position: absolute;
   right: 1.4rem;
   top: 0;
   transition: .2s;
   width: 4rem;
   z-index: 2;
 }
 .qa-list ol li dt.open::before {
   opacity: 0;
 }
 .qa-list ol li dt::after {
   background-image: url(../img/page/minus.svg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   bottom: 0;
   content: '';
   height: 4rem;
   margin: auto;
   position: absolute;
   right: 1.4rem;
   top: 0;
   transition: .2s;
   width: 4rem;
   z-index: 1;
 }
 .qa-list ol li dt .number {
   align-items: center;
   background: #22a4a1;
   color: #fff;
   display: flex;
   font-size: 3.5rem;
   font-weight: bold;
   height: 6.9rem;
   justify-content: center;
   width: 11.3rem;
 }
 .qa-list ol li dt .number::before {
   content: 'Q 'counter(item, decimal-leading-zero);
   counter-increment: item;
 }
 .qa-list ol li dt h5 {
   align-items: center;
   background: #eaeaea;
   display: flex;
   height: 100%;
   min-height: 6.9rem;
   padding: 1rem;
   padding-right: 7rem;
   width: calc(100% - 12rem);
 }
 .qa-list ol li dd {
   display: none;
   margin-top: .7rem;
   padding-left: 12rem;
 }
 .qa-list ol li dd .ac-item {
   display: flex;
 }
 .qa-list ol li dd .ac-item::before {
   align-items: center;
   background: #22a4a1;
   color: #fff;
   content: 'A';
   display: flex;
   font-size: 3.5rem;
   font-weight: bold;
   justify-content: center;
   width: 6rem;
 }
 .qa-list ol li dd p {
   background: #d2e7e6;
   padding: 1rem;
   width: calc(100% - 6rem);
 }
 @media screen and (max-width: 768px) {
   .qa-list {
     margin: 2rem 0;
   }
   .qa-list ol {
     font-size: 2.5rem;
   }
   .qa-list ol li dt .number {
     font-size: 2.9rem;
     height: 9.5rem;
     width: 9.3rem;
   }
   .qa-list ol li dt h5 {
     min-height: 9.5rem;
     width: calc(100% - 10rem);
   }
   .qa-list ol li dd {
     padding-left: 0;
   }
   .qa-list ol li dd .ac-item {
     display: block;
   }
   .qa-list ol li dd .ac-item::before {
     font-size: 2.9rem;
     width: 100%;
   }
   .qa-list ol li dd p {
     padding: 2rem;
     width: 100%;
   }
 }
 /* ---------------------------------------------------------------------------
//  画像リンク
--------------------------------------------------------------------------- */
 .img-link {
   display: block;
   margin: 12rem 0;
   transition: .2s;
 }
 .img-link:hover {
   opacity: .7;
 }
 @media screen and (max-width: 768px) {
   .img-link {
     margin: 8rem 0;
   }
 }
 /* ---------------------------------------------------------------------------
//  画像中央揃え
--------------------------------------------------------------------------- */
 .align-center {
   display: block;
   margin: 0 auto;
 }
 /* ---------------------------------------------------------------------------
//  テキストリンク（202310追加）
--------------------------------------------------------------------------- */
 .text-link {
   color: #219da7;
   text-decoration: underline;
 }
 .bank-link {
   color: #219da7;
   text-decoration: underline;
 }
 .text-red {
   color: #C11B1F;
 }
 /* ---------------------------------------------------------------------------
//  目次
--------------------------------------------------------------------------- */
 .block .contents-list {
   margin: 12rem 0;
   text-align: center;
 }
 .block .contents-list .titleA {
   justify-content: center;
   margin-bottom: 3rem;
 }
 .block .contents-list ul {
   border-radius: 1rem;
   display: inline-block;
   font-size: 2rem;
   font-weight: bold;
   overflow: hidden;
 }
 .block .contents-list ul li {
   border-bottom: dotted 0.1rem;
    text-align: left;
    font-weight: normal;
    font-size: 1.5rem;
 }
 .block .contents-list ul li a {
   display: block;
   padding: 1rem 8rem;
   transition: .2s;
 }
 .block .contents-list ul li a:hover {
   opacity: .7;
 }
 /* .block .contents-list ul li:nth-of-type(odd) {
  background: #d6edec;
}
.block .contents-list ul li:nth-of-type(even) {
  background: #eaeaea;
} */
 @media screen and (max-width: 768px) {
   .block .contents-list {
     margin: 10rem 0;
   }
   .block .contents-list ul {
     border-radius: 1rem;
     display: block;
   }
   /* .block .contents-list ul li {
    border-bottom: dashed .1rem;
  } */
   .block .contents-list ul li a {
     padding: 1.5rem;
	  font-size: 2.5rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  症例リスト
--------------------------------------------------------------------------- */
 .example-list {
   margin: 8rem 0;
 }
 .example-list ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
 }
 .example-list ul li {
   margin: 0 2.5rem;
   margin-bottom: 4.5rem;
   width: calc((100% - 15rem) / 3);
 }
 .example-list ul li a {
   border-radius: 1rem;
   display: flex;
   flex-direction: column;
   height: 100%;
   overflow: hidden;
   width: 100%;
 }
 .example-list ul li a .img {
   height: 20.8rem;
   overflow: hidden;
   position: relative;
 }
 .example-list ul li a .img img {
   height: 101%;
   object-fit: cover;
   transition: .2s;
   width: 101%;
 }
 .example-list ul li a:hover .img img {
   transform: scale(1.2);
 }
 .example-list ul li a .text-area {
   align-items: center;
   background: #22a4a1;
   color: #fff;
   display: flex;
   flex-grow: 2;
   font-size: 2.2rem;
   font-weight: bold;
   justify-content: center;
   min-height: 6.6rem;
   padding: 1rem;
 }
 .example-list ul li a dl dt {
   display: inline;
 }
 .example-list ul li a dl dd {
   display: inline;
 }
 .example-list ul li a .more {
   align-items: center;
   background: #f1f1f1;
   color: #22a4a1;
   display: flex;
   font-size: 1.8rem;
   font-weight: 500;
   justify-content: center;
   min-height: 6.6rem;
   padding: 1rem;
   transition: .2s;
 }
 .example-list ul li a:hover .more {
   opacity: .7;
 }
 .example-list ul li a .more::before {
   background-image: url(../img/page/arrow_green.svg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   content: '';
   height: 2.2rem;
   margin-right: 1rem;
   width: 6.1rem;
 }
 @media screen and (max-width: 768px) {
   .example-list {
     margin: 5rem 0;
   }
   .example-list ul {
     justify-content: space-between;
   }
   .example-list ul li {
     margin: 0;
     margin-bottom: 2rem;
     width: calc((100% - 2rem) / 2);
   }
   .example-list ul li a .text-area {
     font-size: 2.5rem;
   }
   .example-list ul li a dl dd {
     display: block;
   }
   .example-list ul li a .more {
     font-size: 2.3rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  ビフォーアフター
--------------------------------------------------------------------------- */
 .bf-area {
   margin: 4rem 0;
 }
 .bf-area .gallery {
   display: flex;
   justify-content: space-between;
   padding-left: 7.5rem;
   position: relative;
 }
 .bf-area .gallery.before {
   margin-bottom: 7.5rem;
 }
 .bf-area .gallery::before {
   align-items: center;
   border-radius: 100%;
   bottom: 0;
   color: #fff;
   display: flex;
   font-size: 2.5rem;
   font-weight: bold;
   height: 15rem;
   justify-content: center;
   left: 0;
   margin: auto;
   position: absolute;
   top: 0;
   width: 15rem;
 }
 .bf-area .gallery.before::before {
   background: #808080;
   content: 'BEFORE';
 }
 .bf-area .gallery.before::after {
   background-image: url(../img/page/bf-arrow01.svg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   bottom: -6.5rem;
   content: '';
   height: 5.5rem;
   left: 16.5rem;
   margin: auto;
   position: absolute;
   right: 0;
   width: 7.6rem;
 }
 .bf-area .gallery.after::before {
   background: #22a4a1;
   content: 'AFTER';
 }
 .bf-area .gallery ul {
   border-radius: 1rem;
   display: flex;
   justify-content: space-between;
   padding: 2rem 2rem 2rem 9.5rem;
 }
 .bf-area .gallery.before ul {
   background: #d1d1d1;
 }
 .bf-area .gallery.after ul {
   background: #d2e7e6;
 }
 .bf-area .gallery ul li {
   border-radius: 1rem;
   overflow: hidden;
   width: calc((100% - 4rem) / 3);
 }
 @media screen and (max-width: 768px) {
   .bf-area {
     margin: 2rem 0;
   }
   .bf-area .gallery {
     display: block;
     padding-left: 0;
     padding-top: 7.5rem;
   }
   .bf-area .gallery::before {
     bottom: inherit;
     left: 0;
     right: 0;
     top: 0;
     width: 15rem;
   }
   .bf-area .gallery.before::after {
     left: 0;
   }
   .bf-area .gallery ul {
     display: block;
     padding: 10rem 2rem 2rem 2rem;
   }
   .bf-area .gallery ul li {
     width: 100%;
   }
   .bf-area .gallery ul li + li {
     margin-top: 2rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  ボタンリスト
--------------------------------------------------------------------------- */
 .btn-list {
   margin: 8rem 0;
 }
 .bnt-list a {
   transition: .2s;
 }
 .btn-list .all {
   align-items: center;
   background: #eaeaea;
   color: #22a4a1;
   display: flex;
   font-size: 2.2rem;
   font-weight: bold;
   justify-content: center;
   min-width: 6.2rem;
   padding: 1rem;
   transition: .2s;
   width: 100%;
   width: 100%;
 }
 .btn-list ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
 }
 .btn-list ul::before, .btn-list ul::after {
   content: '';
   order: 10;
   width: calc((100% - 1.2rem) / 4);
 }
 .btn-list ul li {
   margin-top: .4rem;
   width: calc((100% - 1.2rem) / 4);
 }
 .btn-list ul li a {
   align-items: center;
   display: flex;
   font-size: 2.2rem;
   font-weight: bold;
   justify-content: center;
   min-width: 6.2rem;
   padding: 1rem;
   transition: .2s;
   width: 100%;
 }
 .btn-list a:hover {
   opacity: .7;
 }
 .btn-list ul:nth-of-type(odd) li:nth-of-type(odd) {
   background: #22a4a1;
   color: #fff;
 }
 .btn-list ul:nth-of-type(odd) li:nth-of-type(even) {
   background: #d2e7e6;
   color: #22a4a1;
 }
 .btn-list ul:nth-of-type(even) li:nth-of-type(odd) {
   background: #d2e7e6;
   color: #22a4a1;
 }
 .btn-list ul:nth-of-type(even) li:nth-of-type(even) {
   background: #22a4a1;
   color: #fff;
 }
 @media screen and (max-width: 768px) {
   .btn-list {
     margin: 5rem 0;
   }
   .btn-list .all {
     font-size: 2.5rem;
   }
   .btn-list ul::before, .btn-list ul::after {
     display: none;
   }
   .btn-list ul li {
     margin-top: .4rem;
     width: calc((100% - .4rem) / 2);
   }
   .btn-list ul li a {
     font-size: 2.5rem;
   }
   .btn-list ul li:nth-of-type(1), .btn-list ul li:nth-of-type(4) {
     background: #22a4a1 !important;
     color: #fff !important;
   }
   .btn-list ul li:nth-of-type(2), .btn-list ul li:nth-of-type(3) {
     background: #d2e7e6 !important;
     color: #22a4a1 !important;
   }
 }
 /* ---------------------------------------------------------------------------
//  スタッフリスト
--------------------------------------------------------------------------- */
 .staff-list {
   margin: 8rem 0;
 }
 .staff-list ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-top: -5rem;
 }
 .staff-list ul::before {
   content: '';
   order: 10;
   width: calc((100% - 10rem) / 3);
 }
 .staff-list li {
   align-items: center;
   border-radius: 1rem;
   display: flex;
   flex-direction: column;
   justify-content: center;
   margin-top: 5rem;
   overflow: hidden;
   text-align: center;
   width: calc((100% - 10rem) / 3);
 }
 .staff-list li .img {
   background: #ababab;
   height: 38.7rem;
   position: relative;
   width: 100%;
 }
 .staff-list.clinic-intro li .img {
   height: 24rem;
 }
 .staff-list li .img img {
   height: 100%;
   object-fit: cover;
   width: 100%;
 }
 .staff-list li .text-area {
   align-items: center;
   background: #d2e7e6;
   /* min-height: 22rem; */
   display: flex;
   flex-direction: column;
   flex-grow: 2;
   justify-content: center;
   padding: 0 2rem;
   width: 100%;
 }
 .staff-list.clinic-intro li .text-area {
   justify-content: flex-start;
 }
 .staff-list li .text-area .head {
   align-items: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   min-height: 12rem;
   width: 100%;
 }
 .staff-list.clinic-intro li .text-area .head {
   min-height: 8rem;
 }
 .staff-list li .text-area .head .position {
   font-size: 2rem;
   font-weight: 300;
 }
 .staff-list li .text-area .head .name {
   font-size: 3.4rem;
   font-weight: 500;
 }
 .staff-list li .text-area .detail {
   align-items: center;
   border-top: 1px solid #4d4d4d;
   display: flex;
   font-size: 1.7rem;
   font-weight: 300;
   justify-content: center;
   justify-content: center;
   min-height: 10rem;
   width: 100%;
 }
 @media screen and (max-width: 768px) {
   .staff-list {
     margin: 5rem 0;
   }
   .staff-list ul {
     margin-top: -2rem;
   }
   .staff-list ul::before {
     display: none;
   }
   .staff-list li {
     margin-top: 2rem;
     width: calc((100% - 2rem) / 2);
   }
   .staff-list li .img {
     height: 34rem;
   }
   .staff-list li .text-area {
     padding: 0;
   }
   .staff-list li .text-area .head {
     min-height: inherit;
     padding: 2rem 0;
   }
   .staff-list li .text-area .head .position {
     font-size: 2rem;
   }
   .staff-list li .text-area .head .name {
     font-size: 2.9rem;
   }
   .staff-list li .text-area .detail {
     font-size: 2rem;
     min-height: inherit;
     padding: 1rem .5rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  カードリスト(歯ことば一覧)
--------------------------------------------------------------------------- */
 .card-list {
   margin: 8rem 0;
 }
 .card-list ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-top: -5rem;
 }
 .card-list ul::before {
   content: '';
   order: 10;
   width: calc((100% - 10rem) / 3);
 }
 .card-list ul li {
   border-radius: 1rem;
   margin-top: 5rem;
   width: calc((100% - 10rem) / 3);
 }
 .card-list ul li a {
   border-radius: 1rem;
   display: flex;
   flex-direction: column;
   height: 100%;
   overflow: hidden;
   transition: .2s;
   width: 100%;
 }
 .card-list ul li a:hover {
   opacity: .7;
 }
 .card-list ul li a:hover {
   box-shadow: 0 0 3rem 0 rgba(0, 0, 0, .2);
 }
 .card-list ul li a > .title {
   align-items: center;
   background: #22a4a1;
   color: #fff;
   display: flex;
   font-size: 3.5rem;
   font-weight: bold;
   height: 24rem;
   justify-content: center;
   padding: 1rem;
   text-align: center;
 }
 .card-list ul li a .text-area {
   background: #e1e1e1;
   display: flex;
   flex-direction: column;
   flex-grow: 2;
   padding: 2rem;
 }
 .card-list ul li a .text-area .date {
   display: flex;
   font-size: 1.4rem;
   font-weight: 300;
   margin-bottom: 1rem;
 }
 .card-list ul li a .text-area .date time {
   color: #22a4a1;
 }
 .card-list ul li a .text-area .desc {
   -webkit-box-orient: vertical;
   display: -webkit-box;
   font-size: 1.8rem;
   -webkit-line-clamp: 4;
   line-height: 1.7;
   margin-bottom: 2rem;
   margin-bottom: 1rem;
   overflow: hidden;
 }
 .card-list ul li a .text-area .more {
   border-bottom: 1px solid;
   color: #22a4a1;
   font-size: 1.4rem;
   margin-left: auto;
   margin-top: auto;
   text-align: center;
   transition: .2s;
 }
 .card-list ul li a:hover .text-area .more {
   border-color: transparent;
 }
 @media screen and (max-width: 768px) {
   .card-list {
     margin: 5rem 0;
   }
   .card-list ul {
     margin-top: -2rem;
   }
   .card-list ul::before {
     display: none;
   }
   .card-list ul li {
     margin-top: 2rem;
     width: calc((100% - 2rem) / 2);
   }
   .card-list ul li a > .title {
     font-size: 2.9rem;
   }
   .card-list ul li a .text-area {
     padding: 1rem;
   }
   .card-list ul li a .text-area .date {
     font-size: 2rem;
   }
   .card-list ul li a .text-area .desc {
     font-size: 2.5rem;
   }
   .card-list ul li a .text-area .more {
     font-size: 2rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  ページネーション
--------------------------------------------------------------------------- */
 .pagenation {
   margin: 8rem 0;
 }
 .pagenation ul {
   align-items: center;
   display: flex;
   justify-content: center;
 }
 .pagenation ul li {
   margin: 0 1rem;
   width: 3.8rem;
 }
 .pagenation ul li.active {
   width: 5rem;
 }
 .pagenation ul li a {
   align-items: center;
   display: flex;
   justify-content: center;
   transition: .2s;
   width: 100%;
 }
 .pagenation ul li a:hover {
   opacity: .7;
 }
 .pagenation ul li.active a {
   background: #22a4a1;
   border-radius: 100%;
   color: #fff;
   font-size: 1.8rem;
   font-weight: bold;
   height: 5rem;
   width: 100%;
 }
 /* ---------------------------------------------------------------------------
//  検索
--------------------------------------------------------------------------- */
 .search-list ul {
   display: flex;
   justify-content: space-between;
 }
 .search-list ul li + li::before {
   content: '\FF0F';
 }
 .search-list ul li {
   font-size: 2.3rem;
   font-weight: 300;
   white-space: nowrap;
 }
 .search-list ul li a {
   transition: .2s;
 }
 .search-list ul li:hover a, .search-list ul li.active a {
   color: #22a4a1;
 }
 @media screen and (max-width: 768px) {
   .search-list ul {
     flex-wrap: wrap;
   }
   .search-list ul li:nth-of-type(6):before {
     display: none;
   }
   .search-list ul li {
     font-size: 2.3rem;
     margin-bottom: 1rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  歯ことば下層
--------------------------------------------------------------------------- */
 .row-list {
   margin: 8rem 0;
 }
 .row-list li + li {
   margin-top: 8rem;
 }
 .row-list li {
   border-radius: 1rem;
   overflow: hidden;
 }
 .row-list li > .title {
   background: #22a4a1;
   color: #fff;
   font-size: 3.1rem;
   font-weight: bold;
   padding: .5rem 3rem;
 }
 .row-list.faq li > .title {
   position: relative;
   padding-left: 8rem;
 }
 .row-list.faq li > .title::before {
   content: "Q: ";
   position: absolute;
   top: .2rem;
   left: 2.5rem;
   display: block;
 }
 .row-list li .text-area {
   background: #f7f7f7;
   font-weight: 300;
   padding: 2rem 3rem;
 }
 .row-list li .text-area .desc {
   font-size: 2.3rem;
   margin-bottom: 4rem;
 }
 .row-list.faq li .text-area .desc {
   padding-left: 3rem;
   position: relative;
 }
 .row-list.faq li .text-area .desc::before {
   content: "A: ";
   position: absolute;
   top: 0;
   left: 0;
   display: block;
 }
 .row-list li .text-area .category {
   display: flex;
   font-size: 1.4rem;
   margin-bottom: 1rem;
 }
 .row-list li .text-area .category a {
   color: #22a4a1;
   transition: .2s;
 }
 .row-list li .text-area .category a:hover {
   opacity: .7;
 }
 .row-list li .text-area .date {
   display: flex;
   font-size: 1.4rem;
 }
 .row-list li .text-area .date time {
   color: #22a4a1;
   transition: .2s;
 }
 .row-list li .text-area .desc a {
   font-size: 2.3rem;
   display: block;
   color: #22a4a1;
   transition: .2s;
 }
 .row-list li .text-area .desc a:hover {
   opacity: .7;
 }
 .row-list li .text-area .item-wrap {
   display: flex;
   justify-content: space-between;
   margin-bottom: 2rem;
 }
 .row-list li .text-area .item-wrap .item {
   width: 48%;
 }
 .row-list li .text-area .item-wrap .item .desc {
   margin-bottom: 2rem;
   text-align: center;
 }
 .row-list li .text-area .item-wrap .item .desc::before {
   display: none;
 }
 .row-list li .text-area .item-wrap .item .img img {
   width: 100%;
 }
 @media screen and (max-width: 768px) {
   .row-list {
     margin: 5rem 0;
   }
   .row-list li + li {
     margin-top: 5rem;
   }
   .row-list li {
     border-radius: 1rem;
     overflow: hidden;
   }
   .row-list li > .title {
     font-size: 2.9rem;
     padding: .5rem 2rem;
   }
   .row-list li .text-area {
     padding: 2rem;
   }
   .row-list li .text-area .desc {
     font-size: 2.5rem;
     margin-bottom: 3rem;
   }
   .row-list li .text-area .category {
     font-size: 2rem;
   }
   .row-list li .text-area .date {
     font-size: 2rem;
   }
   .row-list.faq li > .title {
     padding-left: 7rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  topのリンクリスト色違い
--------------------------------------------------------------------------- */
 .top02_3 {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
 }
 .top02_3 .item {
   align-items: center;
   background: #269099;
   border-radius: 1rem;
   display: flex;
   flex-direction: column;
   height: 21rem;
   justify-content: flex-end;
   margin-bottom: 5.1rem;
   order: 4;
   padding-bottom: 1.45rem;
   transition: .2s;
   width: 36.4rem;
 }
 .top02_3 .item:hover {
   box-shadow: 0 0 2rem rgba(0, 0, 0, .2);
 }
 .top02_3 .item .desc {
   color: #fff;
   font-size: 3rem;
   font-weight: bold;
   line-height: 1.3;
   text-align: center;
 }
 .top02_3 .item .desc span {
   display: block;
   font-size: 2rem;
 }
 .top02_3 .item .more {
   margin-top: 1rem;
   width: 7.45rem;
 }
 .top02_3 .item .img {
   position: relative;
   transition: .2s;
 }
 .top02_3 .item:hover .img {
   transform: scale(1.2);
 }
 .top02_3 .item.item01 .img {
   bottom: 3rem;
   width: 21.6rem;
 }
 .top02_3 .item.item02 .img {
   bottom: 3rem;
   width: 11.5rem;
 }
 .top02_3 .item.item03 .img {
   bottom: 1rem;
   width: 7.7rem;
 }
 .top02_3 .item.item04 .img {
   bottom: 2rem;
   left: 1rem;
   width: 8.7rem;
 }
 .top02_3 .item.item05 .img {
   bottom: 2rem;
   width: 13.8rem;
 }
 .top02_3 .item.item06 .img {
   bottom: 2rem;
   left: 1rem;
   width: 8.1rem;
 }
 .top02_3 .item.item07 .img {
   bottom: 2rem;
   width: 8.8rem;
 }
 .top02_3 .item.item08 .img {
   bottom: 2rem;
   width: 8.8rem;
 }
 .top02_3 .item.item09 .img {
   bottom: 2rem;
   width: 9.6rem;
 }
 .top02_3 .item.item10 .img {
   bottom: 3.5rem;
   width: 10.4rem;
 }
 .top02_3 .item.item11 .img {
   bottom: 3rem;
   width: 21.6rem;
 }
 @media screen and (max-width: 768px) {
   .top02_3 .container {
     padding-top: 5rem;
   }
   .top02_3 .contents {
     padding-top: 13rem;
   }
   .top02_3 .contents .link-area::before, .top02_3 .contents .link-area::before {
     display: none;
   }
   .top02_3 .item {
     height: 18rem;
     margin-bottom: 3.3rem;
     width: 31.4rem;
   }
   .top02_3 .item .desc {
     font-size: 2.7rem;
   }
   .top02_3 .item .desc span {
     font-size: 1.6rem;
   }
   .top02_3 .item .more {
     width: 10rem;
   }
   .top02_3 .item.item01 .more {
     margin-bottom: 1rem;
     margin-top: 2rem;
     width: 15rem;
   }
   .top02_3 .item .img {
     transform: scale(.8) !important;
   }
   .top02_3 .item.item01 .img {
     bottom: .5rem;
     width: 30rem;
   }
   .top02_3 .item.item02 .img {
     bottom: 1rem;
   }
   .top02_3 .item.item03 .img {
     bottom: -1rem;
   }
   .top02_3 .item.item04 .img {
     bottom: 0.5rem;
   }
   .top02_3 .item.item05 .img {
     bottom: 1rem;
   }
   .top02_3 .item.item06 .img {
     bottom: 0.3rem;
   }
   .top02_3 .item.item07 .img {
     bottom: 0.5rem;
   }
   .top02_3 .item.item08 .img {
     bottom: 0.6rem;
   }
   .top02_3 .item.item09 .img {
     bottom: 0;
   }
   .top02_3 .item.item10 .img {
     bottom: 2rem;
   }
   .top02_3 .item.item11 .img {
     bottom: .5rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  スタッフカード
--------------------------------------------------------------------------- */
 .column-2.staff .item:first-of-type {
   width: 30%;
 }
 .column-2.staff .item:last-of-type {
   width: 65%;
 }
 .staff-card {
   align-items: center;
   border-radius: 1rem;
   display: flex;
   flex-direction: column;
   justify-content: center;
   overflow: hidden;
   text-align: center;
   width: 100%;
 }
 .staff-card .img {
   background: #ababab;
   height: 38.7rem;
   position: relative;
   width: 100%;
 }
 .staff-card .img img {
   height: 100%;
   object-fit: cover;
   width: 100%;
 }
 .staff-card .text-area {
   align-items: center;
   background: #d2e7e6;
   /* min-height: 22rem; */
   display: flex;
   flex-direction: column;
   flex-grow: 2;
   justify-content: center;
   padding: 0 2rem;
   width: 100%;
 }
 .staff-card .text-area .head {
   align-items: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   min-height: 12rem;
   width: 100%;
 }
 .staff-card .text-area .head .position {
   font-size: 2rem;
   font-weight: 300;
 }
 .staff-card .text-area .head .name {
   font-size: 3.4rem;
   font-weight: 500;
 }
 .staff-card .text-area .detail {
   align-items: center;
   border-top: 1px solid #4d4d4d;
   display: flex;
   font-size: 1.7rem;
   font-weight: 300;
   justify-content: center;
   min-height: 10rem;
   width: 100%;
   padding: 1rem 0;
 }
 @media screen and (max-width: 768px) {
   .column-2.staff {
     flex-direction: column;
   }
   .column-2.staff .item:first-of-type {
     width: 100%;
   }
   .column-2.staff .item:last-of-type {
     width: 100%;
   }
   .staff-card {
     margin-top: 2rem;
     width: calc((100% - 2rem) / 2);
     margin: 0 auto;
   }
   .staff-card .img {
     height: 34rem;
   }
   .staff-card .text-area {
     padding: 0;
   }
   .staff-card .text-area .head {
     min-height: inherit;
     padding: 2rem 0;
   }
   .staff-card .text-area .head .position {
     font-size: 2rem;
   }
   .staff-card .text-area .head .name {
     font-size: 2.9rem;
   }
   .staff-card .text-area .detail {
     font-size: 2rem;
     min-height: inherit;
     padding: 1rem 0.5rem;
   }
 }
 /* ---------------------------------------------------------------------------
//  採用ページ
--------------------------------------------------------------------------- */
 .recruit-list01, .recruit-list02 {
   display: flex;
   justify-content: center;
 }
 .recruit-list02 {
   margin-top: 3rem;
 }
 .recruit-list01 li, .recruit-list02 li {
   width: calc(100% / 4);
   padding: 1rem;
 }
 .recruit-list01 li .heading, .recruit-list02 li .heading {
   font-size: 1.8rem;
   text-align: center;
   font-weight: bold;
   white-space: nowrap;
 }
 .recruit-list01 li .img, .recruit-list02 li .img {
   margin-top: 1rem;
 }
 .recruit-list01 li .detail, .recruit-list02 li .detail {
   margin-top: 2rem;
   font-size: 1.7rem;
   line-height: 1.8;
   font-weight: 300;
 }
 .slide-arrow {
   background-color: #fff;
   bottom: 0;
   height: 0;
   margin: auto;
   position: absolute;
   top: 0;
   width: 0;
 }
 .prev-arrow {
   border-bottom: 20px solid #fff;
   border-left: 0;
   border-right: 20px solid #4d4d4d;
   border-top: 20px solid #fff;
   left: -25px;
 }
 .next-arrow {
   border-bottom: 20px solid #fff;
   border-left: 20px solid #4d4d4d;
   border-right: 0;
   border-top: 20px solid #fff;
   right: -25px;
 }
 button {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   outline: none;
   padding: 0;
 }
 .slick-slide {
   background-color: #d2e7e6;
   border: 2px solid #22a4a1;
   padding: 32px;
   margin: 0 1rem;
 }
 .voice_dr_item_inner {
   display: flex !important;
   flex-wrap: nowrap;
   /* align-items: center; */
   justify-content: space-between;
 }
 .voice_dr_img {
   width: 35rem;
 }
 .voice_dr_text {
   width: calc(100% - 38rem);
 }
 .voice_dr_text h3 {
   font-size: 3.2rem;
   margin: 0;
 }
 .voice_dr_text h3 span {
   font-size: 1.2rem;
 }
 .voice_dr_text h4 {
   font-size: 2rem;
   margin: 0;
 }
 .voice_subtitle {
   font-size: 1.8rem;
   font-weight: 300;
   line-height: 2;
   margin-top: 2rem;
   color: #22a4a1;
 }
 .voice_subtitle + .text {
   margin-top: 0;
 }
 .slick-wrap2 {
   margin-top: 5rem;
 }
 .slick-slide2 h3 {
   font-weight: bold;
   font-size: 2rem;
 }
 .tour-timetable-sec {
   text-align: center;
 }
 .tour-timetable ul {
   display: flex;
   justify-content: center;
 }
 .tour-timetable ul li {
   display: flex;
   justify-content: center;
   align-items: center;
   width: calc((100% - 3rem) / 3);
   height: 6rem;
   border: 2px solid #7de3e6;
   border-radius: 5px;
   /* color: #15668c; */
   background-color: #F0FCFC;
   font-weight: bold;
   font-size: 2rem;
 }
 .tour-timetable ul li:not(:first-child) {
   margin-left: 1.5rem;
 }
 .tour-timetable ul li img {
   width: 3.5rem;
   margin-right: 1rem;
 }
 .tour-timetable-sec h5 {
   font-size: 2rem;
   font-weight: bold;
   margin-top: 5rem;
 }
 .tour-timetable-sec dl {
   display: flex;
   flex-wrap: wrap;
   gap: 2rem 0;
   width: 70%;
   margin: 3rem auto 0;
 }
 .tour-timetable-sec dl dt {
   width: 30%;
   /* color: #3aa8dd; */
   letter-spacing: 1px;
   font-size: 2rem;
   font-weight: bold;
   background: linear-gradient(90deg, rgb(48, 215, 215), rgb(56, 170, 223));
   -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
 }
 .tour-timetable-sec dl dd {
   width: 70%;
   color: #22a4a1;
   letter-spacing: 1px;
   font-size: 2rem;
   font-weight: bold;
   text-align: left;
 }
 .tour-timetable-sec dl dd span {
   color: #4d4d4d;
   font-size: 1.6rem;
   font-weight: 300;
   display: block;
 }
 .recruit-bg {
   margin-top: 5rem;
 }
 @media screen and (max-width: 768px) {
   .recruit-list01, .recruit-list02 {
     flex-direction: column;
   }
   .recruit-list02 {
     margin-top: 4rem;
   }
   .recruit-list01 li, .recruit-list02 li {
     width: 100%;
     padding: 1rem 3rem;
   }
   .recruit-list01 li:not(:first-child), .recruit-list02 li:not(:first-child) {
     margin-top: 4rem;
   }
   .recruit-list01 li .heading, .recruit-list02 li .heading {
     font-size: 2.7rem;
   }
   .recruit-list01 li .img, .recruit-list02 li .img {
     margin-top: 2rem;
     text-align: center;
   }
   .recruit-list01 li .detail, .recruit-list02 li .detail {
     margin-top: 2rem;
     font-size: 1.7rem;
     line-height: 1.8;
     font-weight: 300;
   }
   .recruit-bg {
     background-color: #f0fcfc;
   }
   .prev-arrow {
     border-bottom: 15px solid #fff;
     border-left: 0;
     border-right: 15px solid #4d4d4d;
     border-top: 15px solid #fff;
     left: -13px;
   }
   .next-arrow {
     border-bottom: 15px solid #fff;
     border-left: 15px solid #4d4d4d;
     border-right: 0;
     border-top: 15px solid #fff;
     right: -13px;
   }
   .slick-slide {
     padding: 2rem;
   }
   .voice_dr_item_inner {
     display: flex !important;
     flex-wrap: nowrap;
     /* align-items: center; */
     justify-content: space-between;
     flex-direction: column;
   }
   .voice_dr_img {
     width: 100%;
   }
   .voice_dr_text {
     width: 100%;
     margin-top: 2rem;
   }
   .voice_dr_text h3 {
     font-size: 5rem;
     text-align: center;
   }
   .voice_dr_text h3 span {
     font-size: 2rem;
   }
   .voice_dr_text h4 {
     font-size: 3rem;
     text-align: center;
   }
   .tour-timetable ul {
     flex-direction: column;
   }
   .tour-timetable ul li {
     width: 100%;
     border: 1px solid #7de3e6;
     font-size: 3rem;
     height: 8rem;
   }
   .tour-timetable ul li:not(:first-child) {
     margin-left: 0;
     margin-top: 2rem;
   }
   .tour-timetable ul li img {
     width: 5rem;
     margin-right: 1rem;
   }
   .tour-timetable-sec h5 {
     font-size: 2.7rem;
     margin-top: 5rem;
   }
   .tour-timetable-sec dl {
     gap: 5rem 0;
     width: 100%;
     margin: 3rem auto 0;
   }
   .tour-timetable-sec dl dt {
     font-size: 3rem;
     line-height: 1.3;
   }
   .tour-timetable-sec dl dd {
     line-height: 1.3;
     font-size: 3rem;
   }
   .tour-timetable-sec dl dd span {
     margin-top: 1.5rem;
     font-size: 2rem;
   }
   .recruit-bg {
     margin-top: 5rem;
   }
 }
 .img-center {
   text-align: center;
 }
.small_title01{
	font-size: 70%;
}