@charset "utf-8";

/*------------------------------------------------------------
	index
------------------------------------------------------------*/


.mainVisual {
    margin: 0 auto 141px;
    padding: 0 10px;
    max-width: 1420px;
    position: relative;
    box-sizing: border-box;
}

.mainVisual .textImg {
    margin: -55px 0 -56px 32px;
    width: 44%;
    position: relative;
}

.mainVisual .slideUl {
    margin-bottom: 30px;
    position: relative;
}

.mainVisual .slideUl li {
    vertical-align: top;
    opacity: 0;
}

.mainVisual .slideUl li:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1000%;
    animation-delay: 5s !important;
}

.mainVisual .slideUl.animate li {
    animation: slideactive 10s linear infinite;
}

@keyframes slideactive {
    0% {
        opacity: 0;
    }

    3% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    48% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.mainVisual .slideUl li img {
    width: 100%;
}

.mainVisual .scroll {
    margin: 0 auto;
    width: 39px;
}

.mainVisual .scroll a {
    display: block;
}

.mainVisual .scroll a:hover {
    opacity: 0.7;
}

.mainVisual .scroll .text {
    padding-top: 76px;
    display: block;
    position: relative;
}

.mainVisual .scroll .text::before {
    margin-left: 0.5px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    animation:
        circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
    0% {
        bottom: 94px;
    }

    100% {
        bottom: 45px;
    }
}

@keyframes cirlemovehide {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

.mainVisual .scroll .text::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background-color: #000;
}

.mainVisual .newsBox {
    padding: 25px 32px 29px 26px;
    width: 37.8%;
    min-width: 380px;
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    bottom: 13px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    display: none;
}

.mainVisual .newsBox .ttl {
    margin-bottom: 16px;
    padding-bottom: 7px;
    letter-spacing: 0.1em;
    font-weight: bold;
    border-bottom: 1px solid #C90420;
}

.mainVisual .newsBox .sBar {
    padding-right: 20px;
    height: 99px;
}

.mainVisual .newsBox .title {
    margin-bottom: 15px;
    align-items: center;
}

.mainVisual .newsBox .title .time {
    width: 90px;
    color: #9B9B9B;
    font-size: 1.4rem;
    letter-spacing: 0.075em;
}

.mainVisual .newsBox .title .txt {
    width: calc(100% - 100px);
}

.mainVisual .newsBox .text {
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: 0.075em;
}

.mainVisual ::-webkit-scrollbar {
    display: none;
}

[data-simplebar]::-webkit-scrollbar {
    display: none;
}

.simplebar-track {
    right: -4px;
}

.simplebar-track.simplebar-vertical {
    width: 10px;
}

.simplebar-track.simplebar-vertical::before {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #000;
    content: "";
}

.simplebar-scrollbar {
    background-color: #000;
    border-radius: 50%;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
}

#main .topBox .content {
    max-width: 1124px;
}

#main .topBox .tabUl li {
    width: 48%;
}

#main .topBox .tabUl li a {
    padding-bottom: 15px;
    display: block;
    color: #323232;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #323232;
}

#main .topBox .tabUl li.on .en {
    color: #C90420;
}

#main .topBox .tabUl li.on a {
    border-color: #C90420;
}

#main .topBox .tabUl li .en {
    margin-top: 4px;
    display: block;
    font-size: 1.7rem;
}

#main .topBox table {
    width: 100%;
    border-collapse: collapse;
}

#main .topBox .tabBox {
    padding-top: 57px;
}

#main .topBox .tabBox .table {
    margin-bottom: 33px;
    padding: 12px 64px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(232, 232, 232, 0.45);
}

#main .topBox .tabBox table th,
#main .topBox .tabBox table td {
    padding: 5px 14px 4px;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
    word-break: break-all;
    vertical-align: middle;
    text-align: center;
}

#main .topBox .tabBox table th {
    padding-left: 47px;
    font-size: 1.5rem;
    width: 28%;
    text-align: left;
    font-weight: normal;
}

