html{
    font-size: 10px;
}
body{
    background: #fff;
    color: #222;
    font-family:'Lato','Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.75;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    min-width: 960px;
    letter-spacing: .05em;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
header{
    box-sizing: inherit;
    height: auto;
    position: relative;
    margin-bottom: 10px;
}

table{
    border-collapse: collapse;
}
th{
    background: #f6f8f9;
    padding: 10px 35px;
    border: #eee 1px solid;
}

td {
    border: #eee 1px solid;
    padding: 10px 20px;
}
a{
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

h2{
    margin-bottom: 50px;
}
ol{
    padding-left: 20px;
}
a:hover{
    opacity: .7;
}

/*共通スタイル*/
.pc{
    display: block;
}
.sp{
    display: none;
}
.sp_br{
	display:none;
}



.tac{
    text-align: center;
}
.tal{
    text-align: left;
}
.tar{
    text-align: right;
}
.fll{
    float: left;
}
/* ----------------------------------------------------
能田追記
---------------------------------------------------- */

/* ----------------------------------------------------
margin
---------------------------------------------------- */
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt80 { padding-top: 80px ; }
.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.red{
    color: #b00014;
}


.cf:after{
    content: "";
    display: block;
    clear: both;
}
/*色味-------------------------------------*/
.l-header,.c-boxItem__txtWrap,.p-activity__box{
    background: #fff;
}
.l-mv,.l-main{
    background: #17447e;
}
.for0_caption{
    background: #0068b7;
}
.p-contact_price{
    background: #032c52d1;
}
.l-footer{
    background: #073063;
}
.c-required,.submit_btn,.p-donation{
    background: #de1a4d;
}
.reset_btn{
    background: #eee;
}
.p-header__btn,.p-concept__txt,.c-secTtl,.c-leadTxt,.c-boxItem__ttlWrap,.for0_caption,.status_special,.p-contact_price,.l-form,.p-company,.c-required,.submit_btn,.p-donation,.mission__subTtl{
    color: #fff;
}
.header__linkItem{
    color: #222;
}
.status04__ttl,.p-activity__boxTtl{
    color: #0068b7;
}
.l-footer{
    color: #5678a2;
}
/*フォントサイズ------------------------------*/
.l-footer,.c-required{
    font-size: 1.0rem;
}
.c-comment,.for0_caption{
    font-size: 1.2rem;
}
.p-header__navLink,.c_secSubTtl{
    font-size: 1.3rem;
}
.c-btn{
    font-size: 1.4rem;
}
.c-leadTxt,.c-boxItem__txt,.special__txt,.p-contact_price,.p-form_tt,.p-companyWrap,.p-form_ttl{
    font-size: 1.5rem;
}
.p-concept{
    font-size: 1.6rem;
}
.p-donation{
    font-size: 1.8rem;
}
.status04__ttl{
    font-size: 1.9rem;
}
.boxTtl,.special__ttl{
    font-size: 2.1rem;
}
.mission__subTtl{
    font-size: 2.5rem;
}
.c-secTtl{
    font-size: 3.3rem;
}
.header_nav,.p-concept,.c-leadTxt,.c-boxItem__ttlWrap,.status04__ttl,.special__ttl,.p-contact_price,.p-form_ttl,.p-companyWrap,.c-btn{
    font-weight: bold;
}
.p-header__btn,.c-secTtl,.c-boxItem__ttlWrap{
    text-align: center;
}
/*レイアウト-------------------------------*/
.l-df{
    display: flex;
}
.l-mv{
    background-image: url('../images/mv.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 946px;
    position: relative;
    padding-top: 30px;
    min-width: 1100px;
}
.l-main{
    position: relative;
}
.l-header{
    border-radius: 10px;
    padding: 17px 20px;
    box-shadow: 0px 0px 17px 6px rgba(62, 62, 62, 0.32);
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    margin: auto;
    width: 960px;
}
.l-section{
    padding-bottom: 120px;
    padding-top: 120px;
    margin-top: -120px;
}
.l-container{
    width: 1080px;
    margin: 0 auto;
    position: relative;
}
.l-inner{
    width: 810px;
    margin: 0 auto;
}
.l-between{
    justify-content: space-between;
}
.l-around{
    justify-content: space-around;
}

.l-showtable{
    display: table;
    vertical-align: middle;
}

.l-footer{
    padding: 15px 0;
}
/*component--------------------------------*/
.c-secTtl{
    letter-spacing: .12em;
	text-shadow: 1px 1px 0px #3023f8;
}
.c_secSubTtl{
    display: block;
}
.c-leadTxt{
    text-align: center;
    letter-spacing: .12em;
    line-height: 1.9;
    margin-bottom: 45px;
	text-shadow: 1px 1px 0px #3023f8;
}
.c-boxItem__ttlWrap{
    padding: 17px;
    border-radius: 30px 30px 0 0;
    background: #0068b7; /* Old browsers */
    background: -moz-linear-gradient(left,  #0068b7 0%, #1dadf7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #0068b7 0%,#1dadf7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #0068b7 0%,#1dadf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068b7', endColorstr='#1dadf7',GradientType=1 ); /* IE6-9 */
    position: relative;
}
.boxTtl{
    letter-spacing: .14em;
}
.c-boxItem__txtWrap{
    border-radius: 0 0 30px 30px;
    padding: 30px 60px 35px;
}
.c-boxItem__txt{
    line-height: 2;
    letter-spacing: .04em;
    text-align: justify;
    width: 47%;
}
.c-boxItem__num{
    position: absolute;
    left: 37px;
    top: -20px;
}
.c_boxItem{
    margin-bottom: 30px;
    position: relative;
}
.status__illust{
    position: absolute;
}
.c-btn{
    display: inline-block;
    padding: 20px 30px;
    border: none;
    border-radius: 5px;
    width: 250px;
}
.c-bdr-red{
    background: linear-gradient(transparent 60%, #de1a4d 0%);
}
.c-bdr-yellow{
    background: linear-gradient(transparent 60%, #fff100 0%);
}
/*プロジェクト--------------------------------*/
.header_logo{
    margin: 0 48px 0 0;
    padding-top: 10px;
}
.p-mv_txt{
    position: absolute;
    right: 0%;
    top: 111px;
}
.header__linkItem{
    margin-right: 28px;
}
.p-header__navLink{
    padding-top: 8px;
}
.header_nav{
    letter-spacing: .06em;
    white-space: nowrap;
}
.p-header__btn{
    border-radius: 50px;
    padding: 7px 32px;
    background: #0068b7; /* Old browsers */
    background: -moz-linear-gradient(left,  #0068b7 0%, #1dadf7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #0068b7 0%,#1dadf7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #0068b7 0%,#1dadf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068b7', endColorstr='#1dadf7',GradientType=1 ); /* IE6-9 */

}
.p-concept{
    background: url('../images/bg_concept.jpg');
    background-size: 100%;
    padding: 120px 0 100px 0;
}
.p-concept__txt{
    text-align: center;
    margin-bottom: 100px;
}
.p-concept__txt{
    line-height: 2.25;
    letter-spacing: .16em;
	text-shadow: 1px 1px 0px #3023f8;
}
.mission__subTtl{
    text-align: center;
    margin-bottom: 20px;
	text-shadow: 1px 1px 0px #3023f8;
}
.pet_photo{
    background: url('../images/pet_photo.jpg');
    height: 580px;
    min-height: 500px;
    background-size: cover;
    position: relative;
    margin-bottom: 120px;
}
.bg_fixed{
    background: url('../images/bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    min-height: 4000px;
}
.p-status{
    padding-top: 120px;
}
.status__illust-01{
    right: -56px;
    bottom: -20px;
}

.status__illust-02{
    bottom: -66px;
    left: 0;
}
.status__illust-03{
    right: -29px;
    bottom: -30px;
}
.status__illust-04{
    bottom: -43px;
    left: -30px;
}
.status__illust-05{
    right: -30px;
    bottom: -57px;
}
.status__illust-06{
    right: -30px;
    bottom: -57px;
}
.status04__ttl{
    margin-bottom: 20px;
}
.status_ehime{
    background: url('../images/dogs_bg.jpg');
    background-size: cover;
}
.for0_caption{
    padding: 5px 30px;
    border-radius: 50px;
}
.status_special{
    position: relative;
    border-radius: 30px;
    padding: 40px 60px;
    border: 2px solid #fff;
    background: #1dadf7; /* Old browsers */
    background: -moz-linear-gradient(45deg, #1dadf7 1%, #0068b7 49%, #1dadf7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1dadf7 1%,#0068b7 49%,#1dadf7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1dadf7 1%,#0068b7 49%,#1dadf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dadf7', endColorstr='#1dadf7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.special__txt{
    width: 50%;
}
.special__img{
    width: 45%;
}
.special__ttl{
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.special__point{
    position: absolute;
    top: -21px;
    left: -35px;
}
.p-activity__box{
    border: 4px solid #0068b7;
    border-radius: 32px;
    margin-bottom: 60px;
}
.p-activity__boxTtl{
    background: #eef4fb;
    text-align: left;
    padding: 21px 36px 15px;
}
.p-activity__txtWrap{
    padding: 25px 36px; 
}
.p-activity__txt{
    width: 44%;
}
.p-activity__icon{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    top: -32px;
}
.p-activity__txt02{
    width: 100%;
}
.p-activity__box2{
    width: 48.5%;
    margin-bottom: 80px;
}
.p-event__ttl:before,.p-event__ttl:after{
    content: '';
    display: inline-block;
    width: 34%;
    height: 2px;
    border-top: 2px dotted #fff;
    padding-bottom: 10px;
}
.p-event__ttl:before{
    margin-right: 20px;
}
.p-event__ttl:after{
    margin-left: 20px;
}
.p-contact_price{
    border-radius: 10px;
    padding: 22px;
    text-align: center;
    margin-bottom: 45px;
}
.p-form_ttl{
    width: 30%;
    vertical-align: top;
}
.vision_txt{
    line-height: 2.4;
    letter-spacing: .14em;
    margin-bottom: 70px;
}
.p-news__ttl{
    display: inline-block;
    position: relative;
    width: 30%;
}
.p-news__ttl:before,.p-news__ttl:after{
    content: '';
    display: inline-block;
    width: 39px;
    height: 60px;
    background-size: contain;
    position: absolute;
}
.p-news__ttl:before{
    background-image: url('../images/line_bf.png');
    left: 0;
}
.p-news__ttl:after{
    background-image: url('../images/line_af.png');
    right: 0;
    top: 0;
}
.company_info{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #7ba7c9;
}
.p-company_info__ttl{
    width: 15%;
}
.pageTop{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}
.formTable{
    width: 100%;
    margin-bottom: 40px;
}
.p-form_ttl,.p-form_imputWrap{
    text-align: left;
    background: transparent;
    border: none;
    padding: 20px 0;
}
.c-required{
    border-radius: 50px;
    padding: 3px 10px;
    margin-left: 10px;
}
.c-inputArea{
    border-radius: 5px;
    padding: 10px;
    min-width: 300px;
    border: none;
}
.form__tr{
    border-bottom: 1px solid #7ba7c9;
}
.p-inputTel{
    min-width: 135px;
    width: 135px;
}
.p-inputAddress{
    width: 100%;
}
.p-inputNum{
    min-width: 200px;
}
.p-donation{
    width: 400px;
}

/*モーダル*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    left: 0;
}
.modal__content{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.js-modal-open:hover{
    opacity: 1;
}
.js-modal-open img,.modal__content iframe{
    width: 100%;
}
.js-modal-closeImg{
    position: absolute;
    right: -29px;
    top: -21px; 
}
.p-event__ttl{
    padding-top: 120px;
    margin-top: -120px;
}
/* 能田追記 */
.tel_number{
	color:#FFF !important;
}
.block_02{
	margin-top:10px;
	margin-bottom:21px;
}