@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@300;600&display=swap);
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
    display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none;
}

a,
a:link {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    height: auto;
    vertical-align: bottom;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="radio"]::-ms-check,
input[type="checkbox"]::-ms-check {
    display: none;
}

i {
    font-style: normal;
}

textarea {
    resize: none;
    font-family: sans-serif;
}

* {
    box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
    font-size: 62.5%;
    overflow: auto;
}

body {
    margin: auto;
    width: auto;
    font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

a, b, dd, dt, li, p, span, td, th {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

@media screen and (max-width: 768px) {
    .pc_only {
        display: none !important;
    }
}

@media print, screen and (min-width: 769px) {
    .sp_only {
        display: none !important;
    }
}

.center {
    margin: auto;
    text-align: center;
    line-height: 180%;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.txt_base p {
    letter-spacing: 0.1em;
    line-height: 3;
}

.txt_base p:not(:last-child) {
    margin-bottom: 1.7em;
}

.txt_base.fs14 p {
    font-size: 1.4rem;
    line-height: 2.5;
}

.txt_base.fs16 p {
    font-size: 1.6rem;
    line-height: 2.5;
}

.txt_base.fs18 p {
    font-size: 1.8rem;
    line-height: 2.5;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.tel_link,
.tel_link a {
    color: inherit;
    font-size: 1em;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
    width: calc(100% - 30px);
    max-width: 1220px;
    margin: auto;
}

.main_width.size946 {
    max-width: 946px;
}

section {
    padding: 80px 0;
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/*header */
/********************************************/
.header {
    padding: 10px 20px;
    background-color: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo {
    width: 20%;
    max-width: 390px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.header .logo {
    width: 20%;
    width: 10%;
    max-width: 390px;
    margin-bottom: 20px;
}

.header .main_nav {
    width: 75%;
    max-width: 1160px;
}

.nav_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav_list li a {
    position: relative;
    display: block;
    padding: 0.5em;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
}

.nav_list li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background: #920783;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav_list li a:hover {
    color: #920783;
}

.nav_list li a:hover:after {
    width: 100%;
}

/********************************************/
/*  Sp-menu*/
/********************************************/
.sp_menu_trigger,
.sp_nav {
    display: none;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
@media screen and (max-width: 1280px) {
    /********************************************/
    /*header */
    /********************************************/
    .header {
        padding: 10px 20px;
        background-color: #fff;
        display: block;
    }
    .header .logo {
        width: 50%;
        max-width: 300px;
        margin-bottom: 0;
    }
    .header .main_nav {
        width: 100%;
        max-width: none;
    }
    /********************************************/
    /* body fixed*/
    /********************************************/
    body {
        width: 100%;
    }
    body.fixed {
        position: fixed;
        width: 100%;
    }
    /********************************************/
    /*  Sp-menu btn*/
    /********************************************/
    .sp_menu_trigger,
    .sp_menu_trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        cursor: pointer;
    }
    .sp_menu_trigger {
        position: fixed;
        top: 15px;
        right: 15px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #920783;
        z-index: 9999;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .sp_menu_trigger span {
        position: absolute;
        background: #fff;
        width: calc(100% - 30px);
        height: 1px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .sp_menu_trigger span:nth-of-type(1) {
        top: 22px;
    }
    .sp_menu_trigger span:nth-of-type(2) {
        bottom: 22px;
    }
    .sp_menu_trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-315deg);
        transform: translateY(8px) rotate(-315deg);
    }
    .sp_menu_trigger.active span:nth-of-type(2) {
        -webkit-transform: translateY(-8px) rotate(315deg);
        transform: translateY(-8px) rotate(315deg);
    }
    /********************************************/
    /*  Sp-menu list*/
    /********************************************/
    header .main_nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.9);
        width: 100vw;
        height: 100vh;
        -webkit-overflow-scrolling: touch;
        z-index: 9998;
        overflow-y: scroll;
        padding: 40px 20px 60px;
        box-sizing: border-box;
        text-align: left;
    }
    header .nav_list > li {
        padding: 1em 0;
        border-bottom: solid 1px #ccc;
    }
    header .nav_list > li a {
        text-align: left;
    }
    header .nav_list > li a:after {
        content: none;
    }
    header .nav_list > li.close {
        margin-top: 30px;
        background-color: #ccc;
        border-bottom: none;
        padding: 1em;
        text-align: center;
        cursor: pointer;
    }
    header .nav_list > li.close::before {
        content: "\f00d";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        margin-right: 0.5em;
    }
    .nav_list {
        width: 100%;
        display: block;
        overflow: hidden;
    }
}

/********************************************/
/* footer */
/********************************************/
.footer .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 50px 0 20px;
}

.footer .inner .left {
    width: 50%;
}

.footer .inner .left .logo {
    width: 60%;
    max-width: 390px;
    margin-bottom: 30px;
}

.footer .inner .footer_link {
    padding-top: 20px;
}

.footer .inner .footer_link li {
    margin-bottom: 1em;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    font-weight: 500;
}

.footer .inner .footer_link li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .inner .footer_link li a:hover {
    color: #920783;
}

.footer .copyright {
    display: block;
    padding: 2em 1em;
    text-align: center;
    background: #920783;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 2.0rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}

/********************************************/
/* main_visual */
/********************************************/
.main_visual {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main_visual .txt_box {
    width: 37%;
    min-width: 8.5em;
    text-align: right;
    font-size: 6.0rem;
}

.main_visual .txt_box .ttl {
    display: inline-block;
    font-size: 1em;
}

.main_visual .txt_box .ttl .jp,
.main_visual .txt_box .ttl .en {
    display: block;
    color: #920783;
    text-align: left;
}

.main_visual .txt_box .ttl .jp {
    margin-bottom: 0.2em;
    letter-spacing: 0.2em;
    line-height: 1.7;
    font-size: 1em;
    font-weight: 700;
}

.main_visual .txt_box .ttl .en {
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 0.5em;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
}

.main_visual .bg_box {
    position: relative;
    width: 66%;
}

.main_visual .bg_box:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/top/main-bg-left.svg) no-repeat left top/contain;
}

.main_visual .bg_box .main_roop_bg {
    width: 100%;
    height: 940px;
    background: url(../img/top/main-bg.jpg) repeat-x left top/auto 100%;
    -webkit-animation: bgroop 40s linear infinite;
    animation: bgroop 40s linear infinite;
}

@-webkit-keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1369px 0;
    }
}

@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1369px 0;
    }
}

