@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #00A0E9;
	--color-primary-shade: #036EB8;
	--color-primary-tint: #8FC31F;
	--color-secondary: #00A0E9;
	--color-secondary-tint: #8FC31F;
	--color-table-border: #D1D1D1;
	--body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
	/* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #333;
	--header-color-primary: #00A0E9;
	--header-color-primary-shade: #036EB8;
	--header-color-primary-tint: #8FC31F;
	/*------▼フッター設定▼------*/
	--footer-background: #00A0E9;
	--footer-color-font: #fff;
	--footer-color-primary: #fff;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
    --font-family03: "M PLUS 1", 'Noto Sans JP', sans-serif;
    --font-family04: "Roboto", 'Noto Sans JP', sans-serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
    .ttl {
        &:is(.ttl--primary) {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				display: none;
            }
            &:is(.txt_l) {
                &::after {
                    margin-left: 0;
                }
            }
            .ttl--primary__en {
				font-family: var(--font-family03);
                font-size: var(--rem40);
                font-weight: 900;
                line-height: 1;
                letter-spacing: .06em;
                margin-bottom: .2em;
                
            }
            .ttl--primary__ja {
                font-family: var(--font-family03);
                font-size: var(--rem48);
                font-weight: 700;
                line-height: 1.4;
                letter-spacing: .1em;
                @media screen and (max-width: 768px) {
                    font-size: var(--rem36);
                }
                
            }
            &:is(.ttl--primary--mod-01) {
                &::after {
                    display: block;
                    background: var(--color-font);
                }
            }
            &:is(.ttl--primary--mod-02) {
                flex-direction: row;
                align-items: baseline;
                column-gap: .5em;
                margin-bottom: var(--rem80);
                .ttl--primary__en {
                    order: 2;
                }
                .ttl--primary__ja {
                    order: 1;
                }
                &::after {
                    display: block;
                    background: var(--color-font);
                    position: absolute;
                    bottom: -.6em;
                }
            }
        }
    }
	/* h2のスタイル */
	.heading_mod-01 {
		font-size: var(--rem36);
		font-family: var(--font-family01);
		font-weight: 600;
		text-align: center;
		letter-spacing: .2rem;
		padding: 0;
		margin: var(--px120) auto var(--px50);
		&::after {
			content: '';
			position: relative;
			visibility: visible;
			display: block;
			width: 2.2em;
			height: 3px;
			background: var(--color-primary);
			margin: 0.6em auto 0;
		}
	}
	/* h3のスタイル */
	.heading_mod-02 {
		font-size: var(--rem24w);
		font-family: var(--font-family01);
		font-weight: 600;
		letter-spacing: .1rem;
		padding: 0 0 .4em;
		margin: var(--px60) auto var(--px20);
		border-bottom: 2px solid var(--color-primary);
		&::before, &::after {
			display: none;
		}
	}
	/* h3のスタイル 左にボーダー */
	.heading_mod-03 {
		font-size: var(--rem24w);
		font-weight: 600;
		font-family: var(--body-font-family);
		letter-spacing: .1rem;
		padding: 0 1rem 0.2rem;
		margin: var(--rem60) auto var(--rem30);
		border-left: 4px solid;
		border-bottom: none;
		&::before, &::after {
			display: none;
		}
	 }
	/* h4のスタイル */
	.heading_mod-04 {
		position: relative;
		font-size: var(--rem18);
		font-family: var(--font-family01);
		font-weight: 600;
		padding: 0 0 0 1.2em;
		margin: var(--px40) auto var(--px24);
		border: none;
		&::before {
			content: '';
			position: absolute;
			width: .7em;
			height: 2px;
			background: var(--color-primary);
			top: .8em;
			left: 0;
		}
		&::after {
			display: none;
		}
	}
    .txt_mod-01 {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }
    p {
        line-height: 1.8;
    }
	.flexbox {
		&:is(.flexbox--ordinarily) {
			display: flex;
		}
	}
	.max-w {
		margin-left: auto;
		margin-right: auto;
		&:is(.leftSide) {
			margin-left: 0;
		}
		&:is(.rightSide) {
			margin-right: 0;
		}
		&:is(.max-w--960) {
			max-width: 960px;
		}
		&:is(.max-w--1000) {
			max-width: 1000px;
		}
	}
	.none-style {
		padding: 0;
		border: 0;
		&::before, &::after {
			display: none;
		}
	}
	.ffs-on {
		font-feature-settings: 'palt' on;
	}
	.ffs-off {
		font-feature-settings: 'palt' off;
	}
	.ff-01 {
		font-family: var(--font-family01) !important;
	}
	.ff-02 {
		font-family: var(--font-family02) !important;
	}
	.ff-03 {
		font-family: var(--font-family03) !important;
	}
	.ff-04 {
		font-family: var(--font-family04) !important;
	}
    .fsz-10 {
        font-size: 1rem;
    }
	.fsz-12 {
        font-size: var(--rem12);
    }
    .fsz-14 {
        font-size: var(--rem14);
    }
    .fsz-16 {
        font-size: var(--rem16);
    }
    .fsz-18 {
        font-size: var(--rem18);
    }
    .fsz-20 {
        font-size: var(--rem20);
    }
    .fsz-24 {
        font-size: var(--rem24);
    }
    .fsz-28 {
        font-size: var(--rem28);
    }
    .fsz-30 {
        font-size: var(--rem30);
    }
    .fsz-36 {
        font-size: var(--rem36);
    }
    .fsz-40 {
        font-size: var(--rem40);
    }
    .fsz-48 {
        font-size: var(--rem48);
    }
    .fsz-60 {
        font-size: var(--rem60);
    }
    .fsz-72 {
        font-size: var(--rem72);
    }
    .fsz-80 {
        font-size: var(--rem80);
    }
    .fsz-120 {
        font-size: var(--rem120);
    }
	.fw-100 {
		font-weight: 100 !important;
	}
    .fw-200 {
		font-weight: 200 !important;
	}
    .fw-300 {
		font-weight: 300 !important;
	}
	.fw-400 {
		font-weight: 400 !important;
	}
	.fw-500 {
		font-weight: 500 !important;
	}
	.fw-600 {
		font-weight: 600 !important;
	}
	.fw-700 {
		font-weight: 700 !important;
	}
    .fw-800 {
		font-weight: 800 !important;
	}
    .fw-900 {
		font-weight: 900 !important;
	}
	.lh-mod-01 {
		line-height: 1 !important;
	}
	.lh-mod-02 {
		line-height: 1.1 !important;
	}
	.lh-mod-03 {
		line-height: 1.2 !important;
	}
	.lh-mod-04 {
		line-height: 1.3 !important;
	}
	.lh-mod-05 {
		line-height: 1.4 !important;
	}
	.lh-mod-06 {
		line-height: 1.5 !important;
	}
	.lh-mod-07 {
		line-height: 1.6 !important;
	}
	.lh-mod-08 {
		line-height: 1.7 !important;
	}
	.lh-mod-09 {
		line-height: 1.8 !important;
	}
	.lh-mod-10 {
		line-height: 1.9 !important;
	}
	.lh-mod-11 {
		line-height: 2 !important;
	}
	.lh-mod-12 {
		line-height: 2.2 !important;
	}
	.ls-mod-01 {
        letter-spacing: 0 !important;
    }
	.ls-mod-02 {
        letter-spacing: .1em !important;
    }
	.ls-mod-03 {
        letter-spacing: .12em !important;
    }
	.ls-mod-04 {
        letter-spacing: .04em !important;
    }
	.color-common {
		color: var(--color-font);
	}
	.color-primary {
		color: var(--color-primary);
	}
	.color-primary-shade {
		color: var(--color-primary-shade);
	}
	.color-primary-tint {
		color: var(--color-primary-tint);
	}
    .color-white {
        color: #fff;
    }
    .color-black {
        color: #000;
    }
    .color-red {
        color: #FF351D;
    }
    .color-red-01 {
        color: #FF0000;
    }
	.color-gradation {
		background: linear-gradient(263deg, #27B7EC 9%, #073190 97%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.d-inline {
        display: inline;
    }
    .d-inline-b {
        display: inline-block;
    }
    .d-block {
        display: block;
    }
	.ml-12 {
		margin-left: var(--rem12);
	}
	.ml-14 {
		margin-left: var(--rem14);
	}
	.ml-16 {
		margin-left: var(--rem16);
	}
	.ml-18 {
		margin-left: var(--rem18);
	}
	.ml-20 {
		margin-left: var(--rem20);
	}
	.ml-24 {
		margin-left: var(--rem24);
	}
	.mr-12 {
		margin-right: var(--rem12);
	}
	.mr-14 {
		margin-right: var(--rem14);
	}
	.mr-16 {
		margin-right: var(--rem16);
	}
	.mr-18 {
		margin-right: var(--rem18);
	}
	.mr-20 {
		margin-right: var(--rem20);
	}
	.mr-24 {
		margin-right: var(--rem24);
	}
    .m-inline-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
	.m-inline-none {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.br_mod-01 {
	display: none;
	@media screen and (max-width: 414px) {
		display: block;
	}
}
.br_mod-02 {
	display: none;
	@media screen and (max-width: 768px) {
		display: block;
	}
}

.post .time, .postlist .time, .post2b .time, .post4b .time {
    display: inline-block;
    margin-bottom: 10px;
}
.post2b li .post2b_contents, .post4b li .post4b_contents {
    opacity: 1;
}
.post_link, .post2b_link, .post4b_link {
    color: var(--color-font);
    &:hover {
        color: var(--color-primary);
        a {
            color: var(--color-primary);
        }
    }
}
.post_link a, .post2b_link a, .post4b_link a {
    color: var(--color-font);
}

/**/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }

/**/

.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}
#content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}

