@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://use.fontawesome.com/releases/v5.6.1/css/all.css);
/***********************************************/
/* 目次 */
/*=============================================*/
/*   00.setting                                */
/*   01.common                                 */
/*   02.Base Layout                            */
/*   03.layout                               */
/*=============================================*/
/***********************************************/
/*=============================================*/
/*00.setting*/
/*=============================================*/
article,aside,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
    display: block;
}
blockquote,body,dd,div,dl,dt,fieldset,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;
    width: 100%;
    margin-top: 40px;
}
li {
    list-style: none;
}
a,
a:link {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    height: auto;
}
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;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

/*=============================================*/
/*01 common*/
/*=============================================*/
html {
    font-size: 62.5%;
}
body {
    margin: auto;
    width: auto;
    /* font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
    font-family: 'Noto Sans JP', "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, 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;
}
a,b,dd,dt,li,p,span,td,th {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #666;
}

.sp-only {
    display: none !important;
}
@media screen and (max-width:768px) {
    .sp-only {
        display: block !important;
    }
    .pc-only {
        display: none !important;
    }
}
.center {
    margin: auto;
    text-align: center;
    line-height: 180%;
}


/*=============================================*/
/*   02.Base Layout                            */
/*=============================================*/
.main_width {
    width: 100%;
    max-width: 980px;
    margin: auto;
}
section {
    padding: 60px 0;
}
.bg_gray {
    background-color: #f5f5f5;
}

.main_ttl {
    margin-bottom: 1.5em;
    font-size: 2.8rem;
    text-align: center;
}
.main_ttl span {
    position: relative;
    display: inline-block;
    font-size: 2.8rem;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, sans-serif;
    font-weight: 700;
    color: #ff9933;
}


.border_ttl {
    position: relative;
    margin-bottom: 1.5em;
    font-size: 3.5rem;
    text-align: center;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, sans-serif;
    font-weight: 900;
    color: #666666;
}
.border_ttl:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.5em;
    content: '';
    width: 3em;
    height: 4px;
    margin: auto;
    background-color: #ff9933;
}

/*=============================================*/
/*   03.layout                               */
/*=============================================*/
/***************************************/
/* Header  */
/***************************************/
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.18);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.18);
    box-shadow: 0 0 8px rgba(0,0,0,0.18);
    z-index: 3;
}
.logo {
    padding-top: 2%;
    width: 290px;
    float: left;
}

.main_nav {
    width: 75%;
    float: right;
}
.main_nav ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.main_nav ul li a {
    display: block;
    padding: 3.5em 2em 1em;
    text-align: center;
    box-sizing: border-box;
}

.main_nav ul li.contact {
    width: 13%;
    margin-left: 3%;
}
.main_nav ul li.contact a {
    position: relative;
    padding: 3.5em 1em 1em;
    background-color: #ff9933;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}
.main_nav ul li.contact a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0.25em;
    content: '\f0e0';
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 3.2rem;
}
.main_nav ul li.contact a:hover {
    background-color: #333;
}

.main_nav ul li.contact a span {
    color: #fff;
}

/***************************************/
/* Main_Visual  */
/***************************************/
.main_visual {
    /* display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 70px 3% 10px 5%; */
    background: url(../img/main-bg.jpg) center bottom no-repeat;
	background-size:cover;
    width: 100%;
}

.main_visual .top-txt {
    width: 65%;
    padding: 12% 0 14% 25%;
    /* position: relative; */
}
/* .top-txt p{
    position: absolute;
    background-color: rgba(218, 109, 0, 0.72);
    padding: 24px 50px;
} */