#main .topBox .tabBox tbody td {
    font-size: 1.3rem;
    width: 33px;
}

#main .topBox .tabBox thead th {
    font-weight: bold;
    padding-left: 60px;
}

#main .topBox .tabBox thead th,
#main .topBox .tabBox thead td {
    padding-bottom: 10px;
}

#main .topBox .tabBox thead td {
    font-size: 1.4rem;
    font-weight: bold;
}

#main .topBox .tabBox tbody tr:last-child th,
#main .topBox .tabBox tbody tr:last-child td {
    border: none;
}

#main .topBox .tabBox thead td:last-child,
#main .topBox .tabBox tbody td:last-child {
    padding-right: 28px;
}

#main .topBox .tabInner p {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.075em;
}

#main .topBox .tabInner .mapBox {
    margin-bottom: 40px;
    height: 261px;
    border-radius: 10px;
    overflow: hidden;
}

#main .topBox .tabInner .mapBox iframe {
    width: 100%;
    height: 100%;
}

#main .topBox .tabInner .btn {
    margin: 0 auto;
    width: 343px;
}

#main .topBox .tabInner .btn a {
    padding: 17px 10px;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    font-weight: bold;
    border: 1px solid #323232;
    background-color: #323232;
}

#main .topBox .tabInner .btn span {
    padding: 0 13px 0 30px;
    transition: all .3s;
    background: url("../img/common/icon03.png") no-repeat left center/ 20px;
}

#main .topBox {
    margin-bottom: 114px;
}

#main .sec01 {
    margin-bottom: 30px;
    padding: 135px 0;
    position: relative;
}

#main .sec01::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 283px;
    background: url("../img/index/sec01_bg.png") no-repeat center top/cover;
}

#main .sec01 .content {
    position: relative;
}

#main .sec02 {
    margin-bottom: 244px;
    padding: 140px 0;
    background: url("../img/index/sec02_bg.png") no-repeat top center /cover;
}

#main .sec02 .imgBox .textBox {
    width: 48.6%;
}

#main .sec02 .imgBox .textBox .pick {
    margin-bottom: 12px;
    text-align: center;
    font-weight: 300;
}

#main .sec02 .imgBox .textBox .pick span {
    display: inline-block;
    width: 120px;
    box-sizing: border-box;
    padding: 2px 5px;
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    background-color: #C90420;
}

#main .sec02 .imgBox .textBox h2 {
    margin-bottom: 38px;
    text-align: center;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: bold;
}

#main .sec02 .imgBox .textBox .text {
    margin-bottom: 86px;
    letter-spacing: 0.05em;
    line-height: 1.625;
}

#main .sec02 .imgBox .textBox .text a {
    color: #C90420;
    text-decoration: underline;
}

#main .sec02 .imgBox .textBox .button span {
    margin: 10px auto 20px;
    display: block;
    width: 48px;
    cursor: pointer;
}

#main .sec02 .imgBox .textBox .button {
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
}

#main .sec02 .imgBox .textBox .button a:hover {
    opacity: 0.7;
}

#main .sec02 .imgBox .textBox .button .sm {
    margin: 10px -40px 0;
    color: #323232;
    font-size: 1.5rem;
    width: auto;
    text-align: center;
}

#main .sec02 .imgBox .lBox {
    width: 48.58%;
    position: relative;
}

#main .sec02 .imgBox .slideUl img {
    width: 100%;
    border-radius: 10px;
}

#main .sec02 .imgBox .lBox .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

#main .sec02 .imgBox .lBox .slick-dots li {
    margin: 0 5px;
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 12px;
    background-color: #fff;
}

#main .sec02 .imgBox .lBox .slick-dots li button {
    display: none;
}

#main .sec02 .imgBox .lBox .slick-dots li.slick-active {
    background-color: #C90420;
}