/* アンカーリンク 遷移後の表示位置調整 */
.anchor_link {
	&::before {
		padding-top: 120px;
		margin-top: -120px;
	}
}

/*-----------------------------
fullwide01_max1240
------------------------------*/
.fullwide01 {
	position: relative;
	padding: 0;
}
.fullwide01_wrap {
    background: rgba(255, 255, 255, .94);
    max-width: 1240px;
	width: 94%;
    margin: 0 auto;
    padding: var(--px80);
	display: flex;
    justify-content: center;
    align-items: center;
}
.fullwide01_inner {
    max-width: 960px;
}
@media print, screen and (max-width: 768px) {
  .fullwide01_wrap {
    padding: var(--px80) 5%;
  }
}

/*-----------------------------
card
------------------------------*/
  .toptxtarea {
    max-width: 960px;
    width: 94%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .card01_wrap {
    position: relative;
    margin: var(--px60) 0 0;
  }
  .card01_inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
  .card01_list > li {
    position: relative;
    background: transparent;
  }
  .card01_list .imgarea {
    width: 100%;
    position: relative;
    aspect-ratio: 440 / 311;
    overflow: hidden;
    line-height: 0;
  }
  .card01_list .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card01_list .txtarea {
    padding: 20px 0 0 0;
    line-height: 1.6;
    text-align: left;
    background: transparent;
  }
    
  /*---------txtstyle02 -----------*/
    
  .post .txtstyle02, .txtstyle02 {
    font-size: var(--rem36);
    font-weight: 600;
    margin: var(--rem36) auto;
    background: transparent;
    line-height: 1.4;
    padding: 0;
    border: none;
    &::before, &::after {
        display: none;
    }
  }
  .post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
    content: none;
  }
  .post .card01_list .txtstyle02, .card01_list .txtstyle02 {
    font-size: var(--rem18);
    margin: 0 0 1rem;
  }