.multiply{
    mix-blend-mode: multiply;
    position: absolute;
    background-color: rgba(218, 109, 0, 0.72);
    padding: 24px 50px;
}
.multiply span{
    font-size: 2.6rem;
    color: #ffffff;
    font-weight: bold;
}
.layer span{
    position: absolute;
    font-size: 2.6rem;
    color: #ffffff;
    font-weight: bold;
    padding: 24px 50px;
    z-index:999 ;
}
.circle-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}
.circle {	
    position: relative;
    display: inline-block;
    width: 140px;
    height:140px;
    border-radius: 50%;
    background: #ff9933;
  }
  
  .circle span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width :140px;
    text-align:center;
    color: white;
    font-weight: bold;
    font-size: 2.2rem;
  }


/***************************************/
/* Reason_box  */
/***************************************/
    .reason_box{
        background: url(../img/reason-bg.png) center top no-repeat;
        background-size: cover;
        width: 100%;
        height: 700px;
        /* padding-top: 40%; */
        padding: 60px 0 0;
    }
    .reason_box p {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
      }

      .reason_ttl{       
    margin-top: 8%;
    zoom: 0.5;
      }

     .sub{
        font-size: 2rem;
        color: #666;
        font-weight: bold;
        text-align: center;
     }
     .orange{
        font-size: 2rem;
        color: #ff9933;
        font-weight: bold;
     }
     
     .voice_box{
        padding:0 0 60px;
        margin-top: -100px;
     }
      
/***************************************/
/* Other Box  */
/***************************************/

     .box{
        background: #f2f2f2;
        height: 216px;
      }
      .box h3{
        padding: .5em;
        background: #666;
        color: #FFF;
        text-align: center;
        margin: 0;
        border-left: 10px solid #ff9933;
        font-size: 2rem;
        font-weight: 600;
      }
      .box .inner{
        line-height: 1.4;
        padding: 1.5em;
        text-align: justify;
      }
      .other-wrap{
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
      }
      .other-wrap li{
        width: 100%;
max-width:470px;
    }
    .box-center h3{
        background: #ff9933;
        border-left: 10px solid #666;
        font-size: 2rem;
        font-weight: 600;
    }
    .box-center .inner{
        text-align: center;
        padding: 3em 1.5em;
      }

/***************************************/
/* Example_box  */
/***************************************/

.col3{
    display: flex;
    justify-content: space-between;
    margin: 30px 0 10px;
}
.col3 li{
    width:100%;
    max-width: 320px;
}


/***************************************/
/* Flow_box  */
/***************************************/
.flow-content{
    display: flex;
    align-items: stretch;
}
.left-content{
    border: 20px solid #666;
    box-sizing: border-box;
    display: flex;
    padding: 3%;
    align-items: center;
}

.left-content span img {
    zoom: 0.8;
}
.left-content p{
    text-align: justify;
    font-weight: bold;
    line-height: 2;
    margin-left: 40px;
    font-size: 1.5rem;
    max-width: 517px;
}
.flow{
    margin:40px 0 80px;
}

.flow-img{
    display: block;
}

.arrow_wrap{
    display: block;
    padding: 40px 0;
}

.arrow{
    width: 0;
height: 0;
border-style: solid;
border-width: 21px 21px 0 21px;
border-color: #ff9933 transparent transparent transparent;
margin: 0 auto;
}


/***************************************/
/* Aside Contact  */
/***************************************/
.contact_box {
    padding: 40px 0 0;
}
.contact_box2{
    padding: 80px 0;
}

.contact_box .main_width {
    box-sizing: border-box;
}
.contact_box b {
    display: block;
    margin-bottom: 0.8em;
    font-size: 2.5rem;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, sans-serif;
    font-weight: 700;
    color: #fff;
}

.contact_box .btn {
    max-width: 900px;
    margin: auto;
}

