@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&display=swap');


/*-----------------------------------------
-------------------------------------------
-------------------------------------------
-------------------------------------------

目次　※各々レスポンシブ対応あり

01 共通部分設定＆リセットCSS
02 ヘッダーの設定
03 コンテンツの設定
04 フッターの設定

-------------------------------------------
-------------------------------------------
-----------------------------------------*/

/*-----------------------------------------
01 共通部分設定＆リセットCSS
-------------------------------------------*/
body {
    padding: 0;
    margin: 0;
}

div.body {
    margin: auto;
    min-width: 1100px;
}

@media screen and (max-width:768px) {
    div.body {
        min-width: auto;
    }
}

div.body * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.center {
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

@media screen and (max-width:768px) {
    .center {
        max-width: 500px;
    }
}

.body a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.body a:hover {
    opacity: 1;
}

.body img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.body p,
.body a,
.body h1,
.body h2,
.body h3,
.body h4,
.body li,
.body span,
.body div {
    text-shadow: none;
    margin: auto;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: var(--gray01);
    background: none;
}

.body li {
    list-style: none;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width:768px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }
}


.fnt-main {
    font-family: 'Noto Sans JP', sans-serif;
}

:root {
    --orange01: #E54D39;
    --blue01: #044A96;
    --blue02: #29ABE2;
    --yellow01: #FFE471;
    --yellow02: #FDD000;
}

/*-----------------------------------------
01 共通部分設定＆リセットCSS　ここまで
-------------------------------------------*/

/*-----------------------------------------
02 ヘッダーの設定
-------------------------------------------*/
section.headGrp {
    padding: 60px 0;
    position: relative;
}

section.headGrp::before,
section.headGrp::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

section.headGrp::before {
    height: 250px;
    bottom: 0;
    background: var(--yellow01);
}

section.headGrp::after {
    height: 30px;
    bottom: 180px;
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260702/border.png)repeat-x center / 130px 30px;
}

.headGrp div.wrap01 {
    border: 6px solid var(--blue01);
    border-radius: 40px;
    position: relative;
    z-index: 10;
}

.headGrp div.wrap01 div.grid {
    display: grid;
    grid-template-columns: 1.64fr 1fr;
    gap: 20px;
    padding: 30px;
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260702/header_bg.png)no-repeat center / cover;
    border: 7px solid #fff;
    border-radius: 34px;
    filter: drop-shadow(20px 20px 0px var(--blue01));
}

@media screen and (max-width:1080px) {}

@media screen and (max-width:768px) {
    .headGrp div.wrap01{
        border-radius: 20px;
        
    }
    .headGrp div.wrap01 div.grid{
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 15px;
        border-radius: 15px;
            filter: drop-shadow(15px 15px 0px var(--blue01));
    }
    div.header_illust{
        width: 75%;
        max-width: 300px;
    }
}
@media screen and (max-width:500px) {
    section.headGrp{
        padding-bottom: 30px;
    }
.headGrp div.wrap01{
        border: 3px solid var(--blue01);
}
.headGrp div.wrap01 div.grid{
       border: 5px solid #fff;
               border-radius: 18px;
               filter: drop-shadow(10px 10px 0px var(--blue01));
}
}

/*-----------------------------------------
02 ヘッダーの設定　ここまで
-------------------------------------------*/

/*-----------------------------------------
03 コンテンツの設定
-------------------------------------------*/
.mainGrp {
    padding: 0px 0 30px;
}
h2.title_h2{
    margin-bottom: 40px;
}
h2.title_h2 span {
    display: inline;
    color: var(--blue01);
    font-weight: 800;
    font-size: 40px;
    background: linear-gradient(transparent 60%, #fff 0%);
    padding: 0 0.1em;
    line-height: 1.5;
}

.mainGrp div.wrap01,
.mainGrp div.wrap02{
background: var(--yellow01);
}
.mainGrp div.wrap01{
    
padding-bottom: 80px;
}
.mainGrp div.wrap02{
    position: relative;
}
.mainGrp div.wrap02::before,
.mainGrp div.wrap02::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.mainGrp div.wrap02::before {
    height: 170px;
    bottom: 0;
    background: #fff;
}

.mainGrp div.wrap02::after {
    height: 30px;
    bottom: 200px;
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260702/border.png)repeat-x center / 130px 30px;
}
.mainGrp div.wrap02 div.center{
    position: relative;
    z-index: 10;
}
@media screen and (max-width:768px) {
    h2.title_h2{
        margin-bottom: 7vw;
    }
    h2.title_h2 span{
       font-size: 30px; 
    }
}
@media screen and (max-width:500px) {
    
    h2.title_h2 span{
       font-size:7vw; 
    }
}

