@charset "UTF-8";
/* CSS Document */

/*---------------------------------
* common
---------------------------------*/


html {
    font-size: 62.5%;
    /*16px×62.5%=10px*/
    scroll-behavior: auto;
}

body {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    min-width: initial;
    /* 初期値 */
    min-width: 100%;
    color: #000;
}

img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
}

a {
    color: #000;
    transition: all .3s linear;
    text-decoration: none;
}

.wrapper {
    width: calc(100% - 20px);
    margin: 0 auto;
}

.sp-display {
    display: block;
}

.pc-display {
    display: none;
}

.sp-inlineBlock {
    display: inline-block;
}

.main{
    background-color: #f0f0f0;
}

h2{
    font-family: trajan-sans-pro, sans-serif;
    font-size: 18px;
    letter-spacing: 0.025em;
    text-align: center;
}

.top_sec{
    margin-top: 12px;
}

.top_sec_inneer{
    background-color: #fff;
    border-radius: 5px;
}

.no-scroll {
    position: fixed; /* bodyを固定 */
    width: 100%;
    overflow: hidden;
}

/*---------------------------------
*  inview
---------------------------------*/

.fadeIn_up {
    opacity: 0;
    transform: translate(0, 20%);
    transition: 1s;
}

.fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
}


/*---------------------------------
* header
---------------------------------*/

header{
    height: 57px;
    display: flex;
    align-items: center;
    width: 100%;
}

.header_logo img{
    width: 104px;
}

.header_nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header_nav_menu{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 57px;
    left: 0;
    background-color: #f0f0f0;
    z-index: 10;
}

.header_nav_menu ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.header_nav_menu ul li{
    margin-top: 20px;
}

.header_nav_menu ul li a{
    font-size: 15px;
    margin-top: 20px;
}

.header_nav_sns .sns02{
    margin-left: 0;
    margin-top: 30px;
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
    position: relative;
    width: 25px;
    height: 11px;
    cursor: pointer;
}

.btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    border-radius: 4px;
}

.btn-trigger,
.btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
    top: 0;
}

.btn-trigger span:nth-of-type(2) {
    top: 5px;
}

.btn-trigger span:nth-of-type(3) {
    bottom: 0;
}

#btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}

#btn01.active span:nth-of-type(2) {
    opacity: 0;
}

#btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
}