/*-----------------------------
.cardstyle
------------------------------*/
.post {
    .card01_list.cardstyle02 {

        @media print, screen and (max-width: 1180px) {
            &::before, &::after {
                display: none;
            }
        }
        & > li {
            @media print, screen and (max-width: 1180px) {
                width: 49%;
            }
            @media print, screen and (max-width: 414px) {
                width: 100%;
            }
        }
    }
}

/*---------style02-------------*/
.card01_list.cardstyle02 > li {
    display: flex;
    flex-direction: column;
}
.card01_list.cardstyle02 > li .imgarea {
    aspect-ratio: 390 / 300;
}
.card01_list.cardstyle02 > li .txtarea {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: #fff;
    padding: 24px var(--rem16) 30px;
    .txtstyle02 {
        font-family: var(--font-family03);
        font-size: var(--rem24w);
        font-weight: 700;
        letter-spacing: .14em;
        margin: 0 0 .5rem;
    }
    .summary {
        flex-grow: 1;
        border-bottom: 1px solid #333;
        margin-bottom: var(--rem24);
        padding-bottom: var(--rem30);
    }
    .maker, .copy {
        font-size: var(--rem14);
        letter-spacing: .06em;
    }
    .maker {
        margin-bottom: var(--rem12);
    }
    .info {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        @media screen and (max-width: 1180px) {
            max-width: 400px;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: var(--rem30);
        }
        .price {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 5px;
            text-align: right;
            font-feature-settings: 'palt' on;
            &:has(.price-figure) {
                justify-content: space-between;
                width: 100%;
                @media screen and (max-width: 1180px) {
                    justify-content: space-between;
                }
            }
        }
        .price-figure {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            aspect-ratio: 1 / 1;
            max-width: 4.7vw;
            height: auto;
            width: 100%;
            border-radius: 50%;
            background: #FF351D;
            color: #fff;
            line-height: 1.1;
            .large {
                font-size: 1.1vw;
                font-weight: 700;
                margin-bottom: .2em;
            }
            .middle {
                font-size: 0.7vw;
                font-weight: 500;
            }
            .small {
                font-size: 0.55vw;
                font-weight: 400;
            }
            @media screen and (max-width: 1240px) {
                max-width: 90px;
                .large {
                    font-size: 20px;
                    margin-bottom: 0.2em;
                }
                .middle {
                    font-size: 14px;
                }
                .small {
                    font-size: 13px;
                }
            }
        }
    }
}