/********************************************/
/* top_about_block */
/********************************************/
.top_about_block {
    padding: 0;
    background: #F2F2F2;
}

.top_about_block .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-flow: row-reverse;
}

.top_about_block .txt_box {
    width: 63%;
    padding: 120px 80px;
}

.top_about_block .txt_box .simple_ttl {
    font-size: 2.2rem;
}

.top_about_block .bg_box {
    width: 42vw;
    margin-left: calc(50% - 50vw);
}

.top_about_block .bg_box .about_roop_bg {
    width: 100%;
    height: 100%;
    background: url(../img/top/about-bg.jpg) repeat-x left top/auto 100%;
    -webkit-animation: bgroop 40s linear infinite;
    animation: bgroop 40s linear infinite;
}
.top_about_block .bg_box .about_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@-webkit-keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2534px 0;
    }
}

@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2534px 0;
    }
}

/********************************************/
/* top_philosophy_block */
/********************************************/
.top_philosophy_block .blue_ttl {
    margin-bottom: 1.7em;
}

.top_philosophy_block .philosophy_bottom {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_philosophy_block .philosophy_bottom .txt_box {
    width: 61%;
}

.top_philosophy_block .philosophy_bottom .txt_box b {
    font-size: 1em;
}

.top_philosophy_block .philosophy_bottom .img {
    width: calc(32% + 18vw);
    margin-right: -19vw;
}

/********************************************/
/* top_reason_block */
/********************************************/
.top_reason_block {
    position: relative;
}

.top_reason_block:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 155px;
    background: #fff;
    z-index: 1;
}

.top_reason_block .blue_ttl {
    position: relative;
    margin-bottom: 1.7em;
    z-index: 2;
}

.reason_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reason_list li {
    position: relative;
    width: 45%;
    padding: 40px 40px 15px;
    color: #fff;
    background: #f574e8;
}

.reason_list li:nth-child(2) {
    background: #920783;
}

.reason_list li .ttl {
    position: relative;
    margin-bottom: 0.7em;
    padding-bottom: 0.5em;
    line-height: 1.7;
    text-align: center;
    color: inherit;
    letter-spacing: 0.1em;
    font-size: 3.5rem;
    font-weight: 700;
}

