@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1206px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) and (min-width: 769px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) and (min-width: 769px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .txt_en {
    font-family: "Outfit", serif;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  .text_cm {
    font-size: 16px;
    line-height: 1.75;
  }
  body {
    padding-top: 86px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #fff;
    height: 86px;
    padding: 0 100px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) and (min-width: 769px) {
  .header {
    padding: 0 15px;
  }
}

@media screen and (min-width: 769px), print {
  .header.changeBg {
    -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background-color: #fff !important;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 img {
   width: 400px;
    vertical-align: bottom;
  }
  .header .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header .header_menuSub {
    margin-left: auto;
  }
  .header .header_menuSub .header_menuSub_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 15px;
  }
  .header .header_menuSub .header_menuSub_main li:not(:last-child) {
    margin-right: 34px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) and (min-width: 769px) {
  .header .header_menuSub .header_menuSub_main li:not(:last-child) {
    margin-right: 10px;
  }
}

@media screen and (min-width: 769px), print {
  .header .header_menuSub .header_menuSub_main li a {
    display: block;
    font-family: "Outfit", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
  }
  .f_contact {
    padding: 63px 0;
  }
  .f_contact .row {
    max-width: 975px;
  }
  .f_contact .a_tel {
    height: 100%;
  }
  .f_contact .a_tel a {
    height: 100%;
  }
  .f_contact .campaign, .f_contact .a_tel {
    margin: 0;
  }
  .f_contact ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -6px;
  }
  .f_contact ul li {
    width: 481px;
    margin: 6px;
    height: 136px;
  }
  .f_contact ul li a {
    line-height: 0;
  }
  .f_contact ul li .campaign a {
    width: 481px;
    line-height: 9;
  }
  .footer .f_main {
    padding: 35px 0 21px;
    background-color: #F5F5F5;
  }
  .footer .f_main .f_main_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .footer .f_main .f_main_top > a {
    width: 176px;
    display: inline-block;
  }
  .footer .f_main .f_main_top ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
  }
  .footer .f_main .f_main_top ul li a {
    font-family: "Outfit", serif;
    font-size: 16px;
  }
  .footer .f_main .f_main_top ul li:not(:last-child) {
    margin-right: 34px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) and (min-width: 769px) {
  .footer .f_main .f_main_top ul li:not(:last-child) {
    margin-right: 10px;
  }
}

@media screen and (min-width: 769px), print {
  .footer .f_main .f_main_bot {
    text-align: center;
    font-size: 16px;
  }
  .footer .f_main .f_main_bot ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px;
  }
  .footer .f_main .f_main_bot ul li {
    width: 30px;
    margin: 0 8px;
  }
  .footer .f_main .f_main_bot ul li.ic_fb {
    width: 13px;
  }
  .footer .f_main .f_main_bot ul li.ic_yt {
    width: 41px;
  }
  .ttl {
    text-align: center;
    padding: 46px 0;
  }
  .ttl h2 {
    font-family: "Outfit", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.2619;
  }
  .wp-pagenavi {
    margin-top: 44px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi .page {
    margin: 0 3px;
    width: 43px;
    height: 43px;
    background: #E2E2E2;
    font-weight: 500;
    font-size: 23px;
    font-family: "Outfit", serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wp-pagenavi .page:hover {
    background-color: #000;
    opacity: 1;
    color: #fff;
  }
  .wp-pagenavi .dots {
    background-color: transparent;
    border: none;
  }
  .wp-pagenavi .dots:hover {
    background-color: transparent;
    color: #000;
  }
  .wp-pagenavi .current {
    margin: 0 3px;
    width: 43px;
    height: 43px;
    background: #000;
    font-weight: 500;
    font-size: 23px;
    font-family: "Outfit", serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wp-pagenavi .nextpostslink {
    width: 43px;
    height: 43px;
    text-indent: -9999px;
    display: block;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    background-image: url("../img/page_ar.svg");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 15px 29px;
    background-size: 15px 29px;
    display: none;
  }
  .wp-pagenavi .prevpostslink {
    width: 43px;
    height: 43px;
    text-indent: -9999px;
    display: block;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    background-image: url("../img/page_ar.svg");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 15px 29px;
    background-size: 15px 29px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: none;
  }
  a.btn, button.btn {
    min-width: 225px;
    min-height: 58px;
    padding: 0 30px;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
  }
  .breadcrumb {
    padding: 5px 0;
    font-size: 16px;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .breadcrumb ul li:not(:last-child) {
    position: relative;
    margin-right: 20px;
  }
  .breadcrumb ul li:not(:last-child)::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ctaFixed {
    position: fixed;
    z-index: 99;
    right: 17px;
    bottom: 0;
    width: 350px;
  }
  .ctaFixed a {
    display: inline-block;
    line-height: 0;
  }
  .ctaFixed a img {
    width: 100%;
    height: auto;
  }
  .a_tel {
    margin: 37px 0 11px;
  }
  .a_tel a {
    background: #FFFFFF;
    border: 4px solid #000000;
    position: relative;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotate(0);
    transform: rotateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 18px;
  }
  .a_tel a small {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) and (min-width: 769px) {
  .a_tel a small {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px), print {
  .a_tel a span {
    display: block;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2;
    position: relative;
    padding-left: 53px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) and (min-width: 769px) {
  .a_tel a span {
    font-size: 30px;
    padding-left: 35px;
  }
}

@media screen and (min-width: 769px), print {
  .a_tel a span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 43px;
    height: 42px;
    background: url(../img/ic_tel.svg) center/100% 100% no-repeat;
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) and (min-width: 769px) {
  .a_tel a span::before {
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .a_tel a::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: -webkit-calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: calc(100% - 8px);
    height: -webkit-calc(100% - 8px);
    height: -moz-calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #000;
    display: block;
    z-index: -1;
  }
  .list_new_cm li:last-child a {
    border-bottom: 1px solid #000;
  }
  .list_new_cm li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #000;
  }
  .list_new_cm li a figure {
    width: 104px;
    height: 104px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .list_new_cm li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .list_new_cm li a .txt {
    width: 100%;
    padding-left: 17px;
  }
  .list_new_cm li a .txt time {
    display: block;
    font-family: "Outfit", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.28571;
  }
  .list_new_cm li a .txt p {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4375;
    margin-top: 7px;
  }
  .p_top {
    padding-top: 0;
  }
  .p_top .header {
    background-color: transparent;
  }
  .p_top .slide {
    position: relative;
    width: 539px;
    height: 100vh;
    overflow: hidden;
    display: inline-block;
  }
  .p_top .slide-image {
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-animation: slider 24s linear infinite;
    -moz-animation: slider 24s linear infinite;
    animation: slider 24s linear infinite;
  }
  .p_top .slide-image:nth-child(1) {
    background-image: url(../img/slide01.webp);
    -webkit-animation-delay: -2s;
    -moz-animation-delay: -2s;
    animation-delay: -2s;
  }
  .p_top .slide-image:nth-child(2) {
    background-image: url(../img/slide02.webp);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s;
  }
  .p_top .slide-image:nth-child(3) {
    background-image: url(../img/slide03.webp);
    -webkit-animation-delay: 14s;
    -moz-animation-delay: 14s;
    animation-delay: 14s;
  }
  .p_top .slide-image:nth-child(2) {
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    animation-delay: 7s;
  }
  .p_top .slide-image:nth-child(3) {
    -webkit-animation-delay: 14s;
    -moz-animation-delay: 14s;
    animation-delay: 14s;
  }
  .p_top .slide-image:nth-child(4) {
    -webkit-animation-delay: 21s;
    -moz-animation-delay: 21s;
    animation-delay: 21s;
  }
  .p_top .slide-image:nth-child(5) {
    -webkit-animation-delay: 28s;
    -moz-animation-delay: 28s;
    animation-delay: 28s;
  }
  .p_top .slide-image:nth-child(6) {
    -webkit-animation-delay: 35s;
    -moz-animation-delay: 35s;
    animation-delay: 35s;
  }
  .p_top .slide-image:nth-child(7) {
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    animation-delay: 42s;
  }
  .p_top .slide-image:nth-child(8) {
    -webkit-animation-delay: 49s;
    -moz-animation-delay: 49s;
    animation-delay: 49s;
  }
  .p_top .slide-image:nth-child(9) {
    -webkit-animation-delay: 56s;
    -moz-animation-delay: 56s;
    animation-delay: 56s;
  }
  .p_top .slide-image:nth-child(10) {
    -webkit-animation-delay: 63s;
    -moz-animation-delay: 63s;
    animation-delay: 63s;
  }
  .p_top .mv {
    text-align: center;
    position: relative;
  }
  .p_top .mv .txtR {
    position: absolute;
    top: 50%;
    right: -12px;
    font-family: "Outfit", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 88px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.04);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-writing-mode: sideways-lr;
    -ms-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
    text-orientation: mixed;
  }
  .p_top .mv .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .p_top .mv .txt .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
  }
  .p_top .mv .txt .row .txtHoz {
    font-family: "Brawler", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    top: 50%;
    right: 90px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p_top .mv .txt .txt_inner {
    text-align: left;
  }
  .p_top .mv .txt .txt_inner h2 {
    text-align: center;
    display: inline-block;
    line-height: 1;
    margin-bottom: 20px;
  }
  .p_top .mv .txt .txt_inner h2 img {
    display: inline-block;
    width: 42px;
    margin-right: 75px;
  }
  .p_top .mv .txt .txt_inner h2 span {
    display: block;
    font-size: 88px;
    line-height: 1;
    font-weight: 400;
    text-align: left;
  }
  .p_top .mv .txt .txt_inner p {
    width: 388px;
  }
  .p_top .t_tl {
    margin-bottom: 35px;
  }
  .p_top .t_tl small {
    min-height: 27px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
  }
  .p_top .t_tl span {
    font-family: "Outfit", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 62px;
    line-height: 1.2;
    display: block;
  }
  .p_top .news {
    padding: 116px 0;
  }
  .p_top .news_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .news_l {
    width: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p_top .news_l a.n_btn {
    font-family: "Outfit", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    position: relative;
    padding-right: 35px;
    display: inline-block;
  }
  .p_top .news_l a.n_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #000 url(../img/ar.svg) center no-repeat;
    -moz-background-size: 17px 15px;
    background-size: 17px 15px;
    display: block;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
  }
  .p_top .news_r {
    width: 100%;
  }
  .p_top .worry {
    padding-bottom: 81px;
  }
  .p_top .worry_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .worry_l {
    width: 56%;
    padding-right: 15px;
  }
  .p_top .worry_l .w_list li {
    font-family: "Brawler", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 2.22222;
    padding-left: 31px;
    position: relative;
  }
  .p_top .worry_l .w_list li span {
    background: -webkit-linear-gradient(bottom, #EBEBEB 6px, transparent 6px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #EBEBEB 6px, transparent 6px, transparent 100%);
    background: linear-gradient(to top, #EBEBEB 6px, transparent 6px, transparent 100%);
  }
  .p_top .worry_l .w_list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: #000 url(../img/ic_check.svg) center/100% 100% no-repeat;
    -moz-background-size: 13px 11px;
    background-size: 13px 11px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    display: block;
  }
  .p_top .worry_r {
    width: -webkit-calc(44% + 104px);
    width: -moz-calc(44% + 104px);
    width: calc(44% + 104px);
    margin-right: -104px;
  }
  .p_top .problems {
    background-color: #F4F4F4;
    padding: 60px 0 79px;
  }
  .p_top .problems h2 {
    text-align: center;
    margin-bottom: 39px;
  }
  .p_top .problems h2 img {
    width: 137px;
  }
  .p_top .problems h2 span {
    font-family: "Brawler", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.61111;
    display: block;
  }
  .p_top .problems .p_list {
    display: -ms-grid;
    display: grid;
    gap: 34px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_top .problems .p_list li {
    background-color: #1F1F1F;
    padding: 30px;
    text-align: center;
  }
  .p_top .problems .p_list li:not(:last-child) {
    position: relative;
  }
  .p_top .problems .p_list li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 67px;
    height: 67px;
    background: url(../img/x2.png) center/100% 100% no-repeat;
    display: block;
    z-index: 2;
  }
  .p_top .problems .p_list li span {
    display: block;
    font-family: "Brawler", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    color: #FFFFFF;
  }
  .p_top .problems .p_list li p {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.38;
    color: #FFFFFF;
  }
  .p_top .problems .text {
    font-size: 16px;
    line-height: 1.62;
    margin-top: 23px;
    text-align: center;
  }
  .p_top .about {
    padding: 60px 0 98px;
  }
  .p_top .about .t_tl {
    margin-bottom: 72px;
  }
  .p_top .about .list {
    display: -ms-grid;
    display: grid;
    gap: 79px 71px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_top .about .list li {
    position: relative;
  }
  .p_top .about .list li figure {
    height: 254px;
  }
  .p_top .about .list li figure img {
    display: block;
    width: 100%;
    height: 86%;
    object-fit: cover;
  }
  .p_top .about .list li .point {
    position: absolute;
    top: -63px;
    left: 35%;
    width: 84px;
    height: 91px;
    background: url(../img/point_bg.png) center/100% 100% no-repeat;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Outfit", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
  }
  .p_top .about .list li .point i {
    font-style: normal;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .p_top .about .list li h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 170%;
    text-align: center;
    letter-spacing: 0.067em;
    color: #333232;
    margin: 29px 0 24px;
  }
  .p_top .about .list li p {
    font-size: 16px;
    line-height: 170%;
    text-align: justify;
    letter-spacing: 0.067em;
    color: #333232;
  }
  .p_top .flow {
    margin-bottom: 56px;
  }
  .p_top .flow .list {
    display: -ms-grid;
    display: grid;
    gap: 26px;
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
    position: relative;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotate(0);
    transform: rotateZ(0);
  }
  .p_top .flow .list::after {
    content: "";
    position: absolute;
    top: 71px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 32px;
    background: #E1E1E1;
    display: block;
  }
  .p_top .flow .list li {
    position: relative;
  }
  .p_top .flow .list li figure {
            height: 220px;
  }
  .p_top .flow .list li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .flow .list li .step {
    text-align: center;
    line-height: 0;
  }
  .p_top .flow .list li .step span {
    width: 112px;
    height: 35px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
    background: #000000;
    position: relative;
    margin-top: -17px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_top .flow .list li h3 {
    text-align: center;
    margin: 15px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1875;
  }
  .p_top .flow .list li p {
    font-size: 14px;
    line-height: 1.71;
    text-align: justify;
    letter-spacing: 0.067em;
    color: #333232;
  }
  .p_top .voice {
    margin-top: 67px;
  }
  .p_top .voice .t_tl {
    text-align: center;
  }
  .p_top .voice .voice_slider ul li {
    background-color: #F4F4F4;
    padding: 41px 27px 31px 35px;
    margin: 0 17px;
    width: 367px;
    position: relative;
            height: 450px;
  }
  .p_top .voice .voice_slider ul li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    height: 47px;
    background: url(../img/voice_ar1.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .voice .voice_slider ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 47px;
    height: 47px;
    background: url(../img/voice_ar2.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .voice .voice_slider ul li h3 {
    margin-bottom: 15px;
  }
  .p_top .voice .voice_slider ul li h3 small {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #696969;
  }
  .p_top .voice .voice_slider ul li h3 span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.33;
  }
  .p_top .voice .voice_slider ul li p {
    font-size: 14px;
    line-height: 1.71;
  }
  .p_top .voice .voice_slider .swiper-pagination {
    position: static;
    margin-top: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_top .voice .voice_slider .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 12px;
    height: 12px;
    background: #E3E3E3;
    margin: 0 4px;
  }
  .p_top .voice .voice_slider .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 20px;
    height: 20px;
    background-color: #000;
  }
  .p_top .price {
    padding: 76px 0 95px;
  }
  .p_top .price_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .p_top .price_l {
    width: 100%;
    padding-left: 0px;
  }
  .p_top .price_l .p_tb table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #000;
  }
  .p_top .price_l .p_tb table + table {
    margin-top: 14px;
  }
  .p_top .price_l .p_tb table thead th {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    background-color: #000;
    padding: 14px;
  }
  .p_top .price_l .p_tb table .txt_crosss {
    text-decoration: line-through;
  }
  .p_top .price_l .p_tb table tbody td, .p_top .price_l .p_tb table tbody th {
    padding: 16px;
    text-align: center;
    font-size: 20px;
    border-left: 1px solid #000;
    vertical-align: middle; 
  }
  .p_top .price_l .p_tb table tbody td small, .p_top .price_l .p_tb table tbody th small {
    font-size: 14px;
  }
  .p_top .price_l .p_tb table tbody th {
    font-weight: bold;
  }
  .p_top .price_r {
    width: -webkit-calc(36% + 104px);
    width: -moz-calc(36% + 104px);
    width: calc(36% + 104px);
    margin-left: -104px;
  }
  .p_top .access {
    padding-bottom: 80px;
  }
  .p_top .access_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .access_l {
    width: 44%;
  }
  .p_top .access_l .dlist dl + dl {
    margin-top: 15px;
  }
  .p_top .access_l .dlist dl dt {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.33;
    position: relative;
    padding-left: 15px;
  }
  .p_top .access_l .dlist dl dt::before {
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    width: 10px;
    height: 10px;
    background: #000000;
    display: block;
  }
  .p_top .access_l .dlist dl dd {
    padding-left: 15px;
    font-size: 16px;
  }
  .p_top .access_l .dlist dl dd .times {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_top .access_l .dlist dl dd .times:first-child {
    margin-top: 11px;
  }
  .p_top .access_l .dlist dl dd .times + .times {
    margin-top: 10px;
  }
  .p_top .access_l .dlist dl dd .times span {
    width: 74px;
    height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F0F0F0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 14px;
  }
  .p_top .access_l .dlist dl dd .times span.st2 {
    background-color: #000;
    color: #fff;
  }
  .p_top .access_l .campaign {
    margin: 0;
  }
  .p_top .access_r {
    width: 56%;
    padding-left: 67px;
  }
  .p_top .access_r .access_slider_area {
    margin-bottom: 18px;
    position: relative;
  }
  .p_top .access_r .access_slider_area .swiper-button-next {
    right: -37px;
    width: 24px;
    height: 116px;
    background: url(../img/access_ar.svg) center/100% 100% no-repeat;
    margin-top: -58px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) and (min-width: 769px) {
  .p_top .access_r .access_slider_area .swiper-button-next {
    right: -15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .access_r .access_slider_area .swiper-button-prev {
    left: -37px;
    width: 24px;
    height: 116px;
    background: url(../img/access_al.svg) center/100% 100% no-repeat;
    margin-top: -58px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) and (min-width: 769px) {
  .p_top .access_r .access_slider_area .swiper-button-prev {
    left: -15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .access_r .access_slider_area .swiper-pagination {
    bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_top .access_r .access_slider_area .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.33);
    margin: 0 4px;
  }
  .p_top .access_r .access_slider_area .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
  }
  .p_top .access_r .access_slider ul li {
    height: 359px;
    margin: 0 18px;
  }
  .p_top .access_r .access_slider ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .faq {
    padding-bottom: 76px;
  }
  .p_top .faq .t_tl {
    text-align: center;
  }
  .p_top .faq .row {
    max-width: 800px;
  }
  .p_top .faq .faq_it + .faq_it {
    margin-top: 44px;
  }
  .p_top .faq .faq_it .f_tt {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 21px;
    color: #333232;
  }
  .p_top .faq .faq_it .dlist dl {
    background-color: #EEEEEE;
  }
  .p_top .faq .faq_it .dlist dl + dl {
    margin-top: 15px;
  }
  .p_top .faq .faq_it .dlist dl dt {
    font-weight: 700;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.067em;
    color: #FFFFFF;
    padding: 18px 57px;
    position: relative;
    background-color: #000;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .faq .faq_it .dlist dl dt:hover {
    opacity: 0.7;
  }
  .p_top .faq .faq_it .dlist dl dt i {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 23px;
    top: 50%;
    margin-top: -8px;
    display: block;
  }
  .p_top .faq .faq_it .dlist dl dt i:before, .p_top .faq .faq_it .dlist dl dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .faq .faq_it .dlist dl dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .p_top .faq .faq_it .dlist dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .p_top .faq .faq_it .dlist dl dt.is_active i:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .p_top .faq .faq_it .dlist dl dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .p_top .faq .faq_it .dlist dl dt::before {
    content: "Q";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFFFFF;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    font-family: "Outfit", serif;
    line-height: 1;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
  }
  .p_top .faq .faq_it .dlist dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .faq .faq_it .dlist dl dd .ask {
    padding: 26px 50px;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.067em;
  }
  .p_top .trainer .row {
    position: relative;
  }
  .p_top .trainer .row::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    background: #fff;
    display: block;
    z-index: 2;
  }
  .p_top .trainer .trainer_slider {
    overflow: initial;
  }
  .p_top .trainer .trainer_slider ul li {
    width: 247px;
    margin-right: 29px;
  }
  .p_top .trainer .trainer_slider ul li figure {
    height: 342px;
  }
  .p_top .trainer .trainer_slider ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .trainer .trainer_slider ul li p {
    margin-top: 10px;
  }
  .p_top .trainer .trainer_slider ul li p small {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.067em;
    color: #333232;
  }
  .p_top .trainer .trainer_slider ul li p span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 170%;
    letter-spacing: 0.067em;
    color: #333232;
  }
  .p_top .trainer .trainer_slider ul li p em {
    font-weight: 500;
        font-size: 14px;
        line-height: 218%;
        letter-spacing: 0.067em;
        color: #FFFFFF;
        min-height: 22px;
        background: #0E0E0E;
        -moz-border-radius: 999px;
        /* border-radius: 999px; */
        padding: 3px 3px;
        font-style: normal;
  }
  .campaign {
    margin: 56px 0;
    text-align: center;
  }
  .campaign a {
    display: inline-block;
    width: 567px;
    max-width: 100%;
  }
  .p_news .news_main .row {
    max-width: 885px;
  }
  .p_news .news_detail .row {
    max-width: 885px;
  }
  .p_news .news_detail .ndt_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p_news .news_detail .ndt_main .ndt_l {
    width: 298px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p_news .news_detail .ndt_main .ndt_r {
    width: 100%;
    padding-left: 31px;
    font-size: 16px;
    line-height: 1.73;
  }
  .p_news .news_detail .ndt_main .ndt_r .meta {
    margin-bottom: 28px;
  }
  .p_news .news_detail .ndt_main .ndt_r .meta h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.20833;
  }
  .p_news .news_detail .ndt_main .ndt_r .meta time {
    font-family: "Outfit", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.28571;
    margin-top: 28px;
    display: block;
  }
  .p_news .news_detail .ndt_main .ndt_ctn h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
    background-color: #000;
    padding: 10px 25px;
    margin: 33px 0 27px;
  }
  .p_news .news_detail .ndt_main .ndt_ctn h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    border-bottom: 4px solid;
    margin-bottom: 19px;
    padding-bottom: 10px;
  }
  .p_news .news_detail .ndt_main .ndt_ctn ul {
    margin: 27px 0;
  }
  .p_news .news_detail .ndt_main .ndt_ctn ul li {
    position: relative;
    padding-left: 19px;
  }
  .p_news .news_detail .ndt_main .ndt_ctn ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #000;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    display: block;
  }
  .p_news .news_detail .ndt_main .ndt_ctn .btn {
    margin-top: 50px;
  }
  .p_contact .contact .row {
    max-width: 753px;
  }
  .p_contact .contact .completed {
    text-align: center;
    font-size: 16px;
    line-height: 1.73;
  }
  .p_contact .contact .completed h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.20833;
    margin-bottom: 22px;
  }
  .p_contact .contact .completed .f_btn {
    margin-top: 167px;
  }
  .p_contact .contact .f_btn {
    text-align: center;
    margin-top: 46px;
  }
  .p_contact .contact .form {
    padding-bottom: 30px;
  }
  .p_contact .contact .form .f_txtError {
    font-size: 14px;
    letter-spacing: 0.07em;
    margin-bottom: 4px;
    color: #f00;
  }
  .p_contact .contact .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p_contact .contact .form dl + dl {
    margin-top: 27px;
  }
  .p_contact .contact .form dl dt {
    width: 230px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    padding-right: 26px;
    padding-top: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p_contact .contact .form dl dt span {
    width: 51px;
    height: 24px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #8D2221;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .p_contact .contact .form dl dd {
    width: 100%;
  }
  .p_contact .contact .form dl dd input {
    width: 100%;
    padding: 0 15px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    height: 53px;
    background: #F5F5F5;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .p_contact .contact .form dl dd input::-webkit-input-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_contact .contact .form dl dd input::-moz-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_contact .contact .form dl dd input:-ms-input-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_contact .contact .form dl dd input::placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea {
    width: 100%;
    padding: 10px 15px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 257px;
    border: 0;
    background: #F5F5F5;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .p_contact .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea::-moz-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea:-ms-input-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea::placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_contact .contact .form dl dd .list_rd, .p_contact .contact .form dl dd .wpcf7-radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 7px 0;
  }
  .p_contact .contact .form dl dd .list_rd .rd, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item, .p_contact .contact .form dl dd .wpcf7-radio .rd, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .p_contact .contact .form dl dd .list_rd .rd:not(:last-child), .p_contact .contact .form dl dd .list_rd .wpcf7-list-item:not(:last-child), .p_contact .contact .form dl dd .wpcf7-radio .rd:not(:last-child), .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 29px;
  }
  .p_contact .contact .form dl dd .list_rd .rd label, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item label, .p_contact .contact .form dl dd .wpcf7-radio .rd label, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    line-height: 18px;
  }
  .p_contact .contact .form dl dd .list_rd .rd label input, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item label input, .p_contact .contact .form dl dd .wpcf7-radio .rd label input, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_contact .contact .form dl dd .list_rd .rd span, .p_contact .contact .form dl dd .list_rd .rd .wpcf7-list-item-label, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item span, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item .wpcf7-list-item-label, .p_contact .contact .form dl dd .wpcf7-radio .rd span, .p_contact .contact .form dl dd .wpcf7-radio .rd .wpcf7-list-item-label, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item span, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 26px;
  }
  .p_contact .contact .form dl dd .list_rd .rd span::before, .p_contact .contact .form dl dd .list_rd .rd .wpcf7-list-item-label::before, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item span::before, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item .wpcf7-list-item-label::before, .p_contact .contact .form dl dd .wpcf7-radio .rd span::before, .p_contact .contact .form dl dd .wpcf7-radio .rd .wpcf7-list-item-label::before, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item span::before, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #D9D9D9;
  }
  .p_contact .contact .form dl dd .list_rd .rd span::after, .p_contact .contact .form dl dd .list_rd .rd .wpcf7-list-item-label::after, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item span::after, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item .wpcf7-list-item-label::after, .p_contact .contact .form dl dd .wpcf7-radio .rd span::after, .p_contact .contact .form dl dd .wpcf7-radio .rd .wpcf7-list-item-label::after, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item span::after, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #000;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    display: none;
  }
  .p_contact .contact .form dl dd .list_rd .rd label input:checked ~ span:after, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item label input:checked ~ span:after, .p_contact .contact .form dl dd .wpcf7-radio .rd label input:checked ~ span:after, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item label input:checked ~ span:after {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .inner {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .txt_en {
    font-family: "Outfit", serif;
  }
  .text_cm {
    font-size: 3.86473vw;
    line-height: 1.75;
  }
  body {
    padding-top: 18.11594vw;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    height: 18.11594vw;
    padding: 0 3.62319vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header.changeBg {
    -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background-color: #fff !important;
  }
  .header .row {
    padding: 0;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 img {
            width: 80%;
    vertical-align: bottom;
  }
  .header .header_menuSub {
    position: fixed;
    height: 0;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
    padding: 24.15459vw 3.62319vw;
  }
  .header .header_menuSub.active {
    opacity: 1;
    visibility: visible;
  }
  .header .header_menuSub .header_menuSub_main li {
    text-align: center;
  }
  .header .header_menuSub .header_menuSub_main li + li {
    margin-top: 6.76329vw;
  }
  .header .header_menuSub .header_menuSub_main li a {
    display: inline-block;
    font-family: "Outfit", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 5.7971vw;
    line-height: 1.25;
    text-align: center;
  }
  .header .header_menuSub .h_social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 18.11594vw;
  }
  .header .header_menuSub .h_social li {
    width: 7.24638vw;
    margin: 0 1.93237vw;
  }
  .header .header_menuSub .h_social li.ic_fb {
    width: 3.1401vw;
  }
  .header .header_menuSub .h_social li.ic_yt {
    width: 9.90338vw;
  }
  .header .menu_icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    top: 5.7971vw;
    right: 3.62319vw;
    z-index: 9999;
    width: 8.45411vw;
    height: 6.03865vw;
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(0vw) rotate(-45deg);
    -moz-transform: translateY(0vw) rotate(-45deg);
    -ms-transform: translateY(0vw) rotate(-45deg);
    transform: translateY(0vw) rotate(-45deg);
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(0.48309vw) rotate(45deg);
    -moz-transform: translateY(0.48309vw) rotate(45deg);
    -ms-transform: translateY(0.48309vw) rotate(45deg);
    transform: translateY(0.48309vw) rotate(45deg);
  }
  .header .menu_icon_in {
    width: 8.45411vw;
    height: 6.03865vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .menu_icon_in .menu-trigger,
  .header .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 6.03865vw;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.48309vw;
    min-height: 1px;
    background-color: #000;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 2.657vw;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    width: 100%;
  }
  .f_contact {
    padding: 12.07729vw 0;
  }
  .f_contact .a_tel {
    height: 100%;
  }
  .f_contact .a_tel a {
    height: 100%;
  }
  .f_contact .campaign, .f_contact .a_tel {
    margin: 0;
  }
  .f_contact ul {
    display: -ms-grid;
    display: grid;
    gap: 2.41546vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .footer .f_main {
    padding: 9.90338vw 0 2.657vw;
    background-color: #F5F5F5;
  }
  .footer .f_main .f_main_top {
    margin-bottom: 16.90821vw;
  }
  .footer .f_main .f_main_top > a {
    width: 42.51208vw;
    display: block;
    margin: 0 auto 7.24638vw;
  }
  .footer .f_main .f_main_top ul {
    text-align: center;
  }
  .footer .f_main .f_main_top ul li + li {
    margin-top: 3.62319vw;
  }
  .footer .f_main .f_main_top ul li a {
    font-family: "Outfit", serif;
    font-size: 3.86473vw;
    display: inline-block;
  }
  .footer .f_main .f_main_bot {
    text-align: center;
    font-size: 3.86473vw;
  }
  .footer .f_main .f_main_bot ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4.58937vw;
  }
  .footer .f_main .f_main_bot ul li {
    width: 7.24638vw;
    margin: 0 1.93237vw;
  }
  .footer .f_main .f_main_bot ul li.ic_fb {
    width: 3.1401vw;
  }
  .footer .f_main .f_main_bot ul li.ic_yt {
    width: 9.90338vw;
  }
  .ttl {
    text-align: center;
    padding: 4.83092vw 0 10.38647vw;
  }
  .ttl h2 {
    font-family: "Outfit", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 10.14493vw;
    line-height: 1.2619;
  }
  .wp-pagenavi {
    margin-top: 7.24638vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi .page {
    margin: 0 0.72464vw;
    width: 10.38647vw;
    height: 10.38647vw;
    background: #E2E2E2;
    font-weight: 500;
    font-size: 5.55556vw;
    font-family: "Outfit", serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-border-radius: 2415.21739vw;
    border-radius: 2415.21739vw;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wp-pagenavi .page:hover {
    background-color: #000;
    opacity: 1;
    color: #fff;
  }
  .wp-pagenavi .dots {
    background-color: transparent;
    border: none;
  }
  .wp-pagenavi .dots:hover {
    background-color: transparent;
    color: #000;
  }
  .wp-pagenavi .current {
    margin: 0 0.72464vw;
    width: 10.38647vw;
    height: 10.38647vw;
    background: #000;
    font-weight: 500;
    font-size: 5.55556vw;
    font-family: "Outfit", serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-border-radius: 2415.21739vw;
    border-radius: 2415.21739vw;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wp-pagenavi .nextpostslink {
    width: 10.38647vw;
    height: 10.38647vw;
    text-indent: -2415.21739vw;
    display: block;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    background-image: url("../img/page_ar.svg");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 3.62319vw 7.00483vw;
    background-size: 3.62319vw 7.00483vw;
    display: none;
  }
  .wp-pagenavi .prevpostslink {
    width: 10.38647vw;
    height: 10.38647vw;
    text-indent: -2415.21739vw;
    display: block;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    background-image: url("../img/page_ar.svg");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 3.62319vw 7.00483vw;
    background-size: 3.62319vw 7.00483vw;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: none;
  }
  a.btn, button.btn {
    min-width: 54.34783vw;
    min-height: 14.00966vw;
    padding: 0 7.24638vw;
    font-weight: 700;
    font-size: 3.86473vw;
    color: #FFFFFF;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    -moz-border-radius: 2415.21739vw;
    border-radius: 2415.21739vw;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
  }
  .btn_wr {
    text-align: center;
  }
  .breadcrumb {
    padding: 2.41546vw 0;
    font-size: 3.86473vw;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .breadcrumb ul li:not(:last-child) {
    position: relative;
    margin-right: 4.83092vw;
  }
  .breadcrumb ul li:not(:last-child)::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: -3.62319vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .a_tel {
    margin: 8.9372vw 0 2.657vw;
  }
  .a_tel a {
    background: #FFFFFF;
    border: 0.96618vw solid #000000;
    position: relative;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotate(0);
    transform: rotateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4.34783vw;
  }
  .a_tel a small {
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 1.2;
    display: block;
  }
  .a_tel a span {
    display: block;
    font-weight: 700;
    font-size: 8.45411vw;
    line-height: 1.2;
    position: relative;
    padding-left: 9.84764vw;
  }
  .a_tel a span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7.98959vw;
    height: 7.80379vw;
    background: url(../img/ic_tel.svg) center/100% 100% no-repeat;
    display: block;
  }
  .a_tel a::after {
    content: "";
    position: absolute;
    top: 0.96618vw;
    left: 0.96618vw;
    width: -webkit-calc(100% - 1.93237vw);
    width: -moz-calc(100% - 1.93237vw);
    width: calc(100% - 1.93237vw);
    height: -webkit-calc(100% - 1.93237vw);
    height: -moz-calc(100% - 1.93237vw);
    height: calc(100% - 1.93237vw);
    border: 1px solid #000;
    display: block;
    z-index: -1;
  }
  .list_new_cm li:last-child a {
    border-bottom: 1px solid #000;
  }
  .list_new_cm li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.62319vw 0;
    border-top: 1px solid #000;
  }
  .list_new_cm li a figure {
    width: 25.12077vw;
    height: 25.12077vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .list_new_cm li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .list_new_cm li a .txt {
    width: 100%;
    padding-left: 4.10628vw;
  }
  .list_new_cm li a .txt time {
    display: block;
    font-family: "Outfit", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 1.28571;
  }
  .list_new_cm li a .txt p {
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 1.4375;
    margin-top: 1.69082vw;
  }
  .p_top .slide {
    position: relative;
    width: 57.72947vw;
    height: 87.19807vw;
    overflow: hidden;
    display: inline-block;
  }
  .p_top .slide-image {
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-animation: slider 24s linear infinite;
    -moz-animation: slider 24s linear infinite;
    animation: slider 24s linear infinite;
  }
  .p_top .slide-image:nth-child(1) {
    background-image: url(../img/slide01.webp);
    -webkit-animation-delay: -2s;
    -moz-animation-delay: -2s;
    animation-delay: -2s;
  }
  .p_top .slide-image:nth-child(2) {
    background-image: url(../img/slide02.webp);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s;
  }
  .p_top .slide-image:nth-child(3) {
    background-image: url(../img/slide03.webp);
    -webkit-animation-delay: 14s;
    -moz-animation-delay: 14s;
    animation-delay: 14s;
  }
  .p_top .slide-image:nth-child(2) {
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    animation-delay: 7s;
  }
  .p_top .slide-image:nth-child(3) {
    -webkit-animation-delay: 14s;
    -moz-animation-delay: 14s;
    animation-delay: 14s;
  }
  .p_top .slide-image:nth-child(4) {
    -webkit-animation-delay: 21s;
    -moz-animation-delay: 21s;
    animation-delay: 21s;
  }
  .p_top .slide-image:nth-child(5) {
    -webkit-animation-delay: 28s;
    -moz-animation-delay: 28s;
    animation-delay: 28s;
  }
  .p_top .slide-image:nth-child(6) {
    -webkit-animation-delay: 35s;
    -moz-animation-delay: 35s;
    animation-delay: 35s;
  }
  .p_top .slide-image:nth-child(7) {
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    animation-delay: 42s;
  }
  .p_top .slide-image:nth-child(8) {
    -webkit-animation-delay: 49s;
    -moz-animation-delay: 49s;
    animation-delay: 49s;
  }
  .p_top .slide-image:nth-child(9) {
    -webkit-animation-delay: 56s;
    -moz-animation-delay: 56s;
    animation-delay: 56s;
  }
  .p_top .slide-image:nth-child(10) {
    -webkit-animation-delay: 63s;
    -moz-animation-delay: 63s;
    animation-delay: 63s;
  }
  .p_top .mv {
    position: relative;
    padding-top: 6.03865vw;
  }
  .p_top .mv .txtR {
    position: absolute;
    bottom: 0;
    right: -2.89855vw;
    font-family: "Outfit", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13.76812vw;
    line-height: 1;
    color: rgba(0, 0, 0, 0.04);
    -webkit-writing-mode: sideways-lr;
    -ms-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
    text-orientation: mixed;
  }
  .p_top .mv .txt {
    z-index: 2;
    margin-bottom: 8.69565vw;
  }
  .p_top .mv .txt .row .txtHoz {
    font-family: "Brawler", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 5.07246vw;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    bottom: 12.07729vw;
    right: 19.80676vw;
  }
  .p_top .mv .txt .txt_inner {
    text-align: center;
  }
  .p_top .mv .txt .txt_inner h2 {
    text-align: center;
    display: inline-block;
    line-height: 1;
    margin-bottom: 4.83092vw;
  }
  .p_top .mv .txt .txt_inner h2 img {
    display: inline-block;
    width: 5.7971vw;
  }
  .p_top .mv .txt .txt_inner h2 span {
    display: block;
    font-size: 12.56039vw;
    line-height: 1;
    font-weight: 400;
    text-align: left;
  }
  .p_top .mv .txt .txt_inner p {
    text-align: left;
  }
  .p_top .t_tl {
    margin-bottom: 8.45411vw;
  }
  .p_top .t_tl small {
    min-height: 6.52174vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3.62319vw;
    font-size: 3.38164vw;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    -moz-border-radius: 2415.21739vw;
    border-radius: 2415.21739vw;
  }
  .p_top .t_tl span {
    font-family: "Outfit", serif;
    font-style: normal;
    font-weight: 500;
   font-size: 12.97585vw;
    line-height: 1.2;
    display: block;
    white-space: nowrap;
  }
  .p_top .news {
    padding: 13.52657vw 0 15.45894vw;
  }
  .p_top .news .t_tl {
    margin-bottom: 2.89855vw;
  }
  .p_top .news_l a.n_btn {
    font-family: "Outfit", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.86473vw;
    line-height: 1.25;
    position: relative;
    padding-right: 8.45411vw;
    display: inline-block;
  }
  .p_top .news_l a.n_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7.24638vw;
    height: 7.24638vw;
    background: #000 url(../img/ar.svg) center no-repeat;
    -moz-background-size: 4.10628vw 3.62319vw;
    background-size: 4.10628vw 3.62319vw;
    display: block;
    -moz-border-radius: 2415.21739vw;
    border-radius: 2415.21739vw;
  }
  .p_top .news_r {
    margin-top: 7.24638vw;
  }
  .p_top .worry {
    padding-bottom: 14.49275vw;
  }
  .p_top .worry_l {
    margin-bottom: 10.38647vw;
  }
  .p_top .worry_l .w_list li {
    font-family: "Brawler", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 4.34783vw;
    line-height: 1.5;
    padding-left: 6.52174vw;
    position: relative;
  }
  .p_top .worry_l .w_list li + li {
    margin-top: 3.62319vw;
  }
  .p_top .worry_l .w_list li span {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1.44928vw, #EBEBEB), color-stop(1.44928vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #EBEBEB 1.44928vw, transparent 1.44928vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #EBEBEB 1.44928vw, transparent 1.44928vw, transparent 100%);
    background: linear-gradient(to top, #EBEBEB 1.44928vw, transparent 1.44928vw, transparent 100%);
  }
  .p_top .worry_l .w_list li::before {
    content: "";
    position: absolute;
    top: 0.96618vw;
    left: 0;
    width: 4.58937vw;
    height: 4.58937vw;
    background: #000 url(../img/ic_check.svg) center/100% 100% no-repeat;
    -moz-background-size: 3.1401vw 2.657vw;
    background-size: 3.1401vw 2.657vw;
    -moz-border-radius: 2415.21739vw;
    border-radius: 2415.21739vw;
    display: block;
  }
  .p_top .worry_r {
    margin-right: -3.62319vw;
    width: 90.09662vw;
    margin-left: auto;
  }
  .p_top .problems {
    background-color: #F4F4F4;
    padding: 12.07729vw 0;
  }
  .p_top .problems h2 {
    text-align: center;
    margin-bottom: 9.42029vw;
  }
  .p_top .problems h2 img {
    width: 33.09179vw;
  }
  .p_top .problems h2 span {
    font-family: "Brawler", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 8.69565vw;
    line-height: 1.61111;
    display: block;
  }
  .p_top .problems .p_list {
    display: -ms-grid;
    display: grid;
    gap: 8.21256vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .problems .p_list li {
    background-color: #1F1F1F;
    padding: 7.24638vw;
    text-align: center;
  }
  .p_top .problems .p_list li:not(:last-child) {
    position: relative;
  }
  .p_top .problems .p_list li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12.07729vw;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16.18357vw;
    height: 16.18357vw;
    background: url(../img/x2.png) center/100% 100% no-repeat;
    display: block;
    z-index: 2;
  }
  .p_top .problems .p_list li span {
    display: block;
    font-family: "Brawler", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10.14493vw;
    color: #FFFFFF;
  }
  .p_top .problems .p_list li p {
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 1.38;
    color: #FFFFFF;
  }
  .p_top .problems .text {
    font-size: 3.86473vw;
    line-height: 1.62;
    margin-top: 8.45411vw;
    text-align: center;
  }
  .p_top .about {
    padding: 14.49275vw 0 20.28986vw;
  }
  .p_top .about .t_tl {
    margin-bottom: 14.49275vw;
  }
  .p_top .about .list {
    display: -ms-grid;
    display: grid;
    gap: 14.25121vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .about .list li {
    position: relative;
  }
  .p_top .about .list li figure {
    height: 61.35266vw;
    margin-top: 50px;
  }
  .p_top .about .list li figure img {
    display: block;
    width: 100%;
    height:90%;
    object-fit: cover;
  }
  .p_top .about .list li .point {
    position: absolute;
    top: -5.7971vw;
    left: 40%;
    width: 20.28986vw;
    height: 21.98068vw;
    background: url(../img/point_bg.png) center/100% 100% no-repeat;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Outfit", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.86473vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
  }
  .p_top .about .list li .point i {
    font-style: normal;
    font-size: 7.72947vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .p_top .about .list li h3 {
    font-weight: 700;
    font-size: 4.34783vw;
    line-height: 170%;
    text-align: center;
    letter-spacing: 0.067em;
    color: #333232;
    margin: 7.00483vw 0 5.7971vw;
  }
  .p_top .about .list li p {
    font-size: 3.86473vw;
    line-height: 170%;
    text-align: justify;
    letter-spacing: 0.067em;
    color: #333232;
  }
  .p_top .flow {
    margin-bottom: 13.52657vw;
  }
  .p_top .flow .flow_des {
    font-size: 3.38164vw;
    letter-spacing: 0.067em;
    margin-bottom: 2.41546vw;
    color: #333232;
  }
  .p_top .flow .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotate(0);
    transform: rotateZ(0);
  }
  .p_top .flow .list::after {
    content: "";
    position: absolute;
    top: 71px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 32px;
    background: #E1E1E1;
    display: block;
  }
  .p_top .flow .list li {
    white-space: initial;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 53.1401vw;
  }
  .p_top .flow .list li:not(:last-child) {
    margin-right: 6.28019vw;
  }
  .p_top .flow .list li figure {
    height: 41.78744vw;
  }
  .p_top .flow .list li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .flow .list li .step {
    text-align: center;
    line-height: 0;
  }
  .p_top .flow .list li .step span {
    width: 27.05314vw;
    height: 8.45411vw;
    font-weight: 700;
    font-size: 3.38164vw;
    line-height: 1;
    color: #FFFFFF;
    background: #000000;
    position: relative;
    margin-top: -4.10628vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_top .flow .list li h3 {
    text-align: center;
    margin: 3.62319vw 0;
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 1.1875;
  }
  .p_top .flow .list li p {
    font-size: 3.38164vw;
    line-height: 1.71;
    text-align: justify;
    letter-spacing: 0.067em;
    color: #333232;
  }
  .p_top .voice {
    margin-top: 16.18357vw;
  }
  .p_top .voice .t_tl {
    text-align: center;
  }
  .p_top .voice .voice_slider ul li {
    background-color: #F4F4F4;
    padding: 9.90338vw 6.03865vw;
    margin: 0 1.93237vw;
    width: 73.91304vw;
    position: relative;
            height: 450px;
  }
  .p_top .voice .voice_slider ul li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 11.35266vw;
    height: 11.35266vw;
    background: url(../img/voice_ar1.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .voice .voice_slider ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 11.35266vw;
    height: 11.35266vw;
    background: url(../img/voice_ar2.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .voice .voice_slider ul li h3 {
    margin-bottom: 3.62319vw;
  }
  .p_top .voice .voice_slider ul li h3 small {
    display: block;
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 1.5;
    color: #696969;
  }
  .p_top .voice .voice_slider ul li h3 span {
    display: block;
    font-weight: 700;
    font-size: 4.34783vw;
    line-height: 1.33;
  }
  .p_top .voice .voice_slider ul li p {
    font-size: 3.38164vw;
    line-height: 1.71;
  }
  .p_top .voice .voice_slider .swiper-pagination {
    position: static;
    margin-top: 6.03865vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_top .voice .voice_slider .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 2.89855vw;
    height: 2.89855vw;
    background: #E3E3E3;
    margin: 0 0.96618vw;
  }
  .p_top .voice .voice_slider .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 4.83092vw;
    height: 4.83092vw;
    background-color: #000;
  }
  .p_top .price {
    padding: 18.35749vw 0 15.94203vw;
  }
  .p_top .price_l .p_tb table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #000;
  }
  .p_top .price_l .p_tb table + table {
    margin-top: 3.38164vw;
  }
  .p_top .price_l .p_tb table thead th {
    color: #FFF;
    font-size: 4.83092vw;
    font-weight: bold;
    background-color: #000;
    padding: 3.38164vw;
  }
  .p_top .price_l .p_tb table .txt_crosss {
    text-decoration: line-through;
  }
  .p_top .price_l .p_tb table tbody td, .p_top .price_l .p_tb table tbody th {
    padding: 3.86473vw;
    text-align: center;
    font-size: 4.83092vw;
    border-left: 1px solid #000;
  }
  .p_top .price_l .p_tb table tbody td small, .p_top .price_l .p_tb table tbody th small {
    font-size: 3.38164vw;
  }
  .p_top .price_l .p_tb table tbody th {
    font-weight: bold;
  }
  .p_top .price_r {
    margin-top: 3.1401vw;
  }
  .p_top .access {
    padding-bottom: 12.56039vw;
  }
  .p_top .access_l {
    padding-left: 2.41546vw;
  }
  .p_top .access_l .dlist dl + dl {
    margin-top: 3.62319vw;
  }
  .p_top .access_l .dlist dl dt {
    font-weight: 700;
    font-size: 4.34783vw;
    line-height: 1.33;
    position: relative;
    padding-left: 3.62319vw;
  }
  .p_top .access_l .dlist dl dt::before {
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    width: 2.41546vw;
    height: 2.41546vw;
    background: #000000;
    display: block;
  }
  .p_top .access_l .dlist dl dd {
    padding-left: 3.62319vw;
    font-size: 3.86473vw;
  }
  .p_top .access_l .dlist dl dd .times {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_top .access_l .dlist dl dd .times:first-child {
    margin-top: 2.657vw;
  }
  .p_top .access_l .dlist dl dd .times + .times {
    margin-top: 2.41546vw;
  }
  .p_top .access_l .dlist dl dd .times span {
    width: 17.8744vw;
    height: 5.7971vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F0F0F0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 3.38164vw;
  }
  .p_top .access_l .dlist dl dd .times span.st2 {
    background-color: #000;
    color: #fff;
  }
  .p_top .access_l .campaign {
    margin: 0;
  }
  .p_top .access .a_ct {
    margin-top: 4.83092vw;
  }
  .p_top .access .a_ct .campaign, .p_top .access .a_ct .a_tel {
    margin: 0;
  }
  .p_top .access .a_ct .a_tel {
    margin-bottom: 2.41546vw;
  }
  .p_top .access_r {
    margin-top: 5.7971vw;
    padding-left: 4.83092vw;
    padding-right: 4.83092vw;
  }
  .p_top .access_r .access_slider_area {
    margin-bottom: 4.34783vw;
    position: relative;
  }
  .p_top .access_r .access_slider_area .swiper-button-next {
    right: -6.03865vw;
    width: 3.76435vw;
    height: 18.19437vw;
    background: url(../img/access_ar.svg) center/100% 100% no-repeat;
    margin-top: -9.17874vw;
  }
  .p_top .access_r .access_slider_area .swiper-button-prev {
    left: -6.03865vw;
    width: 3.76435vw;
    height: 18.19437vw;
    background: url(../img/access_al.svg) center/100% 100% no-repeat;
    margin-top: -9.17874vw;
  }
  .p_top .access_r .access_slider_area .swiper-pagination {
    bottom: 2.41546vw;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_top .access_r .access_slider_area .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 1.93237vw;
    height: 1.93237vw;
    background: rgba(255, 255, 255, 0.33);
    margin: 0 0.48309vw;
  }
  .p_top .access_r .access_slider_area .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
  }
  .p_top .access_r .access_map iframe {
    height: 48.30918vw;
  }
  .p_top .access_r .access_slider ul li {
    height: 48.30918vw;
  }
  .p_top .access_r .access_slider ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .faq {
    padding-bottom: 18.35749vw;
  }
  .p_top .faq .t_tl {
    text-align: center;
  }
  .p_top .faq .row {
    max-width: 193.23671vw;
  }
  .p_top .faq .faq_it + .faq_it {
    margin-top: 8.45411vw;
  }
  .p_top .faq .faq_it .f_tt {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 5.07246vw;
    color: #333232;
  }
  .p_top .faq .faq_it .dlist dl {
    background-color: #EEEEEE;
  }
  .p_top .faq .faq_it .dlist dl + dl {
    margin-top: 3.62319vw;
  }
  .p_top .faq .faq_it .dlist dl dt {
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 170%;
    letter-spacing: 0.067em;
    color: #FFFFFF;
    padding: 4.34783vw 13.76812vw;
    position: relative;
    background-color: #000;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .faq .faq_it .dlist dl dt:hover {
    opacity: 0.7;
  }
  .p_top .faq .faq_it .dlist dl dt i {
    position: absolute;
    width: 3.86473vw;
    height: 3.86473vw;
    right: 5.55556vw;
    top: 50%;
    margin-top: -1.93237vw;
    display: block;
  }
  .p_top .faq .faq_it .dlist dl dt i:before, .p_top .faq .faq_it .dlist dl dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .faq .faq_it .dlist dl dt i:before {
    top: 0;
    left: 50%;
    width: 0.48309vw;
    height: 100%;
    margin-left: -0.24155vw;
  }
  .p_top .faq .faq_it .dlist dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.48309vw;
    margin-top: -0.24155vw;
  }
  .p_top .faq .faq_it .dlist dl dt.is_active i:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .p_top .faq .faq_it .dlist dl dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .p_top .faq .faq_it .dlist dl dt::before {
    content: "Q";
    position: absolute;
    width: 7.24638vw;
    height: 7.24638vw;
    left: 3.86473vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFFFFF;
    -moz-border-radius: 2415.21739vw;
    border-radius: 2415.21739vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    font-family: "Outfit", serif;
    line-height: 1;
    font-style: normal;
    font-weight: 500;
    font-size: 4.83092vw;
    color: #000000;
  }
  .p_top .faq .faq_it .dlist dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .faq .faq_it .dlist dl dd .ask {
    padding: 6.28019vw 12.07729vw;
    font-size: 3.86473vw;
    line-height: 170%;
    letter-spacing: 0.067em;
  }
  .p_top .trainer .row {
    position: relative;
  }
  .p_top .trainer .row::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    background: #fff;
    display: block;
    z-index: 2;
  }
  .p_top .trainer .trainer_slider {
    overflow: initial;
  }
  .p_top .trainer .trainer_slider ul li {
    width: 59.66184vw;
    margin-right: 4.58937vw;
  }
  .p_top .trainer .trainer_slider ul li figure {
    height: 82.6087vw;
  }
  .p_top .trainer .trainer_slider ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .trainer .trainer_slider ul li p {
    margin-top: 2.41546vw;
  }
  .p_top .trainer .trainer_slider ul li p small {
    display: block;
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 170%;
    letter-spacing: 0.067em;
    color: #333232;
  }
  .p_top .trainer .trainer_slider ul li p span {
    display: block;
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 170%;
    letter-spacing: 0.067em;
    color: #333232;
  }
  .p_top .trainer .trainer_slider ul li p em {
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 170%;
    letter-spacing: 0.067em;
    color: #FFFFFF;
    min-height: 5.31401vw;
    background: #0E0E0E;
/*    -moz-border-radius: 241.30435vw;
    border-radius: 241.30435vw;*/
    padding: 0 1.93237vw;
    font-style: normal;
  }
  .campaign {
    margin: 9.42029vw 0;
    text-align: center;
  }
  .campaign a {
    display: inline-block;
    width: 92.75362vw;
    max-width: 100%;
  }
  .p_news .news_detail .ndt_main .ndt_l {
    width: 71.98068vw;
    margin: 0 auto 6.03865vw;
  }
  .p_news .news_detail .ndt_main .ndt_r {
    font-size: 3.86473vw;
    line-height: 1.73;
  }
  .p_news .news_detail .ndt_main .ndt_r .meta {
    margin-bottom: 6.76329vw;
  }
  .p_news .news_detail .ndt_main .ndt_r .meta h1 {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 1.20833;
  }
  .p_news .news_detail .ndt_main .ndt_r .meta time {
    font-family: "Outfit", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 1.28571;
    margin-top: 6.76329vw;
    display: block;
  }
  .p_news .news_detail .ndt_main .ndt_ctn h2 {
    font-weight: 700;
    font-size: 4.83092vw;
    line-height: 1.2;
    color: #FFFFFF;
    background-color: #000;
    padding: 2.41546vw 6.03865vw;
    margin: 7.97101vw 0 6.52174vw;
  }
  .p_news .news_detail .ndt_main .ndt_ctn h3 {
    font-weight: 700;
    font-size: 4.83092vw;
    line-height: 1.2;
    border-bottom: 0.96618vw solid;
    margin-bottom: 4.58937vw;
    padding-bottom: 2.41546vw;
  }
  .p_news .news_detail .ndt_main .ndt_ctn ul {
    margin: 6.52174vw 0;
  }
  .p_news .news_detail .ndt_main .ndt_ctn ul li {
    position: relative;
    padding-left: 4.58937vw;
  }
  .p_news .news_detail .ndt_main .ndt_ctn ul li::before {
    content: "";
    position: absolute;
    top: 2.17391vw;
    left: 0;
    width: 2.17391vw;
    height: 2.17391vw;
    background-color: #000;
    -moz-border-radius: 2415.21739vw;
    border-radius: 2415.21739vw;
    display: block;
  }
  .p_news .news_detail .ndt_main .ndt_ctn .btn {
    margin-top: 12.07729vw;
  }
  .p_contact .contact .row {
    max-width: 181.88406vw;
  }
  .p_contact .contact .completed {
    text-align: center;
    font-size: 3.86473vw;
    line-height: 1.73;
  }
  .p_contact .contact .completed h3 {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 1.20833;
    margin-bottom: 5.31401vw;
  }
  .p_contact .contact .completed .f_btn {
    margin-top: 40.33816vw;
  }
  .p_contact .contact .f_btn {
    text-align: center;
    margin-top: 13.04348vw;
  }
  .p_contact .contact .form {
    padding-bottom: 7.24638vw;
  }
  .p_contact .contact .form .f_txtError {
    font-size: 3.38164vw;
    letter-spacing: 0.07em;
    margin-bottom: 0.96618vw;
    color: #f00;
  }
  .p_contact .contact .form dl + dl {
    margin-top: 7.97101vw;
  }
  .p_contact .contact .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 3.86473vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 3.62319vw;
  }
  .p_contact .contact .form dl dt span {
    width: 12.31884vw;
    height: 5.7971vw;
    -moz-border-radius: 1.20773vw;
    border-radius: 1.20773vw;
    background: #8D2221;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    font-size: 3.38164vw;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .p_contact .contact .form dl dd {
    width: 100%;
  }
  .p_contact .contact .form dl dd input {
    width: 100%;
    padding: 0 3.62319vw;
    outline: none;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    height: 12.80193vw;
    background: #F5F5F5;
    -moz-border-radius: 1.20773vw;
    border-radius: 1.20773vw;
    font-size: -webkit-calc(max(3.86473vw, 16px));
    font-size: -moz-calc(max(3.86473vw, 16px));
    font-size: calc(max(3.86473vw, 16px));
  }
  .p_contact .contact .form dl dd input::-webkit-input-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_contact .contact .form dl dd input::-moz-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_contact .contact .form dl dd input:-ms-input-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_contact .contact .form dl dd input::placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea {
    width: 100%;
    padding: 2.41546vw 3.62319vw;
    outline: none;
    font-size: -webkit-calc(max(3.86473vw, 16px));
    font-size: -moz-calc(max(3.86473vw, 16px));
    font-size: calc(max(3.86473vw, 16px));
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 71.25604vw;
    border: 0;
    background: #F5F5F5;
    -moz-border-radius: 1.20773vw;
    border-radius: 1.20773vw;
  }
  .p_contact .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea::-moz-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea:-ms-input-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_contact .contact .form dl dd textarea::placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_contact .contact .form dl dd .list_rd, .p_contact .contact .form dl dd .wpcf7-radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1.69082vw 0;
  }
  .p_contact .contact .form dl dd .list_rd .rd, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item, .p_contact .contact .form dl dd .wpcf7-radio .rd, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item {
    margin-top: 1.69082vw;
    margin-bottom: 1.69082vw;
  }
  .p_contact .contact .form dl dd .list_rd .rd:not(:last-child), .p_contact .contact .form dl dd .list_rd .wpcf7-list-item:not(:last-child), .p_contact .contact .form dl dd .wpcf7-radio .rd:not(:last-child), .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 7.00483vw;
  }
  .p_contact .contact .form dl dd .list_rd .rd label, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item label, .p_contact .contact .form dl dd .wpcf7-radio .rd label, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 3.86473vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    line-height: 4.34783vw;
  }
  .p_contact .contact .form dl dd .list_rd .rd label input, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item label input, .p_contact .contact .form dl dd .wpcf7-radio .rd label input, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_contact .contact .form dl dd .list_rd .rd span, .p_contact .contact .form dl dd .list_rd .rd .wpcf7-list-item-label, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item span, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item .wpcf7-list-item-label, .p_contact .contact .form dl dd .wpcf7-radio .rd span, .p_contact .contact .form dl dd .wpcf7-radio .rd .wpcf7-list-item-label, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item span, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 6.28019vw;
  }
  .p_contact .contact .form dl dd .list_rd .rd span::before, .p_contact .contact .form dl dd .list_rd .rd .wpcf7-list-item-label::before, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item span::before, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item .wpcf7-list-item-label::before, .p_contact .contact .form dl dd .wpcf7-radio .rd span::before, .p_contact .contact .form dl dd .wpcf7-radio .rd .wpcf7-list-item-label::before, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item span::before, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 4.34783vw;
    height: 4.34783vw;
    background-color: #D9D9D9;
  }
  .p_contact .contact .form dl dd .list_rd .rd span::after, .p_contact .contact .form dl dd .list_rd .rd .wpcf7-list-item-label::after, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item span::after, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item .wpcf7-list-item-label::after, .p_contact .contact .form dl dd .wpcf7-radio .rd span::after, .p_contact .contact .form dl dd .wpcf7-radio .rd .wpcf7-list-item-label::after, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item span::after, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
    top: 0.96618vw;
    left: 0.96618vw;
    width: 2.41546vw;
    height: 2.41546vw;
    background: #000;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    display: none;
  }
  .p_contact .contact .form dl dd .list_rd .rd label input:checked ~ span:after, .p_contact .contact .form dl dd .list_rd .wpcf7-list-item label input:checked ~ span:after, .p_contact .contact .form dl dd .wpcf7-radio .rd label input:checked ~ span:after, .p_contact .contact .form dl dd .wpcf7-radio .wpcf7-list-item label input:checked ~ span:after {
    display: block;
  }
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.error {
  color: #ff0000;
  display: block;
  width: 100%;
}