/*------------------------------------------------------------
 ナンバリング01
------------------------------------------------------------*/
.num_list01 {
    background: #fff;
    border: 4px solid var(--color-primary);
    border-radius: var(--px40);
    padding: var(--rem120) var(--px80) var(--rem60);
    counter-reset:number; /*数字をリセット*/
    list-style-type: none!important; /*数字を一旦消す*/
    overflow: hidden;
    & > li {
        @media print, screen and (max-width: 414px) {
            margin-bottom: 25% !important;
        }
    }
  }
  .num_list01 .imgarea {
    aspect-ratio: 402 / 284;
    position: relative;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
  }
  .num_list01 .imgarea:before{
    /* 以下数字をつける */
      position: absolute;
      counter-increment: number;
      content: "0" counter(number);
      display: inline-block;
      color: var(--color-primary);
      font-family: var(--font-family02);
      font-size: var(--rem80);
      font-weight: 600;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      line-height: 1.4;
      text-align: center;
      transform: translateY(-50%);
  }
  .num_list01 .num_listttl {
      text-align: center;
      font-family: var(--font-family03);
      font-weight: bold;
      font-size: var(--rem24w);
      padding: var(--rem24) 0px 5px;
      position: relative;
  }
  
  /*---------col03-----------*/
    
  .post .col3_list {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  .post .col3_list > li {
      width: 31.5%;
      margin-bottom: 2%;
  }
  .post .col3_list::before {
      content: "";
      display: block;
      width: 32%;
      height: 0;
      order: 1;
  }
  .post .col3_list:after {
      content: "";
      display: block;
      width: 32%;
      height: 0;
  }
  @media print, screen and (max-width: 768px) {
      .post .col3_list > li {
          width: 49%;
      }
      .post .col3_list::before, .post .col3_list:after {
          content: none;
      }
  }
  @media print, screen and (max-width: 414px) {
      .post .col3_list > li {
          width: 100%;
          margin-bottom: 15%;
      }
      .post .col3_list > li:last-child {
          margin-bottom: 0;
      }
  }

  /*---------col4-----------*/
  
.post .col4_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    column-gap: calc(4% / 3);
}
.post .col4_list > li {
    width: 24%;
	margin-bottom: calc(4% / 3)
}
.post .col4_list::before {
    content: "";
    display: none;
    width: 24%;
    height: 0;
    order: 1;
}
.post .col4_list:after {
    content: "";
    display: none;
    width: 24%;
    height: 0;
}
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 32%;
	}
    .post .col4_list > li {
        .txtarea {
            .info {
                .price {
                    .fsz-36 {
                        font-size: var(--rem48);
                    }
                }
            }
        }
    }
}
@media print, screen and (max-width: 1180px) {
    .post .col4_list > li {
        .txtarea {
            .info {
                .price {
                    .fsz-36 {
                        font-size: var(--rem48);
                    }
                }
            }
        }
    }
}
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col4_list > li {
		width: 100%;
        margin-bottom: 10%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}


  /* num_list01 mod-01 */
  .num_list01.num_list01--mod-01 {
    border: none;
    border-radius: 0;
    padding: 0;
    overflow: unset;
    & > li {
        background: #EAF9FF;
        @media screen and (max-width: 414px) {
            margin-bottom: 10% !important;
        }
    }
  }
  .num_list01.num_list01--mod-01 .imgarea {
    position: relative;
    margin-bottom: var(--px20);
  }
  .num_list01.num_list01--mod-01 .imgarea:before{
    /* 以下数字をつける */
      position: absolute;
      counter-increment: number;
      content: "0" counter(number);
      display: inline-block;
      background: var(--color-primary);
      color: #fff;
      font-family: var(--font-family02);
      font-weight: 400;
      font-size: 44px;
      border-radius: 50%;
      top: unset;
      left: 50%;
      width: 89px;
      height: 89px;
      line-height: 89px;
      text-align: center;
      bottom: -25px;
      transform: translateX(-50%);
  }
  @media screen and (max-width: 1024px) {
    .num_list01.num_list01--mod-01 .imgarea:before {
        font-size: 20px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
  }
  .num_list01.num_list01--mod-01 .txtarea {
    padding: var(--rem12) var(--px20) var(--rem36);
}
  .num_list01.num_list01--mod-01 .num_listttl {
      text-align: center;
      font-weight: bold;
      font-size: var(--rem20w);
      padding: 24px 0;
      position: relative;
  }

/*--------------------------------------------------
	リンクボタン
--------------------------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--px18);
    color: #fff;
    font-family: var(--font-family03);
    font-size: var(--rem16);
    font-weight: 500;
    letter-spacing: .1em;
    max-width: 316px;
    background: var(--color-primary-tint);
    border: 1px solid var(--color-primary-tint);
	border-radius: 0;
    padding: 16px 10px 16px 10px;
    &::after {
        margin-top: 0;
        position: static;
    }
    &:hover {
        color: var(--color-primary-tint);
        background: #fff;
        &::after {
            border-right: 1px solid var(--color-primary-tint);
            border-bottom: 1px solid var(--color-primary-tint);
        }
    }
    &:is(.linkBtn--small) {
        padding: 10px;
    }
}

div:has(.linkBtn) {
	&:is(.txt_l) {
		.linkBtn {
			margin-left: 0;
		}
	}
	&:is(.txt_r) {
		.linkBtn {
			margin-right: 0;
		}
	}
}

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
    #header {
        height: 100px;
    }
	#header .logo img {
		width: 100%;
		max-width: 123px;
		max-height: 72px;
    }
    nav#mainNav ul li a {
        font-family: var(--font-family03);
        
    }
    #header a.head_btn {
        font-family: var(--font-family03);
        background: var(--color-primary);
        padding-left: var(--rem28);
        padding-right: var(--rem28);
        &:hover {
            background-color: var(--color-primary-tint);
        }
    }
    #header a.head_btn.tel_btn {
        background: var(--color-primary);
        margin-left: var(--px30);
        &:hover {
            background: var(--color-primary-tint);
        }
        .tel_btn__info {
            font-weight: 700;
            .note {
                b {
                    font-weight: 700;
                }
            }
        }
    }
    #header a.head_btn.tel_btn::before {
        display: none;
    }
    #header a.head_btn .tel_btn__num::before {
        content: '\f095';
        position: relative;
        top: 2px;
        display: block;
        font-family: 'FontAwesome';
        font-size: var(--rem18);
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
    }
    #header a.head_btn .tel_btn__num {
        display: flex;
        align-items: center;
        column-gap: min(calc(0.8rem + (1vw - 1.92rem) * 0.1294), .8rem);
        font-family: var(--font-family01);
        font-size: var(--rem16);
        font-weight: 500;
        margin-bottom: 3px;
    }
    #header a.head_btn.mail_btn {
        font-size: var(--rem16);
        flex-direction: row;
        align-items: center;
        background: var(--color-primary-shade);
        padding-left: var(--rem36);
        padding-right: var(--rem36);
        &:hover {
            background: var(--color-primary-tint);
        }
    }
    #header a.head_btn.mail_btn::before {
        font-size: var(--rem20);
        position: relative;
        top: 1px;
		margin-right: 10px;
        margin-bottom: 0;
    }
    #header a.head_btn.mail_btn span {
        font-size: var(--rem16);
        font-weight: 700;
    }
	nav#mainNav ul li:has(> .sub-menu) {
		&:hover {
			background: var(--color-primary);
			a b {
				color: #fff;
			}
		}
    }
    nav#mainNav ul li a b, nav#mainNav ul li a span {
        font-weight: 700;
    }
    nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
        color: var(--header-color-font);
    }
    nav#mainNav ul li a:hover {
	background: transparent;
        b {
             color: var(--color-primary);
        }
    }
    nav#mainNav ul li.current-menu-item a:hover b, nav#mainNav ul li.current-menu-parent a:hover b {
         color: var(--color-primary);
    }
    nav#mainNav ul li.current-menu-item a {
        background: transparent;
    }
    body:not(.home) {
        nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
            color: var(--header-color-primary);
        }
		nav#mainNav ul li.current-menu-item:hover a b, nav#mainNav ul li.current-menu-parent a:hover b {
			color: var(--color-primary);
        }
    }
		nav#mainNav ul li:hover {
		& > a, & > b {
			color: var(--color-primary);
		}
	}
	nav#mainNav ul li:hover ul.sub-menu {
	background: #fff;
    }
}

/*------ヘッダー　レスポンシブ
--------------------------------------------*/

@media screen and (max-width: 1400px) {
	nav#mainNav ul, #header .header__nav-contact {
		flex-shrink: 0;
	}

	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: 1.4rem;
	}

	#header a.head_btn.mail_btn {
		font-size: 1.4rem;
		padding-left: var(--rem20);
        padding-right: var(--rem20);
	}

	#header a.head_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 10px;
	}

	#header a.head_btn.sns_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 10px;
	}

	nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 10px;
	}
}

