@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*==========================================================================*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 160%;
    -webkit-text-size-adjust: none;
    font-weight: 500;
}
*, ::before, ::after {
    box-sizing: border-box;
    outline: none;
}
img {
    vertical-align: middle;
    max-width: 100%;
    flex-shrink: 0;
    height: auto;
}
select {
    visibility: visible !important;
}
a {
    transition: all ease 0.3s;
    text-decoration: none;
    color: var(--scolor);
}
a[href^="tel:"] {
    word-break: keep-all;
}
/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html {
    background: #fff
}
body {
    -webkit-text-size-adjust: none;
    min-width: 320px;
    color: var(--txt);
    font-family: var(--f-main)
}
table {
    width: 100%
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
p, dd, dt, li, th, td, address {
    line-height: 2em;
    letter-spacing: 0;
}
p {
    margin: 0 0 1.5em;
}
p:last-child {
    margin-bottom: 0
}
.bold {
    font-weight: bold;
}
.left {
    text-align: left
}
.right {
    text-align: right;
}
.auto {
    margin-left: auto;
    margin-right: auto;
}
.red {
    color: var(--red);
}
.txt_line {
    text-decoration: underline;
}
.f_big {
    font-size: 150%;
}
.f_sm {
    font-size: 80%;
}
.m0a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
:root {
    --txt: #242424;
    --mcolor: #002569;
    --scolor: #F53193;
    --container: 1230px;
    --gray: #e9e9e9;
    --blue: #003b7d;
    --red: red;
    --f-main: 'Noto Sans JP', sans-serif;
    --en: "Barlow", sans-serif;
    --robo: "Roboto", sans-serif;
}
#wrapper {
    min-width: 1260px;
    overflow: hidden;
    margin: 0 auto;
    background: #f6f6f6;
}
.inner {
    width: var(--container);
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    padding: 0 15px;
}
/*==========================================================
                       H E A D E R
==========================================================*/
/* HAMBUGER BUTTON */
.hamburger {
    font: inherit;
    display: block;
    overflow: visible;
    margin: 0;
    padding: 10px 8px 5px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 24px
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    position: absolute;
    width: 35px;
    height: 2px;
    transition: all ease 0.15s;
    background-color: #000
}
.hamburger-inner::after, .hamburger-inner::before {
    display: block;
    content: ""
}
.hamburger-inner::before {
    top: -10px
}
.hamburger-inner::after {
    bottom: -10px
}
.hamburger--3dxy .hamburger-box {
    perspective: 80px
}
.hamburger--3dxy .hamburger-inner {
    transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0 cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}
.hamburger--3dxy .hamburger-inner::after, .hamburger--3dxy .hamburger-inner::before {
    transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}
