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

/*ADOBEフォントちらつき対策ここから*/
body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*ADOBEフォントちらつき対策ここまで*/

*, *::before, *::after{box-sizing: border-box;}

html{font-size: 62.5%; height: 100%; position: relative;}

body{
    font-family: fot-tsukuardgothic-std, heisei-kaku-gothic-std, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;
    font-size: 1.4rem;
    color:#333;
    margin: 0 auto;
    line-height: 1.4;
    position:relative;
    font-weight: normal;
}

main{overflow: hidden;}

iframe {max-width: 100%;width: 100%;}
img {
    max-width: 100%;
    height: auto;
}

a{text-decoration: none;color: #1c1c1c;}

/*ショートコードここから*/
.btn{
    position: relative;
    border: 2px solid #000;
    background: #fff;
    text-align: center;
    width: 300px;
    display: block;
    padding: 15px 0;
    font-family: heisei-kaku-gothic-std;
    font-weight: 700;
}
.btn:after{
    content: "";
    position: absolute;
    top:40%;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #261a03;
    border-right: 2px solid #261a03;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn:hover{
    background: #ececeb;
    transition: all 0.5s ease 0.2s;
}

@media screen and (max-width:1024px) {
    .btn{
        /* width: 80%; */
        /* padding: 5% 0; */
        margin: 0;
    }
}
.btn_wrap{
    display: flex;
    justify-content: space-around;
    width: 800px;
    margin:0px auto;
}
@media screen and (max-width: 1024px) {
    .btn_wrap{
        display:block;
        width:auto;
        margin:0 auto 10%;
    }
}
/*ショートコードここまで*/

/*デバイス切り替えここから*/
@media screen and (max-width: 1024px) {
    .pc {display:none !important;}
}
@media print,screen and (min-width: 1025px) {
    .sp {display:none !important;}
}
/*デバイス切り替えここまで*/

/*レイアウト共通ここから*/
.section {
    padding:60px 50px 108px;
}
.section-green {
    background-color: #ebf4f4;
}
.sec_inner{
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 0 50px;
}
.sec_title {
    width: 100%;
    text-align: center;
    color: #1872a8;
    font-family: oswald;
    font-weight: 600;
    font-size: 3.0rem;
}
.sec_title img {
    display: block;
    margin: auto;
}
.sec_title .sec_title-sub {
    display: block;
    text-align: center;
    color: #333;
    font-family: heisei-kaku-gothic-std;
    font-size: 1.2rem;;
    font-weight: 400;
}
.sec_title-small {
    display: inline-flex;
    width: auto;
    align-items: center;
    color: #1872a8;
    font-size: 30px;
    line-height: normal;
    border-bottom: 1px solid #1872a8;
    margin: 0 0 14px;
}
.sec_title-small span {
    font-weight: 700;
}
.sec_title-small img {
    margin-right: 12px;
}
.sec_title-sub {
    font-size: 2.0rem;
    font-weight: 700;
    color: #f4a400;
}

@media screen and (max-width: 1024px) {
    .sec1,.sec2,.sec3,.sec4,.sec5,.sec6{
        padding:8% 0;
    }
    .lastsec{
        padding-bottom: 16%;
    }
}
/*レイアウト共通ここまで*/

/*タイトル共通スタイルここから*/
p.txt{
    text-align: center;
    margin: 30px 0 50px;
}
.heading{
    text-align: center;
    margin-bottom: 5%;
}
.heading h4{
    font-size: 3rem;
    color: #184368;
    font-weight: 700;
}
.heading p{
    font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
    .heading{
        margin-bottom: 10%;
    }
}

@media screen and (max-width: 1024px) {
    body{font-size: 1.3rem;}
    .sec_inner{
        width: 96%;
        margin:0 auto;
        padding: 0;
        text-align: center;
    }
}
@media screen and (min-width: 960px){
    a[href^="tel:"] {
        pointer-events: none;
    }
}
/*タイトル共通タイトルスタイルここまで*/

/*見出し共通スタイルここまで*/
.service_item_title {
    display: block;
    position: relative;
    font-size: 20px;
    padding: 12px 0;
    color: white;
    text-align: center;
}
.service_item_title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 10px;
    background-color: inherit;
    background-image:
    repeating-linear-gradient(-45deg,
    #fff, #fff 4px,
    transparent 0, transparent 11px);
}
/*見出し共通スタイルここまで*/