@media print, screen and (max-width: 1240px) {
	#header a.headBtn span {
		display: none;
	}

	#header a.headBtn::before {
		margin-right: 0;
	}
}

@media print, screen and (max-width: 1023px) {
	#header-upper .header__socialicon, #header .sticky-logo, #header ul.header__contact {
		display: none;
	}

	#header h1, #header .description, #header-upper h1, #header-upper .description {
		display: block;
		float: none;
		text-align: center;
		padding: 20px 0 10px;
	}
}

@media screen and (max-width: 1023px) {
	nav#mainNav ul li ul.sub-menu li a, nav#mainNav ul li ul.sub-menu li a:hover, nav#mainNav ul li ul.sub-menu li.current-menu-item a, nav#mainNav ul li.current-menu-item ul.sub-menu li a {
		color: #4d4d4d;
		font-size: 1.4rem;
	}
    nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: var(--rem16);
	}
	/* nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 10px;
	} */
	nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
		padding: 15px 10px;
	}
	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a {
		padding-left: 43px;
	}
}

@media screen and (max-width: 1023px) {
	#thumbImg, header#h1Header {
		width: 100%;
		aspect-ratio: 1920 / 500;
	}
}


.spmenu #menu p {
    width: 100%;
}
@media print, screen and (min-width: 1024px) {
	nav#mainNav ul li:hover {
		& > a, & > b {
			color: var(--color-primary);
		}
	}
	nav#mainNav ul li:hover ul.sub-menu {
		background: #fff;
	}
}
#header #mainNav .sp-nav-block {
	display: none;
	@media screen and (max-width: 1023px) {
	   display: block;
	}   
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
#footer {
	padding: var(--px80) 0 var(--px60);
    .footer__logo img {
        width: 100%;
		max-width: 186px;
		max-height: 109px;
    }
	.footer__logo:not(:last-child) {
		text-align: center;
		margin-bottom: var(--rem36);
	}
	.footnav:not(:last-child) {
		margin-bottom: 0;
	}
    .footnav ul {
        margin-bottom: var(--rem20);
    }
}
#footer .socialicon ul, .socialicon ul {
    & > li:has(.fa-instagram) {
        order: 1;
    }
    & > li:has(.fa-line) {
        order: 2;
    }
    & > li:has(.fa-facebook) {
        order: 3;
    }
}
#copyright {
    background: transparent;
    margin: var(--px16) auto 0;
}