.btn_wrap{
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*---------------------------------
* top
---------------------------------*/

.mv{
    position: relative;
}

.mv_text{
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translateX(-50%);
    color: #bc5248;
    font-family: trajan-sans-pro, sans-serif;
    font-size: 20px;
    letter-spacing: 0.025em;
    white-space: nowrap;
    text-align: center;
    line-height: 1.6;
    text-shadow: rgba(255,255,255,0.5) 1px 1px 7px, rgba(255,255,255,0.5) -1px 1px 7px, rgba(255,255,255,0.5) 1px -1px 7px, rgba(255,255,255,0.5) -1px -1px 7px;;
}

.top_sec01 .top_sec_inneer{
    padding: 20px 15px 44px;
}

.top_sec01_cont01{
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    text-align: center;
    margin-top: 40px;
    font-weight: 200;
}

.top_sec01_cont02{
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: -0.03em;
    text-align: center;
    margin-top: 40px;
}

.top_sec02 .top_sec_inneer{
    padding: 20px 15px 24px;
}

.top_sec02_bl01{
        margin: 30px auto 0;
    width: fit-content;
}

.top_sec02_cont01{
    font-size: 10px;
    text-align: center;
    margin-bottom: 4px;
}

.top_sec02_cont02 img{
    width: 180px;
}

.top_sec02_cont03{
    font-size: 7px;
    text-align: right;
    margin-top: 3px;
}

.top_sec02_cont04{
    font-size: 19px;
    line-height: 1.65;
    text-align: center;
    margin-top: 20px;
    letter-spacing: -0.03em;
    font-weight: 200;
}

.top_sec02_cont05{
    margin-top: 20px;
}

.top_sec02_cont06{
    font-size: 13px;
    line-height: 1.9;
    text-align: center;
    letter-spacing: -0.03em;
    margin-top: 15px;
}

.top_sec02_cont07{
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.top_sec02_cont07_link a{
    position: relative;
    font-size: 13px;
    line-height: 1.9;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}

.top_sec02_cont07_link a::after{
    content: "";
    position: absolute;
    background-image: url(assets/img/common/link_icon01.png);
    top: 3px;
    right: -15px;
    width: 10.5px;
    height: 10.5px;
    background-size: contain;
    background-repeat: no-repeat;
}

.top_sec02_cont07_sns{
    display: flex;
    margin-top: 20px;
}

.sns01 img{
    width: 20px;
}

.sns02{
    margin-left: 30px;
}

.sns02 img{
    width: 20px;
}

.top_sec03 .top_sec_inneer{
    padding: 20px 33px 33px;
}

.top_sec03 dl{
    margin-top: 30px;
}

.top_sec03 dl dt, .top_sec03 dl dd{
    font-size: 14px;
    line-height: 1.7;
}

.top_sec03 dl dt:nth-of-type(n+2){
    margin-top: 28px;
}

.top_sec03_img01{
    width: 170px;
    margin-top: 29px;
}

.top_sec04 .top_sec_inneer{
    padding: 20px 27px 38px;
}

.top_sec04 dl{
    display: flex;
}

.top_sec04 dl:first-of-type{
    margin-top: 60px;
}

.top_sec04 dl dt, .top_sec04 dl dd{
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: -0.03em;
}

.top_sec04 dl dt{
    width: 45px;
    margin-right: 33px;
    white-space: nowrap;
}

/*---------------------------------
* footer
---------------------------------*/

footer{
    padding: 45px 20px 157px;
}

.footer_inneer{
    display: flex;
}

.footer_bl01{
    margin-right: 38px;
}

.footer_bl01 img{
    width: 110px;
}

.footer_bl02 ul{
    display: flex;
    flex-direction: column;    
    margin-top: 8px;
}

.footer_bl02 ul li a{
    font-size: 13px;
    white-space: nowrap;
}

.footer_bl02 ul li:nth-of-type(n+2){
    margin-top: 12px;
}

.footer_copyright{
    font-size: 10px;
    margin-top: 32px;
}

/*---------------------------------
*  固定ページ
---------------------------------*/

.page_wrap{
    margin-top: 0;
}

.breadcrumbs {
    margin-top: 8px;
}

.breadcrumbs ul{
    display: flex;
}

.breadcrumbs ul li{
    margin-right: 13px;
}

.breadcrumbs ul li, .breadcrumbs ul li a{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
}

.page_inner{
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 15px 20px;
    margin-top: 20px;
}

.page_wrap h2{
    margin-top: 20px;
}

.contact_wrap{
    margin-top: 30px;
}

.form_note{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.43;
    text-align: center;
}

.form_note span{
    color: #FF0000;
}

.customer_type_cont{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.customer_type_cont span:nth-of-type(2){
    margin-left: 0 !important;
    margin-top: 26px;
}

.form_wrap{
    margin: 25px auto 30px;
    width: 100%;
}

.form_wrap dl{
    margin-bottom: 13px;
}

.form_wrap dl dt{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.19;
    margin-bottom: 9px;
}

dl.required dt::after{
    content: "※";
    color: #FF0000;
    margin-left: 5px;
}

.form_wrap dl dd input{
    height: 32px;
    width: 100%;
    box-sizing: border-box;
}

.form_wrap dl dd textarea{
    width: 100%;
    height: 153px;
    box-sizing: border-box;
}

.form_privacy_policy{
    text-align: center;
    margin-top: 60px;
}

.form_privacy_policy_link a{
    text-decoration: underline;
}

.form_privacy_policy .mwform-checkbox-field-text{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.43;
}

.form_privacy_policy_link{
    font-size: 14px;
    margin-top: 10px;
}

.form_btn{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.form_btn input{
    width: 257px;
    height: 47px;
    color: #fff;
    background: #202020;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.45;
    text-align: center;
    letter-spacing: 0.4em;
    border: 1px solid #202020;
    transition: all .3s linear;
}

.form_btn input:hover{
    cursor: pointer;
    background: #fff;
    color: #202020;
    
}

.mw_wp_form .error{
    margin-top: 5px;
}

.mw_wp_form.mw_wp_form_complete{
    margin: 100px 0;
}

.mw_wp_form.mw_wp_form_complete p{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.mwform-checkbox-field-text a{
    text-decoration: underline;
}

.mw_wp_form_confirm dl{
  margin-bottom: 30px;
}

.company_profile{
    margin: 64px 0 94px;
}

.company_profile dl{
    display: flex;
    border-top: 1px solid #000;
    padding: 33px 0;
}

.company_profile dl dt{
    width: 25.5%;
    text-align: center;
}

.company_profile dl dd{
    width: 74.5%;
    padding-left: 22.15%;
}

.company_profile dl dt, .company_profile dl dd{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.45;
}

.company_profile dl dd{
    display: flex;
    align-items: center;
}

.company_profile dl:nth-of-type(4) dd p:nth-of-type(2){
    margin-left: 36px;
}

.company_profile dl dd p:nth-of-type(2){
    margin-left: 20px;
}

.company_profile dl:last-of-type{
    border-bottom: 1px solid #000;
}

.company_profile .text_small{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    margin-left: 30px;
}

.privacy_policy_cont{
    margin: 90px 0 132px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}



@media screen and (min-width: 768px) {

    /*---------------------------------
    * common
    ---------------------------------*/

    .wrapper {
        max-width: 810px;
        margin: 0 auto;
    }


    .sp-display {
        display: none;
    }

    .pc-display {
        display: block;
    }

    .sp-inlineBlock {
        display: none;
    }
    
    h2{
        font-size: clamp(25px, 2vw, 30px);
    }
    
    .top_sec{
        margin-top: 30px;
    }
    
    /*---------------------------------
    * header
    ---------------------------------*/
    
    header{
        height: 143px;
    }
    
    .header_logo img{
        width: 220px;
    }
    
    .btn_wrap{
        width: 74px;
        height: 74px;
    }
    
    .btn-trigger{
        width: 48px;
        height: 24px;
    }
    
    .btn-trigger span:nth-of-type(2){
        top: 11px;
    }
    
    .header_nav_menu{
        top: 143px;
    }
    
    #btn01.active span:nth-of-type(1){
        -webkit-transform: translateY(11px) rotate(-45deg);
        transform: translateY(11px) rotate(-45deg);
    }
    
    #btn01.active span:nth-of-type(3){
        -webkit-transform: translateY(-11px) rotate(45deg);
        transform: translateY(-11px) rotate(45deg);
    }
    
    .header_nav_menu ul li{
        margin-top: 40px;
    }
    
    .header_nav_menu ul li a{
        font-size: clamp(20px, 1.6vw, 24px);
        position: relative;
    }
    
    .header_nav_sns .sns02{
        margin-top: 40px;
    }
    
    .header_nav_sns li a:hover{
        opacity: 0.5;
    }
    
    .header_nav_menu .header_nav_sns li a::after{
        content: none!important;
    }

    /*---------------------------------
    * top
    ---------------------------------*/

    .main {
        padding-top: 30px;
    }

    .company_logo {
        width: 180px;
    }

    .mv_text{
        font-size: clamp(35px, 3vw, 42px);
    }
    
    .top_sec01 .top_sec_inneer{
        padding: 50px 50px 102px;
    }
    
    .top_sec01_cont01{
        font-size: clamp(45px, 3.4vw, 50px);
        margin-top: 100px;
    }
    
    .top_sec01_cont02{
        font-size: clamp(18px, 1.5vw, 22px);
        margin-top: 100px;
    }
    
    .top_sec02 .top_sec_inneer{
        padding: 50px 50px 60px;
    }
    
    .top_sec02_bl01{
        margin: 78px auto 0;
    }
    
    .top_sec02_cont01{
        font-size: clamp(12px, 1.2vw, 17px);
        margin-bottom: 10px;
    }
    
    .top_sec02_cont02 img{
        width: 368px;
    }
    
    .top_sec02_cont03{
        font-size: 10px;
        margin-top: 8px;
    }
    
    .top_sec02_cont04{
        font-size: clamp(32px, 2.5vw, 37px);
        margin-top: 53px;
    }
    
    .top_sec02_cont05{
        margin-top: 50px;
    }
    
    .top_sec02_cont06{
        font-size: clamp(16px, 1.5vw, 22px);
        margin-top: 36px;
    }
    
    .top_sec02_cont07_link a{
        font-size: clamp(18px, 1.5vw, 23px);
        padding-bottom: 10px;
    }
    
    .top_sec02_cont07_link a::after{
        width: 22px;
        height: 22px;
        top: 7px;
        right: -34px;
    }
    
    .top_sec02_cont07_link a:hover{
        border-bottom: none;
    }
    
    .top_sec02_cont07_sns{
        margin-top: 40px;
    }
    
    .top_sec02_cont07_sns a:hover{
        opacity: 0.5;
    }
    
    .sns01 img{
        width: 30px;
    }
    
    .sns02{
        margin-left: 40px;
    }
    
    .sns02 img{
        width: 30px;
    }
    
    .top_sec03 .top_sec_inneer{
        padding: 50px 50px 84px;
    }
    
    .top_sec03 dl{
        margin-top: 73px;
    }
    
    .top_sec03 dl dt, .top_sec03 dl dd{
        font-size: clamp(18px, 1.5vw, 23px);
    }
    
    .top_sec03 dl dt:nth-of-type(n+2){
        margin-top: 55px;
    }
    
    .top_sec03_img01{
        width: 323px;
        margin-top: 75px;
    }
    
    .top_sec04 .top_sec_inneer{
        padding: 50px 81px 95px;
    }
    
    .top_sec04 dl:first-of-type{
        margin-top: 120px;
    }
    
    .top_sec04 dl dt, .top_sec04 dl dd{
        font-size: clamp(18px, 1.4vw, 21px);
    }
    
    .top_sec04 dl dt{
        width: 110px;
        margin-right: 83px;
    }

    /*---------------------------------
    * footer
    ---------------------------------*/
    
    footer{
        padding: 114px 80px 390px;
    }
    
    .footer_bl01{
        margin-right: 113px;
    }
    
    .footer_bl01 img{
        width: 220px;
    }
    
    .footer_bl02 ul li a{
        font-size: clamp(16px, 1.5vw, 22px);
        position: relative;
        
    }
    
    .footer_bl02 ul li a::after, .header_nav_menu ul li a::after{
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #000000;
        bottom: -7px;               /*アンダーラインがaタグの下端から現れる*/
        transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
        transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
        transition: transform 0.3s; /*変形の時間*/
    }
    
    .footer_bl02 ul li a:hover::after, .header_nav_menu ul li a:hover::after{
        transform: scale(1, 1); 
    }
    
    .footer_bl02 ul li:nth-of-type(n+2){
        margin-top: 30px;
    }
    
    
    .footer_copyright{
        font-size: clamp(15px, 1.3vw, 20px);
        margin-top: 80px;
    }
    
    /*---------------------------------
    *  固定ページ
    ---------------------------------*/
    
    .breadcrumbs ul li{
        margin-right: 6.5px;
    }
    
    .breadcrumbs ul li, .breadcrumbs ul li a{
        font-size: 12px;
    }
    
    .page_wrap h2{
        margin-top: 40px;
    }
    
    .contact_wrap{
        margin-top: 50px;
    }
    
    .form_note{
        font-size: 16px;
    }
    
    .customer_type_cont{
        margin-top: 40px;
        display: flex;
        flex-direction: row;
    }
    
    .customer_type_cont span:nth-of-type(2){
        margin-left: 60px!important;
        margin-top: 0;
    }
    
    .form_wrap{
        width: 578px;
        margin: 50px auto 58px;
    }
    
    .form_wrap dl dt{
        font-size: 16px;
    }
    
    .form_wrap dl dd input, .form_wrap dl dd textarea{
        box-sizing: border-box;
    }
    
    .form_wrap dl dd input{
        height: 38px;
    }
    
    .form_privacy_policy{
        margin-top: 32.5px;
    }
    
    .form_privacy_policy .mwform-checkbox-field-text{
        font-size: 16px;
    }
    
    .form_privacy_policy_link{
        font-size: 10px;
    }
    
    .form_btn{
        margin-top: 60px;
    }
    
    .form_btn input{
        width: 340px;
        height: 62px;
        font-size: 20px;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        font-size: 16px; /* 16px以上にすることでiOSの自動ズームを防ぐ */
        -webkit-text-size-adjust: 100%;
    }
    
    .form_company{
      display: none;
    }
    
    .company_profile{
        margin: 55px 0 75px;
    }
    
    .company_profile dl{
        padding: 16.5px 0;
    }
    
    .company_profile dl dt{
        width: 22%;
    }
    
    .company_profile dl dd{
        width: 78%;
        padding-left: 8%;
    }
    
    .company_profile dl dd span,  .company_profile dl dd a{
        text-decoration: none!important;
        border: none!important;
        pointer-events: none!important;
        -webkit-text-decoration: none !important;
        user-select: none !important;
    }
    
    .company_profile dl dt, .company_profile dl dd{
        font-size: 14px;
    }
    
    .company_profile dl dd{
        flex-direction: column;
        align-items: flex-start;
    }
    
    .company_profile dl dd p{
        margin: 0;
    }
    
    .company_profile dl dd a{
        text-decoration: none;
        border: none;
    }

    
    .company_profile .text_small{
        margin-left: 55px!important;
        font-size: 10px;
    }
    
    
    .privacy_policy_cont{
        margin: 46px 0 70px;
        font-size: 14px;
    }
}