@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
html {
    font-size: 62.5%;
    color: #171B19;
    scroll-behavior: smooth;
    scroll-padding-top: 10rem;
    font-weight: 500;
}
body {
    font-size: 1.6rem;
}
p, th, td, li, dt, dd, h1, h2, h3, h4, h5, h6 {
    line-height: 1.75;
}
h1 {
    font-size: 1rem;
    font-weight: normal;
}
li {
    list-style-type: none;
}
table, th, td {
    border-collapse: collapse;
}
img {
    border: none !important;
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}
a {
    transition: 0.1s linear all;
    color: #4F332F;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.section_inner, .footer_inner, .header_inner {
    overflow: hidden;
    width: 96%;
    max-width: 148rem;
    margin: 0 auto;
}
.section_inner, .wrapper .breadcrumb ul {
    width: 92%;
    max-width: 136rem;
}
.effect-fade {
    opacity: 0;
    transform: translate(0, 3.75rem);
    transition: all 1000ms;
}
.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}
.lefteffect {
    transform: translateX(-15vw);
    opacity: 0;
    transition: opacity 1000ms, transform 1000ms;
}
.righteffect {
    transform: translateX(15vw);
    opacity: 0;
    transition: opacity 1000ms, transform 1000ms;
}
.fadein {
    opacity: 1;
    transform: translateX(0);
}
.effect-fade {
    opacity: 0;
    transform: translate(0, 3.75rem);
    transition: all 1000ms;
}
.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}
.copyright {
    text-align: center;
}
.center {
    text-align: center;
}
.text_left {
    text-align: left;
}
.text_right {
    text-align: right;
}
.normal {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.bold {
    font-weight: bold;
}
.bolder {
    font-weight: 900;
}
.montserrat {
    font-family: "Montserrat", sans-serif !important;
}
.size10 {
    font-size: 1.0rem;
}
.size11 {
    font-size: 1.1rem;
}
.size12 {
    font-size: 1.2rem;
}
.size13 {
    font-size: 1.3rem;
}
.size14 {
    font-size: 1.4rem;
}
.size15 {
    font-size: 1.5rem;
}
.size16 {
    font-size: 1.6rem;
}
.size17 {
    font-size: 1.7rem;
}
.size18 {
    font-size: 1.8rem;
}
.size19 {
    font-size: 1.9rem;
}
.size20 {
    font-size: 2.0rem;
}
.size21 {
    font-size: 2.1rem;
}
.size22 {
    font-size: 2.2rem;
}
.size23 {
    font-size: 2.3rem;
}
.size24 {
    font-size: 2.4rem;
}
.size25 {
    font-size: 2.5rem;
}
.size26 {
    font-size: 2.6rem;
}
.size27 {
    font-size: 2.7rem;
}
.size28 {
    font-size: 2.8rem;
}
.size29 {
    font-size: 2.9rem;
}
.size30 {
    font-size: 3.0rem;
}
.size31 {
    font-size: 3.1rem;
}
.size32 {
    font-size: 3.2rem;
}
.size33 {
    font-size: 3.3rem;
}
.size34 {
    font-size: 3.4rem;
}
.size35 {
    font-size: 3.5rem;
}
.size36 {
    font-size: 3.6rem;
}
.size37 {
    font-size: 3.7rem;
}
.size38 {
    font-size: 3.8rem;
}
.size39 {
    font-size: 3.9rem;
}
.size40 {
    font-size: 4.0rem;
}
.size41 {
    font-size: 4.1rem;
}
.size42 {
    font-size: 4.2rem;
}
.size43 {
    font-size: 4.3rem;
}
.size44 {
    font-size: 4.4rem;
}
.size45 {
    font-size: 4.5rem;
}
.size46 {
    font-size: 4.6rem;
}
.size47 {
    font-size: 4.7rem;
}
.size48 {
    font-size: 4.8rem;
}
.size49 {
    font-size: 4.9rem;
}
.size50 {
    font-size: 5.0rem;
}
.size51 {
    font-size: 5.1rem;
}
.size52 {
    font-size: 5.2rem;
}
.size53 {
    font-size: 5.3rem;
}
.size54 {
    font-size: 5.4rem;
}
.size55 {
    font-size: 5.5rem;
}
.size56 {
    font-size: 5.6rem;
}
.size57 {
    font-size: 5.7rem;
}
.size58 {
    font-size: 5.8rem;
}
.size59 {
    font-size: 5.9rem;
}
.size60 {
    font-size: 6.0rem;
}
.size61 {
    font-size: 6.1rem;
}
.size62 {
    font-size: 6.2rem;
}
.size63 {
    font-size: 6.3rem;
}
.size64 {
    font-size: 6.4rem;
}
.size65 {
    font-size: 6.5rem;
}
.size66 {
    font-size: 6.6rem;
}
.size67 {
    font-size: 6.7rem;
}
.size68 {
    font-size: 6.8rem;
}
.size69 {
    font-size: 6.9rem;
}
.size70 {
    font-size: 7.0rem;
}
.size71 {
    font-size: 7.1rem;
}
.size72 {
    font-size: 7.2rem;
}
.size73 {
    font-size: 7.3rem;
}
.size74 {
    font-size: 7.4rem;
}
.size75 {
    font-size: 7.5rem;
}
.size76 {
    font-size: 7.6rem;
}
.size77 {
    font-size: 7.7rem;
}
.size78 {
    font-size: 7.8rem;
}
.size79 {
    font-size: 7.9rem;
}
.size80 {
    font-size: 8.0rem;
}
.size81 {
    font-size: 8.1rem;
}
.size82 {
    font-size: 8.2rem;
}
.size83 {
    font-size: 8.3rem;
}
.size84 {
    font-size: 8.4rem;
}
.size85 {
    font-size: 8.5rem;
}
.size86 {
    font-size: 8.6rem;
}
.size87 {
    font-size: 8.7rem;
}
.size88 {
    font-size: 8.8rem;
}
.size89 {
    font-size: 8.9rem;
}
.size90 {
    font-size: 9.0rem;
}
.size91 {
    font-size: 9.1rem;
}
.size92 {
    font-size: 9.2rem;
}
.size93 {
    font-size: 9.3rem;
}
.size94 {
    font-size: 9.4rem;
}
.size95 {
    font-size: 9.5rem;
}
.size96 {
    font-size: 9.6rem;
}
.size97 {
    font-size: 9.7rem;
}
.size98 {
    font-size: 9.8rem;
}
.size99 {
    font-size: 9.9rem;
}
.size100 {
    font-size: 10.0rem;
}
.size115 {
    font-size: 11.5rem;
}
.white {
    color: white;
}
.black {
    color: #232323;
}
.theme {
    color: #2CB856;
}
.themeOpa01 {
    color: #D0F2DA;
}
.blue {
    color: #2CA3B8;
}
.bgWhite {
    background: white;
}
.bgBlack {
    background: #171B19;
}
.bgBtn {
    background: #28333D;
}
.bgTheme {
    background: #2CB856;
}
.bgBlue {
    background: #2CA3B8;
}
.bgRed {
    background: #E4293B;
}
.bgThemeGrade {
    background: linear-gradient(180deg, white 0%, #ceffdd 100%);
}
.bgThemeOpa02 {
    background: #C8F7D6;
}
.btn a {
    width: 36rem;
    padding: 2rem 0;
    text-align: center;
    display: block;
    border-radius: 5rem;
    position: relative;
    top: 0;
    transition: .1s ease-in-out;
    box-shadow: 0px 0.4rem 0px 0px #389E3C;
}
.btn a.bgBtn, .btn a.bgBlue {
    background: #28333D url(../images/common/white_arrow.svg) no-repeat;
    background-size: 1.6rem auto;
    background-position: 95%;
    box-sizing: border-box;
}
.btn a.bgBlue {
    background: #2CA3B8 url(../images/common/white_arrow.svg) no-repeat;
    background-size: 1.6rem auto;
    background-position: 95%;
}
.btn a:hover {
    box-shadow: none;
    top: 0.4rem;
    text-decoration: none;
}
h2 {
    line-height: 1.25;
    margin-bottom: 6rem;
}
h2 span.ja {
    display: block;
    position: relative;
    padding-left: 4rem;
    box-sizing: border-box;
}
h2 span.ja:before {
    content: "";
    background: #2CA3B8;
    width: 3rem;
    height: 0.5rem;
    left: 0;
    top: 1rem;
    display: block;
    position: absolute;
}
h2 span.main {
    display: inline-block;
}
h2 span.main span.char {
    display: inline-block;
    opacity: 0;
    transform: translateY(2rem);
    transition: all 0.6s ease;
    font-family: "Montserrat", sans-serif !important;
}
h2.animate-title.is-show span.main span.char {
    opacity: 1;
    transform: translateY(0);
}
body.error404 .wrapper main article section {
    padding-top: 6.25rem;
}
body.error404 .wrapper main article section .section_inner p.center a {
    text-decoration: underline;
}
body.error404 .wrapper main article section .section_inner p.center a:hover {
    text-decoration: none;
}
body {
}
body .wrapper {
    width: 100%;
    height: auto;
}
body .wrapper header {
    position: fixed;
    width: 100%;
    top: 0;
    background: white;
    height: 10rem;
    box-sizing: border-box;
    box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
    z-index: 999;
}
body .wrapper header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
}
body .wrapper header .header_inner .header_left .h1_wrap {
    margin-bottom: 1rem;
}
body .wrapper header .header_inner .header_left a {
    display: flex;
    gap: 2rem;
    align-items: center;
}
body .wrapper header .header_inner .header_left a img {
    width: 6.8rem;
}
body .wrapper header .header_inner .header_left a:hover {
    text-decoration: none;
    opacity: 0.7;
}
body .wrapper header .header_inner .header_right ul {
    display: flex;
    gap: 4rem;
    align-items: center;
}
body .wrapper header .header_inner .header_right ul li {
    position: relative;
    padding-bottom: 0.8rem;
    transition: 0.1s linear all;
}
body .wrapper header .header_inner .header_right ul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1.4rem;
    height: 0.3rem;
    background: #2CB856;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
}
body .wrapper header .header_inner .header_right ul li:hover:before {
    transform: scaleX(1);
}
body .wrapper header .header_inner .header_right ul li a:hover {
    text-decoration: none;
}
body .wrapper header .header_inner .header_right ul li.contact {
    position: relative;
    padding-bottom: 0.8rem;
    transition: 0.1s linear all;
}
body .wrapper header .header_inner .header_right ul li.contact:before {
    content: unset;
}
body .wrapper header .header_inner .header_right ul li.contact a {
    padding: 2rem 4.5rem 2rem 5.5rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    box-sizing: border-box;
    border-radius: 0.8rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #E53935;
    transition: color 0.2s ease;
}
body .wrapper header .header_inner .header_right ul li.contact a img {
    width: 1.6rem;
}
body .wrapper header .header_inner .header_right ul li.contact a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c92724;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
    z-index: -1;
}
body .wrapper header .header_inner .header_right ul li.contact a:hover::before {
    transform: scaleX(1);
}
body .wrapper .mainimg {
    margin: 10rem 0 8rem;
    background: url(../images/home/mainimg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    height: 64rem;
    position: relative;
}
body .wrapper .mainimg .text_block {
    position: absolute;
    top: 10rem;
    width: 92%;
    max-width: 1360px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
body .wrapper .mainimg .text_block p {
    display: inline-block;
    padding: 1.75rem 2.25rem 1.25rem;
    box-sizing: border-box;
    line-height: 1;
    margin-bottom: 2rem;
}
body .wrapper .mainimg .text_block p.main_text {
    border-bottom: 0.4rem solid #2CB856;
    margin-bottom: 5rem;
}
body .wrapper .mainimg .text_block p:last-child {
    margin-bottom: 0;
}
body .wrapper .mainimg .text_block .btn {
    margin-top: 6rem;
}
body .wrapper main article section {
    padding-bottom: 10rem;
}
body .wrapper main article section.bgThemeGrade {
    padding-bottom: 20rem;
}
body .wrapper main article section.bgThemeGrade .section_inner {
    overflow: unset;
}
body .wrapper main article section.bgThemeGrade .section_inner .column {
    display: flex;
    gap: 4rem;
    margin-bottom: 6rem;
    flex-wrap: wrap;
}
body .wrapper main article section.bgThemeGrade .section_inner .column .column_block {
    display: block;
    width: calc((100% - 8rem) / 3);
    border-radius: 0.8rem;
    box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow: hidden;
}
body .wrapper main article section.bgThemeGrade .section_inner .column .column_block .img_wrap {
    overflow: hidden;
    margin-bottom: 1.6rem;
}
body .wrapper main article section.bgThemeGrade .section_inner .column .column_block .img_wrap img {
    width: 100%;
    transition: 0.1s linear all;
}
body .wrapper main article section.bgThemeGrade .section_inner .column .column_block:hover {
    text-decoration: none;
}
body .wrapper main article section.bgThemeGrade .section_inner .column .column_block:hover img {
    transform: scale(1.05);
}
body .wrapper main article section.bgThemeGrade .section_inner .column .column_block:hover p.title {
    color: #2CB856;
}
body .wrapper main article section.bgThemeGrade .section_inner .column .column_block .text_block {
    padding: 0 1.5rem 1.5rem;
    box-sizing: border-box;
}
body .wrapper main article section.bgThemeGrade .section_inner .column .column_block .text_block p {
    transition: 0.1s linear all;
}
body .wrapper main article section.bgThemeGrade .section_inner .column .column_block .text_block p.category {
    padding: 0.1rem 4rem;
    box-sizing: border-box;
    display: inline-block;
    margin: 0.75rem 0;
}
body .wrapper main article section.bgThemeGrade .section_inner .btn a {
    margin: 0 auto;
    box-shadow: 0px 0.4rem 0px 0px #386D9E;
}
body .wrapper main article section.bgThemeGrade .section_inner .btn a:hover {
    box-shadow: none;
}
body .wrapper main article section.bgThemeGrade.about_category {
    padding-bottom: 26.5rem;
}
body .wrapper main article section.bgThemeGrade .about {
    position: relative;
    top: -10rem;
}
body .wrapper main article section.bgThemeGrade .about .about_left {
    padding: 9.5rem 15.5rem 8rem 8rem;
    box-sizing: border-box;
    width: 92rem;
    border-radius: 0 0.8rem 0.8rem 0;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 1900px) {
    body .wrapper main article section.bgThemeGrade .about .about_left {
        max-width: 67.5vw;
        width: auto;
        padding: 9.5rem 35rem 8rem 27.5rem;
    }
}
@media screen and (max-width: 1280px) {
    body .wrapper main article section.bgThemeGrade .about .about_left {
        padding: 9.5rem 20rem 8rem 8rem;
    }
}
body .wrapper main article section.bgThemeGrade .about .about_left h2 span:before {
    background: white;
}
body .wrapper main article section.bgThemeGrade .about .about_left p.size24 {
    margin-bottom: 3.2rem;
}
body .wrapper main article section.bgThemeGrade .about .about_left .btn a {
    margin-top: 5rem;
    width: 25rem;
    margin-right: 0;
    margin-left: auto;
    background: #fff url(../images/common/theme_arrow.svg) no-repeat;
    background-size: 1.6rem auto;
    background-position: 90%;
}
body .wrapper main article section.bgThemeGrade .about .image-reveal {
    position: relative;
    overflow: hidden;
    background: #ccc;
    width: 61.5rem;
    position: absolute;
    right: 0;
    top: 9rem;
    z-index: 1;
    border-radius: 1.6rem 0 0 1.6rem;
}
@media screen and (min-width: 1900px) {
    body .wrapper main article section.bgThemeGrade .about .image-reveal {
        width: 75rem;
    }
}
@media screen and (max-width: 1280px) {
    body .wrapper main article section.bgThemeGrade .about .image-reveal {
        width: 50rem;
    }
}
@media screen and (max-width: 1024px) {
    body .wrapper main article section.bgThemeGrade .about .image-reveal {
        width: 42.5rem;
    }
}
body .wrapper main article section.bgThemeGrade .about .image-reveal img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 0.6s ease 0.35s, transform 0.9s ease 0.35s;
    width: 100%;
    border-radius: 1.6rem 0 0 1.6rem;
}
body .wrapper main article section.bgThemeGrade .about .image-reveal::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #bfbfbf;
    transform: translateX(0);
    transition: transform 0.9s cubic-bezier(0.6, 0, 0.2, 1);
    z-index: 2;
}
body .wrapper main article section.bgThemeGrade .about .image-reveal::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    opacity: 0;
    transform: translateX(0);
    transition: transform 0.9s cubic-bezier(0.6, 0, 0.2, 1), opacity 0.4s ease;
    z-index: 3;
}
body .wrapper main article section.bgThemeGrade .about .image-reveal.is-show::before {
    transform: translateX(105%);
}
body .wrapper main article section.bgThemeGrade .about .image-reveal.is-show::after {
    transform: translateX(105%);
    opacity: 1;
}
body .wrapper main article section.bgThemeGrade .about .image-reveal.is-show img {
    opacity: 1;
    transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
    body .wrapper main article section.bgThemeGrade .about .image-reveal::before, body .wrapper main article section.bgThemeGrade .about .image-reveal::after {
        transition: none;
        transform: translateX(105%);
    }
    body .wrapper main article section.bgThemeGrade .about .image-reveal img {
        transition: none;
        opacity: 1;
        transform: none;
    }
}
body .wrapper main article section.bgThemeGrade .category {
    position: relative;
}
body .wrapper main article section.bgThemeGrade .category img.tooth {
    position: absolute;
    top: -22rem;
    right: 0;
    width: 47.5rem;
    z-index: 0;
}
@media screen and (max-width: 1280px) {
    body .wrapper main article section.bgThemeGrade .category img.tooth {
        width: 30rem;
    }
}
body .wrapper main article section.bgThemeGrade .category .section_inner h2 {
    color: #171B19;
    margin-bottom: 12rem;
}
body .wrapper main article section.bgThemeGrade .category .section_inner h2 span {
    color: #171B19;
}
body .wrapper main article section.bgThemeGrade .category .section_inner h2 span:before {
    background: #2CB856;
}
body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}
body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block {
    width: calc((100% - 8rem) / 3);
}
body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block .bgWhite {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-bottom: 2.4rem;
    border-radius: 0.8rem;
    height: 30rem;
}
body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block .bgWhite p.themeOpa01 {
    position: absolute;
    top: -3rem;
    left: 1.6rem;
    line-height: 0.5;
}
body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block .bgWhite img {
    width: 16.5rem;
}
body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block p.size20 {
    margin: 1.6rem 0 0.8rem;
}
body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block .btn a {
    margin-top: 3rem;
    width: 22.5rem;
    margin-right: 0;
    margin-left: auto;
    box-shadow: 0px 0.4rem 0px 0px #389E3C;
    background-position: 90%;
}
body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block .btn a:hover {
    box-shadow: unset;
}
body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block:nth-child(2) {
    margin-top: 5rem;
}
body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block:nth-child(2) .bgWhite img {
    width: 11rem;
}
body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block:last-child {
    margin-top: 10rem;
}
body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block:last-child .bgWhite img {
    width: 13.5rem;
}
body .wrapper main article .cta {
    width: 100rem;
    margin: 0 auto;
    position: relative;
    top: -12rem;
    background: #28333D url(../images/common/tooth_img02.webp) no-repeat;
    background-position: left 1rem;
    background-size: 28rem auto;
    padding: 9rem 0 6rem;
    box-sizing: border-box;
    border-radius: 0.8rem;
}
body .wrapper main article .cta h2 {
    margin-bottom: 4rem;
}
body .wrapper main article .cta .btn a {
    margin: 4rem auto 0;
    background: #fff url(../images/common/theme_arrow.svg) no-repeat;
    background-size: 1.6rem auto;
    background-position: 95%;
    box-shadow: 0px 0.4rem 0px 0px #389E3C;
}
body .wrapper main article .cta .btn a:hover {
    box-shadow: unset;
}
body .wrapper .pagetop {
    width: 5rem;
    height: 5rem;
    background: #2CB856;
    position: fixed;
    bottom: 5rem;
    right: 2rem;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 0.1rem solid white;
    transition: 0.125s linear all;
}
body .wrapper .pagetop img {
    transform: rotate(-90deg);
    width: 1.6rem;
    transition: 0.125s linear all;
}
body .wrapper .pagetop:hover {
    cursor: pointer;
    background: #28333D;
    border-radius: 50%;
}
body .wrapper .pagetop:hover img {
    margin-bottom: 0.5rem;
}
body .wrapper footer {
    padding: 5.6rem 0 3.2rem;
    box-sizing: border-box;
    border-radius: 2.4rem 2.4rem 0 0;
}
body .wrapper footer .footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10rem;
}
body .wrapper footer .footer_inner .footer_left a {
    display: flex;
    gap: 1.6rem;
    align-items: center;
}
body .wrapper footer .footer_inner .footer_left a img {
    width: 8.5rem;
}
body .wrapper footer .footer_inner .footer_left a:hover {
    text-decoration: none;
    opacity: 0.85;
}
body .wrapper footer .footer_inner .footer_right ul {
    display: flex;
    gap: 4rem;
    align-items: center;
}
body .wrapper footer .footer_inner .footer_right ul li {
    position: relative;
    padding-bottom: 0.8rem;
    transition: 0.1s linear all;
}
body .wrapper footer .footer_inner .footer_right ul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1.4rem;
    height: 0.3rem;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
}
body .wrapper footer .footer_inner .footer_right ul li:hover:before {
    transform: scaleX(1);
}
body .wrapper footer .footer_inner .footer_right ul li a:hover {
    text-decoration: none;
}
body.page .pageimg,
body.page .wrapper .l-content {
    margin-top: 10rem;
}
body.page .-sidebar-on .wrapper .l-content {
    margin-top: 13.5rem;
}
body.page .pageimg h2 {
    width: 92%;
    max-width: 136rem;
    margin: 0 auto;
    color: white;
    padding: 5rem 0;
}
body.page .pageimg h2 span {
    display: block;
    margin-bottom: 0.25rem;
    color: white;
    text-transform: uppercase;
}
body.page main .breadcrumb ul {
    display: flex;
    margin: 1rem auto 6rem;
}
body.page main .breadcrumb ul li {
    font-size: 1.2rem;
}
body.page.page-profile .pageimg {
    width: 100%;
    background: url(../images/pages/bg_profile.webp) no-repeat center;
    background-size: cover;
}
body.page.page-profile article section table {
    width: 100%;
}
body.page.page-profile article section table tr th, body.page.page-profile article section table tr td {
    padding: 1.5rem;
}
body.page.page-profile article section table tr th {
    background: #2CB856;
    color: white;
    width: 30rem;
    text-align: left;
    vertical-align: middle;
    border-bottom: 0.1rem solid white;
}
body.page.page-profile article section table tr td {
    border-bottom: 0.1rem solid #ccc;
    border-right: 0.1rem solid #ccc;
}
body.page.page-profile article section table tr:first-child td {
    border-top: 0.1rem solid #ccc;
}
body.page.page-contact .pageimg {
    width: 100%;
    background: url(../images/pages/bg_contact.webp) no-repeat center;
    background-size: cover;
}
body.page.page-contact article section .section_inner table {
    width: 100%;
    margin-bottom: 5rem;
}
body.page.page-contact article section .section_inner table tr th, body.page.page-contact article section .section_inner table tr td {
    padding: 1.5rem;
    border-bottom: 0.1rem solid #ccc;
}
body.page.page-contact article section .section_inner table tr th {
    width: 30rem;
    text-align: left;
    vertical-align: middle;
}
body.page.page-contact article section .section_inner table tr td textarea {
    height: 20rem;
}
body.page.page-contact article section .section_inner table tr td .wpcf7-checkbox > span.wpcf7-list-item {
    display: block;
    margin-bottom: 0.5rem;
}
body.page.page-contact article section .section_inner table tr:first-child th, body.page.page-contact article section .section_inner table tr:first-child td {
    border-top: 0.1rem solid #ccc;
}
body.page.page-contact article section .section_inner form .submit_wrap {
    width: 20rem;
    margin: 0 auto;
    position: relative;
    border-radius: 0.4rem;
    overflow: hidden;
    background: #2CB856;
}
body.page.page-contact article section .section_inner form .submit_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #249345;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
    z-index: 0;
}
body.page.page-contact article section .section_inner form .submit_wrap:hover::before {
    transform: scaleX(1);
}
body.page.page-contact article section .section_inner form .submit_wrap input {
    width: 100%;
    margin: 0;
    background: transparent;
    color: #fff;
    border: none;
    border-radius: 0.4rem;
    padding: 1rem 0;
    font-weight: bold;
    position: relative;
    z-index: 1;
    transition: color 0.2s ease;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    font-size: 1.8rem;
}
body.page.page-contact article section .section_inner form .wpcf7-spinner {
    display: none;
}
body.archive .pageimg, body.single .pageimg {
    width: 100%;
    background: url(../images/pages/bg_column.webp) no-repeat center;
    background-size: cover;
    margin-top: 10rem;
}
body.archive .pageimg h2, body.single .pageimg h2 {
    width: 92%;
    max-width: 136rem;
    margin: 0 auto;
    color: white;
    padding: 5rem 0;
}
body.archive .pageimg h2 span, body.single .pageimg h2 span {
    display: block;
    margin-bottom: 0.25rem;
    color: white;
    text-transform: uppercase;
}
body.archive main .breadcrumb ul, body.single main .breadcrumb ul {
    display: flex;
    margin: 1rem auto 6rem;
}
body.archive main .breadcrumb ul li, body.single main .breadcrumb ul li {
    font-size: 1.2rem;
}
body.archive main article, body.single main article {
    width: 92%;
    max-width: 136rem;
    margin: 0 auto;
}
body.archive .wrapper main article {
    display: flex;
    gap: 5rem;
    align-items: flex-start;
}
body.archive .wrapper main article section {
    flex: 1;
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}
body.archive .wrapper main article section .column_block {
    width: calc((100% - 2.5rem) / 2);
    display: block;
}
body.archive .wrapper main article section .column_block .img_wrap {
    overflow: hidden;
    height: 20rem;
    border: 0.1rem solid #ccc;
    border-radius: 0.8rem;
}
body.archive .wrapper main article section .column_block .img_wrap img {
    width: 100%;
    transition: 0.2s linear all;
    object-fit: cover;
    border-radius: 0.8rem;
}
body.archive .wrapper main article section .column_block p.title {
    margin: 1rem 0;
    line-height: 1.5;
    transition: 0.1s linear all;
}
body.archive .wrapper main article section .column_block p.time {
    color: #8f8f8f;
}
body.archive .wrapper main article section .column_block .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 1rem;
}
body.archive .wrapper main article section .column_block .content p {
    line-height: 1.5;
}
body.archive .wrapper main article section .column_block:hover {
    text-decoration: none;
}
body.archive .wrapper main article section .column_block:hover .img_wrap img {
    transform: scale(1.05);
}
body.archive .wrapper main article section .column_block:hover p.title {
    color: #2CB856;
}
body.archive .wrapper main article aside {
    width: 25rem;
}
body.archive .wrapper main article aside .side_inner {
    margin-bottom: 3rem;
}
body.archive .wrapper main article aside .side_inner h4 {
    background: #2CA3B8;
    color: white;
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: 1.6rem;
    border-radius: 0.4rem;
}
body.archive .wrapper main article aside .side_inner ul li {
    font-size: 1.5rem;
}
body.archive .wrapper main article aside .side_inner ul li a {
    padding: 1.25rem;
    padding-left: 1.5rem;
    border-bottom: 0.1rem solid #ccc;
    display: block;
    width: 100%;
    position: relative;
    line-height: 1.5;
}
body.archive .wrapper main article aside .side_inner ul li a:hover {
    background: #ebebeb;
    text-decoration: none;
}
body.archive .wrapper main article aside .side_inner ul li a:before {
    content: "";
    position: absolute;
    top: 2.35rem;
    left: 0;
    background: #4F332F;
    width: 1rem;
    height: 0.2rem;
}
body.archive .wrapper main article aside .side_inner ul li:last-child {
    border-bottom: 0;
}
body.archive .wrapper main article aside .side_inner ul.y-scroll {
    max-height: 25rem;
    overflow-y: auto;
}
body.single .wrapper main article {
    display: flex;
    gap: 5rem;
    align-items: flex-start;
}
body.single .wrapper main article section {
    flex: 1;
}
body.single .wrapper main article section .column_block .img_wrap {
    overflow: hidden;
    margin-bottom: 5rem;
}
body.single .wrapper main article section .column_block p.title {
    margin-bottom: 2rem;
    line-height: 1.5;
    position: relative;
    padding-left: 2rem;
}
body.single .wrapper main article section .column_block p.title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0.3rem;
    background: #2CB856;
}
body.single .wrapper main article section .column_block p.time {
    color: #8f8f8f;
    width: 100%;
    text-align: right;
}
body.single .wrapper main article section .column_block .ct_time {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 3rem;
    flex-direction: column;
}
body.single .wrapper main article section .column_block .ct_time .category_tag {
    border-bottom: 0.1rem solid #ccc;
    padding-bottom: 2rem;
}
body.single .wrapper main article section .column_block .ct_time .category_tag ul {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}
body.single .wrapper main article section .column_block .ct_time .category_tag ul li a {
    background: #2CB856;
    border: 0.1rem solid #2CB856;
    color: white;
    padding: 0.25rem 1rem 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 0.2rem;
}
body.single .wrapper main article section .column_block .ct_time .category_tag ul li a:hover {
    text-decoration: none;
    color: #2CB856;
    background: white;
}
body.single .wrapper main article section .column_block .content {
    margin-bottom: 1rem;
}
body.single .wrapper main article section .column_block .content p {
    line-height: 1.5;
}
body.single .wrapper main article aside {
    width: 25rem;
}
body.single .wrapper main article aside .side_inner {
    margin-bottom: 3rem;
}
body.single .wrapper main article aside .side_inner h4 {
    background: #2CA3B8;
    color: white;
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: 1.6rem;
    border-radius: 0.4rem;
}
body.single .wrapper main article aside .side_inner ul li {
    font-size: 1.5rem;
}
body.single .wrapper main article aside .side_inner ul li a {
    padding: 1.25rem;
    padding-left: 1.5rem;
    border-bottom: 0.1rem solid #ccc;
    display: block;
    width: 100%;
    position: relative;
    line-height: 1.5;
}
body.single .wrapper main article aside .side_inner ul li a:hover {
    background: #ebebeb;
    text-decoration: none;
}
body.single .wrapper main article aside .side_inner ul li a:before {
    content: "";
    position: absolute;
    top: 2.35rem;
    left: 0;
    background: #4F332F;
    width: 1rem;
    height: 0.2rem;
}
body.single .wrapper main article aside .side_inner ul li:last-child {
    border-bottom: 0;
}
body.single .wrapper main article aside .side_inner ul.y-scroll {
    max-height: 25rem;
    overflow-y: auto;
}
input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    padding: 0.5rem 1.5rem;
    width: 100%;
    border: 0.1rem solid #ccc;
    box-sizing: border-box;
    border-radius: 0.8rem;
}
.wp-pagenavi {
    margin: 5rem auto 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    background-color: #2CB856;
    border: 0.1rem solid #2CB856 !important;
    color: white;
    padding: 0.5rem 1rem !important;
    font-size: 1.4rem;
    transition: 0.1s linear all;
}
.wp-pagenavi span.current {
    background-color: white;
    font-weight: normal !important;
    color: #2CB856;
}
.wp-pagenavi a:hover {
    background-color: #fff;
    color: #2CB856;
}
.W-1024, .W-896, .W-640 {
    display: none;
}
@media screen and (max-width: 1024px) {
    body .wrapper header .header_inner .header_left .h1_wrap {
        width: 42.5rem;
    }
    body .wrapper header .header_inner .header_left .h1_wrap h1 {
        overflow-x: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    body .wrapper main article .cta {
        width: 92%;
    }
}
@media screen and (max-width: 896px) {
    .W-896 {
        display: block;
    }
    .W-896none {
        display: none;
    }
    body .wrapper header .header_inner .W-896 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 96%;
        height: inherit;
        margin: 0 auto;
    }
    body .wrapper header .header_inner .W-896 .hamburger {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 0.625rem;
        align-items: center;
        width: 4.5rem;
        height: 4rem;
        background: #2CA3B8;
        border-radius: 0.6rem;
    }
    body .wrapper header .header_inner .W-896 .hamburger span {
        width: 3rem;
        height: 0.2rem;
        background: white;
        transition: 0.3s;
        display: block;
    }
    body .wrapper header .header_inner .W-896 .hamburger.active span {
        will-change: transform, opacity;
        border-radius: 0;
    }
    body .wrapper header .header_inner .W-896 .hamburger.active span:nth-child(1) {
        transform: rotate(25deg) translate(0.35rem, 0.75rem);
    }
    body .wrapper header .header_inner .W-896 .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    body .wrapper header .header_inner .W-896 .hamburger.active span:nth-child(3) {
        transform: rotate(-25deg) translate(0.125rem, -0.125rem);
        position: relative;
        top: -0.65rem;
    }
    body .wrapper header .header_inner .W-896 .menu {
        position: fixed;
        top: -100vh;
        width: 100vw;
        height: 100vh;
        background: #ceffddde;
        transition: top 0.3s ease;
        z-index: 1000;
        align-items: center;
        display: flex;
        left: 0;
        right: 0;
    }
    body .wrapper header .header_inner .W-896 .menu.active {
        top: 10rem;
    }
    body .wrapper header .header_inner .W-896 .menu .menu_inner {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        flex-wrap: wrap;
        width: 75%;
        margin: -10rem auto 0;
        left: 0;
        right: 0;
        position: absolute;
        flex-wrap: wrap;
    }
    body .wrapper header .header_inner .W-896 .menu .menu_inner a {
        text-decoration: none;
        width: calc((100% - 1rem) / 2);
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        border-radius: 0.4rem;
        background: white url(../images/arrow.svg) no-repeat;
        background-position: 95% center;
        background-size: 0.7rem auto;
        padding: 1rem 2rem;
        text-align: center;
    }
    body .wrapper header .header_inner .W-896 .menu .menu_inner a span.english {
        display: block;
        margin-bottom: 0.5rem;
        font-size: 1.3rem;
    }
    body .wrapper header .header_inner .W-896 .menu .menu_inner a.contact {
        width: 100%;
        background: #E53935;
        font-size: 1.7rem;
    }
    body .wrapper .mainimg {
        height: 45rem;
    }
    body .wrapper .mainimg .text_block {
        top: 5rem;
    }
    body .wrapper .mainimg .text_block p {
        margin-bottom: 1.5rem;
    }
    body .wrapper .mainimg .text_block p.size30 {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    body .wrapper .mainimg .text_block p.size30 .size36 {
        font-size: 2.4rem;
    }
    body .wrapper .mainimg .text_block p.size30 .size40 {
        font-size: 2.8rem;
    }
    body .wrapper .mainimg .text_block p.size32 {
        font-size: 2.2rem;
    }
    body .wrapper .mainimg .text_block .btn {
        margin-top: 2rem;
    }
    body .wrapper .mainimg .text_block .btn a {
        width: 25rem;
    }
    body .wrapper .mainimg .text_block .btn a a.bgBtn {
        background-position: 90%;
    }
    body .wrapper main article section.bgThemeGrade .section_inner .column {
        gap: 1.5rem;
    }
    body .wrapper main article section.bgThemeGrade .section_inner .column .column_block {
        width: calc((100% - 3rem) / 3);
    }
    body .wrapper main article section.bgThemeGrade .section_inner .column .column_block .text_block p.size18 {
        font-size: 1.4rem;
    }
    body .wrapper main article section.bgThemeGrade .section_inner .column .column_block .text_block p.category {
        font-size: 1.4rem;
        padding: 0 2rem;
    }
    body .wrapper main article section.bgThemeGrade .section_inner .column .column_block .text_block p.title {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    body .wrapper main article section.bgThemeGrade .about .about_left {
        padding: 9.5rem 4% 8rem 4%;
        width: 100%;
    }
    body .wrapper main article section.bgThemeGrade .about .image-reveal {
        width: 32.5rem;
    }
    body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap {
        gap: 1.5rem;
    }
    body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block {
        width: calc((100% - 3rem) / 3);
    }
    body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block .bgWhite {
        height: 20rem;
        margin-bottom: 2rem;
    }
    body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block .bgWhite .themeOpa01 {
        font-size: 7.5rem;
        top: -2.25rem;
    }
    body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block .bgWhite img {
        width: 11.5rem;
    }
    body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block p.size24 {
        font-size: 2rem;
        line-height: 1.5;
    }
    body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block p.size20 {
        font-size: 1.6rem;
        margin: 0.75rem 0 0.5rem;
    }
    body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block p.size18 {
        font-size: 1.4rem;
    }
    body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block .btn a {
        width: 17.5rem;
        font-size: 1.5rem;
    }
    body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block:nth-child(2) .bgWhite img {
        width: 8rem;
    }
    body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block:last-child .bgWhite img {
        width: 10rem;
    }
    body .wrapper main article .cta p.size21 {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 640px) {
    .W-640 {
        display: block;
    }
    .W-640none {
        display: none;
    }
    .wrapper .breadcrumb ul li {
        font-size: 1.1rem;
    }
    h2.size64 {
        font-size: 4.8rem;
    }
    h2 span.ja {
        padding-left: 3rem;
    }
    h2 span.ja:before {
        width: 2rem;
        height: 0.25rem;
    }
    .btn a {
        width: 25rem;
        background-position: 92.5% !important;
    }
    body .wrapper header .header_inner {
        gap: 2.5%;
    }
    body .wrapper header .header_inner .header_left {
        width: 85%;
    }
    body .wrapper header .header_inner .header_left .h1_wrap {
        width: 100%;
    }
    body .wrapper header .header_inner .header_right {
        width: 12.5%;
    }
    body .wrapper .mainimg .text_block br {
        display: none;
    }
    body .wrapper .mainimg .text_block p {
        line-height: 1.35;
        padding: 1.25rem 2rem 1rem;
        display: block;
    }
    body .wrapper .mainimg .text_block p br {
        display: block;
    }
    body .wrapper .mainimg .text_block p.size30 {
        font-size: 1.6rem;
    }
    body .wrapper .mainimg .text_block p.size30 .size36 {
        font-size: 2.2rem;
    }
    body .wrapper .mainimg .text_block p.size30 .size40 {
        font-size: 2.6rem;
    }
    body .wrapper .mainimg .text_block p.size32 {
        font-size: 2rem;
    }
    body .wrapper .mainimg .text_block p.main_sub.size30 .size40 {
        font-size: 2.4rem;
    }
    body .wrapper .mainimg .text_block .btn a {
        font-size: 1.4rem;
        width: 20rem;
    }
    body .wrapper main article section.bgThemeGrade .section_inner .column {
        flex-direction: column;
        justify-content: center;
        margin: 0 auto 4rem;
        gap: 2.5rem;
    }
    body .wrapper main article section.bgThemeGrade .section_inner .column .column_block {
        width: 100%;
    }
    body .wrapper main article section.bgThemeGrade .section_inner .column .column_block .text_block {
        padding: 0 1.5rem 2rem;
    }
    body .wrapper main article section.bgThemeGrade .about .about_left h2 {
        margin-bottom: 42rem;
    }
    body .wrapper main article section.bgThemeGrade .about .about_left p.size24 {
        font-size: 2.3rem;
        line-height: 1.75;
    }
    body .wrapper main article section.bgThemeGrade .about .about_left .btn a {
        margin: 4rem auto 0;
    }
    body .wrapper main article section.bgThemeGrade .about .image-reveal {
        width: 92%;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 1.6rem;
        top: 24rem;
    }
    body .wrapper main article section.bgThemeGrade .category img.tooth {
        width: 17.5rem;
        top: -12rem;
    }
    body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap {
        gap: 2.5rem;
        flex-direction: column;
    }
    body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block {
        width: 100%;
    }
    body .wrapper main article section.bgThemeGrade .category .section_inner .category_wrap .category_block .bgWhite {
        height: 15rem;
    }
    body .wrapper main article .cta {
        width: 85%;
        background-size: 17.5rem auto;
        padding: 4rem 0 5rem;
    }
    body .wrapper main article .cta h2 {
        font-size: 4.2rem;
        margin-bottom: 2rem;
    }
    body .wrapper .pagetop {
        bottom: 5.5rem;
    }
    body .wrapper footer .footer_inner {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        justify-content: left;
        margin-bottom: 5rem;
    }
    body .wrapper footer .footer_inner .footer_right ul {
        gap: 2rem;
    }
    body .wrapper footer .footer_inner .footer_right ul li a {
        font-size: 1.4rem;
    }
}