/* .contact_box .btn a:hover {
    opacity: 0.8;
} */

 
.card-box .card {
    position:relative;
    overflow:hidden;
}
 
    .card-box .card::before {
        position:absolute;
        top:0;
        left:-100%;
        bottom:0;
        margin:auto 0;
        width:100px;
        height:200%;
        content:"";
        background:linear-gradient(to right, #fff, #fff 10%, transparent 10%, transparent 20%, #fff 20%, #fff 90%, transparent 90%, transparent 94%, #fff 94%);
        opacity:0.3;
        transform:translate(-50%) rotate(45deg);
        transition:left 0.4s ease-in, transform 0.4s ease-in;
    }
 
    .card-box .card:hover::before {
        left:150%;
        transform:translate(50%) rotate(45deg);
        transition-timing-function:ease-out, ease-out;
    }

/***************************************/
/* Case Box  */
/***************************************/
.case_box .center {
    line-height: 2;
}
.case_list .slick-slide {
    margin: 50px 0.5% 0;
}
.slick-prev, .slick-next {
    top: 54%;
}
.slick-prev:before,
.slick-next:before {
    color: #ff9933;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 3.0rem;
}
.slick-next:before {
    content: '\f138';
}
.slick-prev:before {
    content: '\f137';
}
.case_list li p {
    margin: 0.5em 0;
    font-size: 1.6rem;
}

/***************************************/
/* Table Box  */
/***************************************/
.base_table {
    width: 100%;
    border-top: 1px solid #ff9933;
    border-left: 1px solid #ff9933;
}
.base_table th {
    width: 12em;
    text-align: center;
    color: #fff;
    background-color: #ff9933;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}
.base_table td {
    background-color: #fff;
    border-right: 1px solid #ff9933;
    border-bottom: 1px solid #ff9933;
}
.base_table th {
    padding: 1.5em 0;
}
.base_table td {
    padding: 1.5em;
    line-height: 2;
}


/***************************************/
/* Form Box  */
/***************************************/
.form_box {
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.form_table th {
     width: 12em;
     padding: 1.5em 0;
     text-align: left;
     font-size: 1.5rem;
}
.form_table th .required {
    color: white;
    background: #ff9933;
    padding: 1% 2%;
    font-weight: bold;
    margin-right: 10px;
}
.form_table td {
    padding: 1.5em 0;
}
.form_table td input[type=email],
.form_table td input[type=text] {
    width: 100%;
    padding: 1em 0.5em;
    border: 2px solid #ccc;
    font-size: 1.5rem;
}
.form_table td input.mini {
    width: 35%;
}
.form_box .form-button {
    margin: 40px 0 0;
    text-align: center;
}
.form_box .form-button input {
    display: inline-block;
    background-color: #ff9933;
    color: #fff;
    font-size: 1.8rem;
    padding: 1em 4em;
    border-radius: 50px;
    font-weight: bold;
    letter-spacing: 0.2em;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    cursor: pointer;
}
.form_box .form-button input:hover {
    background-color: #333;
}

.form_box input[type=radio],
.form_box input[type=checkbox] {
    display: none;
}
.form_box .checkbox label {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 10px 0 0;
    padding: 0 30px 0 45px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1.7rem;
}
.form_box .checkbox label:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 22%;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 35px;
    height: 35px;
    border: 2px solid #ccc;
    border-radius: 100px;
    content: '';
    box-sizing: border-box;
}
.form_box .checkbox label:after {
    border-radius: 0;
}

.form-wrap .radio label span:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 44%;
    left: 3%;
    display: block;
    margin-top: -5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #464342;
    content: '';
    opacity: 0;
}

.form_box .checkbox label:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 36%;
    left: 3%;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 18px;
    border-right: 3px solid #464342;
    border-bottom: 3px solid #464342;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form_box .checkbox input[type=checkbox]:checked + label:before {
    opacity: 1;
}

/***************************************/
/* Footer  */
/***************************************/
footer {
    margin-top: 80px;
    background-color: #f5f5f5;
}
footer .copyright {
    padding: 2em 0 1.5em;
    text-align: center;
    font-size: 1.3rem;
}
footer img{
    display: block;
    text-align: center;
    max-width: 260px;
    padding: 60px 0;
    margin: 0 auto;
}

/***************************************/
/* Page-Link  */
/***************************************/

#about,#reason,#case,#requirements,#form {
    margin-top: -100px;
    padding-top: 100px;
}

