/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
.page-header {
    width: 100%;
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, .8);
}
.page-header .h_wrap {
    align-items: center;
    width: 100%;
    height: 70px;
    padding: 0 20px;
    position: relative;
}
.page-header .h_logo {
    margin: 0 auto 7px 0;
    line-height: 1;
}
.page-header .h_logo a {
    display: inline-block;
}
.page-header h1 {
    line-height: 1;
}
.page-header .header-detail {
    align-items: center;
    margin: 0 0 0 auto;
}
.page-header .common-info_tel {
    margin: 0 0 0 25px;
}
.page-header .header-detail_sns {
    position: absolute;
    top: calc(100% + 20px); right: 20px;
}
.page-header .header-detail_sns li:not(:last-child) {
    margin-bottom: 10px;
}

/* pagetop */
.pagetop {
    position: fixed;
    bottom: 20px; right: 25px;
    z-index: 100;
}
/* .pagetop a {
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
}
.pagetop.fixed a {
    pointer-events: all;
    opacity: 1;
} */


/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
    align-items: center;
    justify-content: center;
}
.key {
    width: 100%;
    height: 660px;
    margin: 0 auto;
    position: relative;
}
#top .key {
    align-items: center;
    height: clamp(600px, 100vh, 1000px);
}
.carousel {
    width: 100%;
    height: 100%;
}
.carousel-cell {
    width: 100%;
    height: 100%;
}
.carousel-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main-vis01 {
    background: url(../images/top/main_vis01.jpg) no-repeat bottom / cover;
}
.main-vis02 {
    background: url(../images/top/main_vis02.jpg) no-repeat bottom / cover;
}
.main-vis03 {
    background: url(../images/top/main_vis03.jpg) no-repeat bottom / cover;
}
.main-vis04 {
    background: url(../images/top/main_vis04.jpg) no-repeat bottom / cover;
}
.key_vis {
    width: 100%;
    height: 100%;
    background: url(../images/top/main_vis01.jpg) no-repeat top / cover;
}
.key_ttl {
    width: calc(100% - 100px);
    max-width: 1540px;
    position: absolute;
    z-index: 10;
    text-align: left;
}
.key_ttl-sub {
    width: 677px;
    padding: 29px 0;
    text-align: center;
    color: #fff;
    font-size: 4.8rem;
    font-weight: 400;
    background-color: rgba(0, 113, 183, .6);
    text-shadow: 0px 5px 5.58px rgba(0, 0, 0, 0.13);
    position: absolute;
}


/*-----------------------------------------------------------------------

    nav

-----------------------------------------------------------------------*/
.g_nav {
    line-height: 1;
}
.g_nav .h_nav {
    align-items: center;
    justify-content: center;
}
.h_nav {
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
}
.h_nav li {
    text-align: center;
    position: relative;
}
.h_nav li:not(:last-child) {
    margin-right: 30px;
}
.h_nav li a {
    display: inline-block;
}
.h_nav li a {
    position: relative;
    text-align: center;
}
/* .h_nav li a:hover,
.h_nav li a:hover span,
.h_nav li a.current,
.h_nav li a.current span {
    opacity: 1;
    color: var(--main-color);
} */
.h_nav li span {
    display: block;
    margin: 0 0 9px;
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    transition: all .3s;
}
.fix-header .h_nav {
    justify-content: center;
    height: auto;
}
.fix-header .h_nav li::after {
    content: none;
}


/* nav_fix */
/* .g_nav .h_nav.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    animation: anim_fadeIn .5s ease;
    transform: translateY(0);
} */