/*現場での活用シーン*/

div.circle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 800px;
}

div.circle-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    background: var(--blue01);
    border-radius: 500px;
}

div.circle-box p {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

@media screen and (max-width:768px) {
    .mainGrp div.wrap01{
        padding-bottom: 60px;
    }
    div.circle-grid{
        grid-template-columns: 1fr;
        gap: 15px;
        max-width: 400px;
    }
    div.circle-box{
        width: 100%;
        height: auto;
        border-radius: 10px;
        padding: 20px;
    }
    div.circle-box p{
        font-size: 24px;
    }
    div.circle-box p br{
        display: none;
    }
}

@media screen and (max-width:500px) {
    .mainGrp div.wrap01{
        padding-bottom: 30px;
    }
    div.circle-box{
    padding: 5vw;    
    }
 div.circle-box p{
        font-size: 6.5vw;
    }
}

/*ここがポイント！*/
p.fukidashi{
    display: inline-block;
    font-size: 33px;
    font-weight: 600;
    color: var(--blue01);
    padding: 0.35em 1.5em;
    border-radius: 100px;
    border: 2px solid var(--blue01);
    background: #fff;
    position: relative;
    margin-bottom: 20px;
}
p.fukidashi::after{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-bottom: 2px solid var(--blue01);
    border-right: 2px solid var(--blue01);
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%)rotate(45deg);
}


@media screen and (max-width:768px) {
    p.fukidashi{
        font-size: 18px;
    }
    p.fukidashi::after{
    width: 10px;
    height: 10px;
    bottom: -7px; 
    }
}

/*選ばれる理由*/

div.reason-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
}
div.reason-box{
    background: #fff;
    border: 3px solid var(--blue01);
    padding: 30px 40px 10px;
    border-radius: 20px;
    margin: 0;
    filter: drop-shadow(10px 10px 0px var(--blue01));
    overflow: hidden;
    /*アニメーション*/
    opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* JSでこのクラスがついたら、ふわっと表示させる */
div.reason-box.is-show {
  opacity: 1;
  transform: translateY(0);
}
div.reason-box::before{
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background: var(--yellow02);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    top: -15px;
    left: -15px;
}
div.reason-box h3,
div.reason-box p{    
    text-align: left;
    color: var(--blue01);
    letter-spacing: 0.05em;
    line-height: 1.3;
}
div.reason-box h3{
    font-size: 33px;
    font-weight: 800;
    padding: 0 0 15px;
    border-bottom: 3px solid var(--blue01);
    margin-bottom: 15px;
}
div.reason-box h3::first-letter{
    font-size: 120%;
    color: var(--orange01);
}
div.reason-box p{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0.75em;
    line-height: 1.5;
}
div.reason-box h3 span,
div.reason-box p span,
div.reason-box p.come{
color: var(--orange01);
font-size: 14px;
text-align: left;
}

div.reason-box p.come{
    margin: 0.75em 0;
    padding-left: 1em;
    text-indent: -1em;
}
div.reason-illust01{
    max-width: 250px;
}
div.reason-illust02{
    max-width: 170px;
}
div.reason-btn a{
    display: block;
    width: 100%;
    background: var(--blue01);
    padding: 0.85em 65px 0.85em 2em;
    border-radius: 100px;
    color: #fff;
    text-align: left;
    font-size: 18px;
    position: relative;
}
div.reason-btn a:hover{
    background: var(--blue02);
}
div.reason-btn a::after{
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260702/btn-right.png)no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}



