* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body,
body input,
body textarea,
body button {
    -webkit-text-size-adjust: 100%;
    font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

input {
    border: none;
}

:root {
    --primary: #0444A0;
    --p-light: #526ED2;
    --p-dark: #001F71;
    --black: #333333;
    --white: #fff;
    --grayDivider: #D2D2D2;
}

body {
    position: relative;
    font-size: 1.4rem;
    color: var(--black);
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0.05rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

body p {
    font-size: 1.4rem;
    color: var(--black);
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0.05rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

.container_800 {
    max-width: 800px;
    margin: 0 auto;
}

.container_header {
    padding: 0 50px;
    margin: 0 auto;
    position: relative;
}

.row {
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.padding_sec {
    padding: 88px 0;
}

.padding_sec_t {
    padding-top: 88px;
}

.padding_sec_b {
    padding-bottom: 88px;
}

.primary_header {
    width: 100%;
    height: 120px;
    background: var(--white);
}

.header_inner {
    width: 100%;
    height: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
}

.header_logo {
    display: block;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.header_logo:hover {
    opacity: 0.6;
}

.header_logo img {
    max-width: 100%;
    height: auto;
}

.gnav {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.gnav_wrap {
    list-style: none;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gnav_item {
    margin-right: 40px;
}

.gmenu {
    text-decoration: none;
    color: var(--black);
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    line-height: 1;
}

.gmenu_sm {
    display: block;
    margin-top: 6px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #50278c;
    letter-spacing: 0.1rem;
    text-align: center;
    line-height: 1;
}

.gmenu:hover {
    opacity: 0.6;
}

.main-wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    height: 600px;
}

.scroll-wrap {
    width: 100px;
    height: 100%;
    background: var(--white);
    position: relative;
}

.scroll-link {
    display: block;
    text-decoration: none;
    transition: all .5s;
}

.scroll-link:hover {
    opacity: .5;
}

.scroll {
    display: block;
    width: 16px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.main-visual {
    width: calc(100% - 100px);
    height: 100%;
    background-image: url(../img/image1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.news {
    padding: 50px 0;
    width: 100%;
}

.news-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.news-wrap-left,
.news-wrap-right {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.heading2-en {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: .1rem;
    color: #50278c;
}

.mr50 {
    margin-right: 50px;
}

.news-pagenation-prev,
.news-pagenation-next {
    cursor: pointer;
}

.news-pagenation-prev {
    margin-right: 16px;
}

.top-about {
    width: 100%;
    height: 600px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.top-about-img,
.top-about-content {
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
}

.top-about-img {
    text-align: center;
}

.top-about-img img {
    display: block;
    width: auto;
    height: 100%;
}

.top-about-content {
    background: #50278c;
    padding-left: 60px;
    padding-right: 60px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.top-about-ttl {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.24);
    margin-bottom: 24px;
}

.heading2-a {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: .1rem;
    color: var(--black);
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
}

.heading2-a-sub {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .1rem;
    color: #50278c;
    display: block;
    line-height: 1;
    margin-top: 16px;
}

.heading2-a-wh {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: .1rem;
    color: var(--white);
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
}

.heading2-a-wh-sub {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .1rem;
    color: var(--p-light);
    display: block;
    line-height: 1;
    margin-top: 16px;
}

.heading2-b-wh {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: .1rem;
    color: var(--white);
    line-height: 1;
}

.heading2-b-wh-sub {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .1rem;
    color: white;
    display: block;
    line-height: 1;
    margin-top: 16px;
}

.btn-wrap {
    margin-top: 32px;
}

.btn-wrap02 {
    margin-top: 24px;
}

.btn {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    transition: all .5s;
}

.btn-top01 {
    width: 300px;
}

.btn-top02 {
    width: 200px;
}

.btn-primary {
    color: #50278c;
    background: transparent;
    border: solid 2px #50278c;
}

.btn-primary:hover {
    background: var(--p-light);
    color: var(--white);
    border: solid 2px var(--p-light);
}

.btn-ghost {
    color: var(--white);
    background: transparent;
    border: solid 2px var(--white);
}

.btn-ghost:hover {
    background: var(--white);
    color: var(--p-light);
}

.top-business-wrap {
    padding-bottom: 160px;
}

.flex01 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.top-business-box {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    position: relative;
    margin: 0 auto;
}

.top-business-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.top-business-content {
    width: 80%;
    padding: 40px 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -160px;
    left: 0;
    right: 0;
    margin: auto;
}

.heading3-top {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .1rem;
    color: var(--black);
    line-height: 1;
    text-align: center;
    margin-bottom: 24px;
}

.heading3-top-sub {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .1rem;
    color: #50278c;
    display: block;
    line-height: 1;
    margin-top: 12px;
}

.top-contact {
    margin-bottom: 148px;
    width: 100%;
    height: 400px;
    background-image: url(../img/top_img004.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.top-contact-wrap {
    position: relative;
    height: 400px;
}

.top-contact-content {
    width: 640px;
    padding: 60px;
    background: rgba(0, 31, 113, 0.9);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
}

.order1 {
    order: 1;
}

.order2 {
    order: 2;
}

.jc_center {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ta_center {
    text-align: center;
}

.ta_center_pc {
    text-align: center;
}

.dn {
    display: none;
}

.txt_wh {
    color: var(--white);
}

.txt_link_wh {
    text-decoration: none;
    color: var(--white);
}

.txt18 {
    font-size: 1.8rem;
}

.txt18_900 {
    font-size: 1.8rem;
    font-weight: 900;
}

.txt18_med {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.2rem;
    letter-spacing: 0.1rem;
}

.txt30 {
    font-size: 3rem;
}

.txt48 {
    font-size: 4.8rem;
}

.txt12 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    iframe {
        /*    display: block;*/
        width: 70%;
    }
}

@media screen and (max-width: 767px) {
    iframe {
        /*    display: block;*/
        width: 100%;
    }
}

.footer_p {
    color: var(--white);
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
}

.txt_bold {
    font-weight: 600;
}

.txt20 {
    font-size: 2rem;
    line-height: 3.6rem;
    letter-spacing: 0.1rem;
}

.txt24 {
    font-size: 2.4rem;
    line-height: 4rem;
    letter-spacing: 0.1rem;
}

.txt18_wh {
    color: var(--white);
    font-size: 1.8rem;
}

.footer_tel {
    text-decoration: none;
    color: var(--white);
    font-size: 2.4rem;
    font-weight: 400;
}

.footer_logo {
    text-align: center;
}

.footer_btn {
    transition: all .5s;
}

.footer_btn:hover {
    opacity: 0.6;
}

.sns_wrap {
    padding: 30px 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sns_icon {
    margin-right: 10px;
}

.sns_icon:last-child {
    margin-right: 0;
}

.sns_link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sns_link:hover {
    opacity: 0.5;
}

.footer_link {
    width: 100%;
    padding: 20px 0;
    background: #50278c;
}

.footer_link_list {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fmenu {
    text-decoration: none;
    font-size: 1.2rem;
    color: var(--white);
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 600;
    line-height: 1;
}

.fmenu:hover {
    opacity: 0.6;
}

.footer_link_menu {
    margin-right: 40px;
}

.footer_link_menu:last-child {
    margin-right: 0;
}

.footer_link_wrap {
    margin-bottom: 30px;
}

.copy_right {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 400;
    width: 100%;
    padding: 20px 0;
    background: #3b1d67;
    text-align: center;
}

#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}

#page-top a {
    line-height: 85px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: var(--black);
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
    border-radius: 50%;
    border: solid 2px var(--black);
    background: rgba(255, 255, 255, 0.8);
}

#page-top a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px var(--black);
    border-right: solid 2px var(--black);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.gnav_inner_sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
    -webkit-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gnav_inner_sp.action {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.header_nav_wrap_sp {
    text-align: center;
}

.header_nav_list_sp:not(:last-child) {
    margin-bottom: 20px;
}

.gmenu_sp {
    text-decoration: none;
    font-size: 1.4rem;
    color: #50278c;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 600;
}

.icon_menu_txt {
    display: none;
}

.icon_menu {
    content: "";
    display: block;
    border: solid 2px #50278c;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10000;
}

.menu_border_box {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu_border {
    display: block;
    width: 14px;
    height: 2px;
    background: #50278c;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu_border:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.menu_border:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.menu_border:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.icon_menu.action .menu_border:nth-child(1) {
    margin-top: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.icon_menu.action .menu_border:nth-child(2) {
    display: none;
}

.icon_menu.action .menu_border:nth-child(3) {
    margin-top: -7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.fixed {
    position: fixed !important;
    width: 100%;
    height: 100%;
}

.anchor_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 100px;
}

.anchor {
    flex: 0 0 25%;
    padding: 0 10px;
}

.anchor_link {
    text-decoration: none;
    display: block;
    color: var(--black);
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    font-weight: 400;
    position: relative;
    transition: all 0.5s;
    width: 100%;
    padding: 20px 0;
    border: solid 1px #dbb7a7;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.anchor_link::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: solid 2px #b9856e;
    border-bottom: solid 2px #b9856e;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.5s;
}

.anchor_link:hover {
    opacity: 0.7;
}

.anchor_link:hover::after {
    bottom: 10px;
}

.heading1 {
    font-size: 3.4rem;
    font-weight: 600;
    color: var(--white);
    text-align: center;
    letter-spacing: 0.4rem;
}

.heading1_sm {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--white);
    text-align: center;
    letter-spacing: 0.2rem;
    margin-top: 5px;
}

.heading3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #313131;
    border-bottom: solid 2px #d2d2d2;
    padding-bottom: 10px;
    padding-left: 10px;
    position: relative;
    margin-bottom: 30px;
}

.heading3::after {
    content: "";
    display: block;
    width: 18%;
    height: 2px;
    background: #50278c;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.heading4 {
    font-size: 1.6rem;
    color: #313131;
    font-weight: 600;
    line-height: 2.8rem;
    padding-left: 16px;
    border-bottom: solid 1px #d2d2d2;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 15px;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.heading4::before {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: #50278c;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lawer_sec {
    padding: 80px 0;
}

.lawer_content_wrap {
    margin-bottom: 60px;
}

.lawer_content_inner {
    margin-bottom: 40px;
}

.lawer_content_inner:last-child,
.lawer_content_wrap:last-child {
    margin-bottom: 0;
}

.lawer_content_flex01 {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.lawer_content_flex01_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    padding: 0 15px;
}

.lawer_content_flex01_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    padding: 0 15px;
}

.lawer_content_flex01_left img {
    max-width: 100%;
    height: auto;
}

.table {
    width: 100%;
}

.table,
.table_row_inner {
    list-style: none;
}

.table_row_inner {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 10px;
    border-bottom: solid 1px #ebebeb;
}

.table_row_inner02 {
    padding: 20px 10px;
    border-bottom: solid 1px #ebebeb;
}

.table_item_left {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.table_item_left02 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.table_item_left03 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.table_list_content {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

.table_tel_link {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 400;
}

.table_item_right {
    font-size: 1.8rem;
    color: var(--black);
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: right;
}

.table_item_left03_wh {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--white);
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    text-align: left;
}

.table_list_content_wh {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--white);
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    text-align: left;
}

.table_tel_link_wh {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--white);
    font-weight: 400;
}

.txt12_grey {
    font-size: 1.2rem;
    color: var(--black);
    font-weight: 400;
    line-height: 1.8rem;
    padding-left: 10px;
}

.txt22_grey_bold {
    font-size: 2.2rem;
    color: var(--black);
    font-weight: 700;
}

.label_recommend {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--white);
    padding: 5px 8px;
    border-radius: 2px;
    background: #eb3d4d;
}

.db {
    display: block;
}

.gallery_content_sec {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery_content_sec_item_wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-bottom: 10px;
}

.gallery_content_sec_item {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

.gallery_content_sec_item img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 4%;
}

.lawer_img {
    width: 100%;
}

.lawer_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.slick-slide.moving {
    -webkit-animation-name: scale;
    animation-name: scale;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.bt.delighter {
    -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
}

.bt.delighter.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.fade_t {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 1s 0.1s;
    transition: 1s 0.1s;
}

.fade_t02 {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 1s 0.3s;
    transition: 1s 0.3s;
}

.fade_t03 {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s;
}

.form_wrap {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.CMS-FORM-GROUP {
    margin-bottom: 20px;
}

.CMS-FORM-INPUT-LABEL,
.CMS-FORM-EMAIL-LABEL,
.CMS-FORM-TEXTAREA-LABEL {
    display: block;
    font-weight: 600;
}

.CMS-FORM-INPUT,
.CMS-FORM-TEXTAREA,
.CMS-FORM-EMAIL {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #d4d4d4;
}

.CMS-FORM-RADIO-LABEL {
    font-weight: 600;
}

.submit {
    width: 200px;
    height: 60px;
    border-radius: 4px;
    background: #50278c;
    color: var(--white);
    cursor: pointer;
}

.business-second {
    margin-top: 170px;
}

.gmap {
    text-align: center;
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}

@media screen and (max-width: 767px){
.br-pc {display: none; }
}