.reason_list li .ttl:after {
    position: absolute;
    left: calc(50% - 68px);
    bottom: 0;
    content: "";
    width: 136px;
    height: 1px;
    border-bottom: solid 1px #fff;
}

.reason_list li .num {
    position: absolute;
    right: 20px;
    bottom: 20px;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #D3C42D;
    font-size: 17.0rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    opacity: .4;
}

.reason_list li .txt_base {
    position: relative;
    z-index: 2;
}

.reason_list li .txt_base p {
    color: inherit;
}

/********************************************/
/* top_service_block */
/********************************************/
.top_swiper .flexbox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.top_swiper .flexbox .blue_ttl {
    width: 35%;
}

.top_swiper .flexbox .txt_base {
    width: 63%;
}

.top_swiper .swiper {
    padding-top: 120px;
    overflow: unset;
}

.top_swiper .swiper .swiper-button-next,
.top_swiper .swiper .swiper-button-prev {
    top: 20px;
    width: 90px;
    height: 90px;
}

.top_swiper .swiper .swiper-button-next:after,
.top_swiper .swiper .swiper-button-prev:after {
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img/common/ico-arr-left.svg) no-repeat center/contain;
}

.top_swiper .swiper .swiper-button-prev {
    left: 0;
}

.top_swiper .swiper .swiper-button-next {
    right: auto;
    left: 120px;
    transform: scale(-1, 1);
}

.service_slider {
    padding-right: 40px;
}

.service_slider .img_box {
    position: relative;
    margin-bottom: 15px;
}

.service_slider .img_box:after {
    padding-top: 77.6%;
}

.service_slider .img_box:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.service_slider .img_box .cap {
    position: absolute;
    top: 50%;
    left: 2%;
    width: 96%;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    font-size: 3.0rem;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service_slider .fs18 p {
    line-height: 2;
}

/********************************************/
/* top_voice_block */
/********************************************/
.top_voice_block {
    position: relative;
}

.top_voice_block:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 155px;
    background: #fff;
    z-index: 1;
}

.top_voice_block .blue_ttl {
    position: relative;
    margin-bottom: 1.7em;
    z-index: 2;
}

.voice_list li {
    padding: 50px 70px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.voice_list li:not(:last-child) {
    margin-bottom: 40px;
}

.voice_list li .ttl {
    margin-bottom: 1.2em;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #920783;
    font-size: 2.5rem;
    font-weight: 500;
}

.voice_list li .customer_name {
    display: block;
    margin-bottom: 1.8em;
    letter-spacing: 0.1em;
    font-weight: 700;
}

/********************************************/
/* top_sponsor_block */
/********************************************/
.sponsor_slider {
    width: 100%;
    max-width: 880px;
    margin-left: 0;
}

.sponsor_slider .swiper-slide {
    padding: 20px 55px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
}

.sponsor_slider .img_box {
    position: relative;
}

.sponsor_slider .img_box img {
    object-fit: contain;
    font-family: 'object-fit: contain;';
    /*IE対策*/
}

.sponsor_slider .img_box:after {
    padding-top: 62.86%;
}

/********************************************/
/* top_company_block */
/********************************************/
.top_company_block .company_table {
    width: 100%;
}

.top_company_block .company_table tr {
    border-bottom: solid 1px #ccc;
}

.top_company_block .company_table tr th,
.top_company_block .company_table tr td {
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    font-size: 1.8rem;
    font-weight: 500;
}

.top_company_block .company_table tr th {
    width: 16em;
    padding: 2.5em 3.5em;
}

.top_company_block .company_table tr td {
    padding: 2.5em 0;
}

/********************************************/
/* top_message_block */
/********************************************/
.top_message_block .blue_ttl {
    margin-bottom: 1.5em;
}

.top_message_block .flexbox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_message_block .flexbox .img_box {
    width: 35%;
}

.top_message_block .flexbox .txt_box {
    width: 58%;
}

.top_message_block .flexbox .txt_box .right_txt {
    margin-top: 50px;
    letter-spacing: 0.1em;
    text-align: right;
    font-size: 1.8rem;
    font-weight: 700;
}

.top_message_block .flexbox .txt_box .right_txt .big {
    font-size: 1.55em;
}

/********************************************/
/* top_contact_block */
/********************************************/
.top_contact_block .flexbox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_contact_block .right_box {
    width: 63%;
}

.top_contact_block .right_box .form_box {
    padding: 20px 40px 40px;
    background: #fff;
}

.contact_table {
    width: 100%;
    margin-bottom: 20px;
}

.contact_table th, .contact_table td {
    padding: 1em 0;
    vertical-align: top;
}

.contact_table th {
    width: 12em;
    padding-top: 1.5em;
    letter-spacing: 0.1em;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 500;
}

.contact_table td {
    padding-left: 1em;
}

.contact_table td.radio_button {
    padding-top: 2em;
}

.contact_table textarea,
.contact_table input[type=email],
.contact_table input[type=tel],
.contact_table input[type=text] {
    width: 100%;
    padding: 0.8em 0.5em;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.6rem;
    color: #333;
}

.contact_table textarea {
    height: 10em;
}

.contact_table input[type=radio] {
    display: none;
}

.contact_table .radio_button > span {
    margin-bottom: 5px;
}

.contact_table label span {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 20px 10px 0;
    padding: 0 0 0 30px;
    border-radius: 8px;
    vertical-align: middle;
    cursor: pointer;
}

.contact_table label span:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 20px;
    content: '';
}