#main .beginnerSec .headLine01 {
    margin-bottom: 37px;
    letter-spacing: 0;
}

#main .beginnerSec .headLine01 .en {
    font-weight: 300;
}

#main .beginnerSec .comImgBox .photoBox {
    margin-top: 2px;
}

#main .beginnerSec .comImgBox {
    margin-bottom: -24px;
}

#main .beginnerSec .begBox {
    margin: 0 auto 40px;
    padding: 72px 50px 67px;
    box-sizing: border-box;
    max-width: 1100px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(232, 232, 232, 0.75);
}

#main .beginnerSec .begBox .imgBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#main .beginnerSec .begBox .imgBox .lBox {
    width: 500px;
    order: 1;
}

#main .beginnerSec .begBox .imgBox .lBox .photoList img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px
}

#main .beginnerSec .begBox .imgBox .photoList .slick-list {
    overflow: inherit;
}

#main .beginnerSec .begBox .imgBox .textBox {
    padding-left: 20px;
    box-sizing: border-box;
    width: calc(100% - 540px);
}

#main .beginnerSec .imgBox .textBox h3 {
    margin-bottom: 33px;
    text-align: center;
    letter-spacing: 0.08em;
    font-size: 2.4rem;
    font-weight: bold;
}

#main .beginnerSec .imgBox .textBox p {
    margin: 0 0 42px 12px;
    font-size: 1.5rem;
}

#main .beginnerSec .imgBox .textBox .textSlide.none {
    display: none;
}

#main .beginnerSec .begBox .lBox {
    position: relative;
}

#main .beginnerSec .begBox .slideBox .arrow li {
    position: absolute;
    top: 71px;
    width: 47px;
    cursor: pointer;
}

#main .beginnerSec .begBox .slideBox .prev {
    left: -26px;
}

#main .beginnerSec .begBox .slideBox .next {
    right: -19px;
}

#main .beginnerSec .begBox .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

#main .beginnerSec .begBox .slideUl .slick-dots li {
    margin: 0 4px;
    display: inline-block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border-radius: 12px;
    background-color: #fff;
}

#main .beginnerSec .begBox .slideUl .slick-dots li.slick-active {
    background-color: #C90420;
}

#main .beginnerSec .begBox .slideUl .slick-dots li button {
    display: none;
}

#main .beginnerSec {
    margin-bottom: 166px;
}

#main .treatSec .headLine01 {
    margin-bottom: 42px;
    font-size: 3.4rem;
    letter-spacing: 0;
}

#main .treatSec .treatUl::after {
    content: "";
    width: calc((100% - 50px)/3);
}

#main .treatSec .treatUl {
    margin-bottom: 80px;
}

#main .treatSec .treatUl li {
    padding: 29px 32px 25px;
    width: calc((100% - 50px)/3);
    box-sizing: border-box;
    display: block;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #c90420;
}

#main .treatSec .treatUl li h3 {
    margin-bottom: 28px;
    color: #323232;
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 0.05em;
    font-weight: bold;
}

#main .treatSec .treatUl li h3.special {
    font-size: 2.2rem;
}

#main .treatSec .treatUl li .photo {
    margin-bottom: 22px;
}

#main .treatSec .treatUl li .photo img {
    width: 100%;
}

#main .treatSec .treatUl li .button a {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #323232;
}

#main .treatSec .treatUl li .button a:hover {
    opacity: 0.7;
}

#main .treatSec .treatUl li .button span {
    display: block;
    margin: 0 auto 8px;
    width: 48px;
}

#main .treatSec {
    margin-bottom: 117px;
}

#main .caseSec {
    padding: 82px 40px 98px;
    margin: 0 auto 156px;
    max-width: 1600px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(232, 232, 232, 0.75);
    background-color: #fff;
}

#main .caseSec .headLine01 {
    margin-bottom: 40px;
    letter-spacing: 0;
}

#main .caseSec .caseUl {
    margin-top: -48px;
}