/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
.page-footer {
    background-color: var(--sub-color);
}
.page-footer .footer-ttl {
    margin: 0 0 24px;
    text-align: left;
}
.page-footer .footer-adr {
    font-size: 1.4rem;
}
.page-footer .footer_wrap {
    width: 970px;
    padding: 48px 0 30px;
}
.page-footer .footer-detail {
    justify-content: center;
    align-items: center;
}
.page-footer .common-info_tel {
    text-align: center;
}
.page-footer .common-info_tel::before {
    background-image: url(../images/common/ico_tel02.png);
}
.page-footer .footer-detail_sns {
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 17px 0 0;
}
.page-footer .footer-detail_sns li:not(:last-child) {
    margin-right: 14px;
}
.page-footer .footer-guide {
    justify-content: center;
    width: 100%;
    margin: 55px 0 0;
}
.page-footer .footer-guide li {
    width: 467px;
    height: 85px;
}
.page-footer .footer-guide li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    border-radius: 17px;
    color: #fff;
    background-image: linear-gradient( -22deg, rgb(51,177,255) 0%, rgb(0,113,183) 100%);
}
.page-footer .footer-guide li:not(:last-child) {
    margin-right: 35px;
}
.page-footer .footer-guide li a::before {
    content: '';
    width: 24px;
    height: 24px;
    margin: 0 16px 0 0;
    background: url(../images/common/ico_tab.png) no-repeat center / contain;
}
.footer-nav {
    width: 1080px;
    margin: 60px auto 0;
    padding: 22px 0;
    border-top: 1px solid;
    color: #fff;
}
.footer-nav .flex {
    justify-content: center;
    line-height: 1;
    font-size: 1.4rem;
}
.footer-nav .flex li:not(:last-child) {
    margin-right: 38px;
}
/* ▼copyright */
.copyright {
    padding: 5px 0;
    font-size: 1rem;
    color: var(--blue-color);
    background-color: #fff;
    text-align: center;
}