/***************************************/
/* Form Error  */
/***************************************/
p.errorText {
    text-align: center;
    position: relative;
    top: 1em;
    color: #f00;
    font-weight: bold;
}


/***************************************/
/* Thanks Page  */
/***************************************/
.thanks-page {
    padding: 120px 0 0;
}
.thanks-page p {
    margin-bottom: 1.3em;
    font-size: 1.7rem;
}
.thanks-page .back_home {
    display: inline-block;
}
.thanks-page .back_home a {
    display: block;
    padding: 0.5em 3em;
    background-color: #ff9933;
    border-radius: 10px;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
}


/*=============================================*/
/*media query   Tablet*/
/*=============================================*/
@media screen and (max-width: 1024px) {


}

/*=============================================*/
/*media query    Smart Phone */
/*=============================================*/
@media screen and (max-width: 768px) {
    /*=============================================*/
    /*01 common*/
    /*=============================================*/
    a,b,dd,dt,li,p,span,td,th {
        font-size: 13px;
        font-size: 1.3rem;
    }
    /*=============================================*/
    /*   02.Base Layout                            */
    /*=============================================*/
    .main_width {
        width: 94%;
    }
    section {
        padding: 40px 0;
    }

    .main_ttl {
        font-size: 2.2rem;
    }
    
    .border_ttl {
        font-size: 2rem;
    }
    .border_ttl:after {
        width: 2em;
        height: 3px;
    }

    /*=============================================*/
    /*   03.layout                               */
    /*=============================================*/
    /***************************************/
    /* Header  */
    /***************************************/
    header {
        position: static;
    }
    .logo {
        padding-top: 10px;
        width: 40%;
        max-width: 180px;
    }

    .main_nav {
        width: 100%;
        float: right;
    }
    .main_nav ul {
        position: absolute;
        display: none;
        width: 95%;
        margin: auto;
        padding: 15px;
        background-color: rgba(255,255,255,0.9);
        box-sizing: border-box;
        z-index: 2;
    }
    .main_nav ul li {
        margin-bottom: 10px;
    }

    .main_nav ul li a {
        display: block;
        border: 1px solid #ff9933;
        padding: 1.5em 2em 1.5em;
        text-align: center;
        box-sizing: border-box;
    }

    .main_nav ul li.contact {
        width: 100%;
        margin-left: 0;
    }
    .main_nav ul li.contact a {
        padding: 1.5em 2em 1.5em;
    }
    .main_nav ul li.contact a:before {
        content: none;
    }

    .menu-btn {
        margin: 10px 0 0;
        float: right;
    }
    .menu-btn:before {
        content: '\f0c9';
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        font-size: 3.0rem;
        color: #ff9933;
    }
    .menu-btn.active:before {
        content: '\f00d';
    }

/***************************************/
/* Main_Visual  */
/***************************************/


.main_visual {
    background: url(../img/main-bg_sp.jpg);
	background-size: cover;
    width: 100%;
    height: 55vh;
    background-repeat: no-repeat;
    background-position: center;
}

.multiply{
    display: none;
}
.multiply span{
    display: none;
}
.layer span{
    display: none;
}


/***************************************/
/* Reason_box  */
/***************************************/
    .reason_box{
        background: url(../img/reason-bg.png) center top no-repeat;
        background-size: contain;
        width: 100%;
        height: 365px;
        padding: 10px 0 0;
        margin-top: -15px;
    }
    .reason_box p {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
      }

      .reason_ttl{       
    margin-top: 11%;
    zoom: 0.5;
      }

     .sub{
        font-size: 1.5rem;
     }
     .orange{
        font-size: 1.5rem;
     }
     
     .voice_box{
        padding:30px 0 30px;
     }
      
/***************************************/
/* Other Box  */
/***************************************/

     .box{
        height: inherit;
      }
      .box h3{
        padding: .5em;
        border-left: 5px solid #ff9933;
        font-size: 1.5rem;
      }
      .box .inner{
        line-height: 1.4;
        padding: 1.5em;
        text-align: justify;
      }
      .other-wrap{
        display: block;
        margin-top: 20px;
      }
      .other-wrap li{
        margin-bottom: 20px;
        max-width: inherit;
    }

    .other-wrap li:last-child{
        margin-bottom: 0;
    }
    .box-center h3{
        background: #ff9933;
        border-left: 5px solid #666;
        font-size: 1.5rem;
    }
    .box-center .inner{
        text-align: center;
        padding: 1em;
      }

/***************************************/
/* Example_box  */
/***************************************/

.col3{
    display: block;
    margin: 20px 0 10px;
}
.col3 li{
    max-width: inherit;
    margin-bottom: 10px;
    text-align: center;
}
.col3 li:last-child{
    margin-bottom: 0;
}


/***************************************/
/* Flow_box  */
/***************************************/
.flow-content{
    display: block;
}

.left-content{
    border: 8px solid #666;
    display: block;
}

.left-content span img {
    zoom: 0.3;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.left-content p{
    line-height: 1.6;
    margin-left: 0;
    font-size: 12px;
    max-width: inherit;
}
.flow{
    margin:30px 0 40px;
}

.flow-img{
    display: block;
}

.arrow_wrap{
    padding: 20px 0;
}

.arrow{
border-width: 18px 18px 0 18px;
}


    /***************************************/
    /* Aside Contact  */
    /***************************************/
    .contact_box {
        padding: 20px 0;
    }
    .contact_box .inner {
        padding: 10px 20px;
    }
    .contact_box b {
        font-size: 1.8rem;
    }

    .contact_box .btn {
        width: 100%;
    }
    

   

    /***************************************/
    /* Case Box  */
    /***************************************/
    .case_box{
        padding: 20px 0;
    }

    .case_list .slick-slide {
        margin: 25px 0.5% 0;
    }
    .slick-prev, .slick-next {
        top: 60%;
    }
    .slick-next {
        right: 0;
        z-index: 1;
    }
    .slick-prev {
        left: 0;
        z-index: 1;
    }
    .case_list li p {
        font-size: 1.4rem;
    }

    .slick-prev:before,
    .slick-next:before {
    font-size: 2.0rem;
}

    /***************************************/
    /* Table Box  */
    /***************************************/
    .base_table th {
        padding: 1em 0;
    }
    .base_table td {
        padding: 1em;
        line-height: 2;
    }
    .base_table th,
    .base_table td {
        display:block;
        width: 100%;
        float:left;
        clear:both;
        box-sizing: border-box;
    }

    /***************************************/
    /* Form Box  */
    /***************************************/
    .form_table th {
         padding: 0 0 0.8em 0;
         font-size: 1.3rem;
    }
    .form_table td {
        padding: 0em 0 2em;
    }

    .form_table th,
    .form_table td {
        display:block;
        width: 100%;
        float:left;
        clear:both;
        box-sizing: border-box;
    }

    .form_table td input[type=email],
    .form_table td input[type=text] {
        padding: 0.5em 0.5em;
        font-size: 1.4rem;
        box-sizing: border-box;
    }
    .form_box .form-button {
        margin: 20px 0 0;
    }
    .form_box .form-button input {
        font-size: 1.6rem;
    }

    .form_box .checkbox label {
        padding: 0 0 0 45px;
        font-size: 1.4rem;
    }
    .form_box .checkbox label:before {
        top: 32%;
        left: 4%;
    }

    /***************************************/
    /* Footer  */
    /***************************************/
    footer {
        margin-top: 20px;
        padding: 0 3%;
    }
    footer .copyright {
        font-size: 1.0rem;
    }

    footer img {
        padding: 20px 0;
        max-width: 180px;
    }

    /***************************************/
    /* Page-Link  */
    /***************************************/

    #about,#reason,#case,#requirements,#form {
        margin-top: -50px;
        padding-top: 50px;
    }

}
