@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDMincho:wght@400;700&display=swap');
body {
    font-family: "BIZ UDMincho", serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    padding-top: 100px;
}
* {
    box-sizing: border-box;
}
.inner {
    max-width: 1100px;
    width: 90%;
    margin: auto;
}
.sp-br {
    display: none;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style-type: none;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
}
p {
    margin: 0;
}
a {
    color: #000;
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
    margin: auto;
    height: auto;
}
h2 {
    font-size: 40px;
    color: #9081bd;
    font-weight: 400;
    text-align: center;
}
.bg-img {
    background-image: url(img/bg_img_pc.png);
    background-position: top center;
    background-size: contain;
}

header {
    padding: 20px 100px 13px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
header.bg-add {
    background: rgba(255, 255, 255, .8);
    position: fixed;
    z-index: 10;
}
.logo img {
    height: 60px;
    width: auto;
}
.header-nav {
    display: flex;
    align-items: flex-end;
}
.header-nav ul {
    display: flex;
    margin-right: 40px;
    padding-bottom: 15px;
}
.header-nav ul li {
    padding: 0 20px;
    font-size: 18px;
}
.header-nav ul li:not(:last-child) {
    border-right: 1px solid #424242;
} 
.header-tel p {
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #7f7f7f;
    margin-bottom: 10px;
}
.header-tel-num {
    display: flex;
}
.header-tel-num img {
    width: 41px;
    margin-right: 13px;
}
.header-tel-num a {
    font-size: 32px;
}
.mv {
    margin-right: 100px;
    position: relative;
}
.mv_catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 270px;
    z-index: 5;
}
.about {
    padding: 80px 0 130px;
}
.about-content {
    padding: 340px 0 260px;
    position: relative;
}
.about-img {
    position: absolute;
}
.about-img01 {
    width: 480px;
    top: 0px;
    left: 0;
}
.about-img02 {
    width: 250px;
    top: 0px;
    right: 0;
}
.about-img03 {
    width: 250px;
    bottom: 0px;
    left: 0;
}
.about-img04 {
    width: 300px;
    bottom: 0px;
    right: 0;
}
.about-sp-img {
    display: none;
}
.about h2 {
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
}
.about p {
    line-height: 2;
    text-align: center;
}

.about-list {
    background-color: #d1d0e8;
    padding: 100px 0;
    background-image: url(img/bg_img_pc.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.about-blk {
    display: flex;
    flex-wrap: wrap;
}
.about-item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    background-color: #fff;
    padding: 30px;
}
.about-item:nth-of-type(4n) {
    margin-right: 0;
}
.about-item:nth-of-type(-n+4) {
    margin-bottom: 20px;
}
.about-item img {
    width: 140px;
    margin: auto;
}
.about-item p {
    text-align: center;
    margin-top: 24px;
    opacity: .3;
}

.gallery {
    padding: 85px 0 100px;
}
.gallery-blk {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
    margin-bottom: 105px;
}
.gallery-item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    cursor: pointer;
}
.gallery-item:nth-of-type(-n+8) {
    margin-bottom: 20px;
}
.gallery-item:nth-of-type(4n) {
    margin-right: 0;
}
.access {
    margin: auto;
    margin-top: 40px;
    max-width: 800px;
}
.access h3 {
    font-size: 20px;
    color: #9081bd;
    margin-bottom: 20px;
}
.map {
    margin-top: 35px;
}
.map iframe {
    width: 100%;
    height: 300px;
}

.news {
    padding: 85px 0 90px;
    background-color: #edeef7;
    background-image: url(img/bg_img_pc.png);
    background-position: top center;
    background-size: 100% auto;
}
.news-blk {
    background-color: #fff;
    padding: 40px;
    width: 100%;
    max-width: 800px;
    margin: 55px auto 30px;
}
.news-blk li {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin-bottom: 25px;
    line-height: 1.5;
}
.news-blk li:last-child {
    margin-bottom: 0;
}
.date {
    margin-right: 20px;
    color: #9081bd;
}
.news-btn {
    max-width: 800px;
    width: 100%;
    margin: auto;
    text-align: right;
}
.btn-01 {
    line-height: 30px;
    padding-right: 45px;
    position: relative;
}
.btn-01::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(img/arrow_black.svg);
}
footer {
    background-color: #9081bd;
    color: #fff;
    padding: 65px 0 25px;
}
.ft-logo {
    width: 210px;
    margin-bottom: 30px;
}
.ft-info p {
    margin-top: 15px;
}
.ft-info p a {
    color: #fff;
}
.ft-menu {
    display: flex;
    justify-content: space-between;
}
.ft-nav {
    text-align: right;
}
.ft-nav ul {
    display: flex;
    margin-bottom: 20px;
}
.ft-nav ul li {
    padding: 0 20px;
    font-size: 18px;
}
.ft-nav ul li:not(:last-child) {
    border-right: 1px solid #fff;
} 
.ft-nav a {
    color: #fff;
}
.copyright {
    margin-top: 90px;
    font-size: 14px;
}
.contact {
    position: fixed;
    right: 0;
    width: 100px;
    height: 300px;
    top: 37%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    writing-mode: vertical-rl;
    background-color: #9081bd;
    color: #fff;
    z-index: 5;
}
.contact:hover {
    opacity: .7;
}
.contact img {
    width: 30px;
    margin: 0;
    margin-top: 22px;
}