#main .caseSec .caseUl>li {
    margin-top: 48px;
    width: 48.35%;
}

#main .caseSec .caseUl li a {
    color: #323232;
    display: block;
    padding: 33px 27px 34px 29px;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
}

#main .caseSec .caseUl .photo {
    width: 45.4%;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}

#main .caseSec .caseUl .photo img {
    width: 100%;
}

#main .caseSec .caseUl h3 {
    margin: 29px 0 20px;
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
    float: right;
    width: 49%;
}

#main .caseSec .caseUl p {
    font-size: 1.5rem;
    line-height: 1.6;
    float: right;
    width: 48.7%;
}

#main .caseSec .caseUl {
    margin-bottom: 81px;
}

#main .policySec {
    padding-top: 30px;
    margin-bottom: 160px;
}

#main .policySec .headLine01 {
    margin-bottom: 49px;
    letter-spacing: 0;
}

#main .policySec .comImgBox .headLine01 {
    margin: 0 0 33px 17px;
}

#main .policySec .comImgBox .headLine01 .col {
    color: #C90420;
    letter-spacing: -0.025em;
}

#main .policySec .comImgBox .photoBox {
    margin-top: 6px;
}

#main .policySec .comImgBox .textBox p {
    margin-bottom: 35px;
}

#main .policySec .comImgBox .textBox p:last-of-type {
    margin-bottom: 54px;
}

#main .aboutSec {
    padding-top: 30px;
    margin-bottom: 153px;
}

#main .aboutSec .aboutUl::after {
    content: "";
    width: calc((100% - 21px)/3);
}

#main .aboutSec .aboutUl li {
    width: calc((100% - 21px)/3);
}

#main .aboutSec .aboutUl li .pho {
    overflow: hidden;
    border-radius: 10px;
}

#main .aboutSec .aboutUl li .pho img {
    width: 100%;
}

#main .aboutSec .aboutUl {
    margin-bottom: 32px;
}

#main .aboutSec p {
    margin-bottom: 44px;
    letter-spacing: 0.05em;
}

#main .aboutSec .headLine01 {
    margin-bottom: 91px;
    letter-spacing: 0;
    font-feature-settings: normal;
}

#main .fMap .mapBox {
    border-radius: 10px;
    overflow: hidden;
    height: 611px;
}

#main .fMap iframe {
    width: 100%;
    height: 100%;
}

@media all and (min-width: 897px) {

    .mainVisual .newsBox li a:hover .time,
    .mainVisual .newsBox li a:hover .txt,
    .mainVisual .newsBox li a:hover .text {
        color: #C90420;
    }

    #main .topBox .tabUl li a:hover .en {
        color: #C90420;
    }

    #main .topBox .tabUl li a:hover {
        border-color: #C90420;
    }

    #main .topBox .tabInner .btn a:hover {
        color: #323232;
        border-color: #323232;
        background-color: #fff;
    }

    #main .topBox .tabInner .btn a:hover span {
        background-image: url("../img/common/icon10.png");
    }

    #main .sec02 .imgBox .textBox .text a:hover {
        text-decoration: none;
    }

    #main .caseSec .caseUl li a:hover {
        border-color: #C90420;
    }

    #main .caseSec .caseUl li a:hover h3 {
        color: #C90420;
    }

    #main .caseSec .caseUl li a:hover p {
        color: #C90420;
    }
}

@media all and (min-width: 897px) and (max-width: 1290px) {
    #main .caseSec .caseUl h3 {
        font-size: 1.8rem;
        width: 50%;
    }

    #main .caseSec .caseUl p {
        width: 50%;
    }
}

@media all and (min-width: 897px) and (max-width: 1220px) {
    #main .caseSec .caseUl h3 {
        font-size: 1.7rem;
    }

    #main .caseSec .caseUl li a {
        padding: 33px 20px 34px;
    }
}