@media screen and (max-width:768px) {
    div.reason-grid{
        grid-template-columns: 1fr;
        gap: 25px;
    }
    div.reason-box{
    padding: 20px 30px 10px;
    border-radius: 15px; 
    filter: drop-shadow(7px 7px 0px var(--blue01));
    }
    div.reason-box::before{
        width: 50px;
        height: 50px;
            top: -10px;
    left: -10px;
    }
    div.reason-box h3{
        font-size: 26px;
    }
    div.reason-box p{
        font-size: 16px;
    }
    div.reason-box h3 span, div.reason-box p span, div.reason-box p.come{
        font-size: 13px;
    }
    div.reason-btn a{
        font-size: 16px;
    }
    div.reason-btn a::after{
        width: 30px;
        height: 30px;
            right: 22px;
    }
    
}

@media screen and (max-width:500px) {
div.reason-box{
padding: 15px 20px;    
}
div.reason-box::before{
    width: 40px;
    height: 40px;
}
div.reason-box h3{
    font-size: 20px;
}
div.reason-box p,
div.reason-btn a{
font-size: 14px;    
}
}
/*商品一覧*/
.mainGrp div.wrap03{
    padding: 100px 0 60px;
}
.mainGrp div.wrap03 div.center{
    max-width: 1100px;
}
div.product-box{
    margin-bottom: 50px;
}
h3.product-box_h3{
    padding: 0.15em;
    background: var(--blue01);
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.35;
    margin-bottom: 20px;
}
p.product-box_text{
    display: block;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--blue01);
}

h4.midashi{
    display: grid;
    grid-template-columns: 220px auto;
    gap: 0;
    margin-top: 30px;
    border: 2px solid var(--blue02);
}
h4.midashi.txt-no{
    border-top: none;
    border-right: none;
}
h4.midashi span.label{
    display: inline-block;
    padding: 10px;
    margin: 0;
    background: var(--blue02);
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}
h4.midashi span.label-text{
    display: block;
    width: 100%;
    padding-left: 20px;
color: var(--blue02);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
}


div.product-item{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
    padding: 15px 0;
}
div.c-items5Col__item{
    display: flex;
    flex-direction: column;
    margin: 0!important;
    width: 100%;
}
div.c-items5Col__item a{
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    padding: 15px;
    margin: 0;
    height: 100%;
}
.c-items5Col__figure img{
    max-width: max-content;
    max-height: max-content;
}
figure.c-items5Col__figure{
    margin: 0;
    border: none!important;
}
div.c-items5Col__price,
div.c-items5Col__name,
div.c-items5Col__priceTax{
    font-size: 14px;
    line-height: 1.5;
}
div.c-items5Col__price{
    color: var(--orange01);
}
div.c-items5Col__name{
    font-weight: 600;
}

@media screen and (max-width:768px) {
    .mainGrp div.wrap03{
        padding-top: 60px;
        padding-bottom: 0;
    }
    .mainGrp div.wrap03 div.center{
        max-width: 500px;
    }
    h3.product-box_h3{
        font-size: 24px;
    }
    p.product-box_text{
        font-size: 16px;
        text-align: left;
    }
    h4.midashi{
        grid-template-columns: 1fr;
    }
    h4.midashi span.label{
        font-size: 18px;
    }
    h4.midashi span.label-text{
        padding: 12px;
        text-align: center;
        font-size: 16px;
    }
    div.product-item{
        grid-template-columns: repeat(3,1fr);
    }
    div.c-items5Col__item a{
        padding: 10px;
    }
    div.c-items5Col__price, div.c-items5Col__name, div.c-items5Col__priceTax{
        font-size: 13px;
        
    }
}


@media screen and (max-width:500px) {

div.product-item{
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (max-width:350px) {
div.product-item{
        grid-template-columns: 1fr;
    }
}
/*-----------------------------------------
03 コンテンツの設定ここまで
-------------------------------------------*/

/*-----------------------------------------
04 フッターの設定
-------------------------------------------*/

@media screen and (max-width:1080px) {}


/*-----------------------------------------
04 フッターの設定ここまで
-------------------------------------------*/