/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-dual
--------------------*/
#dual .key,
#dual .breadcrumbs,
#dual .h_nav {
    display: none;
}
#dual .page-header {
    position: relative;
}
#dual .header-detail_sns {
    margin: 0 0 0 38px;
    position: relative;
}
#dual .header-detail_sns .common-info_contact {
    color: #fff;
    background-color: var(--sub-color);
}
#dual .header-detail_sns .common-info_contact:not(.common-info_line)::before {
    background-image: url(../images/common/ico_mail02.png);
}
#dual .header-detail_sns ul {
    align-items: center;
    display: flex;
}
#dual .header-detail_sns ul li:not(:last-child) {
    margin: 0 10px 0 0;
}
#dual .page-footer {
    display: none;
}
.dual-list {
    display: grid;
    height: calc(100vh - 70px);
    min-height: 800px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.dual-list li {
    background: url(../images/dual/dual_bg01.jpg) no-repeat center / cover;
}
.dual-list li:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}
.dual-list li:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    background-image: url(../images/dual/dual_bg02.jpg);
}
.dual-list li:nth-child(2) .dual-list_cnt-ttl span {
    color: #3ab3fe;
}
.dual-list li:nth-child(2) .dual-list_cnt-btn {
    background-color: #3ab3fe;
}
.dual-list li:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    background-image: url(../images/dual/dual_bg03.jpg);
}
.dual-list li:nth-child(3) .dual-list_cnt-ttl span {
    color: #ff8d39;
}
.dual-list li:nth-child(3) .dual-list_cnt-btn {
    background-color: #ff8d39;
}
.dual-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.dual-list_cnt {
    width: calc(100% - 272px);
    padding: 43px 2.5vw;
    background-color: rgba(255, 255, 255, .8);
    border: 10px solid;
    border-image: repeating-linear-gradient(135deg, #fff, #fff 5px, transparent 5px, transparent 10px) 10;
}
.dual-list_cnt-lead {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 2px solid #fff;
    font-size: 1.2vw;
    line-height: 1;
    text-align: center;
}
.dual-list_cnt-ttl {
    font-size: 2vw;
    text-align: center;
    font-weight: 700;
}
.dual-list_cnt-ttl span {
    color: var(--blue-color);
}
.dual-list_cnt-btn {
    width: 215px;
    margin: 40px auto 0;
    padding: 2px 0;
    border-radius: 12px;
    color: #fff;
    font-size: 1.8rem;
    background-color: var(--blue-color);
    text-align: center;
}
@media screen and (max-width: 1620px) {
    .dual-list_cnt {
        padding: 35px 1.9vw;
    }
    .dual-list_cnt-lead {
        font-size: 1vw;
    }
    .dual-list_cnt-ttl {
        font-size: 1.8vw;
    }
}


/*
    page-top
--------------------*/
/* ▼topGreeting */
.topGreeting {
    background: url(../images/top/greeting_bg.jpg) no-repeat center / cover;
}
.topGreeting-lead {
    margin: 0 0 75px;
    text-align: center;
}
.topGreeting-txt {
    text-align: center;
}
.topGreeting .common-btn {
    margin-top: 75px;
    box-shadow: 6px 6px 0 #0071b7;
}
.topGreeting .common-btn:hover {
    box-shadow: 0px 0px 0 #0071b7;
}
/* ▼topFeature */
.topFeature {
    padding: 86px 0 177px;
    position: relative;
}
.topFeature::before {
    content: '';
    width: calc(100% - 130px);
    height: calc(100% - 206px);
    margin: auto;
    background-color: #fefee7;
    border-radius: 40px;
    position: absolute;
    top: 110px; left: 0; right: 0;
    z-index: -1;
}
.topFeature-ttl {
    margin: 0 0 88px;
    text-align: center;
}
.topFeature-cnt {
    width: 338px;
    position: relative;
}
.topFeature-cnt::before {
    content: '';
    width: 41px;
    height: 31px;
    background: url(../images/top/feature_list_num01.png) no-repeat left bottom;
    position: absolute;
    bottom: 100%; right: 25px;
}
.topFeature-cnt:nth-of-type(2)::before {
    background-image: url(../images/top/feature_list_num02.png);
}
.topFeature-cnt:nth-of-type(3)::before {
    background-image: url(../images/top/feature_list_num03.png);
}
.topFeature-cnt_fig {
    overflow: hidden;
    border-radius: 22px;
    position: relative;
}
.topFeature-cnt_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 61px;
    background-color: var(--sub-color);
    position: absolute;
    top: 0; left: 0; right: 0;
}
.topFeature-cnt_txt {
    width: 100%;
    margin: 25px 0 0;
    padding: 0 10px;
    text-align: center;
}
/* topStory */
.topStory {
    background: url(../images/top/news_bg.jpg) no-repeat center / cover;
}
.topStory_wrap {
    position: relative;
}
.topStory-ttl {
    display: inline-block;
    width: auto;
    text-align: center;
    color: #fff;
    margin: 0 0 0 13px;
    font-size: 3.6rem;
    line-height: 1;
}
.topStory-ttl span {
    margin: 0 0 15px;
}
.topStory-cnt {
    width: 820px;
    min-height: 170px;
}
.topStory .common-btn {
    max-width: 198px;
    margin: 0;
    padding: 22px 0;
    font-size: 1.8rem;
    position: absolute;
    left: 0; top: 96px;
    z-index: 10;
}