@media all and (min-width: 897px) and (max-width: 1160px) {
    #main .beginnerSec .comImgBox {
        margin-bottom: -10px;
    }

    #main .beginnerSec .comImgBox .photoBox {
        width: 50%;
    }
}

@media all and (min-width: 897px) and (max-width: 1130px) {
    #main .beginnerSec .comImgBox .textBox p {
        margin-bottom: 5px;
    }

    #main .caseSec .caseUl .photo {
        width: 42%;
    }

    #main .caseSec .caseUl h3 {
        font-size: 1.6rem;
        font-feature-settings: "palt";
    }
}

@media all and (min-width: 897px) and (max-width: 1070px) {
    #main .beginnerSec .comImgBox {
        margin-bottom: 20px;
    }

    #main .beginnerSec .begBox .imgBox .textBox {
        padding-left: 0;
    }
}

@media all and (min-width: 897px) and (max-width: 1060px) {
    .mainVisual .newsBox .title .time {
        font-size: 1.3rem;
    }

    .mainVisual .newsBox .title .txt {
        width: calc(100% - 90px);
    }
}

@media all and (min-width: 897px) and (max-width: 1030px) {
    #main .caseSec .caseUl .photo {
        width: 40%;
    }

    #main .caseSec .caseUl h3 {
        margin-top: 10px;
        width: 58%;
    }

    #main .caseSec .caseUl p {
        width: 58%;
    }
}

@media all and (min-width: 897px) and (max-width: 990px) {
    #main .treatSec .treatUl li h3 {
        font-size: 2rem !important;
    }

    #main .treatSec .treatUl li {
        padding: 29px 25px 25px;
    }
}

@keyframes sp-circlemove {
    0% {
        bottom: 70px;
    }

    100% {
        bottom: 28px;
    }
}

