html {
    font-size: 62.5%;
}
body{
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #4d4d4d;
    background-color: #fff;
    font-size: 1.6rem;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
    margin:0;
    padding:0;
}
img {
    width: 100%;
}
a{
    text-decoration: none;
    color: #4d4d4d;
}
a:hover {
    opacity: 0.6;
    transition: 1.0s;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
li {
    vertical-align: bottom;
}
p {
    margin:0;
}
.c-logo img{
    height: auto;
    width: 250px;
}
/*/////// ヘッダー /////////// */
.l-header__wrap{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
.l-header__wrap .c-logo h1 {
    margin: 0 0 0 22px;
}
.l-header__nav{
    display: flex;
    align-items: center;
}
.l-header__nav ul{
    display: flex;
    margin: 0;
}
.l-header__nav li{
    width: 100px;
    font-size: 1.4rem;
    color: #111;
    text-align: center;
    font-weight: bold;
    padding: 4rem 0;
    margin: 0 1rem 0 1rem;
}
.l-header__nav a:hover{
    background: rgb(54, 170, 220);
    color: #fff;
    transition: 1s;
}
/* /////////ハンバーガーメニュー///////////// */
#js-hamburger {
    display: none;
}
#js-nav {
    display: none;
}
/* ///////// FVスタート ////////// */
.p-fv {
    position: relative;
}
.p-bxslider {
    height: 100vh;
}
.p-bxslider__item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 34px;
    height: 100vh;
}
.p-bxslider h2 {
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 9rem;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%);
    line-height: 5rem;
}
.p-bxslider span {
    letter-spacing: 2rem;
    font-size: 2.5rem;
}
.p-fv__number {
    position:absolute;
    bottom: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    background-color: rgba(134, 182, 245,0.7);
    padding: 14px 0;
}
.p-fv__number .p-title {
    margin-bottom: 1.5rem;
    font-weight: normal;
}
.p-number__inner {
    display: flex;
    text-align: center;
    padding: 1rem 2.5rem 0;
    max-width: 1440px;
    margin: 0 auto;
    color: #fff;
}
.p-number__item {
    border: solid 2px #fff;
    border-radius: 4px;
    width: 24%;
    margin-right: 2rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.p-number__item:last-child {
    margin-right: 0;
}
.p-number__item__text {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.p-navDial {
    margin-top: 1.5rem;
}
.p-navDial a{
    color:#fff;
    border-bottom: 1px solid #fff;
}
.p-fv__number .p-title, .p-navDial  {
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
}
.p-number__number {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}
.p-number__number a{
    opacity: 1;
}
.p-number__nav, .p-number__office{
    font-size: 3rem;
    margin: 0;
    color: #fff;
}
.p-number__office {
    padding-bottom: 0;
}
.p-number__nav::before {
    content: "";
    position: relative;
    top: 13px;
    background-image: url(../img/navidial.svg);
    height: 41px;
    width: 61px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 52px;
}
.p-number__office::before {
    content: "";
    position: relative;
    top: 9px;
    background-image: url(../img/tel.svg);
    height: 41px;
    width: 61px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 40px;
}
/* //////// コンテンツ ///////// */
#taxiType {
    margin: 100px 0 100px 0;
}
.p-taxiType {
    max-width: 1136px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p-taxiType__item {
    width: 33%;
    position: relative;
    margin-bottom: 80px;
}
.p-taxiType__item:hover {
    opacity: 0.6;
    transition: 1.0s;
}
.p-taxiType__photo img{
    width: 100%;
}
.p-taxiType__Title {
    background-color: #fff;
    color: #004098;
    font-size: 2rem;
    text-align: center;
    line-height:  1.5;
    padding: 2rem 0;
    position: absolute;
    z-index: 10;
    bottom: -15%;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
}
.p-taxiType__Title p:last-child {
    font-size: 1.5rem;
}
.p-banner__item{
    margin: 0 0 2rem 0;
}
.p-banner__item:last-child {
    margin: 0;
}
.sp-contact {
    display: none;
}
/* //////// info ////////// */
#info {
    display: block;
    background-color: #f8f9fa;
    padding: 100px 0;
}
.p-info {
    max-width: 1136px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}
.p-info__title {
    font-size: 6.4rem;
    font-family: 'Fjalla One', sans-serif;
}
.p-info__title p:last-child {
    font-size: 2.4rem;
    letter-spacing: normal;
}
.p-info__news li {
    margin-bottom: 3rem;
}
.p-info__news li:first-child {
    margin-top: 3rem;
}
.p-info__news li:last-child {
    margin-bottom: 5rem;
}
.p-news__inner .c-date {
    margin-right: 3rem;
    font-weight: bold;
}
.p-info__button {
    max-width: 1136px;
    margin: 0 auto;
}
.c-more {
    text-align: right;
}
.p-info__button img {
    width: 176px;
}
/* /////// snsアイコン ////////// */
.p-sns {
    background-color: #333;
    padding: 3rem 0;
}
.p-snsLogo {
    max-width: 1136px;
    margin: 0 auto;
    text-align: right;
}
.p-snsLogo img {
    width: 56px;
    margin-right: 1rem;
    filter: invert();
}
/* //////// フッター ///////////// */
.l-footer__wrap {
    max-width: 1136px;
    margin: 50px auto;
}
.l-footer__wrap .c-logo {
    margin-bottom: 2rem;
}
.l-footer__wrap .c-logo img {
    width: 295px;
}
.l-footer__container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.l-footer__innner {
    border-left: solid 0.5px #ccc;
    padding: 2rem 0 1rem 2rem;
    width: 250px;
}
.l-footer__innner li{
    margin-bottom: 1.5rem;
    color: #111;
    font-size: 1.4rem;
}
.l-footer__innner h3{
    font-size: 1.4rem;
    margin: 0 0 4rem 0;
    color: #111;
}
.l-privacy {
    display: flex;
    font-size: 1.2rem;
}
.l-privacy__item {
    position: relative;
    padding-left: 2rem;
    margin-right: 1.5rem;
}
.l-privacy__item::before {
    content: "";
    margin: auto;
    position: absolute;
    top:0;
    bottom: 0;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #4d4d4d;
}
.l-copy {
    background-color: #003170;
    padding: 2.5rem 0;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
}
/* //////// レスポンシブ //////////// */
@media screen and (max-width: 768px) {
    .l-header__wrap {
        height: 64px;
        line-height: 64px;
    }
    .l-header__wrap .c-logo {
        padding: 0;
    }
    .l-header__wrap .c-logo img{
        height: 30px;
        width: auto;
    }
    .l-header__nav {
        display: none;
    }
    /* ////////////////// */
    /* ////// MV //////// */
    /* ////////////////// */
    .p-bxslider h2 {
        font-size: 7rem;
    }
    .p-bxslider span {
        letter-spacing: 1rem;
    }
    .p-bxslider__item:nth-child(1) {
        background-position: 20% 100%;
    }
    .p-bxslider__item:nth-child(2){
        background-position: 20% 20%;
    }
    .p-bxslider__item:nth-child(3){
        background-position: 60% 20%;
    }
    .p-bxslider__item:nth-child(4){
        background-position: 60% 40%;
    }
    .p-fv__number {
        position: inherit;
        padding-bottom: 1rem;
    }
    .p-fv__number .p-title, .p-navDial {
        font-size: 1.6rem;
    }
    .p-number__inner{
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0 auto;
        max-width: 90%;
    }
    .p-number__item {
        width: 100%;
        margin: 0 0 1.5rem 0;
    }
    .p-number__nav, .p-number__office {
        line-height: 2;
    }
    /* ///////////////// */
    /* /////コンテンツ//// */
    /* ///////////////// */
    #taxiType{
        margin: 50px 0 60px 0;
    }
    .p-taxiType {
        flex-direction: column;
        max-width: 95%;
    }
    .p-taxiType__item {
        width: 100%;
        margin-bottom: 80px;
    }
    .p-typeTitle {
        bottom: -5%;
    }
    .p-banner__item {
        margin-bottom: 1rem;
    }
    /* ///////////////////// */
    /* //////// info /////// */
    /* ///////////////////// */
    .p-info {
        flex-direction: column;
        max-width: 95%;
    }
    .p-info__title {
        margin: 0 0 0 4rem;
    }
    .p-info__button {
        margin-right: 10rem;
    }
    /* ////////////////////// */
    /* //////SNSアイコン////// */
    /* ////////////////////// */
    .p-snsLogo {
        text-align: center;
    }
    .p-snsLogo img {
        width: 60px;
    }
    /* //////////////////// */
    /* ///////フッター////// */
    /* //////////////////// */
    .l-footer {
        margin: 0 8rem;
    }
    .l-footer__container {
        display: none;
    }
    .l-privacy {
        flex-direction: column;
        font-size: 1.5rem;
        border-left: solid 0.5px #ccc;
    }
    .l-privacy .u-tabNone {
        display: none;
    }
    .l-privacy__item {
        padding-left: 20px;
        margin: 1rem 0 1rem 0;
    }
    .l-privacy a::before {
        display: none;
    }
    /* //////////////////// */
    /* //////copyright////// */
    /* //////////////////// */
    .l-copy {
        height: 45px;
        padding:0;
    }
    /* ///////////////////// */
    /* //ハンバーガーメニュー// */
    /* ///////////////////// */
    #js-hamburger {
        display:block;
    }
    #js-nav {
        display: none;
    }
    .sp-menu {
        position: fixed;
        top: 15px;
        right:15px;
        width: 32px;
        height: 32px;
        background-image: url(../img/navmenu_open.jpeg);
    }
    .sp-menu.active {
        background-image: url(../img/navmenu_close.jpeg);
    }
    .l-hamburgerMenu {
        background-color: #f8f9fa;
        position: fixed;
        top: 64px;
        width: 100%;
        height: 100vw;
        z-index: 10001;
    }
    .l-hamburgerMenu__item  li {
        position: relative;
        list-style: none;
        padding:1.6rem;
        border-bottom: .5px solid #ccc;
        cursor: pointer;
        font-weight: bold;
        font-size: 1.6rem;
    }
    .l-hamburgerMenu__item li:last-child {
        margin-bottom: 3rem;
    }
    .l-hamburgerMenu__item a{
        color: #003170;
    }
    .l-hamburgerMenu__item img {
        position:absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
    }
    .l-hamburgerMenu__contact {
        width: 368px;
        height: 48px;
        line-height: 48px;
        margin: 0 auto;
        text-align: center;
        background-color: #135dbc;
    }
    .l-hamburgerMenu__contact a{
        color: #fff;
    }
    .sp-contact {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 45px;
        line-height: 45px;
        background-color: #003170;
        padding:1rem 0;
        text-align: center;
        z-index: 10000;
    }
    .sp-contact a {
        display: inline-block;
        color: #fff;
    }
    .sp-contact p::before {
        position: relative;
        top: 10px;
        margin-right: 10px;
        display: inline-block;
        width: 30px;
        content: url(../img/telicon.svg);
    }
}