/*
    page-about
--------------------*/
/* ▼aboutGreeting */
.aboutGreeting {
    background: url(../images/about/greeting_bg.png) no-repeat right;
}
.aboutGreeting .common-lead {
    text-align: left;
}
.aboutGreeting .common-btn {
    margin: 60px 0 0;
}
/* ▼aboutBusiness */
.aboutBusiness-cnt {
    padding: 44px 50px;
    background-color: #fefee7;
    border-radius: 39px;
}
.aboutBusiness-cnt:not(:last-child) {
    margin-bottom: 40px;
}
.aboutBusiness-insto {
    background: #fefee7 url(../images/about/business_img01.png) no-repeat left / contain;
}
.aboutBusiness-cnt_inner {
    width: 595px;
    margin: 0 0 0 auto;
}
.aboutBusiness-cnt_ttl {
    margin: 0 0 29px;
    line-height: 1;
}
.aboutBusiness-cnt_list {
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: space-between;
    width: 100%;
    height: 175px;
    font-size: 1.8rem;
    line-height: 1.9444;
}
.aboutBusiness-cnt_list li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 8px 0 0;
    background-color: var(--sub-color);
    border-radius: 50%;
    vertical-align: 3px;
}
.aboutBusiness-area {
    padding: 50px 144px 89px;
    background: #fefee7 url(../images/about/business_img02.png) no-repeat left 144px bottom 12px;
}
.aboutBusiness-cnt_lead {
    margin: 0 0 60px;
    text-align: center;
}
.aboutBusiness-cnt_txt {
    width: 548px;
    margin: 0 0 0 auto;
    padding: 29px 63px;
    background-color: #fff;
    border-radius: 22px;
    border: 1px solid var(--blue-color);
    font-size: 2.1rem;
    position: relative;
}
.aboutBusiness-cnt_txt span {
    display: block;
    margin: 0 0 5px;
    font-size: 2.9rem;
    line-height: 1;
}
.aboutBusiness-cnt_txt::before {
    content: '';
    width: 181px;
    height: 56px;
    background: url(../images/about/business_area_deco01.png) no-repeat center / contain;
    position: absolute;
    right: 100%; bottom: 6px;
}
.aboutContact {
    background: url(../images/about/contact_bg.jpg) no-repeat center / cover;
}
.aboutContact-ttl {
    margin: 0 0 57px;
}
.aboutContact-ttl span {
    align-items: flex-end;
    justify-content: flex-start;
    margin: 10px 0 0;
}
.aboutContact-ttl span img {
    margin: 0 13px 0 0;
}
/* ▼aboutRepresentative */
.aboutRepresentative {
    background: url(../images/about/representative_bg.png) no-repeat left;
}
.aboutRepresentative-cnt {
    width: 560px;
    margin: 0 0 0 auto;
}
.aboutRepresentative .common-lead {
    text-align: left;
}
.aboutRepresentative-lead {
    margin: 0 0 45px;
    line-height: 1;
}



/*
    page-service
--------------------*/
/* ▼serviceFeature */
.serviceFeature-block {
    position: relative;
}
.serviceFeature-block::before {
    content: '';
    width: 52px;
    height: 38px;
    background: url(../images/service/feature_num01.png) no-repeat bottom left;
    position: absolute;
    left: 29px; bottom: 100%;
}
.serviceFeature-block:nth-of-type(2)::before {
    background-image: url(../images/service/feature_num02.png);
}
.serviceFeature-block:nth-of-type(3)::before {
    background-image: url(../images/service/feature_num03.png);
}
.serviceFeature-block:not(:last-child) {
    margin-bottom: 77px;
}
.serviceFeature-block_cnt {
    width: 570px;
}
.serviceFeature-block_cnt-ttl {
    margin: 0 0 45px;
    line-height: 1;
}
/* ▼serviceRequest */
.serviceRequest {
    background: url(../images/service/request_bg.jpg) no-repeat center / cover;
}
.serviceRequest-list {
    justify-content: center;
}
.serviceRequest-list li {
    width: 467px;
    height: 85px;
    position: relative;
}
.serviceRequest-list li:not(:last-child) {
    margin-right: 35px;
}
.serviceRequest-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background-color: var(--main-color);
    text-align: center;
    font-weight: 600;
}
.serviceRequest-list li .common-info_tel {
    font-size: 3.1rem;
}
.serviceRequest-list li .common-info_tel::before {
    font-size: 3.1rem;
    width: 21px;
    height: 35px;
    margin: 0 24px 0 0;
    background-image: url(../images/common/ico_tel03.png);
}
.serviceRequest-list li .serviceRequest-list_line {
    font-size: 2.6rem;
}
.serviceRequest-list li .serviceRequest-list_line::before {
    content: '';
    display: inline-block;
    width: 37px;
    height: 37px;
    margin: 0 25px 0 0;
    background: url(../images/common/ico_line.png) no-repeat center / contain;
}
.serviceRequest-list li .serviceRequest-list_note {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-weight: 500;
    text-align: center;
    position: absolute;
    bottom: calc(100% + 9px); left: 0; right: 0;
}
.serviceRequest-list li .serviceRequest-list_note::before,
.serviceRequest-list li .serviceRequest-list_note::after {
    content: '';
    width: 15px;
    height: 26px;
    margin: 0 11px;
    background: url(../images/service/request_list_txt_deco.png) no-repeat center / contain;
}
.serviceRequest-list li .serviceRequest-list_note::after {
    transform: scale(-1,1);
}
/* serviceRequest-flow */
.serviceRequest-flow {
    margin: 90px 0 0;
}
.serviceRequest-flow li {
    width: 313px;
    position: relative;
}
.serviceRequest-flow li::before {
    content: '';
    width: 41px;
    height: 35px;
    background: url(../images/service/request_list_num01.png) no-repeat bottom left;
    position: absolute;
    left: 20px; bottom: 100%;
}
.serviceRequest-flow li:nth-child(2)::before {
    background-image: url(../images/service/request_list_num02.png);
}
.serviceRequest-flow li:nth-child(3)::before {
    background-image: url(../images/service/request_list_num03.png);
}
.serviceRequest-flow li:not(:last-child)::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 40px;
    border-color: transparent transparent transparent var(--blue-color);
    position: absolute;
    top: 110px; left: calc(100% + 16px);
}
.serviceRequest-flow_fig {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.serviceRequest-flow .serviceRequest-flow_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 81px;
    background-color: var(--sub-color);
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 10;
}
.serviceRequest-flow_txt {
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
}
/* serviceRequest-note */
.serviceRequest-note {
    margin: 50px 0 0;
    padding: 50px 0;
    background-color: #fff;
    border-radius: 40px;
}
.serviceRequest-note_ttl {
    text-align: center;
}
.serviceRequest-note .common-btn {
    margin-top: 40px;
}