.effect, .isFull, .isPar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.delay03 {
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}

.delay06 {
  -webkit-transition: all 0.5s ease 0.6s;
  -moz-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}

.delay09 {
  -webkit-transition: all 0.5s ease 0.9s;
  -moz-transition: all 0.5s ease 0.9s;
  transition: all 0.5s ease 0.9s;
}

.delay12 {
  -webkit-transition: all 0.5s ease 1.2s;
  -moz-transition: all 0.5s ease 1.2s;
  transition: all 0.5s ease 1.2s;
}

.delay15 {
  -webkit-transition: all 0.5s ease 1.5s;
  -moz-transition: all 0.5s ease 1.5s;
  transition: all 0.5s ease 1.5s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.fadeInDown {
  -webkit-transform: translate3d(0, -50px, 0);
  -moz-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.fadeInDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInUp {
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.zoomIn {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

.zoomIn.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slideUp {
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.slideUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideDown {
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 0;
}

.slideDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideToRight {
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.slideToRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideToLeft {
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.slideToLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 480px), print {
  .table-responsive {
  width: 100%;
  overflow-x: auto;                   /* 横スクロールを有効化 */
  -webkit-overflow-scrolling: touch;  /* iOS で慣性スクロール */
}
  .table-responsive table{
    width:1000px!important;
  }
  .p_top .price_l .p_tb table thead th{
            text-align: left;
  }

.ctaFixed{
  position: fixed;
    z-index: 99;
    right: 5%;
    bottom: 0;
    width: 90%;
}
}