/*作業フロー共通スタイルここから*/
.flow_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.flow_item {
    width: calc((100% / 3) - 20px);
    display: flex;
    flex-direction: column;
    position: relative;
}
.flow_item:not(:last-of-type)::after {
    content: " ";
    background-image: url("../img/rebar/flow_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    right: 0;
    transform: translateX(100%);
    width: 30px;
    height: 100%;
}
.flow_item_title {
    display: block;
    position: relative;
    font-size: 20px;
    padding: 12px 0;
    color: white;
    text-align: center;
}
.flow_item_title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 10px;
    background-color: inherit;
    background-image:
    repeating-linear-gradient(-45deg,
    #fff, #fff 4px,
    transparent 0, transparent 11px);
}
.flow_item_frame {
    margin-top: 20px;
    border: 2px solid #000;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}
.flow_item_frame img {
    margin-bottom: 16px;
}
.flow_item_frame p {
    text-align: left;
}
.flow_item_frame p span{
    display: block;
}
.flow_arrow_long {
    margin: 20px 0;
    text-align: center;
}
.flow_btn_area {
    display: flex;
    justify-content: center;
    margin: 80px 0 10px;
}

.flow_btn_area .btn {
    margin: 22px;
}
@media screen and (max-width:1024px) {
    .flow_list {
        display: block;
        margin: 0 auto;
    }
    .flow_item {
        max-width: 375px;
        margin: 0 auto 40px;
        width: 100%;
    }
    .flow_list-arrow {
        margin-top: 50px;
    }
    .flow_list-arrow::after, .flow_item:not(:last-of-type)::after {
        content: " ";
        background-image: url("../img/rebar/flow_arrow.png");
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        position: absolute;
        bottom: 0;
        transform: translateY(100%) rotateZ(90deg);
        height: 30px;
        width: 100%;
    }
    .flow_btn_area {
        display: block;
        margin: 40px auto 10px;
    }

    .flow_btn_area .btn {
        margin: 0 auto 30px;
    }
}
/*作業フロー共通スタイルここまで*/
/*ヘッダーここから*/
header {
    position: absolute;
    top: 30px;
    left: 50%;
    padding: 12px 24px 16px;
    transform: translateX(-50%);
    display: flex;
    width: 1100px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
    z-index: 9999;
    background-color: white;
}
header .logo_area{
    margin-left: 20px;
}
header .logo_area_title {
    font-family: heisei-kaku-gothic-std;
    font-size: 1.2rem;
    line-height: 3;
}
header .nav_area {
    white-space: nowrap;
}
header .contact_area_list {
    display: flex;
    justify-content: flex-end;
    align-items: center;

}
header .contact_area_item {
    position: relative;
    width: 210px;
    height: 36px;
    margin-left: 12px;
    font-size: 1.6rem;
    font-weight: 700;
}
header .contact_area_item:last-of-type {
    font-family: oswald;
    font-weight: 500;
    font-size: 2.0rem;
}
header .contact_area_item::before {
    content: "";
    display: block;
    position: absolute;
    width: 210px;
    height: 36px;
    top: 6px;
    left: 6px;
    background-color: #b2b2b2;
    background-image:
    repeating-linear-gradient(-45deg,
    #fff, #fff 3px,
    transparent 0, transparent 6px);
    z-index: -1;
    border-radius: 5px;
}
header .contact_area_item a {
    display: flex;
    justify-content: center;
    flex-direction: row;
    min-width: 0;
    align-items: center;
    padding: 6px 14px;
    text-align: center;
    line-height: 1;
    background: #ea2928;
    color: #fff;
    border-radius: 5px;
}
header .contact_area_item a img{
    margin-right: 12px;
}
header .menu_area {
    margin-top: 16px;
}
header .menu_area_list {
    display: flex;
    max-width: 1200px;
    margin:0 auto;
}
header .menu_area_list {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 10px;

}
header .menu_area_item a {
    display: flex;
    flex-direction: row;
    min-width: 0;
    align-items: center;
    padding: 4px 14px;
    text-align: center;
    line-height: 1;
    color: #333;
    line-height: 1.2;
    border-right: 1px dotted #ccc;
}
header .menu_area_item a:hover{
    font-weight: bold;
}
header .menu_area_item a img{
    margin-right: 12px;
}
header .menu_area_item:last-child a{
    border-right: none;
}
/* 20240208 追加 */
header .header_instagram_button {
    max-width: 220px;
    width: 100%;
    margin: 20px auto 0;
}
header .header_instagram_button a {
    display: block;
    width: 100%;
    text-align: center;
    color: #1872a8;
    padding: 15px 0;
    border-radius: 5px;
    border: solid 1px #1872a8;
    background-color: #fff;
    position: relative;
}
header .header_instagram_button a::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: solid 2px #1872a8;
    border-right: solid 2px #1872a8;
}
header .header_instagram_button span {
    position: relative;
    padding: 0 13px 0 28px;
    font-weight: 600;
}
header .header_instagram_button span::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(/img/common/icon_instagram_blue.png) no-repeat center center / contain;
}
@media screen and (max-width: 1024px) {
    header{
        display: flex;
        height: 60px;
        align-items: center;
        width: 100%;
        position: static;
        top: unset;
        left: unset;
        padding: 0;
        transform: none;
    }
    header h2{
        width: 55%;
        margin: 0 auto;
        max-width: 400px;
    }
    header button{
        width: 60px;
        height: 60px;
        border: 0;
        background:#1872a8;
    }
    header button img{
        width: 30px;
    }
    header button:last-of-type{
        position: absolute;
        top:0;
        right: 0;
    }
    header h1{
        color: #fff;
        font-size: 1rem;
        width: auto;
        margin: 0 2% 2%;
        padding-top: 2%;
    }
    header nav ul.menu li{
        width:auto;
        padding:5% 0;
        border-top: 1px solid #fff;
    }
    header nav ul.menu li:last-child{
        border-bottom: 1px solid #fff;
    }
    header nav ul.menu li a{
        position: relative;
        display: flex;
        align-items: center;
        color: #fff;
        text-align: left;
        line-height: 1.2;
        font-weight: bold;
        margin-left: 3%;
        border-right:0;
    }
    header nav ul.menu li a:after{
        content: "";
        position: absolute;
        top:40%;
        right: 15px;
        width:8px;
        height:8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    header nav ul.menu li a span{
        font-size: 1.2rem;
        margin-left: 2%;
        color:#fff;
    }
    header .drawer-hamburger {
        z-index: 300;
    }
    header .drawer-nav {
        z-index: 200;
        background-color: #1872a8;
    }
    .drawer-open .drawer-overlay {
        z-index: 100;
    }
}
/*ヘッダーここまで*/

/*下層MVここから*/
.under_mv{
    background: url(../img/common/under_mv_bg.png) no-repeat;
    background-position: right bottom;
    background-size: auto;
    border-bottom: 5px #cccccc solid;
    background-origin: border-box;
    background-color: #f4f5f6;
}
.under_mv h2{
    color: #1572a8;
    font-size: 6.4rem;
    font-family: oswald;
    font-weight: 600;
    line-height: 1.0;
    width: 1100px;
    margin: 0 auto;
    padding: 190px 0 76px;
}
.under_mv h2 span{
    display: block;
    color: #333333;
    font-size: 2.0rem;
    font-family: fot-tsukuardgothic-std;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 20px;
}
@media screen and (max-width: 1024px) {
    .under_mv{
        background: url(../img/common/under_mv_bg.png) no-repeat;
        background-position: right bottom;
        background-size: contain;
        border-bottom: 2px #cccccc solid;
        background-origin: border-box;
        background-color: #f4f5f6;
    }
    .under_mv h2{
        font-size: 5.7rem;
        width: auto;
        margin: 0 3%;
        padding: 8vh 0;
    }
    .under_mv h2 span{
        font-size: 2rem;
    }
}
/*下層MVここまで*/

/*PC用メニューここから*/
nav.main_nav{
    border-bottom: 1px solid #ccc;
}
nav.main_nav ul{
    display: flex;
    max-width: 1200px;
    margin:0 auto;
}
nav.main_nav ul li{
    width:17%;
    padding: 10px 0;
}
nav.main_nav ul li a{
    display: block;
    text-align: center;
    line-height: 1.2;
    border-right: 1px solid #ccc;
}
nav.main_nav ul li:first-child a{
    border-left: 1px solid #ccc;
}
nav.main_nav ul li a span{
    font-size: 1rem;
    color:#4694d1;
}
nav.main_nav ul li a:hover{
    font-weight: bold;
}
nav.main_nav ul li a img{
    width: 30px;
}
/*PC用メニューここまで*/

/*フッターここから*/
footer{
    background-color: #1872a8;
    background-image: url(../img/common/footer_bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
}
footer .footer_wrap{
    max-width:1080px;
    margin:0 auto 30px;
}
footer .footer_wrap .access_area{
    display: flex;
    border-bottom: 1px dotted #fff;
    justify-content: space-between;
    padding: 30px 0px;
}
footer .footer_wrap .info_area {
    font-family: heisei-kaku-gothic-std;
}
footer .footer_wrap .info_area h3{
    font-size: 1rem;
}
footer .footer_wrap .info_area_logo {
    width: 380px;
    display: inline-block;
    margin: 12px auto 15px 0;
    font-size: 1.2rem;
    text-align: right;
    line-height: 2.0;
}
footer .footer_wrap .info_area address{
    font-size: 1.4rem;
    font-style: normal;
}
footer .footer_wrap .access_area .access{
    max-width: 500px;
    width: 100%;
}
footer .footer_wrap .access_area .access a{
    background: #ffffff;
    display: block;
    text-align: center;
    line-height: 1.2;
    padding: 5px 0;
    width: 50%;
    height: 60px;
    position: relative;
    font-size: 1.2rem;
    margin-top: 15px;
}
footer .footer_wrap .access_area .access a:after{
    content: "";
    position: absolute;
    top:40%;
    right: 15px;
    width:8px;
    height:8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .footer_wrap .access_area .access a span{
    font-size: 3rem;
    font-weight: bold;
    color:#4694d1;
}
footer .footer_wrap .access_area .access a img{
    padding: 9px 0;
    width:160px;
    display: block;
    margin: 0 auto;
}


footer .contact_area_list {
    display: flex;
    justify-content: flex-end;
    align-items: center;

}
footer .contact_area_item {
    margin-left: 20px;
}
footer .contact_area_btn {
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
}
footer .contact_area_btn:last-of-type {
    position: relative;
    font-family: oswald;
    font-size: 2.0rem;
    font-weight: 500;
}
footer .contact_area_btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 6px;
    left: 6px;
    background-color: #1872a8;
    background-image:
    repeating-linear-gradient(-45deg,
    #fff, #fff 3px,
    transparent 0, transparent 7px);
    border-radius: 5px;
    z-index: 1;
}
footer .contact_area_item a {
    position: relative;
    display: flex;
    width: 262px;
    height: 45px;
    justify-content: center;
    flex-direction: row;
    min-width: 0;
    align-items: center;
    padding: 6px 14px;
    text-align: center;
    line-height: 1;
    background: #ea2928;
    color: #fff;
    border-radius: 5px;
    z-index: 2;
    font-family: fot-tsukuardgothic-std;
}
footer .contact_area_item a img{
    margin-right: 12px;
}

footer .contact_area_balloon {
    position: relative;
    margin: 16px 8px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    font-family: heisei-kaku-gothic-std;
    font-size: 1.2rem;
}
footer .contact_area_balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}
footer .contact_area_balloon p {
    display: inline-block;
    text-align: center;
}

footer .contact_area_balloon-left p {
    text-align: left;
}

footer .footer_wrap nav ul{
    text-align: center;
}
footer .footer_wrap nav ul li{
    display: inline-block;
}
footer .footer_wrap nav a{
    color: #fff;
    padding: 0px 20px;
    border-right: 1px solid #fff;
}
footer .footer_wrap nav li:last-of-type a{
    border-right: 0;
}
footer p.copy{
    font-size: 1rem;
    text-align: center;
    background: #166594;
    color: #fff;
    padding: 5px 0;
}

/* 20240208 追加 */
footer .footer_wrap nav {
    flex-grow: 1;
}
footer .footer_nav_wrap {
    display: flex;
    justify-content: center;
    margin: 20px 0 50px;
    align-items: center;
}
footer .footer_instagram_button {
    max-width: 220px;
    width: 100%;
}
footer .footer_instagram_button a {
    display: block;
    width: 100%;
    text-align: center;
    color: #1872a8;
    padding: 15px 0;
    border-radius: 5px;
    border: solid 1px #1872a8;
    background-color: #fff;
    position: relative;
}
footer .footer_instagram_button a::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: solid 2px #1872a8;
    border-right: solid 2px #1872a8;
}
footer .footer_instagram_button span {
    position: relative;
    padding: 0 13px 0 28px;
    font-weight: 600;
}
footer .footer_instagram_button span::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(/img/common/icon_instagram_blue.png) no-repeat center center / contain;
}