.contact_table label span:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #920783;
    content: '';
    opacity: 0;
    z-index: 1;
}

.contact_table input[type=radio]:checked + span:before {
    opacity: 1;
}

.submit_btn {
    width: 96%;
    max-width: 300px;
    margin: auto;
}

.submit_btn input {
    display: block;
    width: 100%;
    padding: 1em;
    border: solid 2px #920783;
    border-radius: 5px;
    background: #920783;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.submit_btn input:hover {
    background: #fff;
    color: #920783;
}

.contact_block .right_box {
    max-width: 770px;
    margin: auto;
}

#mw_wp_form_mw-wp-form-27.mw_wp_form_input {
    padding-top: 260px;
    margin-top: -260px;
}

#mw_wp_form_mw-wp-form-27.mw_wp_form_confirm {
    padding-top: 170px;
    margin-top: -170px;
}

#mw_wp_form_mw-wp-form-27.mw_wp_form_confirm .contact_table th {
    padding-top: 0.9em;
}

#mw_wp_form_mw-wp-form-27.mw_wp_form_complete {
    margin-top: -120px;
    padding-top: 120px;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
@media screen and (max-width: 1024px) {
    /********************************************/
    /* main_visual */
    /********************************************/
    .main_visual .txt_box {
        font-size: 4.5rem;
    }
    .main_visual .bg_box .main_roop_bg {
        height: 700px;
        -webkit-animation: bgroop 30s linear infinite;
        animation: bgroop 30s linear infinite;
    }
    @-webkit-keyframes bgroop {
        from {
            background-position: 0 0;
        }
        to {
            background-position: -1020px 0;
        }
    }
    @keyframes bgroop {
        from {
            background-position: 0 0;
        }
        to {
            background-position: -1020px 0;
        }
    }
    /********************************************/
    /* top_about_block */
    /********************************************/
    .top_about_block .inner {
        width: 100%;
    }
    .top_about_block .txt_box {
        padding: 80px 30px;
    }
    .top_about_block .about_roop_bg {
        -webkit-animation: bgroop 30s linear infinite;
        animation: bgroop 30s linear infinite;
    }
    @-webkit-keyframes bgroop {
        from {
            background-position: 0 0;
        }
        to {
            background-position: -2077px 0;
        }
    }
    @keyframes bgroop {
        from {
            background-position: 0 0;
        }
        to {
            background-position: -2077px 0;
        }
    }
    /********************************************/
    /* top_philosophy_block */
    /********************************************/
    .top_philosophy_block .philosophy_bottom .txt_box {
        width: 57%;
    }
    .top_philosophy_block .philosophy_bottom .img {
        width: 40%;
        margin-right: 0;
    }
    /********************************************/
    /* top_reason_block */
    /********************************************/
    .top_reason_block:before {
        height: 140px;
    }
    .reason_list li {
        width: 48%;
        padding: 30px 20px 15px;
    }
    .reason_list li .ttl {
        font-size: 2.8rem;
    }
    .reason_list li .num {
        font-size: 10.0rem;
    }
    /********************************************/
    /* top_service_block */
    /********************************************/
    .top_swiper .swiper {
        padding-top: 80px;
    }
    .top_swiper .swiper .swiper-button-next,
    .top_swiper .swiper .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
    .top_swiper .swiper .swiper-button-next {
        left: 70px;
    }
    /********************************************/
    /* top_voice_block */
    /********************************************/
    .top_voice_block:before {
        height: 140px;
    }
    .voice_list li {
        padding: 30px 40px;
    }
    /********************************************/
    /* top_sponsor_block */
    /********************************************/
    .sponsor_slider {
        max-width: 100%;
    }
    .sponsor_slider .swiper-slide {
        padding: 10px 20px;
    }
    /********************************************/
    /* top_company_block */
    /********************************************/
    .top_company_block .company_table tr th {
        width: 12em;
        padding: 2.5em 1em 2.5em 0;
    }
    /********************************************/
    /* top_contact_block */
    /********************************************/
    .top_contact_block .flexbox {
        display: block;
    }
    .top_contact_block .right_box {
        width: 100%;
    }
}