/*
    page-faq
--------------------*/
/* ▼faqNav */
.faqNav {
    padding: 95px 0;
    background: url(../images/top/news_bg.jpg) no-repeat center / cover;
}
.faqNav .flex {
    justify-content: center;
}
.faqNav .flex li:not(:last-child) {
    margin-right: 62px;
}
.faqNav .flex .common-btn {
    width: 278px;
    margin: 0;
    padding: 22px 0;
    color: #fff;
    background-color: var(--blue-color);
    font-size: 1.8rem;
    position: relative;
}
.faqNav .flex .common-btn::before {
    content: '';
    width: 12px;
    height: 17px;
    margin: auto;
    background: url(../images/common/arrow01.png) no-repeat center / contain;
    position: absolute;
    top: 0; bottom: 0; left: 26px;
    transition: all .3s;
}
.faqNav .flex .common-btn:hover::before {
    transform: translateX(10px);
}
/* ▼faqMain */
.faqMain-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 54px;
    font-size: 4.6rem;
    line-height: 1;
}
.faqMain-cnt {
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
}
.faqMain-cnt:not(:last-child) {
    margin-bottom: 25px;
}
.faqMain-cnt_ttl {
    display: flex;
    align-items: center;
    padding: 20px 30px 20px 45px;
    line-height: 1.3;
    color: #fff;
    background-color: var(--sub-color);
    font-size: 2rem;
    font-weight: 400;
}
.faqMain-cnt_ttl::before,
.faqMain-cnt_txt::before {
    content: '';
    flex: 0 0 auto;
    width: 23px;
    height: 29px;
    margin: 0 30px 0 0;
    background: url(../images/faq/faq_ttl_deco01.png) no-repeat center;
}
.faqMain-cnt_txt::before {
    background-image: url(../images/faq/faq_ttl_deco02.png);
}
.faqMain-cnt_txt {
    display: flex;
    align-items: flex-start;
    padding: 18px 30px 18px 45px;
    background-color: #f5f5f5;
}
.faqMain-cnt_txt > div {
    flex: 1;
}
.faqMain-cnt_txt p {
    font-size: 1.6rem;
}
.faqMain-cnt_txt .common-btn {
    margin-top: 20px;
}
.faqMain-cnt_txt .faqMain-cnt_desc {
    display: flex;
    justify-content: center;
    width: 885px;
    margin: 20px 0 0;
    padding: 20px;
    background-color: #fff;
}
.faqMain-work {
    padding-bottom: 0;
}