@media screen and (max-width:375px) {
    footer .footer_wrap .access_area .access a img{
        width:130px;
        padding: 12px 0;
    }
}

@media screen and (max-width: 1024px) {
    footer{
        width: 100%;
        padding-bottom: 14%;
    }
    footer .footer_wrap{
        max-width:100%;
        margin:0 auto 5%;
    }
    footer .footer_wrap .access_area{
        display: block;
        padding: 6% 0 8%;
        width: auto;
        margin: 0 3%;
    }
    footer .footer_wrap .info_area{
        width: auto;
        text-align: center;
    }
    footer .footer_wrap .info_area_logo {
        width: auto;
        text-align: center;
    }
    footer .footer_wrap .info_area h2 img {
        width:80%;
        margin: 0 0 3%;
    }
    footer .footer_wrap .access_area .access{
        max-width: 100%;
        width: 100%;
        margin-top: 4%;
        text-align: center;
    }
    footer .footer_wrap .access_area .access a{
        font-size: 1rem;
        margin-left:0;
        width: 80%;
        margin:4% auto 0;
    }
    footer .footer_wrap nav ul{
        text-align:left;
        margin: 0 0 5%;
    }
    footer .footer_wrap nav ul li{
        display: block;
        border-bottom: 1px solid #fff;
        padding: 3% 0;
    }
    footer .footer_wrap nav a{
        position: relative;
        color: #fff;
        padding:0 5%;
        border-right: 0;
        display: flex;
        align-items: center;
    }
    footer .footer_wrap nav a:after{
        content: "";
        position: absolute;
        top:40%;
        right: 15px;
        width:8px;
        height:8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    footer .footer_wrap nav a span{
        font-size: 1.2rem;
        margin-left: 3%;
    }
    footer p.copy{
        background: #1c1c1c;
    }

    /* 20240208 追加 */
    footer .footer_nav_wrap {
        display: block;
    }
    footer .footer_instagram_button {
        margin: 20px auto 0;
    }
}
/*フッターここまで*/

/*パンくずリスト*/
.bread_wrap{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #166594;
    background:#1872a8;
    font-family: heisei-kaku-gothic-std;
}
.bread_wrap a,.bread_wrap a:visited{
    color:#fff;
    display:inline];
}
.bread_wrap ol{
    font-size: 1.2rem;
    max-width: 1200px;
    margin: 0 auto;
}
.bread_wrap ol li:first-child{
    background: url(../img/common/icon_bread.png) no-repeat;
    background-position: left center;
    background-size: 15px;
    padding-left: 20px;
    margin-left: 10px;
    list-style: none;
}
.bread_wrap ol li{
    display: inline-block;
    color:#fff;
}
.bread_wrap ol li:after{
    content: ">";
    color:#fff;
}
.bread_wrap ol li:last-child:after{
    content:"";
}
/*パンくずリストここまで*/

