@charset "UTF-8";
.under {
    --h3: 40px;
    --h4: 38px;
}
.under.page-case .blog_list_style01 .item .info .date {
    display: none;
}
.under.page-case .blog-content .date {
    display: none;
}
.under .tb_text {
    line-height: 2;
}
.under .idx_banner {
    padding-top: 0;
}
.under.page-director section#h3_2 {
    margin-top: 0;
}
.under .numlist {
    counter-reset: section;
}
.under .numlist li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
}
.under .numlist li:last-child {
    margin-bottom: 0;
}
.under .numlist li:before {
    position: absolute;
    counter-increment: section;
    content: counter(section);
    top: -2px;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--clr1);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 2px;
    padding-bottom: 0;
    font-family: var(--f-en);
}
.under .gr_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
}
.under .gr_box .box {
    border-radius: 50%;
    width: 17em;
    height: 17em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--main-color);
    background-color: #fff;
    position: relative;
}
.under .gr_box .box:before {
    position: absolute;
    content: "";
    bottom: 2.4em;
    left: calc(50% - 1.8em);
    width: 3.6em;
    height: 1.1em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/idx02_ic.png);
}
@media only screen and (min-width: 769px) {
    .under .gr_box .box:nth-child(2n) {
        margin: 0 3em;
    }
}
.under .gr_box .box p {
    font-size: 2.6em;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #db8332;
    text-align: center;
}
.under .ud_catch {
    border-radius: 20px;
    padding: 60px 40px;
    min-height: 180px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.under .ud_catch:after,
.under .ud_catch:before {
    position: absolute;
    content: "";
}
.under .ud_catch:before {
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--clr1);
    opacity: 0.8;
}
.under .ud_catch:after {
    inset: 10px;
    border: 1px solid #fff;
    border-radius: 20px;
}
.under .ud_catch p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
}
.under .ud_catch p span {
    display: inline-block;
}
.under .sitemap > ul > li .lv2 {
    padding-left: 1em;
}
.under .sitemap > ul > li a,
.under .sitemap > ul > li p {
    display: block;
    width: 100%;
    padding: 15px 15px 15px 30px;
    border-bottom: dotted 1px #ccc;
    color: rgb(51, 51, 51);
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
}
.under .sitemap > ul > li a:before,
.under .sitemap > ul > li p:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    background: var(--main-color);
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.under .sitemap > ul > li a span,
.under .sitemap > ul > li p span {
    display: inline-block;
}
.under .sitemap > ul > li .title {
    margin-bottom: 0;
    font-family: var(--f-en);
    color: var(--main-color);
    font-weight: 500;
    font-size: 2.25em;
    line-height: 1;
}
.under .sitemap > ul > li .title:before {
    top: 50%;
}
.under .sitemap > ul > li p:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 14px;
    background: var(--main-color);
    left: 6px;
    top: 50%;
    margin-top: -7px;
}
.under .sitemap > ul > li a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.05);
}
.under .sitemap > ul > li li a {
    padding-left: 70px;
}
.under .sitemap > ul > li li a:before {
    left: 40px;
}
.under .sitemap > ul > li .ttl a {
    font-size: 1.375em;
    pointer-events: none;
    font-weight: 500;
    color: var(--clr1);
}
.under .sitemap > ul > li .ttl a:before {
    background-color: var(--clr1);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-top: -0.2em;
}
.under #mainContent {
    padding-bottom: 100px;
}
.under .key {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/ud_key.jpg);
    height: 480px;
    position: relative;
    z-index: 1;
}
.under .key:before {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: -8.9em;
    left: 7.4em;
    width: 16.2em;
    height: 12.8em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/under_shape.png);
    font-size: 10px;
}
@media only screen and (max-width: 1700px) and (min-width: 769px) {
    .under .key:before {
        left: 0;
    }
}
@media only screen and (max-width: 1500px) and (min-width: 769px) {
    .under .key:before {
        bottom: 0;
        font-size: 8px;
    }
}
.under .key .inner {
    height: 100%;
    padding: 0px;
}
.under .key .key_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 0 10px;
}
.under .key h2 {
    display: table;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: rgba(255, 138, 0, 0.5);
    padding-left: 1.761904em;
    padding-top: 0.119047em;
    padding-right: 1.7619047em;
    padding-bottom: 0.19047em;
}
.under h2,
.under h3,
.under h4,
.under h5,
.under h6 {
    position: relative;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.under h2:last-child,
.under h3:last-child,
.under h4:last-child,
.under h5:last-child,
.under h6:last-child {
    margin-bottom: 0;
}
.under h3 {
    position: relative;
    margin-bottom: 17px;
    color: #052b36;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    padding-top: 0.638888889em;
}
@media only screen and (min-width: 769px) {
    .under h3 {
        margin-top: var(--h3);
    }
}
.under h3:after,
.under h3:before {
    content: "";
}
.under h3:before {
    position: absolute;
    top: 0;
    left: calc(50% - 1.1388889em);
    width: 2.3611111111em;
    height: 2.6111111111em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/ud_h3_ic.png);
}
.under h3:after {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--main-color);
    width: 70px;
    height: 2px;
    margin-top: 16px;
}
.under h3:has(+ .secH4) {
    margin-bottom: 0;
}
.under .secH4 {
    margin-top: var(--h3);
}
.under h4 {
    margin-bottom: var(--h4);
    font-weight: 500;
    font-size: 30px;
    color: var(--main-color);
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px solid var(--main-color);
}
.under h4:has(+ .secH5) {
    margin-bottom: 0;
}
.under .secH5 {
    margin-top: var(--h4);
}
.under h5 {
    margin-bottom: 17px;
    font-weight: 500;
    font-size: 26px;
    color: #052b36;
    position: relative;
    padding-left: 19px;
}
.under h5:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    background-color: var(--main-color);
    border-radius: 2px;
    width: 4px;
    height: calc(100% - 10px);
}
.under h6 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: var(--main-color);
}
.under .ud_feature {
    margin-top: 80px;
}
.under .ud_feature .ttl {
    border-bottom: 0;
    padding-left: 0;
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 0;
}
.under .ud_feature .ttl:after,
.under .ud_feature .ttl:before {
    display: none;
}
.under .ud_feature .box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/idx07_bg.jpg);
    border-radius: 10px;
    margin-bottom: 80px;
    padding: 40px;
    position: relative;
}
.under .ud_feature .box:after,
.under .ud_feature .box:before {
    position: absolute;
    content: "";
}
.under .ud_feature .box:before {
    inset: 10px;
    border: 1px solid var(--clr1);
    border-radius: 10px;
}
.under .ud_feature .box:last-child {
    margin-bottom: 0;
}
.under .ud_feature .point {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    background-color: #f3f2ed;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 500;
    font-family: var(--f-en);
    color: #936d49;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 50px;
    border-radius: 10px 10px 0 0;
    padding-top: 3px;
}
.under .faq_box {
    position: relative;
    padding: 0 0px;
}
.under .faq_box .active dt:after {
    border-bottom: 0.4em solid;
    border-top: unset;
}
.under .faq_box .item {
    position: relative;
    margin-bottom: 23px;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.25;
    border: 3px solid #fcf7f2;
    overflow: hidden;
    border-radius: 10px;
}
.under .faq_box .item:last-child {
    margin-bottom: 0;
}
.under .faq_box dt {
    position: relative;
    padding: 10px 40px 10px 70px;
    color: var(--main-color);
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background-color: var(--main-color);
    line-height: 1.5;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    font-weight: 500;
    letter-spacing: 0.001em;
}
.under .faq_box dt:hover {
    background-color: #9c7c43;
}
.under .faq_box dt:after,
.under .faq_box dt:before {
    position: absolute;
    content: "";
    display: block;
}
.under .faq_box dt:after {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 0.4em solid transparent;
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    transition: all 0.3s;
}
.under .faq_box dt:before {
    content: "Q";
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #9c7c43;
    width: 50px;
    height: 100%;
    padding-bottom: 0.12em;
    font-weight: 400;
    font-size: 1.5em;
}
.under .faq_box dd {
    padding: 30px 30px 28px 70px;
    display: flex;
    align-items: center;
    background-color: #faefd0;
    position: relative;
    line-height: 2.25;
}
.under .faq_box dd:before {
    position: absolute;
    content: "A";
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    width: 50px;
    height: 100%;
    padding-bottom: 0.12em;
    font-weight: 400;
    font-size: 1.5em;
}
.under .ud_flow {
    margin-top: 80px;
}
.under .ud_flow .ttl {
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
    color: var(--clr1);
    padding-left: 0;
}
.under .ud_flow .ttl:before {
    display: none;
}
.under .ud_flow .box {
    border: 2px solid var(--main-color);
    border-radius: 20px;
    padding: 60px 20px 40px;
    margin-bottom: 100px;
    background-image: url(../images/idx07_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.under .ud_flow .box:before {
    position: absolute;
    content: "";
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    width: 60px;
    height: 30px;
    background-color: var(--main-color);
}
.under .ud_flow .box:last-child {
    margin-bottom: 0;
}
.under .ud_flow .box:last-child:before {
    display: none;
}
.under .ud_flow .point {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-transform: uppercase;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.4;
    background-color: var(--clr1);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
}
.under .ud_flow .point .num {
    display: block;
    font-size: 1.2em;
}
@media only screen and (min-width: 1281px) {
    .under .key .key_text {
        padding-top: 109px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
    .under .key h2 {
        font-size: 32px;
    }
    .under .ud_catch {
        padding: 80px 30px;
    }
    .under .ud_catch p {
        font-size: 22px;
    }
}
.under .inner > section {
    padding-top: 1px;
    margin-top: 50px;
}
.under .inner > section:first-of-type {
    margin-top: 38px;
}
.under .section > p:last-of-type,
.under section > p:last-of-type {
    margin-bottom: 0;
}
.under .section > p:last-of-type + table,
.under .section > p:last-of-type + ul,
.under section > p:last-of-type + table,
.under section > p:last-of-type + ul {
    margin-top: 15px;
}
.under .btn-group .btn.style01 {
    display: table;
    margin: 20px auto;
}
.under .btn-group .btn.style01 span {
    display: inline-block;
}
.under .btn-group.topage {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 80px;
}
.under .btn-group.topage .btn.style01 {
    width: calc(33.33% - 10px);
    margin: 5px;
}
.under .btn-group.topage .btn.style01 a {
    height: 80px;
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
    .under .btn-group.topage .btn.style01 a {
        font-size: 1.6em;
    }
}
@media only screen and (max-width: 992px) {
    .under .btn-group.topage {
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
    .under .btn-group.topage .btn.style01 {
        width: calc(50% - 10px);
    }
}
.under .imgBox.rowImg .image_l img,
.under .imgBox.rowImg .image_r img {
    width: auto;
    max-height: 500px;
    border-radius: 10px;
}
.under .imgBox.rowImg .image_l {
    float: left;
    margin-right: 60px;
}
.under .imgBox.rowImg .image_r {
    float: right;
    margin-left: 60px;
}
.under .imgBox.rowImg .image_l,
.under .imgBox.rowImg .image_r {
    max-width: 450px;
    margin-bottom: 30px;
}
.under .imgBox.rowImg .txt_l {
    float: left;
}
.under .imgBox.rowImg .txt_r {
    float: right;
}
.under .imgBox.rowImg .txt_l,
.under .imgBox.rowImg .txt_r {
    width: calc(100% - 510px);
}
.under .imgBox.rowImg.large .image_l,
.under .imgBox.rowImg.large .image_r {
    max-width: 440px;
}
.under .imgBox.rowImg.large .txt_l,
.under .imgBox.rowImg.large .txt_r {
    width: calc(100% - 475px);
}
.under .imgBox.rowImg.full .image_l,
.under .imgBox.rowImg.full .image_r {
    max-width: 60vw;
}
.under .imgBox.colImg .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.under .imgBox.colImg p {
    margin-bottom: 5px;
}
.under .imgBox.colImg p:last-child {
    margin-bottom: 0;
}
.under .imgBox.colImg picture {
    margin-bottom: 15px;
}
.under .imgBox.colImg .text p {
    font-size: 1em;
}
.under .imgBox.colImg .text .ttl {
    font-size: 1.375em;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    color: #a98c54;
    font-family: "Noto Serif JP", serif;
}
.under .imgBox.colImg2 picture,
.under .imgBox.colImg3 picture {
    position: relative;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 380px;
    width: 100%;
    text-align: center;
}
.under .imgBox.colImg2 img,
.under .imgBox.colImg3 img {
    max-height: 100%;
    max-width: 100%;
}
.under .imgBox.colImg3 .item {
    width: 32%;
}
.under .imgBox.colImg3 picture {
    height: 250px;
}
.under .imgBox.colImg2 .item {
    width: 49%;
}
.under .imgBox.colImg1 .item {
    width: 100%;
}
.under .imgBox.colImg1 .item img {
    max-height: 500px;
    border-radius: 10px;
}
.under .faq_box .box {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 60px;
}
.under .faq_box h4 {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 0;
    padding: 1em 3.125em;
    transition: all 0.3s;
}
.under .faq_box h4:hover {
    cursor: pointer;
}
.under .faq_box h4:after {
    display: none;
}
.under .faq_box h4:before {
    content: "Q.";
    position: absolute;
    top: 0.375em;
    left: 0.5em;
    line-height: 1;
    font-family: var(--f-en);
    font-size: 1.6666666667em;
}
.under .faq_box .content {
    padding-top: 40px;
    padding-left: 100px;
    padding-right: 30px;
    padding-bottom: 55px;
    background-color: #ddd;
    position: relative;
}
.under .faq_box .content:after {
    content: "A.";
    position: absolute;
    font-family: var(--f-en);
    top: 23px;
    left: 40px;
    font-size: 40px;
    color: var(--main-color);
    font-weight: 500;
}
.under .faq_box .content:before {
    content: "";
    position: absolute;
    background-color: #ccc;
    width: 36.6em;
    height: 37.7em;
    bottom: 10px;
    right: 20px;
    font-size: 3px;
    opacity: 0.2;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .under .imgBox.rowImg .image_l,
    .under .imgBox.rowImg .image_r {
        display: table;
        float: none;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
.under table {
    border-radius: 3px;
}
.under table.rollTable {
    width: 100%;
}
.under table.tbl_style01 td,
.under table.tbl_style01 th {
    border: 1px solid #a66c49;
    padding: 0.625rem;
}
.under table.tbl_style01 td img,
.under table.tbl_style01 th img {
    max-width: 100%;
}
.under table.tbl_style01 th {
    background-color: var(--main-color);
    color: #fff;
    font-size: 1.125em;
    font-weight: normal;
    text-align: center;
}
.under table.tbl_style01 td {
    background-color: #fff;
    color: #052b36;
    font-size: 1em;
}
.under table.tbl_style01.rowHead tr th:not(:last-child) {
    border-right: 1px solid #a66c49;
}
.under table.tbl_style01.colHead tr:not(:last-child) th {
    border-bottom: 1px solid #a66c49;
}
.under table.tbl_style02 td,
.under table.tbl_style02 th {
    border: 2px solid #9dba38;
    border-left: none;
    border-right: none;
    padding: 0.4em;
}
.under table.tbl_style02 td img,
.under table.tbl_style02 th img {
    max-width: 100%;
}
.under table.tbl_style02 th {
    background: none;
    font-weight: normal;
    font-size: 1.125em;
    color: #9dba38;
}
.under table.tbl_style02 td {
    font-size: 1em;
}
.under .tbl_note {
    display: none;
    margin-top: 10px;
    color: #b4b4b4;
    font-size: 11px;
    letter-spacing: 0;
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
    .under table.tbl_style01 td,
    .under table.tbl_style01 th {
        padding: 0.5rem;
    }
    .under table.tbl_style01 th {
        font-size: 1em;
    }
    .under table.tbl_style01 td {
        font-size: 0.9em;
    }
    .under table.tbl_style02 th {
        font-size: 1em;
    }
    .under table.tbl_style02 td {
        font-size: 0.9em;
    }
}
@media only screen and (min-width: 769px) {
    .under .rowImg ul.list01.mcol-2 li {
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px;
    }
}
.under ul.list01 {
    background-image: url(../images/ud_bg_list.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding-left: 54px;
    padding-top: 54px;
    padding-bottom: 31px;
    padding-right: 50px;
}
.under ul.list01.mcol-2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
    .under ul.list01.mcol-2 {
        padding-bottom: 30px;
    }
}
.under ul.list01.mcol-2 li {
    width: 50%;
    padding-right: 10px;
}
.under ul.list01 li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 24px;
    letter-spacing: 0.1em;
    text-align: left;
}
.under ul.list01 li:before {
    position: absolute;
    content: "";
    top: 0.1875em;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/list_ic.png);
    width: 1em;
    height: 1.125em;
}
.under ul.list01 li:last-child {
    padding-bottom: 0;
}
.under .list_note {
    margin-top: 15px;
    padding-left: 20px;
}
.under .list_note.no_mt {
    margin-top: 0;
}
.under .topic_path {
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 1.5px;
    padding: 7px 0;
    position: relative;
    z-index: 1;
}
.under .topic_path ul {
    display: block;
    padding: 4px 10px 4px 0px;
}
.under .topic_path ul:after {
    content: "";
    display: block;
    clear: both;
}
.under .topic_path ul li {
    float: left;
    letter-spacing: 0.1em;
}
.under .topic_path a {
    text-decoration: none;
    color: var(--main-color);
}
.under .topic_path a:hover {
    opacity: 1;
    text-decoration: underline;
}
.under .topic_path span {
    display: inline-block;
    padding: 0 7px;
    color: var(--main-color);
    line-height: 1;
}
.under #toc_container {
    position: relative;
    background-color: #f2f1ec;
    border-radius: 10px;
}
.under #toc_container:before {
    position: absolute;
    content: "";
    border: 2px dotted var(--clr1);
    inset: 10px;
    border-radius: 10px;
}
.under .toc_list {
    justify-content: space-between;
    padding: 20px 30px;
    border-radius: 10px;
}
.under .toc_list:empty {
    display: none;
}
.under .toc_list li {
    display: table;
    margin: 5px 0px;
    width: 50%;
    padding-right: 1em;
}
.under .toc_list li a {
    position: relative;
    padding-left: 1em;
    display: table;
    text-decoration: none;
    color: var(--clr1);
}
.under .toc_list li a:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background: var(--clr1);
    position: absolute;
    left: 0;
    top: 0.55em;
}
.under .toc_list.style1 li {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
}
@media only screen and (min-width: 993px) {
    .under .toc_list.style3 li {
        width: auto;
        max-width: 33%;
    }
}
.under .anchor-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 0;
}
.under .anchor-links > div {
    background-color: var(--main-color);
    border-radius: 3px;
    position: relative;
    display: block;
    min-width: 250px;
    width: 49%;
    margin: 0% 0.5% 1%;
    text-align: center;
    color: #fff;
    font-size: 0.875em;
    line-height: 1.5;
    letter-spacing: 0.15em;
}
@media only screen and (min-width: 993px) {
    .under .anchor-links > div {
        width: 32.3%;
    }
}
.under .anchor-links > div a {
    display: block;
    width: 100%;
    padding: 10px 5px 9px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
}
.under .anchor-links > div:after {
    content: "";
    border: 4px solid;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: auto;
    bottom: 2px;
    left: calc(50% - 4px);
    right: auto;
    line-height: 1;
}
.under .anchor-links > div:hover a {
    opacity: 1;
}
.under .anchor-links > div:hover:after {
    bottom: 0;
}
.under .anchor-links > div.ext:after {
    content: ">";
    border: 0;
    position: absolute;
    top: calc(50% - 0.5em);
    bottom: auto;
    left: auto;
    right: 7px;
    font-size: 0.857em;
    line-height: 1;
    letter-spacing: 0;
    transform: scaleX(0.5);
}
.under .anchor-links > div.ext:hover:after {
    right: 5px;
}
.under .doctor_box {
    max-width: 700px;
    margin: auto;
    position: relative;
}
.under .doctor_box img {
    border-radius: 10px;
}
.under .doctor_box p {
    margin-bottom: 0;
}
.under .doctor_box .doctor_name {
    position: absolute !important;
    right: 2%;
    bottom: 30px;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    z-index: 1;
    color: var(--main-color);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.under .doctor_box .doctor_name .sm {
    font-weight: 400;
    font-size: 80%;
    display: block;
}
.under .ud_map {
    height: 450px;
}
.under .exp li {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    display: flex;
    border-bottom: 1px solid #3b7ca3;
}
@media only screen and (min-width: 769px) {
    .under .exp li span {
        line-height: 2.5;
    }
}
.under .exp li .year {
    width: 8em;
    color: var(--main-color);
    font-weight: 500;
}
.under .exp li .txt {
    width: calc(100% - 8em);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .under ul.list01.mcol-2 li {
        width: 100%;
    }
    .under ul.list01.mcol-2 li:last-child {
        padding-bottom: 0;
    }
    .under ul.list01 {
        padding: 40px !important;
    }
}
.under .clinic_tbl01 th {
    width: 350px;
    text-align: right;
}
.under .clinic_tbl02 {
    text-align: center;
}
.under .clinic_tbl02 th:first-child {
    width: 30%;
}
.under .clinic_tbl02 th:not(:first-child) {
    width: 10%;
}
#pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
}
#pagination:empty {
    display: none;
}
#pagination a,
#pagination span {
    background-color: var(--main-color);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: 10px 5px;
    width: 32px;
    height: 32px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}