.hamburger--3dxy.is_active .hamburger-inner {
    transform: rotateX(180deg) rotateY(180deg);
    background-color: transparent !important
}
.hamburger--3dxy.is_active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--3dxy.is_active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}
header {
    position: relative;
    z-index: 9;
}
.is_scroll .h_box {
    top: 10px;
    padding-top: 0;
}
h1 {
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
    max-width: 500px;
}
.h_box {
    width: 100%;
    position: fixed;
    background-color: #fff;
    max-width: 1800px;
    margin: 0 auto;
    box-shadow: 15px 15px 20px 0 rgba(0, 0, 0, 0.1);
    transition: linear 0.3s;
    height: 120px;
    border-radius: 999px;
    left: 0;
    right: 0;
    top: 32px;
    padding-top: 6px;
}
.h_left {
    flex-shrink: 0;
}
.h_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 60px;
}
.h_contact {
    display: flex;
    align-items: center;
}
.h_contact > p {
    margin-bottom: 0;
}
.h_contact > p:not(:last-child) {
    margin-right: 20px;
}
.h_contact_mail a {
    color: #FFF;
    font-weight: 700;
    text-align: center;
    background-color: var(--scolor);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 70px;
    border-radius: 35px;
    font-size: 20px;
}
/*==========================================================
                  M A I N    V I S U A L
==========================================================*/
main {
    position: relative;
    z-index: 2;
    padding-top: 150px;
}
.mv {
    position: relative;
    padding: 0;
    max-width: 1920px;
    margin: 0 auto;
    height: 920px;
    z-index: 1;
}
.mv:before, .mv:after {
    position: absolute;
    content: "";
}
.mv:after {
    width: 1334px;
    background: url("../images/idx_img_01.png") no-repeat;
    height: 737px;
    right: 178px;
    top: -110px;
}
.mv:before {
    background: url("../images/brush01.svg") no-repeat left top;
    width: 2328px;
    height: 1000px;
    left: -278px;
    top: -112px;
    pointer-events: none;
}
.mv_img {
    position: absolute;
    right: 81px;
    top: calc(50% - 164px);
    z-index: 2;
}
.mv .inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.mv .inner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background: var(--mcolor);
    left: 0;
    bottom: 0px;
    z-index: 9;
}
.mv_txt {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-left: 106px;
    color: #000;
    padding-top: 85px;
}
.mv_txt h2:first-line {
    letter-spacing: -0.11em;
}
.mv_txt h2 .let01 {
    letter-spacing: -0.03em;
}
.mv_txt h2 {
    font-weight: 900;
    font-size: 76px;
    letter-spacing: -0.09em;
    line-height: 120px;
    text-align: left;
    color: #000;
    text-shadow: 0px -1px 13px #fff;
    margin-bottom: 19px;
    margin-left: 15px;
}
.mv_txt h2 span {
    font-size: 95px;
    color: var(--scolor);
    margin-right: 5px;
}
/*.mv_tt_slider.slick-initialized, .mv_img_sliderslick-initialized {
    min-height: inherit;
    overflow: visible;
}
.mv_tt_slider, .mv_img_slider {
    min-height: 100px;
    overflow: hidden;
}
.mv_tt_slider {
    display: flex;
    position: absolute;
    top: 703px;
    right: 0px;
    z-index: 9;
    transform: rotate(180deg);
    max-width: 1920px;
}
.mv_tt_slider_sub:not(:last-child), .mv_img_slider_sub:not(:last-child) {
    margin-right: 20px;
}
.mv_tt_slider_sub {
    display: flex;
    justify-content: center;
    height: 55px;
    border-radius: 5px;
    background: #000;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    padding-top: 3px;
}
.mv_tt_slider_sub.sub01 {
    width: 410px;
}
.mv_tt_slider_sub.sub02 {
    width: 200px;
}
.mv_tt_slider_sub.sub03, .mv_tt_slider_sub.sub06 {
    width: 350px;
}
.mv_tt_slider_sub.sub04 {
    width: 320px;
}
.mv_tt_slider_sub.sub05 {
    width: 290px;
}
.mv_img_slider {
    display: flex;
    right: 0;
    top: 825px;
    position: absolute;
    z-index: 2;
    max-width: 1920px;
}*/
.mv_tt01 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 12px;
}
.mv_tt02 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 19px;
    margin-left: 5px;
}
.mv_logo {
    position: relative;
    left: -5px;
    display: table;
    margin-bottom: 71px;
}
.logo_txt {
    display: block;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: -0.02em;
    text-align: right;
    color: var(--mcolor);
    text-shadow: 2px 2px 0px #fff;
    position: absolute;
    right: 30px;
    bottom: -37px;
}
.mv_tt_slider_sub {
    transform: rotate(180deg);
}
.mv_tt_slider .slick-list, .mv_img_slider .slick-list {
    overflow: visible;
}
.mv_img01 {
    position: absolute;
    bottom: -15px;
    width: 250px;
    height: 207px;
    left: 30px;
}
.mv_label {
    display: flex;
    margin-bottom: 21px;
    margin-left: 16px;
}
.mv_label li {
    width: 200px;
    height: 70px;
    border-radius: 5px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: -0.05em;
}
.mv_label li:not(:last-child) {
    margin-right: 10px;
}
.mv_txt:after {
    position: absolute;
    content: "";
    background: url("../images/mv_img01.png") no-repeat center top/896px;
    width: 896px;
    height: 844px;
    right: -93px;
    bottom: 0;
}
.mv_group {
    display: flex;
    align-items: center;
}
.mv_group .img {
    flex-shrink: 0;
    margin-right: 32px;
}
.mv_group .tt {
    display: flex;
    flex-direction: column;
    font-weight: 900;
    padding-bottom: 8px;
    color: #000;
}
.mv_group .tt .sm {
    font-size: 28px;
    margin-bottom: 11px;
    padding-left: 2px;
}
.mv_group .tt .lg {
    font-size: 54px;
    line-height: 1.16;
}
.mv_group .tt .lg .let {
    font-weight: 400;
}
/*==========================================================
                M A I N    C O N T E N T
==========================================================*/
/* DEFAULT TITLE */
.ttl_h3 {
    text-align: center;
    font-weight: bold;
}
.ttl_h3:not(:last-child) {
    margin-bottom: 30px;
}
.ttl_h3 span {
    display: block;
}
.ttl_h3 .ja {
    font-size: 32px;
}
.ttl_h3 .en {
    font-size: 16px;
}
/* DEFAUTL NAME BUTTON */
.btn a {
    width: 400px;
    height: 70px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    background: #000000;
}
.btn.center a {
    margin-left: auto;
    margin-right: auto;
}
.btn_box:not(:last-child) {
    margin-bottom: 30px;
}
.btn_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.btn_box .btn {
    margin: 10px;
}
/*============= SEC01 ==============*/
.sec01 {
    padding-top: 66px;
    position: relative;
    margin-bottom: -64px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.sec01 .inner {
    width: 100%;
}
.sec01:before {
    position: absolute;
    content: "";
    background: url("../images/brush02.jpg") no-repeat left top;
    width: 2084px;
    height: 1226px;
    left: -50px;
    top: -45px;
}
.sec01_en {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 276px;
}
.sec01_en .en {
    font-family: var(--en);
    font-size: 30px;
    color: var(--mcolor);
    line-height: 1;
    position: relative;
    margin-right: 10px;
    bottom: -2px;
    font-style: italic;
    font-weight: bold;
}
.sec01_en .img {
    position: relative;
}
.logo_txt_sm {
    font-weight: 900;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-align: right;
    color: #002569;
    position: absolute;
    right: 11px;
    bottom: -24px;
}
.sec01_en .img .logo_txt_sm {
    bottom: -25px;
    right: 5px;
}
.sec01_ttl1 {
    font-size: 60px;
    color: #000;
    font-weight: 700;
    text-align: center;
    line-height: 1.45;
    margin-bottom: 46px;
}
.sec01_ttl1 .sm {
    font-size: 50px;
}
.sec01_ttl1 .blue {
    font-size: 75px;
    color: var(--mcolor);
}
.sec01_list {
    width: 1680px;
    height: 355px;
    position: absolute;
    left: 0;
    right: 0;
    top: 77px;
    margin: 0 auto;
}
.sec01_list li {
    position: absolute;
    color: #000;
    display: flex;
    justify-content: center;
    padding-top: 38px;
}
.sec01_list li:before {
    position: absolute;
    content: "";
    background: url("../images/quote.svg") no-repeat left top;
    width: 31px;
    height: 25px;
    left: 32px;
    top: -1px;
}
.sec01_list li.sub04:before {
    left: 104px;
    top: 1px;
}
.sec01_list li p {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    line-height: 1.42;
}
.sec01_list li span {
    color: var(--scolor);
}
.sec01_list .sub01 {
    background: url("../images/bb_w01.svg") no-repeat;
    width: 528px;
    height: 157px;
    left: 25px;
    top: 224px;
    padding-right: 60px;
}
.sec01_list .sub02 {
    background: url("../images/bb_w02.svg") no-repeat left top;
    width: 477px;
    height: 227px;
    left: 285px;
    top: 0;
    padding-right: 9px;
}
.sec01_list .sub03 {
    background: url("../images/bb_w03.svg") no-repeat;
    width: 477px;
    height: 222px;
    right: 285px;
    top: 0;
    padding-right: 10px;
}
.sec01_list .sub04 {
    background: url("../images/bb_w04.svg") no-repeat;
    width: 549px;
    height: 157px;
    right: -52px;
    top: 178px;
    padding-left: 62px;
}
.sec01_txt {
    text-align: center;
}
.sec01_txt p {
    font-size: 18px;
    line-height: 1.91;
    text-align: center;
    color: #040404;
}
.sec01_txt p .pink {
    color: var(--scolor);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.8;
}
.sec01_txt p:not(:last-child) {
    margin-bottom: 38px;
}
.sec01_item {
    display: flex;
    position: relative;
}
.sec01_item_l {
    position: relative;
    margin-right: -410px;
    width: calc(50% + 450px);
    margin-top: 84px;
}
.sec01_item_r {
    flex-shrink: 0;
    width: calc(50% + 200px);
    position: relative;
    top: -142px;
    right: -300px;
}
.sec01_list02 li {
    display: flex;
    width: 100%;
    height: 80px;
    background: var(--mcolor);
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    align-items: center;
    padding-left: 251px;
}
.sec01_list02 li .pink {
    color: var(--scolor);
    font-weight: 700;
    font-size: 28px;
}
.sec01_list02 li .icon {
    font-family: var(--robo);
    position: relative;
    margin-right: 50px;
    letter-spacing: 0.05em;
    font-weight: bold;
    top: -9px;
    width: 13px;
}
.sec01_list02 li .icon:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 54px;
    transform: rotate(37deg);
    background: #fff;
    right: -22px;
    bottom: -15px;
}
.sec01_list02 {
    clip-path: polygon(0 0, 76.8% 0%, 100% 100%, 0% 100%);
}
/*============= SEC02 ==============*/
.sec02 {
    padding-bottom: 80px;
    max-width: 1920px;
    margin: 0 auto;
}
.sec02 .inner {
    padding: 0;
    width: 100%;
}
.sec02 .sec_ttl_com01 .tt {
    font-size: 45px;
}
.sec02_item, .sec02_slide {
    display: flex;
}
.sec02_slide {
    width: 100%;
    transform: rotate(180deg);
}
.sec02_slide .slick-list {
    padding: 35px 25px;
}
.sec02_slide_sub:not(:last-child) {
    margin-right: 30px;
}
.sec02_slide_img img {
    border-radius: 5px;
}
.sec02_slide_sub {
    position: relative;
    transform: rotate(180deg);
}
.sec02_tt, .sec02_tt02 {
    position: absolute;
    left: 0;
    right: 0;
    width: 330px;
    height: 70px;
    background: #000000;
    display: flex;
    align-items: center;
    padding-left: 27px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.02em;
    border-radius: 5px;
}
.sec_ttl_com01.sec02_ttl {
    margin-bottom: 30px;
}
.sec02_content {
    margin: 0px auto 0;
    position: relative;
    z-index: 1;
    padding-top: 96px;
}
.sec02_content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1192px;
    background: #002569;
    left: 0;
    top: 0;
    z-index: -1;
}
.sec02_item_r {
    background: #fff;
    margin-top: 30px;
    padding-top: 29px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.sec02_item_r:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 117px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background: #fff;
    left: 0;
    bottom: -117px;
}
.sec03_bb {
    position: relative;
    margin-top: -48px;
    /* padding-top: 25px; */
}
.sec03_bb:before {
    position: absolute;
    content: "";
    background: #f53193;
    width: 100%;
    height: 340px;
    left: 0;
    top: 0;
    z-index: -1;
    ;
}
.sec02_item_r.bg02 {
    background: #f2dce7;
}
.sec02_tt02 {
    position: absolute;
    width: 700px;
    margin-bottom: 0px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -36px;
    font-size: 28px;
    padding: 0;
    justify-content: center;
}
.bg02 .sec02_tt02 {
    background: var(--scolor);
}
.sec02_list {
    padding: 47px 25px 15px 150px;
    display: flex;
    flex-wrap: wrap;
}
.sec02_list li {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    background: url("../images/icon_check.svg") no-repeat left top 17px;
    padding-left: 50px;
    margin-bottom: 13px;
    line-height: 2.2;
    width: calc(50% - 10px);
}
.sec02_list li:nth-child(2n) {
    margin-left: -23px;
}
.sec02_list li span {
    color: var(--scolor);
    font-size: 26px;
    font-weight: 900;
}
.sec02_list li .sm {
    font-size: 20px;
}
.sec02 .logo_txt_sm {
    font-size: 16px;
    right: 11px;
    bottom: -24px;
}
.sec03_tt {
    text-align: center;
    padding: 35px 15px 0;
    font-size: 40px;
    display: table;
    margin: 150px auto 12px;
    font-weight: 900;
    color: #000;
}
.sec03_bb_txt {
    text-align: center;
    color: #fff;
    margin-bottom: 33px;
}
.sec03_bb_txt .lg {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: -7px;
}
.sec03_bb_txt .sm {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.8;
}
.sec03_tt span {
    font-size: 50px;
    color: #fff;
}
.sec03_bb_list {
    position: relative;
    padding: 0;
    max-width: 1508px;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sec03_bb_list li {
    width: 470px;
    height: 180px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.23);
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}
.sec03_bb_list li:not(:nth-child(3n)) {
    margin-right: 49px;
}
.sec03_bb_list li:last-child {
    margin-right: 0;
}
.sec03_bb_list li .img {
    flex-shrink: 0;
    margin-bottom: 0;
}
.sec03_bb_list .sec03_bb_info {
    width: 285px;
    height: 100px;
    border-radius: 5px;
    background: #fff;
    margin-left: -85px;
    position: relative;
    align-items: center;
    display: flex;
}
.sec03_bb_list .sec03_bb_info .tt {
    font-size: 26px;
    color: #000;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.42;
    margin-bottom: 0;
    padding-left: 22px;
    flex-shrink: 0;
}
.sec03_bb_list .sec03_bb_info .tt span {
    color: #F53193;
}
/*============= SEC03 ==============*/
.sec03 {
    border-top: 20px var(--mcolor) solid;
    padding-top: 90px;
    background: #F5FAFF;
    padding-bottom: 85px;
}
.sec03_bg .logo_txt_sm {
    right: 30px;
    font-size: 12px;
    color: #fff;
    font-weight: 900;
    bottom: -2px;
}
.sec03 .inner {
    width: 100%;
}
.sec03_img {
    text-align: center;
    padding-left: 15px;
    margin-bottom: 135px;
    pointer-events: none;
}
.sec03_en {
    color: var(--mcolor);
    text-align: center;
    font-family: var(--en);
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 24px;
}
.sec03 .sec_ttl_com01 .tt {
    font-size: 54px;
}
.sec03 .sec_ttl_com02 {
    margin-bottom: 9px;
}
.sec03_bg {
    background: var(--mcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    width: 240px;
    height: 50px;
    margin: 0 auto 25px;
}
.sec03_bg.bg01 {
    padding-right: 45px;
}
.sec03_bg.bg02 {
    width: 240px;
    margin-bottom: 47px;
    padding-bottom: 2px;
}
.sec_ttl_com01.sec03_ttl {
    margin-bottom: 97px;
}
.sec03_ttl .logo_txt_sm {
    font-size: 16px;
    font-weight: 900;
}
.sec03_txt_cen {
    text-align: center;
    line-height: 2.05;
}
.sec03_txt_cen.mb01 {
    margin-bottom: -100px;
}
.sec03_txt_cen span {
    font-weight: 700;
    color: var(--scolor);
    font-size: 18px;
}
.sec03_item {
    display: flex;
    padding: 0 15px 0 136px;
    margin-top: 80px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.sec03_item_l {
    flex-shrink: 0;
    position: relative;
    margin-right: 68px;
}
.sec03_item_r {
    position: relative;
    top: -10px;
}
.sec03_group {
    position: absolute;
    right: 12px;
    top: -7px;
}
.sec03_icon {
    font-weight: 700;
    font-size: 23px;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 11px;
    line-height: 1.7;
    padding-left: 45px;
}
.sec03_icon.ic01 {
    background: url("../images/icon01.svg") no-repeat left top 8px;
    padding-left: 42px;
    margin-bottom: 12px;
}
.sec03_icon.ic02 {
    background: url("../images/icon02.svg") no-repeat left 1px top 3px;
    padding-left: 44px;
    letter-spacing: 0.04em;
}
.sec03_icon.ic03 {
    background: url("../images/icon03.svg") no-repeat left top 11px;
    padding-left: 43px;
    letter-spacing: 0em;
}
.sec03_icon.ic04 {
    background: url("../images/icon04.svg") no-repeat left 2px top 4px;
    padding-left: 42px;
    letter-spacing: 0em;
    margin-bottom: 9px;
}
.sec03_icon.ic05 {
    background: url("../images/icon05.svg") no-repeat left 2px top 8px;
    padding-left: 43px;
    letter-spacing: 0em;
}
.sec03_icon.ic06 {
    background: url("../images/icon06.svg") no-repeat left top 5px;
    padding-left: 44px;
    letter-spacing: 0em;
    margin-bottom: 9px;
}
.sec03_icon.ic03, .sec03_icon.ic04, .sec03_icon.ic05, .sec03_icon.ic06 {
    font-size: 24px;
}
.sec03_list {
    top: -4px;
    padding-left: 65px;
    position: relative;
    margin-bottom: 16px;
}
.sec03_list.mt02 {
    top: -2px;
    margin-bottom: 24px;
}
.sec03_list.mt03 {
    top: -3px;
}
.sec03_list li {
    position: relative;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 3px;
    color: #040404;
}
.sec03_list li .num {
    font-family: var(--en);
    font-weight: 600;
    font-size: 22px;
}
.sec03_list li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: -12px;
    top: 13px;
    background: #040404;
}
.sec03_frame {
    width: 1200px;
    height: 790px;
    border-radius: 5px;
    background: #fff;
    border: 3px solid #c1c1c1;
    display: table;
    margin: 0 auto 25px;
    padding: 37px 15px 5px;
    margin-top: 80px;
}
.sec03_frame_tt {
    width: 570px;
    height: 60px;
    background: var(--mcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 0 auto 13px;
    border-radius: 5px;
}
.sec03_frame_txt {
    font-size: 18px;
    line-height: 1.94;
    text-align: center;
    color: #040404;
    margin-bottom: 44px;
}
.sec03_frame_img {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-left: 102px;
}
.sec03_frame_img:before {
    position: absolute;
    content: "";
    width: 1100px;
    height: 230px;
    border-radius: 5px;
    background: #f8f8f8;
    left: 32px;
    bottom: -20px;
    z-index: -1
}
.sec03_img02 {
    pointer-events: none;
}
/*============= SEC04 ==============*/
.sec04 {
    border-top: 20px var(--mcolor) solid;
    padding-top: 121px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background: #F6F6F6;
    padding-bottom: 210px;
}
.sec04 .logo_txt_sm {
    font-size: 16px;
    right: 7px;
    bottom: -22px;
}
.sec04 .inner {
    width: 100%;
    padding: 0;
    ;
}
.sec04:before {
    position: absolute;
    content: "";
    background: url("../images/brush03.jpg") no-repeat left top/2309px;
    width: 2309px;
    height: 829px;
    left: calc(50% - 1086px);
    top: -38px;
}
.sec04 .sec_ttl_com01 .tt {
    font-size: 40px;
}
.sec04 .sec_ttl_com01 .tt .sm {
    font-size: 30px;
}
.sec04 .sec_ttl_com01 {
    margin-bottom: 87px;
}
.tb01 {
    width: 1341px;
    margin: 0 auto 31px;
}
.tb01 td, .tb01 th {}
.tb01 td {
    border: 1px #D1D1D1 solid;
    background: #fff;
    font-size: 18px;
    padding-left: 20px;
}
.tb01 td p {
    line-height: 1.3;
    color: #040404;
}
.tb01 td p.pink {
    color: var(--scolor);
    font-weight: 700;
}
.tb01 th {
    border: 1px #fff solid;
    color: #fff;
}
.tb01 th.bg01 {
    background: #757575;
    line-height: 1.25;
    height: 61px;
    border-bottom: none;
}
.tb01 tr:first-child th:last-child {
    border-right: none;
}
.tb01 th.bg01.w01 {
    width: 363px;
}
.tb01 th.bg02 {
    background: #5B8DE9;
    line-height: 1.25;
    font-size: 20px;
    text-align: left;
    height: 91px;
    width: 261px;
    padding-left: 28px;
    border-left: none;
}
.tb01 tr:nth-child(2) th.bg02 {
    border-top: none;
}
.tb01 tr:last-child th {
    border-bottom: none;
}
.tb01 tr:last-child th.bg02 {
    height: 95px;
}
.tb01 .none_bg {
    border: none;
    background: none;
}
.tb01 td.td01 {
    position: relative;
    border: none;
    background: #fff;
    width: 357px;
    text-align: center;
    z-index: 1;
    padding-top: 0;
}
.tb01 td.td01 img {
    position: relative;
    top: -2px;
}
.tb01 td.td01:before, .tb01 td.td01:after {
    position: absolute;
    content: "";
}
.tb01 td.td01:after {
    position: absolute;
    content: "";
    width: calc(100% + 2px);
    height: 30px;
    background: #fff;
    left: 0;
    top: -9px;
    z-index: -1;
}
.tb01 td.td01:before {
    width: calc(100% + 4px);
    height: 712px;
    border: 3px var(--mcolor) solid;
    border-radius: 10px 10px 0 0;
    top: -10px;
    left: -1px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    pointer-events: none;
}
.tb_ic01 {
    background: url("../images/icon07.svg") no-repeat left 0px center;
    padding: 2px 0 5px 50px;
}
.tb_ic02 {
    background: url("../images/icon08.svg") no-repeat left 0px top 6px;
    padding: 4px 0 5px 49px;
}
.tb_ic03 {
    background: url("../images/icon09.svg") no-repeat left 1px top 4px;
    padding: 5px 0 5px 52px;
}
.tb_ic02.line02 {
    background-position: left 0px top 18px;
    padding-left: 45px;
}
.tb_ic03.line02 {
    background-position: left 1px top 15px;
    padding-left: 53px;
}
.tb_ic04 {
    background: url("../images/icon14.svg") no-repeat left 0px center;
    padding: 5px 5px 5px 48px;
}
.pink_tt {
    font-size: 18px;
    font-weight: 700;
    color: var(--scolor);
    max-width: 1340px;
    margin: 0 auto;
}
.pink_tt a {
    text-decoration: underline;
    text-underline-offset: 4px;
}
/*============= SEC05 ==============*/
.sec05 {
    background: var(--mcolor);
    padding-top: 81px;
    padding-bottom: 74px;
}
.sec05 .btn a {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
.sec05 .inner {
    width: 100%;
    padding: 0;
}
.sec05_ttl {
    font-weight: 900;
    font-size: 40px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    margin-bottom: 66px;
}
.sec05_slide {
    display: flex;
    transform: rotate(180deg);
    margin-bottom: 63px;
}
.sec05_slide_sub {
    width: 360px;
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: rotate(180deg);
    background: url("../images/arrow_blue.svg")#fff no-repeat right 15px bottom 15px;
    padding-bottom: 50px;
    cursor: pointer;
    transition: all 0.3s;
}
.sec05_slide_sub {
    margin: 0 30px;
}
.sec05_img {
    position: relative;
    margin-bottom: 0;
    width: 360px;
    height: 190px;
}
.sec05_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec05_img .cate {
    min-width: 150px;
    height: 45px;
    padding: 0 5px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    letter-spacing: -0.02em;
    left: 0;
    bottom: 0;
    position: absolute;
    border-radius: 0px 10px 0px 0px;
    background: #000;
}
.sec05_tt {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    margin-bottom: 7px;
    padding: 17px 15px 0 30px;
}
.sec05_tt .lg, .sec05_tt .lg a {
    font-weight: 700;
    font-size: 20px;
    color: #202020;
}
.sec05_tt .lg {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec05_tt .sm {
    font-size: 16px;
    color: #6A6A6A;
}
.sec05_txt {
    padding-left: 30px;
    line-height: 2.125;
    padding-right: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*============= SEC06 ==============*/
.sec06 {
    padding-top: 65px;
    padding-bottom: 42px;
}
.sec06 .inner {
    width: 100%;
}
.sec06_ttl {
    font-size: 46px;
    color: #000;
    font-weight: bold;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 63px;
}
.sec06_item, .sec06_icon {
    display: flex;
    justify-content: center;
}
.sec06_item {
    max-width: 1340px;
    margin: 0 auto 42px;
}
.sec06_item li {
    width: 220px;
    height: 220px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    position: relative;
}
.sec06_item li:not(:last-child) {
    margin-right: 60px;
}
.sec06_item li:not(:last-child):before {
    position: absolute;
    content: "";
    background: url("../images/arrow_right.svg") no-repeat right center;
    width: 29px;
    height: 23px;
    right: -45px;
    top: calc(50% - 12px);
}
.sec06_step {
    background: var(--mcolor);
    color: #fff;
    width: 140px;
    height: 30px;
    border-radius: 15px;
    line-height: 27px;
    margin: 0 auto 0px;
    text-align: center;
    margin-bottom: 10px;
    font-family: var(--en);
    font-style: italic;
    font-weight: bold;
    font-size: 19px;
}
.sec06_icon {
    height: 98px;
    align-items: center;
    margin-bottom: 10px;
}
.sec06_tt {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000;
    line-height: 1.2;
}
.sec06_txt {
    text-align: center;
}
.sub01 .sec06_icon {
    padding-top: 6px;
}
.sub03 .sec06_icon {
    padding-top: 7px;
    margin-bottom: 2px;
}
.sub05 .sec06_icon {
    padding-top: 7px;
    margin-bottom: 10px;
}
/*============= SEC07 ==============*/
.sec07 {
    background: #fff;
    padding-top: 87px;
    padding-bottom: 59px;
}
.sec07_ttl {
    font-weight: 900;
    font-size: 50px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000;
    margin-bottom: 75px;
}
.sec07_qa dl {
    display: flex;
    flex-direction: column;
    margin-bottom: 34px;
    background-image: repeating-linear-gradient(90deg, #b8b8b8, #b8b8b8 4px, transparent 4px, transparent 7px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
}
.sec07_qa dl dt, .sec07_qa dl dd, .sec07_qa .icon_q, .sec07_qa .icon_a {
    display: flex;
    align-items: center;
}
.sec07_qa dl dt, .sec07_qa dl dd {
    padding-left: 22px;
}
.sec07_qa dl dd .txt p {
    line-height: 2.125;
}
.sec07_qa dl dt {
    height: 80px;
    border-radius: 60px;
    background: #e8f0ff;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: -0.01em;
    line-height: 36px;
    color: var(--mcolor);
    margin-bottom: 25px;
}
.sec07_qa .icon_q, .sec07_qa .icon_a {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    justify-content: center;
    border-radius: 50%;
    font-family: var(--robo);
    font-size: 26px;
    font-weight: bold;
    margin-right: 30px;
}
.sec07_qa .icon_q {
    background: var(--mcolor);
    color: #fff;
}
.sec07_qa .icon_a {
    border: 1px var(--mcolor) solid;
    color: var(--mcolor);
}
.sec07_qa a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
/*============= SEC08 ==============*/
.sec08 {
    padding-top: 52px;
    padding-bottom: 100px;
}
.sec08 .inner {
    width: 1430px;
}
.sec08_ttl {
    font-weight: 900;
    font-size: 50px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000;
    margin-bottom: 53px;
}
.sec08_item {
    display: flex;
}
.sec08_item li {
    background: #fff;
    width: 420px;
    min-height: 160px;
    border-radius: 5px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    padding-left: 30px;
    position: relative;
    padding-top: 11px;
}
.sec08_item li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 30px;
    background: #f53193;
    left: 0;
    top: 15px;
}
.sec08_item li:not(:last-child) {
    margin-right: 70px;
}
.sec08_date {
    font-family: var(--en);
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}
.sec08_tt {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 18px;
}
.sec08_btn {}
.sec08_btn a {
    width: 140px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    background: url("../images/arrow_sm.svg")var(--mcolor) no-repeat right 20px center;
    color: #fff;
    margin-left: auto;
    margin-right: 20px;
}
.sec09 {
    background: var(--mcolor);
    padding-bottom: 194px;
    padding-top: 65px;
}
.sec09_item {
    width: 1640px;
    margin: 53px auto 0;
    display: flex;
    justify-content: center;
}
.sec09_ttl {
    font-weight: 900;
    font-size: 50px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
}
.sec09_sm {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.sec09_item_l {
    width: 750px;
}
.sec09_item_r {
    width: 840px;
    min-height: 840px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
    margin-left: 50px;
    padding: 40px 60px 45px 68px;
}
.map {
    width: 100%;
    border-radius: 10px;
    height: 410px;
    overflow: hidden;
    margin-bottom: 67px;
}
.map iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.sec09_info dl:first-child {
    border-top: 1px #fff dashed;
}
.sec09_info dl {
    border-bottom: 1px #fff dashed;
    display: flex;
    padding: 18px 15px 16px 0px;
}
.sec09_info dl dt, .sec09_info dl dd {
    font-size: 18px;
    color: #fff;
}
.sec09_info dl dt {
    padding-left: 25px;
    width: 210px;
    font-weight: bold;
    flex-shrink: 0;
}
.sec09_info dl dd {
    font-size: 16px;
}
.sec09_info dl dd a {
    text-decoration: underline;
    background: url("../images/arrow_link.svg") no-repeat right center;
    padding-right: 27px;
}
/*============= SEC CONTACT ==============*/
.sec_contact {
    position: relative;
    height: 340px;
    color: #fff;
    background: var(--scolor);
}
.sec_contact .inner {
    width: 1155px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec_contact:before {
    position: absolute;
    content: "";
    background: url("../images/idx_bg_01.jpg")var(--scolor) no-repeat center top/1920px;
    width: 1920px;
    height: 340px;
    left: calc(50% - 960px);
    top: 0;
}
.sec_con_btn a {
    width: 600px;
    height: 130px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: 26px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 9px;
}
.sec_con_btn a span {
    background: url("../images/icon_contact.svg") no-repeat left top/32px;
    padding-left: 55px;
}
.sec_con_tt {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    align-items: flex-start;
}
.sec_con_tt .ja {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: -0.02em;
}
.sec_con_tt .img {
    margin-bottom: 20px;
    position: relative;
}
.sec_con_tt .logo_txt_sm {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    right: -67px;
    bottom: 0;
}
.sec_con_txt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.94;
}
.sec_con_wrap {
    padding-top: 5px;
}
/*============= SEC CONTACT END ==============*/
.sec_ttl_com01 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    margin-bottom: 30px;
}
.sec_ttl_com01 .img {
    position: relative;
}
.sec_ttl_com01 .tt {
    font-weight: 900;
    font-size: 60px;
    letter-spacing: -0.02em;
    color: #000;
    position: relative;
    bottom: -4px;
}
.sec_ttl_com02 {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 39px;
}
.sec_ttl_com02 .blue {
    color: var(--mcolor);
}
.contact_note {
    color: #212121;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-top: 10px;
}
.btn_contact_w {
	margin-top: 20px;
}
.g_fmail {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 0;
    margin-top: 25px;
    top: 0;
    /* min-height: 60px; */
    justify-content: center;
}
.g_fmail p {
    margin-bottom: 0;
}
.g_fmail p:not(:last-child) {
    margin-right: 11px;
}
.g_fmail /*==========================================================
                        F O O T E R
==========================================================*/
.box_shadow img {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
.ft_bnr {
    text-align: center;
    height: 170px;
    padding-top: 58px;
}
footer {
    position: relative;
    z-index: 3;
}
address {
    padding: 37px 20px 36px;
    text-align: center;
    background: #000000;
    color: #fff;
    font-family: var(--en);
    font-size: 20px;
    font-weight: 600;
}
/* BACK TO TOP */
.to_top {
    position: fixed;
    z-index: 9;
    width: 70px;
    height: 70px;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
}
.to_top.show {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}
/*.g-recaptcha {
    position: absolute;
    left: calc(50% - 210px);
    bottom: 84px;
}
input[disabled="disabled"] {
    pointer-events: none;
}
.submit_send_button {
    pointer-events: auto !important;
}
.hide {
	display: none !important;
}
*/
.idx .box_contact {}
.idx .box_contact table tr {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}
.under .idx .box_contact table tr {
    background: #fff;
}
.idx .box_contact table tr th, .idx .box_contact table tr td {
    border: none;
    padding: 9px 0 9px 0;
}
.idx .box_contact table tr td {
    flex-grow: 1;
}
.idx .box_contact table tr.al_top th {
    align-self: flex-start;
    padding-top: 17px;
}
.idx .box_contact table tr th {
    padding-right: 15px;
}
.idx .box_contact table tr th {
    text-align: left;
    width: 264px;
    font-size: 22px;
    color: #242424;
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.idx .box_contact table tr th p {
    font-weight: bold;
}
.must1 {
    float: right;
    width: 60px;
    height: 30px;
    overflow: hidden;
    margin: 2px 0px 0px 10px;
    background: #ef3838;
    color: #fff;
    position: relative;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    top: 7px;
}
.idx .box_contact input[type="text"], .idx .box_contact input[type="email"], .idx .box_contact select {
    height: 60px;
}
.idx .box_contact input[type="text"], .idx .box_contact input[type="email"], .idx .box_contact select, .idx .box_contact textarea {
    font-family: var(--f-main);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    background: #f6f6f6;
    border: 1px solid #a4a4a4;
    width: 450px;
    padding: 0 15px;
}
.idx .box_contact input[type="checkbox"] {
    padding: 5px;
    border-radius: 3px;
    background: #f6f6f6;
    border: 1px solid #a4a4a4;
    width: 20px;
    height: 20px;
}
.idx .wpcf7-list-item label {
    clear: both;
    display: flex;
    align-items: center;
    margin: 1px;
    padding: 5px 5px 5px;
    border-radius: 3px;
    width: auto;
    height: auto;
    line-height: 1.25em;
    text-indent: 5px;
    font-size: 18px;
    border: dashed 1px #CCCCCC;
}
.idx .wpcf7-list-item label:hover {
    background-color: #FFEE7C;
}
.idx .wpcf7-list-item {
    margin: 0 7px 10px 0;
}
.idx .box_contact select {
    width: 450px;
    padding: 5px 23px;
    font-size: 19px;
    color: #707070;
    background: url(../images/arrow_down.svg) #F6F6F6 no-repeat right 9px center / 45px;
}
.idx .box_contact textarea::placeholder {
    color: #707070;
    font-size: 19px;
    font-weight: 500;
    opacity: 1;
}
.idx .box_contact textarea {
    padding: 15px;
}
.btn_contact, .back-btn, #confirm .btn_contact, .site_top a {
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--scolor);
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0 auto;
    text-align: center;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    transition: all 0.3s;
    cursor: pointer;
    padding-top: 3px;
    font-family: var(--f-main);
}
.site_top a {
    padding-top: 0;
}
.btn_contact {
    width: 400px;
}
.btn-con-arrow {
    display: table;
    position: relative;
    margin: 0 auto;
}
.back-btn {
    background: #333;
    background: var(--scolor);
}
.wpcf7 form .wpcf7-response-output {
    font-size: 12px;
}
.under #content .btn_contact a, .under #content .back-btn a {
    color: #fff;
}
.under .btn_contact_w > p {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.under .btn_contact_w > p > input {
    margin: 0 5px;
}
#confirm .btn_contact_w input {
    margin: 0 5px;
    position: relative;
    width: 220px;
}
#confirm .btn_contact_w input.btn_contact {
    background: #333;
}
.wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.grecaptcha-badge {
    z-index: 9;
    bottom: 115px !important;
}
/*#wpadminbar {
    display: none;
}*/
body.customize-support {
    position: relative;
    margin-top: -32px;
}
@media screen and (max-width: 782px) {
    body.customize-support {
        margin-top: -46px;
    }
}