/*--------------------------------------------------
	CTA
--------------------------------------------------*/
.page-id-21, .page-id-17, .page-id-19 {
	.cta {
		display: none !important;
	}
}
/*-----------------------------
cta01_col3
------------------------------*/
.cta01 {
	background: url(/wp-content/uploads/cta_bg_01.jpg.webp) no-repeat center / cover;
    padding: var(--rem120) 0;
	position: relative;
	z-index: 0;
    .ttl {
        &:is(.ttl--primary) {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				display: none;
            }
            &:is(.txt_l) {
                &::after {
                    margin-left: 0;
                }
            }
            &:is(.color-white) {
                &::after {
                    background: #fff !important;
                }
            }
            .ttl--primary__en {
				font-family: var(--font-family03);
                font-size: var(--rem40);
                font-weight: 900;
                line-height: 1;
                letter-spacing: .06em;
                margin-bottom: .2em;
                
            }
            .ttl--primary__ja {
                font-family: var(--font-family03);
                font-size: var(--rem48);
                font-weight: 700;
                line-height: 1.4;
                letter-spacing: .1em;
                @media screen and (max-width: 768px) {
                    font-size: var(--rem36);
                }
                
            }
            &:is(.ttl--primary--mod-01) {
                &::after {
                    display: block;
                    background: var(--color-font);
                }
            }
        }
    }
    .color-common {
		color: var(--color-font);
	}
	.color-primary {
		color: var(--color-primary);
	}
	.color-primary-shade {
		color: var(--color-primary-shade);
	}
	.color-primary-tint {
		color: var(--color-primary-tint);
	}
    .color-white {
        color: #fff;
    }
    .color-black {
        color: #000;
    }
    .color-red {
        color: #FF351D;
    }
}
.cta01 .cta01_wrap {
	max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    padding: 0 var(--px40);
}
.cta01 .ctabtnlist {
    justify-content: space-between;
    margin: var(--px50) auto 0 auto;
}
.cta01 .ctabtnlist li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
    background: #fff;
}
.cta01 a.item {
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px50) 0;
    text-align: center;
    box-sizing: border-box;
    color: #111;
    border-radius: 0;
    transition: all ease .15s;
}
.cta01 a.item:hover{
	opacity: 0.8;
}
@media print, screen and (max-width: 1180px) {
    .cta01 .ctabtnlist {
        flex-direction: column;
    }
	.cta01 .ctabtnlist li, .cta01 .ctabtnlist a.item {
		width: 100%;
	}
	.cta01 .ctabtnlist li + li {
		margin-top: 1rem;
	}
}
	
/*ボタン共通パーツ*/
	
.cta01 .btnttl {
	display: block;
	font-weight: bold;
	margin-bottom: .6em;
}
.cta01 .infotxt {
	font-size: var(--rem16);	
	font-weight: 700;
    letter-spacing: .1em;
}
	
/*電話ボタン*/
	
.cta01 .telnum {
	font-size: min(calc(2.6rem + (1vw - 1.92rem) * 0.6472), 2.6rem);
    font-weight: 700;
	margin-bottom: .5em;
}
.cta01 .telbtn .btnttl {
	font-size: var(--rem20);
}
.cta01 a.telbtn {
    background: var(--color-primary);
	color: #fff;
}
	
/*メールボタン*/
	
.cta01 .mailbtn .btnttl {
	font-size: var(--rem24);
}
.cta01 a.mailbtn {
    background: var(--color-primary-shade);
	color: #fff;
    font-size: min(calc(2.6rem + (1vw - 1.92rem) * 0.6472), 2.6rem);
    letter-spacing: .08em;
}
	