/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
    a, b, dd, dt, li, p, span, td, th {
        font-size: 14px;
        font-size: 1.4rem;
    }
    /*=============================================*/
    /*  layout  Base                        */
    /*=============================================*/
    section {
        padding: 60px 0;
    }
    .txt_base.fs16 p {
        font-size: 1.4rem;
        line-height: 2.0;
    }
    .txt_base.fs18 p {
        font-size: 1.6rem;
        line-height: 2.0;
    }
    /********************************************/
    /*header */
    /********************************************/
    .header {
        padding: 15px;
        min-height: 90px;
    }
    .logo {
        width: 70%;
        max-width: 250px;
    }
    .header .logo {
        width: 70%;
        max-width: 250px;
    }
    /********************************************/
    /* footer */
    /********************************************/
    .footer .inner {
        flex-flow: column;
    }
    .footer .inner .left {
        width: 100%;
    }
    .footer .inner .left .logo {
        width: 60%;
        margin-bottom: 20px;
    }
    .footer .inner .footer_link li {
        font-size: 1.4rem;
    }
    .footer .copyright {
        padding: 1.5em 1em;
        font-size: 1.4rem;
    }
    /********************************************/
    /* main_visual */
    /********************************************/
    .main_visual {
        flex-flow: column;
    }
    .main_visual .txt_box {
        width: calc(100% - 60px);
        margin: 0 auto 40px;
        min-width: auto;
        text-align: left;
        font-size: 3.6rem;
    }
    .main_visual .txt_box .ttl {
        display: block;
    }
    .main_visual .txt_box .ttl .jp,
    .main_visual .txt_box .ttl .en {
        display: block;
    }
    .main_visual .bg_box {
        position: relative;
        width: 100%;
    }
    .main_visual .bg_box:before {
        background: url(../img/top/main-bg-top.svg) no-repeat left top/contain;
    }
    .main_visual .bg_box .main_roop_bg {
        height: 450px;
    }
    @-webkit-keyframes bgroop {
        from {
            background-position: 0 0;
        }
        to {
            background-position: -655px 0;
        }
    }
    @keyframes bgroop {
        from {
            background-position: 0 0;
        }
        to {
            background-position: -655px 0;
        }
    }
    /********************************************/
    /* top_about_block */
    /********************************************/
    .top_about_block .inner {
        flex-flow: column;
    }
    .top_about_block .txt_box {
        width: 100%;
        padding: 60px 20px 20px;
    }
    .top_about_block .bg_box {
        width: 100vw;
        height: 290px;
    }
    @-webkit-keyframes bgroop {
        from {
            background-position: 0 0;
        }
        to {
            background-position: -951px 0;
        }
    }
    @keyframes bgroop {
        from {
            background-position: 0 0;
        }
        to {
            background-position: -951px 0;
        }
    }
    /********************************************/
    /* top_philosophy_block */
    /********************************************/
    .top_philosophy_block .blue_ttl {
        margin-bottom: 0.8em;
    }
    .top_philosophy_block .philosophy_bottom {
        flex-flow: column;
    }
    .top_philosophy_block .philosophy_bottom .txt_box {
        width: 100%;
        margin-bottom: 40px;
    }
    .top_philosophy_block .philosophy_bottom .img {
        width: 100%;
    }
    /********************************************/
    /* top_reason_block */
    /********************************************/
    .top_reason_block:before {
        height: 120px;
    }
    .top_reason_block .blue_ttl {
        margin-bottom: 0.8em;
    }
    .reason_list {
        flex-flow: column;
    }
    .reason_list li {
        width: 100%;
        padding: 20px;
    }
    .reason_list li:not(:last-child) {
        margin-bottom: 30px;
    }
    .reason_list li .ttl {
        font-size: 2.4rem;
    }
    .reason_list li .ttl:after {
        left: calc(50% - 50px);
        width: 100px;
    }
    /********************************************/
    /* top_service_block */
    /********************************************/
    .top_swiper .flexbox {
        flex-flow: column;
        margin-bottom: 30px;
    }
    .top_swiper .flexbox .blue_ttl {
        width: 100%;
    }
    .top_swiper .flexbox .txt_base {
        width: 100%;
    }
    .service_slider .img_box .cap {
        font-size: 2.5rem;
    }
    /********************************************/
    /* top_voice_block */
    /********************************************/
    .top_voice_block:before {
        height: 120px;
    }
    .top_voice_block .blue_ttl {
        margin-bottom: 0.8em;
    }
    .voice_list li {
        padding: 30px 20px;
    }
    .voice_list li .ttl {
        font-size: 2.0rem;
    }
    /********************************************/
    /* top_company_block */
    /********************************************/
    .top_company_block .company_table tr th,
    .top_company_block .company_table tr td {
        font-size: 1.5rem;
    }
    .top_company_block .company_table tr th {
        width: 9.5em;
        padding: 1.7em 1em 1.7em 0;
    }
    .top_company_block .company_table tr td {
        padding: 1.7em 0;
    }
    /********************************************/
    /* top_message_block */
    /********************************************/
    .top_message_block .blue_ttl {
        margin-bottom: 0.8em;
    }
    .top_message_block .flexbox {
        flex-flow: column;
    }
    .top_message_block .flexbox .img_box {
        width: 65%;
        max-width: 430px;
        margin: 0 auto 30px;
    }
    .top_message_block .flexbox .txt_box {
        width: 100%;
    }
    .top_message_block .flexbox .txt_box .right_txt {
        margin-top: 50px;
        font-size: 1.6rem;
    }
    /********************************************/
    /* top_contact_block */
    /********************************************/
    .top_contact_block .right_box .form_box {
        padding: 30px 20px;
    }
    .contact_table {
        display: block;
    }
    .contact_table tbody,
    .contact_table tr,
    .contact_table th,
    .contact_table td {
        display: block;
    }
    .contact_table tr {
        margin-bottom: 25px;
    }
    .contact_table th, .contact_table td {
        padding: 0;
    }
    .contact_table th {
        width: 100%;
        margin-bottom: 0.8em;
        font-size: 1.5rem;
    }
    .contact_table td.radio_button {
        padding-top: 0;
    }
    .submit_btn {
        width: 96%;
        max-width: 300px;
    }
    .submit_btn input {
        font-size: 1.6rem;
    }
}

/********************************************/
    /* プライバシーポリシー */
/********************************************/
.p-privacy {
  padding-top: 15rem;
}
.p-privacy__title {
  margin-top: 50px;
  text-align: left;
  line-height: 2;
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .p-privacy__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .p-privacy__title {
    font-size: 1.4rem;
  }
}
.p-privacy__title__text {
  margin-top: 5rem;
  line-height: 2;
}
.p-privacy__contents {
  margin-top: 3rem;
}
.p-privacy__contents__text {
  margin-top: 3rem;
  line-height: 2;
}
.p-privacy__contents__title {
  font-size: 2rem;
  font-family: var(--base-font-family);
}
@media (max-width: 768px) {
  .p-privacy__contents__title {
    font-size: 1.8rem;
  }
}
.p-privacy__contents__text {
  font-size: 1.6rem;
  font-family: var(--base-font-family);
}
@media (max-width: 768px) {
  .p-privacy__contents__text {
    font-size: 1.4rem;
  }
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/

/**************************************************************
footerのネクストレベルワークスのロゴ
**************************************************************/

.footer_link--logo {
    width:15rem;
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .footer_link--logo {
        width: 10rem;
        margin-top: 1rem;
    }
}