.sp-menu-btn {
    display: none;
}
.sp-menu {
    display: none;
    background-color: #9081bd;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 28px 50px 90px;
    z-index: 10;
}
.sp-logo {
    display: inline-block;
}
.sp-logo img {
    height: 44px;
    width: auto;
}
.sp-nav {
    color: #fff;
    margin-top: 60px;
}
.sp-nav ul {
    width: 500px;
    margin: auto;
    font-size: 30px;
    text-align: center;
}
.sp-nav ul li {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid;
}
.sp-nav li a {
    color: #fff;
}
.sp-contact {
    width: 600px;
    display: block;
    margin: auto;
    background: #fff;
    font-size: 30px;
    text-align: center;
    position: relative;
    padding: 30px 0;
    color: #000;
}
.sp-contact img {
    position: absolute;
    width: 45px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.sp-tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 75px;
}
.sp-tel p {
    font-size: 28px;
    margin-bottom: 20px;
}
.sp-tel .header-tel-num {
    align-items: center;
}
.sp-tel .header-tel-num img {
    width: 75px;
}
.sp-tel .header-tel-num a {
    font-size: 59px;
}
.sp-poli {
    font-size: 28px;
    text-align: center;
    margin-top: 60px;
}
.sp-poli a {
    display: inline-block;
}
[data-aos^=fade][data-aos^=fade].mv_catch {
    transform: translate(-50%,-45%);
}
[data-aos^=fade][data-aos^=fade].aos-animate.mv_catch {
    transform: translate(-50%,-50%);
}
@media screen and (max-width: 1400px) {
    header {
        padding:  20px 50px 13px;
    }
    header.bg-add {
        position: static;
    }
}
@media screen and (max-width: 1300px) {
    header {
        padding:  28px 50px 28px;
    }
    .header-nav {
        display: none;
    }
    .sp-menu-btn {
        display: block;
        position: fixed;
        width: 54px;
        height: 50px;
        top: 25px;
        right: 30px;
        z-index: 20;
    }
    .sp-menu-btn::before,
    .sp-menu-btn::after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        background-color: #9081bd;
        transform: none;
        transition: all ease .3s;
    } 
    .sp-menu-btn::before {
        top: 15px;
        left: 0;
    }
    .sp-menu-btn::after {
        bottom: 15px;
        left: 0;
    }
    .sp-menu-btn.on::before,
    .sp-menu-btn.on::after {
        background-color: #fff;
    }
    .sp-menu-btn.on::before {
        top: 24px;
        transform: rotate(30deg);
        transition: all ease .3s;
    }
    .sp-menu-btn.on::after {
        bottom: 24px;
        transform: rotate(-30deg);
        transition: all ease .3s;
    }
}
@media screen and (max-width: 1150px) {
    .ft-nav {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .about-content {
        padding: 47vw 0 55vw;
    }
    .about-pc-img {
        display: none;
    }
    .about-sp-img {
        display: block;
    }
    .about-img01 {
        width: 100%;
        top: 0;
        left: 0;
    }
    .about-img02 {
        width: 100%;
        bottom: 0;
        right: 0;
        top: inherit;
    }
}
@media screen and (max-width: 950px) {
    .mv {
        margin-right: 50px;
    }
}
@media screen and (max-width: 800px) {
    body {
        padding-top: 60px;
    }
    .sp-br {
        display: block;
    }
    h2 {
        font-size: 25px;
    }
    header {
        padding: 18px 5%;
    }
    .logo img {
        height: 30px;
    }
    .sp-menu-btn {
        width: 27px;
        height: 25px;
        top: 15px;
        right: 15px;
    }
    .sp-menu-btn::before {
        top: 7px;
    }
    .sp-menu-btn::after {
        bottom: 7px;
    }
    .sp-menu-btn.on::before {
        top: 12px;
    }
    .sp-menu-btn.on::after {
        bottom: 12px;
    }
    .sp-menu {
        padding: 18px 5% 70px;
    }
    .sp-logo img {
        height: 24px;
    }
    .sp-nav {
        margin-top: 40px;
    }
    .sp-nav ul {
        max-width: 250px;
        width: 100%;
        font-size: 20px;
    }
    .sp-nav ul li {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .sp-contact {
        width: 100%;
        max-width: 300px;
        font-size: 20px;
        padding: 20px 0;
        margin-top: 25px;
    }
    .sp-contact img {
        width: 30px;
        right: 10px;
    }
    .sp-tel {
        margin-top: 45px;
    }
    .sp-tel p {
        font-size: 16px;
    }
    .sp-tel .header-tel-num img {
        width: 48px;
    }
    .sp-tel .header-tel-num a {
        font-size: 35px;
    }
    .sp-tel a {
        color: #fff;
    }
    .sp-poli {
        margin-top: 50px;
        font-size: 16px;
    }
    .sp-poli a {
        color: #fff;
    }
    .contact {
        width: 50px;
        height: 225px;
        top: 22%;
        font-size: 20px;
    }
    .mv {
        margin-right: 25px;
    }
    .mv_catch {
        width: 162px;
    }
    .bg-img {
        background-image: url(img/bg_img_sp.png);
    }
    .about {
        padding: 35px 0;
    }
    .about .inner {
        width: 100%;
    }
    .about-content {
        padding: 54vw 0 64vw;
    }
    .about h2 {
        font-size: 25px;
        margin-bottom: 40px;
    }
    .about-list {
        background-image: url(img/bg_img_sp.png);
        padding: 85px 0 50px;
    }
    .about-item {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        padding: 25px 17px 10px;
    }
    .about-item:nth-of-type(-n+4) {
        margin-bottom: 10px;
    }
    .about-item:nth-of-type(-n+6) {
        margin-bottom: 10px;
    }
    .about-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .about-item p {
        font-size: 16px;
        margin-top: 10px;
        line-height: 1.2;
    }
    .about-item:nth-of-type(2) p,
    .about-item:nth-of-type(4) p {
        margin-top: 0;
    }
    .gallery {
        padding: 50px 0 85px;
    }
    .gallery-blk {
        margin-top: 35px;
        margin-bottom: 60px;
    }
    .gallery-item {
        width: calc((100% - 20px) / 3);
        margin-right: 10px;
    }
    .gallery-item:nth-of-type(-n+9) {
        margin-bottom: 10px;
    }
    .gallery-item:nth-of-type(4n) {
        margin-right: 10px;
    }
    .gallery-item:nth-of-type(3n) {
        margin-right: 0;
    }
    .access {
        margin-top: 35px;
    }
    .access p {
        font-size: 16px;
    }
    .news {
        padding: 50px 0 60px;
        background-image: url(img/bg_img_sp.png);
    }
    .news-blk {
        padding: 20px;
        margin-top: 35px;
        margin-bottom: 22px;
    }
    .news-blk li {
        display: block;
    }
    .date {
        margin-right: 0;
        margin-bottom: 5px;
    }
    footer {
        padding: 55px 0 25px;
    }
    .ft-menu {
        justify-content: center;
    }
    .ft-logo {
        width: 110px;
        margin: 0 auto 40px;
    }
    .ft-info {
        text-align: center;
        font-size: 14px;
    }
    .copyright {
        text-align: center;
        margin-top: 60px;
        font-size: 12px;
    }
}

.nolink {
    opacity: .3;
    pointer-events: none;
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; 
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
}

.modal-content {
  max-width: 100%;
  height: auto;
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.page {
    background-image: url(img/bg_img_pc.png);
    background-position: top center;
    background-size: contain;
}
.page-news {
    padding: 130px 0 250px;
}
.page h2 {
    text-align: left;
}
.page-news ul {
    margin-top: 80px;
}
.page-news ul li {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 55px;
    font-size: 16px;
    border-bottom: 1px solid #000;
}
.page-single .single-date {
    color: #9081bd;
}
.single-title {
    font-size: 32px;
    font-weight: 400;
    margin: 20px auto 35px;
}
.single-content {
    margin-bottom: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #000;
}
.single-content p {
    line-height: 2;
}
.page-single .news-btn {
    width: auto;
    max-width: inherit;
    display: block;
    text-align: center;
}

@media screen and (max-width: 800px) {
    
    .page {
        background-image: url(img/bg_img_sp.png);
        background-position: top center;
        background-size: 100% auto;
    }
    .page-news {
        padding: 50px 0 100px;
    }
    .page-news h2 {
        text-align: left;
    }
    .page-news ul {
        margin-top: 45px;
    }
    .page-news ul li {
        display: block;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }
    .page-news ul li .date {
        margin-bottom: 10px;
    }
    .page-single {
        padding-right: 50px;
    }
    .single-title {
        font-size: 25px;
        margin: 20px auto 30px;
    }
    .single-content {
        margin-bottom: 45px;
        padding-bottom: 35px;
    }
    .single-content p {
        line-height: 2;
    }
    .page-single .news-btn {
        width: auto;
        max-width: inherit;
        display: block;
        text-align: center;
    }
}
.page-contact {
    padding: 130px 0 140px;
}
.contact-txt {
    margin: 45px 0 40px;
    line-height: 2;
}
.contact-txt span {
    color: #f00;
}
.contact-content {
    padding: 50px 100px 60px;
    background-color: #fff;
}
.contact-content table {
    width: 100%;
    border-spacing: 0;
}
.contact-content th {
    width: 160px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    font-weight: 450;
    padding-top: 15px;
}
.contact-content th span {
    color: #f00;
}
.contact-content td {
    width: calc(10% - 160px);
    padding-bottom: 20px;
}
.contact-content td input {
    width: 100%;
    padding: 15px 10px;
    line-height: 20px;
    border: 1px solid #dcdcdc;
}
.contact-content textarea {
    resize: none;
    height: 170px;
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 15px 10px;
}
.contact-content td input.txt-type01 {
    max-width: 440px;
}
.send {
    display: block;
    width: 200px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    padding: 15px 0;
    background-color: #9081bd;
    border-radius: 30px;
    border: 1px solid #9081bd;
    color: #fff;
    margin: 40px auto 0;
    cursor: pointer;
}
.ct-btn {
    display: flex;
    justify-content: center;
}
.ct-btn .send {
    margin: 40px 10px 0;
}
.back {
    display: block;
    width: 200px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    padding: 15px 0;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #9081bd;
    color: #9081bd;
    margin: 40px 10px 0;
    cursor: pointer;
}
.confirmation .contact-content th {
    padding-top: 0;
    line-height: 20px;
    padding-bottom: 30px;
}
.confirmation .contact-content td {
    line-height: 20px;
    padding-bottom: 30px;
}
.fin-content {
    padding-top: 90px;
    padding-bottom: 60px;
    text-align: center;
}
.fin-content .fin-ttl {
    font-size: 32px;
    color: #9081bd;
    margin-bottom: 25px;
}
.fin-content .fin-txt {
    line-height: 2;
    font-size: 12px;
}
.fin-content .btn-01 {
    display: inline-block;
    margin-top: 50px;
}

.pp-btn {
    text-align: center;
    margin-top: 50px;
}
.pp-btn input {
    display: none;
}

.pp-btn .mwform-checkbox-field-text {
    padding-left: 55px;
    position: relative;
}

.mwform-checkbox-field-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 1px solid #c8c8c8;
}

.pp-btn input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #9081bd;
}
.pp-btn a {
    color: #000;
    text-decoration: underline;
}
@media screen and (max-width: 800px) {
    .page-contact {
        padding: 50px 0 55px;
    }
    .contact-txt {
        margin: 55px 0 40px;
        line-height: 2;
    }
    .contact-content {
        padding: 35px 20px 50px;
    }
    .contact-content th {
        display: block;
        width: 100%;
        font-size: 16px;
        padding-top: 0;
    }
    .contact-content td {
        width: 100%;
        display: block;
        padding-bottom: 25px;
        padding-top: 15px;
    }
    .contact-content td input {
        font-size: 16px;
        line-height: 20px;
        padding: 10px;
    }
    .send {
        margin-top: 15px;
        width: 200px;
        font-size: 16px;
        line-height: 20px;
        padding: 15px 0;
    }
    .confirmation .contact-content th {
        padding-bottom: 10px;
    }
    .confirmation .contact-content td {
        padding-bottom: 20px;
    }
    .confirmation .send {
        margin-top: 40px;
    }
    .fin-content {
        padding-top: 60px;
        padding-bottom: 15px;
    }
    .fin-content .fin-ttl {
        font-size: 25px;
        color: #9081bd;
        line-height: 1.6;
    }
    .fin-content .fin-txt {
        line-height: 2;
        font-size: 16px;
    }
    .fin-content .btn-01 {
        display: inline-block;
        margin-top: 45px;
    }
    .pp-btn {
        margin-top: 40px;
    }
    .pp-btn .mwform-checkbox-field-text {
        padding-left: 40px;
    }
}

.page-policy {
    padding: 130px 0 150px;
}
.page-policy h2 {
    margin-bottom: 50px;
}
.page-policy p {
    font-size: 18px;
    line-height: 1.6;
}
.page-policy h3 {
    margin: 35px 0 15px;
    color: #9081bd;
    font-size: 20px;
    font-weight: 450;
}
.policy-list {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.6;
}
.policy-list li {
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width: 800px) {
    .page-policy {
        padding: 50px 0 100px;
        padding-right: 50px;
    }
    .page-policy h2 {
        margin-bottom: 30px;
    }
    .page-policy p {
        font-size: 14px;
        line-height: 1.6;
    }
    .page-policy h3 {
        margin: 20px 0 10px;
        font-size: 16px;
    }
    .policy-list {
        margin-top: 15px;
        font-size: 14px;
    }
}