/*LINEボタン*/
	
.cta01 a.linebtn {
    background: #06C755;
    color: #fff;
    letter-spacing: .08em;
}
.cta01 .linebtn .btnttl {
    font-size: min(calc(2.6rem + (1vw - 1.92rem) * 0.6472), 2.6rem);
    margin-bottom: 0;
}

/*ボタンアイコン*/
	
.cta01 .telnum::before, .cta01 .mailbtn .btnttl::before, .cta01 .linebtn .btnttl::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free', 'FontAwesome';
	font-weight: 900;
	margin-right: 1rem;
}
.cta01 .telnum::before {
	content: '\f3cd';
    font-size: var(--rem30);
}
.cta01 .mailbtn .btnttl::before {
	content: '\f0e0';
    font-size: var(--rem30);
}
.cta01 .linebtn .btnttl::before {
    content: '\f3c0';
    font-size: var(--rem30);
	font-weight: 400;
}

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
.home, #editor-style {
	#wrapper {
		max-width: 1400px;
        width: 90%;
	}
    /* CONTENT01 */
    #top_pic {
        &.bg_wide {
            &::before {
                background: #EAF9FF;
            }
        }
    }
    /* CONTENT02 */
    #top_about {
        padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0;
        &.bg_wide {
            &::before {
                background: url(/wp-content/uploads/top_bg_01.jpg.webp) no-repeat center / cover;
            }
        }
    }
    /* CONTENT03 */
    #top_service {
        &.bg_wide {
            &::before {
                background: #EAF9FF;
            }
        }
    }
    /* CONTENT04 */
    #top_product {
        &.bg_wide {
            &::before {
                background: linear-gradient(to bottom, #fff 22%, var(--color-primary-shade) 22%);
            }
            @media screen and (max-width: 1240px) {
                &::before {
                    background: linear-gradient(to bottom, #fff 14%, var(--color-primary-shade) 14%);
                }
            }
            @media screen and (max-width: 1180px) {
                &::before {
                    background: linear-gradient(to bottom, #fff 11%, var(--color-primary-shade) 11%);
                }
            }
            @media screen and (max-width: 768px) {
                &::before {
                    background: linear-gradient(to bottom, #fff 9%, var(--color-primary-shade) 9%);
                }
            }
            @media screen and (max-width: 414px) {
                &::before {
                    background: linear-gradient(to bottom, #fff 5%, var(--color-primary-shade) 5%);
                }
            }
        }
    }
    /* POST */
    .top_news {
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto;
    }
    .postlist {
        .post_text {
            color: #CCC;
            padding: 26px 0;
        }
        li {
            border-bottom: 1px solid #ccc;
        }
    }
    .postlist .ttls, .postlist .date {
        color: var(--color-font);
        font-size: 100%;
    }
    .post .time, .postlist .time, .post2b .time, .post4b .time {
        background: var(--color-primary);

    }
    .post .time, .postlist .time, .post2b .time, .post4b .time {
        line-height: 1.2 !important;
    }
}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {
    #thumbImg::before, header#h1Header::before {
        display: none;
    }
    h1.title, .post h1, header#h1Header h1.title {
        color: var(--color-font);
        font-size: var(--rem36);
        font-family: var(--font-family01);
        font-weight: 700;
    }
	&:is(.single) {
		h1.title {
			color: var(--color-font);
		}
	}
    &.post, .post {
		.table {
            &:is(.table--mod-01) {
                th, td {
                    padding: var(--rem12) 5px;
                }
                th {
                    text-align: center;
                }
                .th-w-01 {
                    width: 10%;
                }
                .th-w-02 {
                    width: 27%;
                }
                .th-w-03 {
                    width: 63%;
                }
            }
            &:is(.caption-right) {
                caption {
                    text-align: right;
                }
            }
            &:is(.caption-center) {
                caption {
                    text-align: center;
                }
            }
            &:is(.caption-bottom) {
                caption-side: bottom;
            }
        }
        table {
			th, td {
				font-size: var(--rem16);
				line-height: 1.7;
				padding: min(calc(3.2rem + (1vw - 1.92rem) * 0.7120), 3.2rem) var(--rem24);
			}
			th {
				color: var(--color-font);
				font-weight: 700;
				background: #EAF9FF;
			}
		}
		.w-fit {
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }
		.googlemap {
            padding-bottom: 35%;
            @media screen and (max-width: 768px) {
                padding-bottom: 45%;
            }
        }
    }
}

@media print, screen and (min-width: 1025px) {
    .table_scroll {
        width: 100%;
    }
}
@media print, screen and (max-width: 1024px) {
    .table_scroll table {
        width: 650px;
    }
}

/* 投稿一覧ページ */
body:not(.home) {
    #cat-post ul.post > li, #cat-post ul.post2b > li, #cat-post ul.post4b > li {
        margin-bottom: var(--px80);
    }
    .post2b h2, .post4b h2, .post2b h2 a, .post4b h2 a {
        font-size: var(--rem18);
        font-weight: 500;
    }
    .post4b img {
        max-height: 260px;
    }
    @media print, screen and (min-width: 800px) {
        .post4b li {
            width: 31.5%;
        }
    }
}