#pagination a.next,
#pagination a.prev,
#pagination span.next,
#pagination span.prev {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px auto;
    color: transparent;
}
#pagination a.prev,
#pagination span.prev {
    background-image: url(../images/shared_blog_arrow_prev.svg);
}
#pagination a.next,
#pagination span.next {
    background-image: url(../images/shared_blog_arrow_next.svg);
}
#pagination a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#pagination span {
    opacity: 0.5;
}
#pagination .active a,
#pagination a.active:hover {
    background: none repeat scroll 0 0 #000000;
    color: #ffffff;
}
.blog-content .date {
    margin-bottom: 20px;
    text-align: center;
    color: var(--main-color);
}
.blog_list_style01 .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #bababa;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.blog_list_style01 .item picture {
    background-color: rgb(255, 255, 255);
    position: relative;
    overflow: hidden;
    border: 3px solid var(--main-color);
    width: 220px;
    height: 220px;
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
    .blog_list_style01 .item picture {
        width: 200px;
        height: 200px;
    }
}
.blog_list_style01 .item picture img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog_list_style01 .item .info {
    width: calc(100% - 250px);
    position: relative;
    padding-bottom: 40px;
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
    .blog_list_style01 .item .info {
        width: calc(100% - 210px);
    }
}
.blog_list_style01 .item .info p {
    margin-bottom: 0;
    line-height: 1.5;
}
.blog_list_style01 .item .info .date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    padding-top: 15px;
    font-size: 90%;
}
.blog_list_style01 .item .info .date .tag {
    display: inline-block;
    color: transparent;
    font-size: 90%;
    letter-spacing: -1em;
}
.blog_list_style01 .item .info .date .tag a {
    background-color: var(--main-color);
    display: inline-block;
    margin-left: 2px;
    padding: 0 10px;
    color: #fff;
    letter-spacing: 0;
    text-decoration: none;
    margin-bottom: 1px;
    margin-top: 1px;
}
.blog_list_style01 .item .info .date .tag a.blog {
    background-color: #333;
}
.blog_list_style01 .item .info .date .tag a.news {
    background-color: var(--clr1);
}
.blog_list_style01 .item .info .date .day {
    margin-right: 20px;
}
.blog_list_style01 .item .info .ttl {
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: underline;
    font-size: 120%;
    font-weight: 600;
    color: #333333;
}
.blog_list_style01 .item .info .ttl a {
    color: inherit;
}
.blog_list_style01 .item .info .des {
    padding-bottom: 45px;
}
.blog_list_style01 .item .info .button {
    background-color: #fff;
    border: 3px solid #ddd;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.blog_list_style01 .item .info .button a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 5px 15px 5px 10px;
    font-size: 90%;
    color: #333;
    text-decoration: none;
}
.blog_list_style01 .item .info .button a span {
    display: block;
    position: absolute;
    right: 5px;
    line-height: 1em;
    top: calc(50% - 0.55em);
}
.blog_list_style01 .item .info .button a:before {
    opacity: 0;
}
.blog_list_style01 .item .info .button:after {
    content: "";
    background-color: var(--main-color);
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
    .blog_list_style01 .item .info .button:hover a {
        opacity: 1;
        color: #fff;
    }
    .blog_list_style01 .item .info .button:hover:after {
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    .blog_list_style01 .item {
        display: block;
    }
    .blog_list_style01 .item picture {
        margin: 0 auto;
    }
    .blog_list_style01 .item .info {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        padding-bottom: 0;
    }
    .blog_list_style01 .item .info .button {
        position: relative;
        display: table;
    }
}
@media only screen and (max-width: 768px) {
    .blog_list_style01 .item .info .des {
        padding-bottom: 25px;
    }
}
.main_blog_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main_blog_container .main_blog_content {
    max-width: 100%;
    width: calc(100% - 250px);
}
.main_blog_container .main_blog_content > div {
    padding-top: 0;
}
.main_blog_container .sidebar {
    width: 220px;
}
.main_blog_container .sidebar .txt_head,
.main_blog_container .sidebar .widgettitle {
    background-color: var(--main-color);
    transform: none;
    position: static;
    display: block;
    margin-bottom: 0;
    padding: 15px 10px;
    width: 100%;
    writing-mode: horizontal-tb;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.main_blog_container .sidebar ul:not(.children) {
    background-color: #fff;
    border: 1px solid #ddebf2;
    border-top: 0;
    padding: 0 10px;
}
.main_blog_container .sidebar ul:not(.children) > li {
    border-bottom: 1px solid #959595;
    padding: 12px 10px;
    font-size: 80%;
}
.main_blog_container .sidebar ul:not(.children) > li:last-child {
    border-bottom: 0;
}
.main_blog_container .sidebar ul:not(.children) > li a {
    color: inherit;
    font-size: inherit;
    text-decoration: underline;
}
.main_blog_container .sidebar ul:not(.children) > li a:hover {
    text-decoration: none;
}
.main_blog_container .sidebar ul.children {
    padding: 7px 7px;
}
.main_blog_container .sidebar ul.children li {
    padding-bottom: 5px;
}
.main_blog_container .sidebar ul.children li:last-child {
    padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .main_blog_container .main_blog_content {
        width: auto;
        margin: 0 auto;
    }
    .main_blog_container .sidebar {
        display: none;
    }
}
.blog_post_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    margin: 100px auto 0;
}
.blog_post_button > div {
    position: relative;
    width: 32%;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 0.9em;
    overflow: hidden;
}
.blog_post_button > div:empty:after,
.blog_post_button > div:empty:before {
    display: none;
}
.blog_post_button > div:after,
.blog_post_button > div:before {
    content: "";
    transition: all 0.2s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog_post_button > div:before {
    background-color: var(--main-color);
}
.blog_post_button > div:after {
    border: 1px solid var(--main-color);
}
.blog_post_button > div a {
    transition: all 0.3s;
    display: block;
    position: relative;
    z-index: 1;
    padding: 11px 10px 10px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: inherit;
    color: inherit;
    text-align: center;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .blog_post_button > div a:not(.tel_click):active,
    .blog_post_button > div a:not(.tel_click):hover {
        opacity: 1;
        color: #fff;
    }
}
@media only screen and (min-width: 769px) {
    .blog_post_button > div:hover:before {
        opacity: 0;
        transform: scale(0.8);
    }
    .blog_post_button > div:hover:after {
        opacity: 1;
        transform: scale(1);
    }
    .blog_post_button > div:hover a {
        color: #000;
    }
}
.contact-form-style01 .contact-table {
    background-size: cover;
    width: 100%;
    margin: 0 auto 0px;
    overflow: hidden;
    position: relative;
}
.contact-form-style01 .contact-table textarea {
    min-width: 100%;
}
.contact-form-style01 .contact-table:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
    border: 1px solid;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 1rem;
}
.contact-form-style01 .contact-table input {
    width: 100%;
}
.contact-form-style01 .contact-table textarea {
    max-width: 100%;
    width: 100%;
    height: 7em;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table textarea {
    transition: all 0.2s ease-in-out;
}
.contact-form-style01 .contact-table input[type="checkbox"],
.contact-form-style01 .contact-table input[type="radio"] {
    margin: 5px 5px 5px 0px;
    width: auto;
}
.contact-form-style01 .contact-table [readonly*="readonly"] {
    background: none;
    border: 0;
    font-weight: bold;
}
.contact-form-style01 .contact-table dl {
    position: relative;
    z-index: 1;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-form-style01 .contact-table dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 320px;
    padding: 15px 20px;
    font-size: 1.125em;
}
.contact-form-style01 .contact-table dt span {
    display: inline-block;
    border-radius: 7px;
    padding: 2px 7px;
    margin-left: 5px;
    font-size: 70%;
    line-height: 1;
}
.contact-form-style01 .contact-table dd {
    width: calc(100% - 320px);
    padding: 15px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
    .contact-form-style01 .contact-table dd {
        padding: 15px;
    }
}
.contact-form-style01 .contact-table .postal_code {
    display: flex;
    flex-wrap: wrap;
}
.contact-form-style01 .contact-table .inline span {
    max-width: 75px;
    margin: 0 5px;
    text-align: center;
}
.contact-form-style01 .contact-table .inline input {
    text-align: center;
}
.contact-form-style01 .contact-table .clockpicker input {
    width: 70px;
    text-align: center;
}
.contact-form-style01 .contact-table input:not([type="radio"]):not([type="checkbox"]):focus,
.contact-form-style01 .contact-table textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.contact-form-style01 .confirm-table textarea {
    resize: none;
    width: 100%;
}
.contact-form-style01 .confirm-table input:not([type="radio"]):not([type="checkbox"]):focus,
.contact-form-style01 .confirm-table textarea:focus {
    color: inherit;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.contact-form-style01 .confirm-table .formDate .right span {
    width: auto;
    margin-right: 20px;
}
.contact-form-style01 .button.thanks_btn,
.contact-form-style01 .input_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 520px;
    margin: 40px auto 0;
}
.contact-form-style01 .button.thanks_btn a,
.contact-form-style01 .button.thanks_btn input,
.contact-form-style01 .input_btn a,
.contact-form-style01 .input_btn input {
    color: inherit;
    text-decoration: none;
    line-height: 1;
}
.contact-form-style01 .button.thanks_btn a,
.contact-form-style01 .input_btn a {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-form-style01 .button.thanks_btn a,
.contact-form-style01 .input_btn input[type="button"],
.contact-form-style01 .input_btn input[type="submit"] {
    width: 200px;
    height: 45px;
    border: none;
    padding: 10px;
    text-align: center;
    font-size: 100%;
    font-weight: normal;
    margin: 0px 10px 10px;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
}
.contact-form-style01 .button.thanks_btn a:hover,
.contact-form-style01 .input_btn input[type="button"]:hover,
.contact-form-style01 .input_btn input[type="submit"]:hover {
    opacity: 1;
    background-color: #ccc;
}
.contact-form-style01 .reserve_btn {
    background-color: var(--main-color);
    color: #fff;
    font-family: var(--f-notosans);
    width: 200px;
    height: 45px;
    border: none;
    padding: 10px;
    text-align: center;
    font-size: 100%;
    font-weight: normal;
    margin: 0px 10px 10px !important;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
}
.contact-form-style01 .reserve_btn a {
    line-height: 1.7;
}
@media only screen and (min-width: 769px) {
    .contact-form-style01 .reserve_btn:hover {
        opacity: 1;
        background-color: #ccc;
    }
}
.contact-form-style01 .button.thanks_btn,
.contact-form-style01 .input_btn input[type="button"],
.contact-form-style01 .input_btn input[type="submit"] {
    background-color: var(--main-color);
    color: #fff;
    font-family: var(--f-notosans);
}
.contact-form-style01 input::-webkit-inner-spin-button,
.contact-form-style01 input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.contact-form-style01 input[type="number"] {
    -moz-appearance: textfield;
}
.contact-form-style01 .contact-table {
    border: 1px solid #ddd;
    border-bottom: 0;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
    border-color: #ddd;
}
.contact-form-style01 .contact-table dt {
    background-color: var(--main-color);
    border-bottom: 1px solid #ddd;
    color: #fff;
}
.contact-form-style01 .contact-table dt span {
    background-color: #ffffff;
    color: #ff3c7f;
}
@-moz-document url-prefix() {
    .contact-form-style01 .contact-table dt span {
        padding-bottom: 3px;
    }
}
.contact-form-style01 .contact-table dd {
    border-bottom: 1px solid #ddd;
}
.contact-form-style01 .wpcf7-not-valid-tip {
    display: block;
    margin: 3px 7px 0;
    width: 100% !important;
}
.contact-form-style01 .cate {
    display: flex;
    flex-wrap: wrap;
}
.contact-form-style01 .cate .wpcf7-list-item {
    width: calc(33.33% - 10px);
    margin-right: 10px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
    .contact-form-style01 .cate .wpcf7-list-item label {
        display: flex;
        align-items: flex-start;
    }
    .contact-form-style01 .cate .wpcf7-list-item label input {
        margin-top: 5px;
    }
    .contact-form-style01 .cate .wpcf7-list-item label span {
        line-height: 1.3;
    }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
    .contact-form-style01 .cate .wpcf7-list-item {
        width: calc(50% - 10px);
    }
    .contact-form-style01 .cate .wpcf7-list-item label input {
        margin-top: 3px;
    }
}
.contact-form-style01 .formDate {
    width: 100%;
    margin-bottom: 20px;
}
.contact-form-style01 .formDate li {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.contact-form-style01 .formDate li:last-child {
    margin-bottom: 0;
}
.contact-form-style01 .formDate .left {
    width: 100px;
}
.contact-form-style01 .formDate .right {
    display: flex;
    align-items: center;
    width: calc(100% - 100px);
}
.contact-form-style01 .formDate .right span {
    width: 50%;
    margin-right: 10px;
    height: 100%;
}
.contact-form-style01 .formDate .right span:last-child {
    margin-right: 0;
}
.contact-form-style01 .formDate .right select {
    width: 100%;
}
.screen-reader-response {
    display: none;
}
.wpcf7-not-valid-tip {
    font-size: 80%;
    color: #ff3c7f;
}
.wpcf7-response-output {
    padding-top: 20px;
}
.wpcf7-list-item {
    margin-right: 15px;
}
.wpcf7-list-item-label {
    color: #000;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
.cf7msm-ro {
    white-space: pre-wrap;
}
.captcha_box {
    display: table;
    margin: 50px auto 0;
}
@-moz-document url-prefix() {
    .captcha_box {
        display: block;
        width: 304px;
        height: 78px;
    }
}
@supports (-webkit-touch-callout: none) {
    .captcha_box {
        display: block;
        width: 304px;
        height: 78px;
    }
}
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .captcha_box {
            display: block;
            width: 304px;
            height: 78px;
        }
    }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
    .contact-form-style01 .contact-table dt {
        width: 35%;
    }
    .contact-form-style01 .contact-table dd {
        width: 65%;
    }
    .contact-form-style01 .cate .wpcf7-list-item {
        font-feature-settings: "palt";
    }
}
@media only screen and (max-width: 768px) {
    .contact-form-style01 .contact-table {
        border: none;
    }
    .contact-form-style01 .contact-table .wpcf7-list-item label input {
        position: relative;
        top: 1px;
    }
    .contact-form-style01 .contact-table dl {
        display: block;
    }
    .contact-form-style01 .contact-table dl:last-child dd {
        border-bottom: 1px solid #ddd;
    }
    .contact-form-style01 .contact-table dt {
        border-left: 1px solid var(--main-color);
        border-right: 1px solid var(--main-color);
    }
    .contact-form-style01 .contact-table dd,
    .contact-form-style01 .contact-table dt {
        width: 100%;
    }
    .contact-form-style01 .contact-table dd {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding: 15px 20px;
    }
    .contact-form-style01 .contact-table input,
    .contact-form-style01 .contact-table textarea {
        width: 100%;
    }
    .contact-form-style01 .contact-table input[type="checkbox"],
    .contact-form-style01 .contact-table input[type="radio"] {
        width: auto;
    }
    .contact-form-style01 .wpcf7-list-item {
        display: block;
    }
    .contact-form-style01 .cate {
        justify-content: space-between;
    }
    .contact-form-style01 .cate .wpcf7-list-item {
        width: 235px;
        margin-right: 0;
    }
    .contact-form-style01 .formDate .left {
        width: 100%;
        margin-bottom: 10px;
    }
    .contact-form-style01 .formDate .right {
        width: 100%;
    }
}
.under {
    counter-reset: count;
}
.under.page-interview .key {
    max-height: 650px;
    height: 50vw;
    background-position: right 15% center;
}
.under.page-interview .key .key_text {
    justify-content: flex-start;
}
.under.page-interview .key .catch {
    min-width: 50em;
    font-size: 0.625em;
}
.under.page-interview .key .catch h2,
.under.page-interview .key .catch p {
    display: table;
    color: #fff;
    letter-spacing: 0.1em;
}
.under.page-interview .key .catch h2 {
    margin-bottom: 0.1em;
    font-size: 3.6em;
}
.under.page-interview .key .idx_en {
    margin-bottom: 0.2em;
    font-size: 6em;
    line-height: 1;
    font-weight: 500;
}
.under.page-interview .key .name {
    display: inline-flex;
    position: relative;
    margin-bottom: 0.75em;
    padding-bottom: 0.62em;
    padding-right: 0.66em;
    align-items: center;
    font-size: 3.6em;
    font-weight: 500;
    line-height: 1.5;
}
.under.page-interview .key .name:before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    width: 100%;
    height: 0px;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #fff;
}
.under.page-interview .key .name .en {
    margin-left: 0.8em;
    font-size: 0.5em;
    letter-spacing: 0.1em;
}
.under.page-interview .key .sub {
    font-weight: 500;
    line-height: 2.1153;
    letter-spacing: 0.08em;
    font-size: 2.6em;
    font-family: var(--f-zen-antique);
}
.under.page-interview #mainContent .inner {
    max-width: 1280px;
}
.interview_catch {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    margin-bottom: 50px;
    background-color: #fff;
    background-color: #90b0cf;
    position: relative;
    z-index: 1;
}
.interview_catch:after,
.interview_catch:before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    inset: 0;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
}
.interview_catch:before {
    opacity: 0.05;
    background-size: cover;
}
.interview_catch:after {
    background-size: 170px auto;
    filter: brightness(0);
}
.interview_catch p {
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding: 40px 10px;
}
.interview_box {
    --mb: 10px;
    --margin: 60px;
    margin-bottom: var(--mb);
}
@media only screen and (min-width: 769px) {
    .interview_box.box_left .interview_img {
        float: left;
        margin-right: var(--margin);
    }
}
@media only screen and (min-width: 769px) {
    .interview_box.box_right .interview_img {
        float: right;
        margin-left: var(--margin);
    }
}
.interview_img {
    position: relative;
    width: 45%;
    max-width: 600px;
    margin-bottom: 30px;
}
.interview_img img {
    border-radius: 10px;
}
@media only screen and (min-width: 769px) {
    .interview_img:before {
        content: counter(count, decimal-leading-zero);
        counter-increment: count;
    }
}
.interview_img:before {
    position: absolute;
    bottom: 0.2em;
    left: 10px;
    line-height: 0.5;
    font-size: min(120px, 10vw);
    color: var(--main-color);
}
.interview_content h5 {
    display: table;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .interview_box {
        --margin: 30px;
    }
    .interview_content h5 {
        font-size: 24px;
    }
}
.box_hp_mainvisual {
    background: #fff;
    text-align: center;
    color: #292929;
    padding: 50px 50px;
    position: absolute;
    right: 60px;
    bottom: 110px;
}
.communication .box_hp_mainvisual {
    padding: 50px 20px;
}
.main_txt {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
}
.main_txt_h {
    font-size: 35px;
}
.box_hb_stt {
    background: #fa8f20;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-weight: bold;
    height: 130px;
    width: 130px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-60%, 50%);
    -ms-transform: translate(-60%, 50%);
    transform: translate(-60%, 50%);
    margin-bottom: 0;
}
.main_hp_box .inner {
    position: relative;
    height: 100%;
}
.under #main.lexpage {
    padding: 0 0;
}
.archive_single_list_exlp .boxmain_tab a:last-child {
    border-bottom: 1px solid #dedede;
}
.lexpage .archive_single_list_exlp .list_post {
    margin-bottom: 40px;
}
.ttl_lp01 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.7em;
}
.ttl_lp01_s02 {
    padding-bottom: 0.85em;
}
.ttl_lp01_s02:before {
    content: "";
    width: 110px;
    height: 3px;
    background: #1c1c1c;
    position: absolute;
    bottom: 0;
    left: calc(50% - 55px);
}
.ttl_lp01 .sp_onl {
    display: none;
}
.ttl_lp01 strong {
    font-size: 140%;
}
.lpbox {
    padding: 55px 0;
}
.lpbox01 {
    background: #e9f3f5;
}
.lpbox02 {
    background: #faf8ef;
}
.lpbox04 {
    padding-top: 10px;
}
.blog-content .entry section h3 {
    margin-top: var(--h3);
}
.blog-content .entry > h4 {
    margin-top: 60px;
}
.blog-content .entry > h5 {
    margin-top: 50px;
}
.blog-content .entry .colImg1 img,
.img_wcap_ct img {
    margin: 0px auto;
    max-height: 500px;
}
.blog-content .entry .list01 {
    margin-top: 30px;
}
ul.list-tab01 {
    padding: 0px;
    list-style: none;
    display: none;
    max-width: 800px;
    margin: 0 auto 30px;
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.list-tab01 li {
    width: calc((100% - 20px) / 3);
    background: #b7b7b7;
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-box-shadow: inset 0px -4px 0px 0px #7f7f7f;
    -moz-box-shadow: inset 0px -4px 0px 0px #7f7f7f;
    box-shadow: inset 0px -4px 0px 0px #7f7f7f;
    margin: 0 10px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
ul.list-tab01 li.current {
    background: #9fbc8d;
    -webkit-box-shadow: inset 0px -4px 0px 0px #386934;
    -moz-box-shadow: inset 0px -4px 0px 0px #386934;
    box-shadow: inset 0px -4px 0px 0px #386934;
}
ul.list-tab01 li:nth-child(3n + 3) {
    margin-right: 0;
}
.list_bxex_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.list_bxex02_col {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 5px;
    position: relative;
}
.list_bxex02_col:nth-child(3n + 3) {
    margin-right: 0;
}
.list_bxex02_col:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #9fbc8d;
    border-right: 20px solid transparent;
    position: absolute;
    left: 3px;
    top: 3px;
}
.list_bxex02_ttl {
    font-size: 30px;
    font-weight: bold;
    padding-top: 20px;
    position: relative;
    margin-bottom: 35px;
    text-align: center;
}
.list_bxex02_ttl:before {
    content: "";
    background: #9fbc8d;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -10px;
}
.list_bxex02_col.list_bxex02_cl01:before {
    border-top: 10px solid #9fbc8d;
    border-right: 10px solid transparent;
}
.list_bxex02_cl01 .list_bxex02_ttl:before {
    background: #9fbc8d;
}
.list_bxex02_ttl.list_bxex02_ttl_01 {
    font-size: 20px;
    line-height: 24px;
}
.box_sub01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
}
.list_bxex02_btn {
    margin-bottom: 0;
}
.list_bxex02_btn a {
    background-size: 15px auto;
    color: #fff;
    display: inline-block;
    padding: 3px 35px 3px 20px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.list_bxex02_btn a:hover {
    background-position: right 5px center;
    opacity: 0.8;
}
.list_bxex02_ttl_sub {
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}
.list_bxex02_des_ttl {
    font-size: 16px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.list_bxex02_des {
    font-weight: 500;
    color: #333333;
    margin-bottom: 10px;
}
.list_bxex02_pd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.list_bxex_02 li {
    background: #f9f9f9;
    padding: 10px 1px 10px 1px;
    width: calc((100% - 21px) / 3);
    margin: 0 10px 10px 0;
    text-align: center;
}
.list_bxex_02 li:nth-child(3n + 3) {
    margin-right: 0;
}
.list_bxex_02 li.list2r img {
    margin-bottom: 5px;
}
.list_bxex_02 li img {
    display: block;
    margin: 0 auto 8px;
}
.list_bxex_02 li span {
    font-size: 11px;
    line-height: 14px;
    display: block;
}
.under_post {
    font-size: 17px;
}
.center_img {
    margin: 0 auto 1.5em;
    text-align: center;
}
.inbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.tag_cate {
    border: 1px solid #e5127c;
    color: #e5127c;
    font-size: 12px;
    font-weight: bold;
    margin-right: 8px;
    line-height: 20px;
    padding: 0 12px;
}
.post_date {
    font-size: 16px;
    font-weight: bold;
}
.img_wcap_ct {
    margin: 40px auto 40px;
    text-align: center;
}
.img_wcap_ct img {
    border-radius: 10px;
}
.box_center {
    max-width: 760px;
    margin: 0 auto 40px;
}
p:empty {
    display: none;
}
.note01 {
    margin-bottom: 30px;
}
.note01 {
    position: relative;
    padding-left: 20px;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.note01:before {
    content: "※";
    z-index: 4;
    position: absolute;
    top: 0px;
    left: 0;
}
.note01.note_c {
    margin-top: 1em;
    color: #d90029;
}
.note01.note_c:before {
    color: #d90029;
}
.box_ctwimg {
    clear: both;
    margin-bottom: 40px;
}
.box_ctwimg p:last-child {
    margin-bottom: 0;
}
.img_r {
    max-width: 420px;
    float: right;
    margin: 0 0 20px 40px;
}
.img_l {
    max-width: 420px;
    float: left;
    margin: 0 40px 20px 0;
}
.catption_txt {
    padding-top: 10px;
    color: #8e8e8e;
    font-size: 15px;
    display: block;
}
.catption_txt:empty {
    display: none;
}
.box_lig01 {
    margin-top: 40px;
    position: relative;
    padding: 40px;
    background: #e3edf7;
    margin-bottom: 40px;
}
.box_lig01 p:last-child {
    margin-bottom: 0;
}
.box_lig02 {
    margin-top: 40px;
    position: relative;
    padding: 40px;
    background: #f7f7f7;
    margin-bottom: 40px;
}
.box_lig02 p:last-child {
    margin-bottom: 0;
}
.maint0 {
    margin-top: 0;
}
blockquote a,
blockquote dd,
blockquote dt,
blockquote li,
blockquote p {
    font-size: 16px;
}
blockquote {
    position: relative;
    padding: 25px 30px 25px 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7;
    margin-bottom: 40px;
    border-left: 2px solid #e5127c;
    -webkit-box-shadow: 1px 2px 2px 0px #e0e0e0;
    box-shadow: 1px 2px 2px 0px #e0e0e0;
}
blockquote:before {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 2;
    background-size: 40px;
    width: 50px;
    height: 50px;
    content: "";
}
blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}
blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
@media screen and (max-width: 960px) {
    .img_l {
        max-width: 300px;
        margin: 0 20px 15px 0;
    }
    .img_r {
        max-width: 300px;
        margin: 0 0px 15px 20px;
    }
}
.blog-content .imgBox.colImg2 picture,
.blog-content .imgBox.colImg3 picture {
    background: #efefef;
    height: 250px;
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
    .img_wcap_ct {
        margin-bottom: 30px;
        width: auto !important;
    }
    .blog-content .entry > h4 {
        margin-top: 40px;
    }
    .blog-content .entry > h5 {
        margin-top: 30px;
    }
    .under .blog-content .entry .colImg1 img,
    .under .img_wcap_ct img {
        max-width: 100%;
    }
    .box_lig01,
    .box_lig02 {
        padding: 20px;
        margin-top: 30px;
    }
    .inbl {
        margin-bottom: 40px;
    }
    .box_lig01,
    .box_lig02 {
        padding: 20px;
    }
    .under_post table th {
        font-size: 15px;
    }
}
@media screen and (max-width: 640px) {
    .img_l,
    .img_r {
        float: none;
        max-width: 100%;
        margin: 0 0px 20px 0;
    }
}
.ud_intro {
    background-color: #fbefd9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    padding: 20px;
}
.ud_intro p {
    margin: 5px auto;
    display: table;
    text-align: center;
}
.ud_intro .text {
    line-height: 2;
}
@media only screen and (min-width: 769px) {
    .ud_intro .text {
        font-size: 16px;
    }
}
.ud_intro .tel a .icon {
    color: #3eaeb1;
    font-weight: 600;
    line-height: 1;
    font-size: 2.8em;
    display: flex;
    align-items: center;
}
.ud_intro .tel a .icon:before {
    display: block;
    background-color: #3eaeb1;
}
.ui-widget.ui-widget-content {
    background-color: #fbbf8b;
}
.ui-datepicker .ui-datepicker-header {
    background-color: #f69643;
    border: 0;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    background: #9b5111;
}
/*# sourceMappingURL=under_pc.css.map */