@media all and (max-width: 896px) {
    .mainVisual {
        margin-bottom: 62px;
        padding: 0 16px;
        max-width: inherit;
    }

    .mainVisual .textImg {
        margin: -38px 0 36px 16px;
        width: 90.8%;
    }

    .mainVisual .slideUl {
        margin-bottom: 0;
    }

    .mainVisual .slideUl li img {
        max-height: calc(100vh - 230px);
        object-fit: cover;
        object-position: center;
    }

    .mfp-wrap {
        position: fixed !important;
        top: 0 !important;
    }

    .mainVisual .scroll .text::before {
        animation:
            sp-circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
    }

    .mainVisual .scroll {
        margin-bottom: 28px;
        width: 27px;
    }

    .mainVisual .scroll .text {
        padding-top: 53px;
    }

    .mainVisual .scroll .text::after {
        height: 40px;
    }

    .mainVisual .scroll .text::before {
        margin-left: 1px;
    }

    .mainVisual .newsBox {
        padding: 0 24px 18px;
        width: auto;
        min-width: inherit;
        position: static;
        box-shadow: none;
    }

    .simplebar-track {
        right: -24px;
    }

    .mainVisual .newsBox .ttl {
        margin-bottom: 25px;
        padding-bottom: 4px;
        font-size: 1.4rem;
    }

    .mainVisual .newsBox .sBar {
        padding-right: 0;
        height: 90px;
    }

    .mainVisual .newsBox .title {
        margin-bottom: 13px;
    }

    .mainVisual .newsBox .title .time {
        font-size: 1.3rem;
    }

    .mainVisual .newsBox .title .txt {
        width: calc(100% - 93px);
        font-size: 1.3rem;
        letter-spacing: 0.075em;
    }

    .mainVisual .newsBox .text {
        font-size: 1.3rem;
        line-height: 1.61;
    }

    #main .topBox .content {
        max-width: inherit;
    }

    #main .topBox .tabUl {
        margin: 0 25px;
    }

    #main .topBox .tabUl li {
        width: 41%;
    }

    #main .topBox .tabUl li a {
        padding-bottom: 10px;
        font-size: 1.4rem;
        border-width: 1px;
    }

    #main .topBox .tabUl li.on a {
        border-width: 2px;
    }

    #main .topBox .tabUl li .en {
        margin-top: 1px;
        font-size: 1.2rem;
    }

    #main .topBox .tabBox {
        padding-top: 49px;
    }

    #main .topBox .tabBox .table {
        margin-bottom: 23px;
        padding: 13px 25px 15px;
    }

    #main .topBox .tabBox table th,
    #main .topBox .tabBox table td {
        padding: 6px 4px 4px;
    }

    #main .topBox .tabBox table th {
        padding-left: 8px;
        font-size: 1.3rem;
        width: 31%;
    }

    #main .topBox .tabBox tbody th {
        font-size: 1.2rem;
    }

    #main .topBox .tabBox tbody td {
        font-size: 1.1rem;
        width: auto;
    }

    #main .topBox .tabBox thead th {
        padding-left: 17px;
    }

    #main .topBox .tabBox thead th,
    #main .topBox .tabBox thead td {
        padding-bottom: 4px;
        font-weight: normal;
    }

    #main .topBox .tabBox thead td {
        font-size: 1.3rem;
    }

    #main .topBox .tabBox .sm {
        font-size: 0.8rem;
    }

    #main .topBox .tabBox thead td:last-child,
    #main .topBox .tabBox tbody td:last-child {
        padding-right: 0;
    }

    #main .topBox .tabInner p {
        margin: 0 0 20px 24px;
        font-size: 1.2rem;
        line-height: 1.65;
    }

    #main .topBox .tabInner p:last-child {
        margin-bottom: 0;
    }

    #main .topBox .tabInner .mapBox {
        margin-bottom: 17px;
        padding-bottom: 75.1%;
        height: inherit;
        position: relative;
    }

    #main .topBox .tabInner .mapBox iframe {
        position: absolute;
        left: 0;
        top: 0;
    }

    #main .topBox .tabInner .btn {
        width: 100%;
    }

    #main .topBox .tabInner .btn a {
        padding: 18px 10px 15px;
    }

    #main .topBox {
        margin-bottom: 53px;
    }

    #main .sec01 {
        margin-bottom: 95px;
        padding: 110px 0 0;
    }

    #main .sec01::before {
        height: 340px;
        background-image: url("../img/index/sp_sec01_bg.png");
    }

    #main .sec02 {
        margin-bottom: 113px;
        padding: 58px 0;
        background-image: url("../img/index/sp_sec02_bg.png");
    }

    #main .sec02 .imgBox {
        display: block;
    }

    #main .sec02 .imgBox .textBox {
        width: auto;
    }

    #main .sec02 .imgBox .textBox .pick {
        margin-bottom: 13px;
    }

    #main .sec02 .imgBox .textBox .pick span {
        width: 66px;
        padding: 3px 5px 0px;
        font-size: 1.27rem;
        line-height: 1.3;
    }

    #main .sec02 .imgBox .textBox h2 {
        margin-bottom: 30px;
        font-size: 1.9rem;
        letter-spacing: 0;
    }

    #main .sec02 .imgBox .textBox .text {
        margin-bottom: 53px;
        letter-spacing: 0.025em;
        line-height: 1.6;
    }

    #main .sec02 .imgBox .textBox .button span {
        margin-bottom: 11px;
        width: 37px;
    }

    #main .sec02 .imgBox .textBox .button .sm {
        font-size: 1.3rem;
    }

    #main .sec02 .imgBox .textBox .button {
        font-size: 1.5rem;
    }

    #main .sec02 .imgBox .lBox {
        margin-bottom: 23px;
        width: auto;
    }

    #main .sec02 .imgBox .lBox .slick-dots li {
        margin: 0 4px;
        width: 8px;
        height: 8px;
    }

    #main .beginnerSec .headLine01 {
        margin-bottom: 34px;
        letter-spacing: 0;
    }

    #main .beginnerSec .topBeg .photoBox {
        margin-bottom: 30px;
        overflow: hidden;
        border-radius: 10px;
    }

    #main .beginnerSec .topBeg .photoBox img {
        width: 100%;
    }

    #main .beginnerSec .comImgBox {
        margin-bottom: 82px;
    }

    #main .beginnerSec .begBox {
        margin-bottom: 32px;
        padding: 39px 24px 57px;
        max-width: inherit;
    }

    #main .beginnerSec .begBox .imgBox {
        display: block;
    }

    #main .beginnerSec .begBox .imgBox .lBox {
        margin-bottom: 8px;
        width: auto;
    }

    #main .beginnerSec .begBox .imgBox .photoList .slick-list {
        overflow: inherit;
    }

    #main .beginnerSec .begBox .imgBox .textBox {
        padding-left: 0;
        width: auto;
    }

    #main .beginnerSec .imgBox .textBox h3 {
        margin-bottom: 21px;
        letter-spacing: 0.075em;
        font-size: 1.7rem;
    }

    #main .beginnerSec .imgBox .textBox p {
        margin: 0 0 21px;
        line-height: 1.6;
        font-feature-settings: normal;
    }

    #main .beginnerSec .begBox .slideBox .arrow li {
        margin-top: -2px;
        top: 50%;
        transform: translateY(-50%);
        width: 47px;
    }

    #main .beginnerSec .begBox .slideBox .prev {
        left: -24px;
    }

    #main .beginnerSec .begBox .slideBox .next {
        right: -23px;
    }

    #main .beginnerSec .begBox .slick-dots {
        bottom: 7px;
    }

    #main .beginnerSec {
        margin-bottom: 97px;
    }

    #main .treatSec .headLine01 {
        margin: 0 0 33px 20px;
        font-size: 1.9rem;
        font-feature-settings: normal;
    }

    #main .treatSec .treatUl::after {
        width: auto;
    }

    #main .treatSec .treatUl {
        margin-bottom: 56px;
    }

    #main .treatSec .treatUl li {
        margin-bottom: 19px;
        padding: 21px 23px 19px;
        width: auto;
    }

    #main .treatSec .treatUl li:last-child {
        margin-bottom: 0;
    }

    #main .treatSec .treatUl li h3 {
        margin-bottom: 20px;
        font-size: 1.8rem;
    }

    #main .treatSec .treatUl li h3.special {
        font-size: 1.8rem;
    }

    #main .treatSec .treatUl li .photo {
        margin-bottom: 16px;
    }

    #main .treatSec .treatUl li .button a {
        font-size: 1.1rem;
    }

    #main .treatSec .treatUl li .button span {
        margin-bottom: 6px;
        width: 37px;
    }

    #main .treatSec {
        margin-bottom: 96px;
    }

    #main .caseSec {
        padding: 57px 0 79px;
        margin: 0 16px 67px;
        max-width: inherit;
    }

    #main .caseSec .content {
        padding: 0 15px;
    }

    #main .caseSec .headLine01 {
        margin: 0 0 47px 6px;
    }

    #main .caseSec .caseUl {
        margin-top: -16px;
        display: block;
    }

    #main .caseSec .caseUl>li {
        margin-top: 16px;
        width: auto;
    }

    #main .caseSec .caseUl li a {
        padding: 19px 17px 12px 9px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #main .caseSec .caseUl .photo {
        margin-bottom: 26px;
        width: 42%;
        float: none;
    }

    #main .caseSec .caseUl h3 {
        margin: 5px 0 0;
        font-size: 1.6rem;
        line-height: 1.625;
        float: none;
        width: 52%;
    }

    #main .caseSec .caseUl p {
        float: none;
        width: 100%;
    }

    #main .caseSec .caseUl {
        margin-bottom: 56px;
    }

    #main .policySec {
        margin-bottom: 114px;
    }

    #main .policySec .headLine01 {
        margin-bottom: 32px;
    }

    #main .policySec .comImgBox .headLine01 {
        margin: 0 0 30px 17px;
        font-size: 1.6rem;
        line-height: 1.625;
    }

    #main .policySec .comImgBox .headLine01 .col {
        display: block;
    }

    #main .policySec .comImgBox .photoBox {
        margin-top: 0;
    }

    #main .policySec .comImgBox .textBox p {
        margin-bottom: 28px;
    }

    #main .policySec .comImgBox .textBox p:last-of-type {
        margin-bottom: 53px;
    }

    #main .aboutSec {
        margin-bottom: 144px;
    }

    #main .aboutSec .aboutUl {
        margin: -14px 0 30px;
    }

    #main .aboutSec .aboutUl::after {
        width: 47.8%;
    }

    #main .aboutSec .aboutUl li.big {
        width: 100%;
    }

    #main .aboutSec .aboutUl li {
        margin-top: 14px;
        width: 47.8%;
    }

    #main .aboutSec .aboutUl li:last-child {
        margin-bottom: 0;
    }

    #main .aboutSec p {
        margin-bottom: 51px;
        letter-spacing: 0.025em;
        line-height: 1.625;
    }

    #main .aboutSec .headLine01 {
        margin-bottom: 40px;
        letter-spacing: 0;
        font-feature-settings: normal;
    }

    #main .fMap {
        height: inherit;
        margin: 0 16px;
    }

    #main .fMap .mapBox {
        margin-bottom: 14px;
        padding-bottom: 76%;
        position: relative;
        border-radius: 10px;
        height: 0;
        overflow: hidden;
    }

    #main .fMap iframe {
        position: absolute;
        left: 0;
        top: 0;
    }

    #main .fMap .btn {
        margin: 0 auto;
        width: 343px;
    }

    #main .fMap .btn a {
        padding: 18px 10px 15px;
        display: block;
        text-align: center;
        font-size: 1.4rem;
        letter-spacing: 0.02em;
        font-weight: bold;
        border: 1px solid #323232;
        background-color: #323232;
    }

    #main .fMap .btn span {
        padding: 0 13px 0 30px;
        transition: all .3s;
        background: url("../img/common/icon03.png") no-repeat left center/ 20px;
    }
}