/*トップに戻るボタンここから*/
p.gotop{
    position: fixed;right: 0;bottom: -50px;
}
p.gotop a{
    padding: 0;
    display: block;
    background-color: #184468;
    position: relative;
    width: 70px;
    height: 70px;
}
p.gotop a:before{
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*トップに戻るボタンここまで*/

/*スマホ固定メニューここから*/
.fixd_menu{
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
}
.fixd_menu ul{
    display: -webkit-flex;
    display: flex;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    box-pack: justify;
    flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: transparent;
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    border-top: 0;
}
.fixd_menu ul li{
    width: 34%;
    text-align: center;
}
.fixd_menu ul li:nth-child(1),
.fixd_menu ul li:nth-child(3){
    background:#1872a8;
}
.fixd_menu ul li:nth-child(2){
    background:#f4a400;
}
.fixd_menu ul li{
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}
.fixd_menu ul li a{
    position: relative;
    display:block;
    justify-content: center;
    align-items: center;
    padding: 4% 0;
}
.fixd_menu ul li p{
    color: #fff;
    font-weight: bold;
    font-size:1.2rem;
    line-height: 1;
}
.fixd_menu ul li img{
    width: 20%;
    margin-right: 0;
    margin-bottom: 4%;
}

@media screen and (max-width:375px) {
    .fixd_menu ul li a{
        padding:3% 0;
    }
}

@media screen and (max-width: 1024px) {

}
/*スマホ固定メニューここまで*/