/*================================================
					事業内容
================================================*/
/*-------------------------------------------
 teleco_v1
------------------------------------------- */
/* .teleco_v1 {
    align-items: center;
    @media screen and (max-width: 1200px) {
        align-items: stretch;
    }
} */
.teleco_v1 h2 {
	width: 100%;
}
.teleco_v1 .w50.image_box{
    aspect-ratio: 620 / 387;
	position: relative;
	overflow: hidden;
}
.teleco_v1 .w50.image_box::before {
	content: '';
	display: block;
}
.teleco_v1 .w50.image_box img {
	position: absolute;
	width: 102%;
	height: auto;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.teleco_v1 .w50.text_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ffffff;
	padding: var(--rem80) var(--px30);
    h3 {
        font-size: var(--rem20w);
        width: 100%;
        padding-left: 0;
    }
}
@media print, screen and (min-width: 769px) {
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}
	.teleco_v1 .w50.image_box img {
		width: 100%;
		height: 100%;
        object-fit: cover;
	}
}
.flexinnerBtn {
	align-self: normal;
}
@media print, screen and (max-width: 768px) {
	.teleco_v1 .w50.image_box{
		margin-bottom:0;
	}
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}
	.teleco_v1 .w50.text_box {
		padding: 20px 0 var(--rem80);
		margin-bottom:0;
	}
}

/*================================================
				　　ご利用の流れ
================================================*/

/*--flow02--------------------------------------------*/

ul.flowlist02 {
	counter-reset: flow_list;
}
ul.flowlist02 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
	width: 100%;
	padding: var(--rem60) var(--px60);
	border-radius: 0;
	background: #EAF9FF;
	position: relative;
}
.flowlist02 > li:not(:last-child) {
	margin-bottom: 60px;
}
.flowlist02 .flow_img {
	width: 35%;
    aspect-ratio: 387 / 277;
}
.post .flowlist02 > li > dl {
	width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
	line-height: 1.8;
}
.flowlist02 > li:not(:last-child) dl::before,
.flowlist02 > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flowlist02 > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: var(--color-primary-shade);
}
.flowlist02 > li:not(:last-child) dl::after {
	border-width: 20px;
}
.post .flowlist02 > li > dl dt {
	position: relative;
	display: flex;
	align-items: center;
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); /* 2.4-1.7rem (1920-375) */
	font-weight: 600;
	padding: 0 0 var(--rem16) 0;
	margin-bottom: var(--rem20);
	border-bottom: solid 1px;
}
.flowlist02 > li dl dt .icon:before {
	content: counter(flow_list, decimal-leading-zero);
	counter-increment: flow_list;
	line-height: 1;
	color: #fff;
	background: var(--color-primary-shade);
    border-radius: 10px;
	padding: 5px 10px;
	margin-right: 10px;
	position: relative;
	z-index: 100;
}
.post .flowlist02 > li > dl dd {
	padding: 0;
}
@media print, screen and (max-width: 768px) {
	.post .flowlist02 > li > dl, .flowlist02 .flow_img {
		width: 100%;
	}
	.flow_img::before {
		padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
	}
}

/*================================================
					お問い合わせ
================================================*/
body:not(.home) {
	.wpcf7 {
		.wpcf7-form {
			table {
				th {
					width: 30%;
				}
			}
			.subimitarea {
				.linkBtn {
					margin-left: auto;
					margin-right: auto;
					padding: 0;
					&::after {
                        display: none;
                    }
                    &:hover {
                        input[type="submit"] {
                            color: var(--color-primary-tint);
                        }
                    }
                    input[type="submit"] {
                        font-weight: 700;
						padding: 20px 35px;
                        transition: all .3s;
                    }
				}
			}
			.must {
                background: #DC143C;
            }
		}
	}
}

.privacy-acceptance {
	.wpcf7-form-control-wrap {
		display: inline;
	}
}

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
@media only screen and (max-width: 640px) {
    .wpcf7-form .wpcf7-date {
        text-align: left;
        appearance: none;
        min-width: 100%;
        height: 30px;
    }
    input[type="date"]::-webkit-date-and-time-value {
        text-align: left;
      }
}

/*----20250709----*/
body:not(.home) {
    @media print, screen and (min-width: 800px) {
        .post4b li {
            width: 32%;
        }
    }
}

@media print, screen and (min-width: 800px) {
    .post4b li:nth-child(4n+3):last-child,
	.post4b li:nth-child(4n+2):last-child {
        margin-right: 0 !important;
    }
}

.post4b {
    justify-content: flex-start;
    gap: 2%;
}