@media all and (max-width: 374px) {
    #main .topBox .tabBox .table {
        padding: 13px 15px 15px;
    }

    #main .topBox .tabBox thead th {
        padding-left: 0;
    }

    #main .topBox .tabBox table th {
        padding-left: 0;
    }

    #main .topBox .tabBox table th {
        font-size: 1.1rem;
    }

    #main .topBox .tabBox table th,
    #main .topBox .tabBox table td {
        font-size: 1.1rem;
        padding: 3px 1px;
    }

    #main .topBox .tabInner p {
        margin-left: 10px;
    }

    #main .topBox .tabInner .btn a {
        font-size: 1.3rem;
    }

    #main .topBox {
        margin-bottom: 0;
    }

    #main .sec02 {
        margin-bottom: 50px;
    }

    #main .caseSec .caseUl h3 {
        font-size: 1.5rem;
        width: 55%;
    }

    #main .fMap .btn {
        width: 280px;
    }

    #main .fMap .btn a {
        font-size: 1.3rem;
    }

    #main .fMap .btn span {
        padding-left: 25px;
    }
}

.mfp-fade {
    opacity: 0;
    animation: popshow .3s ease-in-out forwards;
}

.mfp-fade.mfp-removing {
    opacity: 1;
    animation: pophide .3s ease-in-out forwards;
}

@keyframes popshow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pophide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 230525追記 */

.mainVisual .newsBox .title .txt a {
    color: #323232;
    text-decoration: underline;
}

.mainVisual .newsBox .title .txt a:hover {
    color: #C90420;
    text-decoration: none;
}

.mainVisual .newsBox .newUl li+li {
    margin-top: 30px;
}