/*
    page-info
--------------------*/
/* ▼infoMain */
.infoMain {
    padding-bottom: 0;
    background: url(../images/custom/greeting_bg.jpg) no-repeat center / cover;
}
.infoMain-cnt {
    overflow: hidden;
    width: 800px;
    margin: 60px auto 0;
    border-radius: 20px;
}
.infoMain-map {
    width: 100%;
    height: 400px;
    margin: 96px 0 0;
}







/* ▼story */
.story_post {
    transition: all .1s;
}
.story_post:not(:last-child) {
    margin-bottom: 10px;
}
.story_post a.flex {
    align-items: center;
    line-height: 1;
    position: relative;
    padding: 16px 20px;
    color: var(--font-color);
    background-color: #fff;
    border-radius: 11px;
    font-weight: 400;
}
/* .story_post a.flex::after {
    content: '';
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid;
    border-right: 2px solid;
    position: absolute;
    top: 0; bottom: 0; right: 28px;
    transform: rotate(45deg);
    transition: all .3s;
} */
.story_post .story_post-tag {
    display: inline-block;
    padding: 3px 10px 5px;
    background-color: var(--catch-color);
    text-align: center;
}
.story_post .story_post-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.story_cnt {
    width: 100%;
    margin: 0 auto;
}
.story_post time {
    display: inline-block;
    margin: 0 60px 0 0;
    color: var(--blue-color);
    font-size: 1.8rem;
    text-align: center;
}
.story_post .story_post-tag {
    margin: 0 35px 0 0;
}
.story_post .story_post-txt {
    flex: 1;
}

/*
    page-contact
--------------------*/
.input_big {
    width: 100%;
}
.input_mid {
    width: 70%;
}
.input_min {
    width: 28%;
    max-width: 85px;
}
.contact-form-table {
    color: var(--font-color);
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
}
.contact-form-table td,
.contact-form-table th{
    vertical-align: middle;
    font-weight: 500;
}
.contact-form-table th {
    font-weight: bold;
    text-align: left;
}
.contact-form-table td a {
    display: inline;
    text-decoration: underline;
}
/* ▼button */
.contact_submits button,
.contact_submits input[type='button'],
.contact_submits input[type='submit'] {
    margin: 7px;
    padding: 1em 2em;
    font-size: 16px;
    border: none;
    -webkit-appearance: none;
    transition: all 0.4s ease;
    background-color: var(--main-color);
}
.contact-form-table td div:not(:last-child) {
    margin: 0 0 5px;
}
.contact_submits.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-privacy {
    width: 100%;
    height: 200px;
    margin: 0 auto 30px;
    border: 1px solid var(--main-color);
}
.contact-privacy iframe {
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px) {
    .contact-form-table {
        border: 1px solid var(--sub-color);
    }
    .contact-main .top-trial {
        margin: 0 0 100px;
        padding: 90px 0 80px;
    }
    .contact-form-table tr {
        display: flex;
    }
    .contact-form-table td,
    .contact-form-table th {
        padding: 20px 30px;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }
    .contact-form-table th {
        display: flex;
        align-items: center;
        width: 340px;
        background-color: var(--sub-color);
        border-bottom: 1px solid;
    }
    .contact-form-table tr:last-child th {
        border-bottom: none;
    }
    .contact-form-table td {
        display: block;
        flex: 1;
    }
    .required-mark {
        margin: 0 0 0 15px;
        padding: 4px 2px;
        line-height: 1;
    }
    .contact-privacy {
        height: 320px;
    }
}