@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');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #06250E;
	--color-primary: #20863B;
	--color-primary-shade: #282828;
	--color-primary-tint: #63aa76;
	--color-secondary: #20863B;
	--color-secondary-tint: #63aa76;
	--color-table-border: #DDD;
	--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: #06250E;
	--header-color-primary: #20863B;
	--header-color-primary-shade: #282828;
	--header-color-primary-tint: #63aa76;
	/*------▼フッター設定▼------*/
	--footer-background: #D5F6D4;
	--footer-color-font: #06250E;
	--footer-color-primary: #06250E;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
    .ttl {
        &.ttl--primary {
            /*display: flex;*/
            flex-direction: column;
			position: relative;
			line-height: 1;
            &::after {
				background: var(--color-primary);
				display: none;
            }
            &.txt_l {
                margin-left: 0;
                &::after {
                    margin-left: 0;
                }
            }
            &.txt_r {
                &::after {
                    margin-right: 0;
                }
            }
            &.color-common {
                &::after {
                    background: var(--color-font);
                }
            }
            &.color-white {
                &::after {
                    background: #fff;
                }
                .ttl--primary__en, .ttl--primary__ja {
                    color: #fff;
                }
				.ttl--primary__ja::before{
					background: #fff;
				}
            }
            .ttl--primary__en {
				font-family: var(--font-family02);
                font-size: min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
                font-weight: 700;
                line-height: 1.2;
                letter-spacing: .08em;
				position: relative;
				display: block;
                transition: all .2s;
            }
            .ttl--primary__ja {
                font-size: var(--rem24);
                font-weight: 700;
                line-height: 1.4;
                letter-spacing: .1em;
				position: relative;
				display: inline-block;
                padding-bottom: 1em;
				transition: all .2s;
				&::before {
					content: '';
					background: var(--color-primary);
					position: absolute;
					width: 100%;
					height: 3px;
					bottom: 0;
					display: inline-block;
				}
            }
            & > a {
                &:hover {
                    .ttl--primary__en, .ttl--primary__ja {
                        color: var(--color-primary);
                    }
                }
            }
        }
        &.ttl--primary--mod-01 {
            .ttl--primary__en {
                font-size: var(--rem60);
				margin-bottom: var(--rem12);
                line-height: 1.4;
                @media screen and (max-width: 768px) {
                    font-size: var(--rem80);
                }
            }
        }
        &.ttl--primary--mod-02 {
			border: none;
            margin-bottom: var(--rem40);
			padding: 0;
            &::after {
                background: var(--color-primary);
            }
            .ttl--primary__en {
                font-size: min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
            }
        }
    }
    .heading_mod-01 {
        font-size: var(--rem30);
        padding: 0;
        border: none;
        margin-bottom: .1em;
    }
    .heading_mod-02 {
        gap: var(--px20);
        font-size: var(--rem30);
        font-weight: 700;
        line-height: 1.4;
        border: none;
        padding: 0 0 0 3.5rem;
        position: relative;
        &::before {
            display: block;
            content: "";
            width: var(--rem14);
            height: 100%;
            background: var(--color-primary);
            position: absolute;
            top: .075em;
            left: 0;
        }
    }
	.heading_mod-03 {
        font-size: var(--rem24);
        padding: 0;
        border: none;
        margin-bottom: 1em;
    }
    .text_mod-01 {
        font-size: var(--rem18);
        font-weight: 500;
        line-height: 2.3;
        letter-spacing: .14em;
        font-feature-settings: 'palt' on;
    }
    .text_mod-02 {
        font-size: var(--rem20);
    }
    .link-deco_mod-01 {
        color: var(--color-primary);
        text-decoration: underline;
        &:hover {
            color: var(--color-font);
            text-decoration: none;
        }
    }
    .deko_iso_9001 {
        img {
            width: 1em;
            margin-left: .2em;
        }
    }
    .figureList {
        display: flex;
        flex-wrap: wrap;
        gap: var(--rem40);
        margin-top: var(--rem72);
        & > div {
            width: calc((100% - (var(--rem40) * 2)) / 3);
            @media screen and (max-width: 768px) {
                width: calc((100% - var(--rem40)) / 2);
            }
        }
    }
    .dl_mod-01 {
        & > div {
            & + & {
                margin-top: var(--rem14);
            }
            display: flex;
            .dt {
                flex-shrink: 0;
                width: 7em;
                position: relative;
                &::after {
                    display: inline-block;
                    content: "　：　";
                    position: absolute;
                    right: 0;
                }
            }
        }
    }
    .padding-l_mod-01 {
        padding-left: var(--px30);
    }
    .margin-l_mod-01 {
        margin-left: var(--px20);
        @media screen and (max-width: 768px) {
            margin-left: 0;
        }
    }
    .border-b_mod-01 {
        padding-bottom: var(--rem24);
        border-bottom: 2px solid var(--color-primary);
    }
    .fw_mod-bold {
        font-weight: 700;
    }
    .ls_mod-01 {
        letter-spacing: .2em;
        font-feature-settings: 'palt' on;
    }
    .d-inline {
        display: inline;
    }
    .d-inline-b {
        display: inline-block;
    }
    .d-block {
        display: block;
    }
    p {
        font-weight: 500;
        line-height:2;
        letter-spacing: .2em;
    }
    .fsz-small {
        font-size: 110%;
    }
    .fsz-30 {
        font-size: var(--rem30);
    }
    .fsz-32 {
        font-size: min(calc(3.2rem + (1vw - 1.92rem) * 0.3883), 3.2rem);
    }
    .fsz-36 {
        font-size: var(--rem36);
    }
    .fsz-40 {
        font-size: var(--rem40);
    }
    .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-700 {
		font-weight: 700 !important;
	}
    .fw-800 {
		font-weight: 800 !important;
	}
    .fw-900 {
		font-weight: 900 !important;
	}
    .color-white {
        color: #fff;
    }
    .color-black {
        color: #000;
    }
    .color-yellow {
        color: #EFF316;
    }
	.color-gradation {
		background: linear-gradient(263deg, #27B7EC 9%, #073190 97%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
    .m-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .br_mod-01 {
        display: none;
        @media print, screen and (max-width: 414px) {
            display: block;
        }
    }
}

/**/
.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; }
.max-w {
	margin-left: auto;
	margin-right: auto;
    &:is(.leftSide) {
        margin-left: 0;
    }
    &:is(.rightSide) {
        margin-right: 0;
    }
    &.max-w--1160 {
		max-width: 1160px;
	}
    &.max-w--600 {
		max-width: 600px;
	}
	&.max-w--960 {
		max-width: 960px;
	}
	&.max-w--1000 {
		max-width: 1000px;
	}
}

/**/

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

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

/*-----------------------------
fullwide01
------------------------------*/
.fullwide01 {
	position: relative;
	padding: 0;
}
.fullwide01_wrap {
    max-width: 1400px;
	width: 94%;
    margin: 0 auto;
    padding: min(calc(24rem + (1vw - 1.92rem) * 10.3560), 24rem) var(--px80) min(calc(14rem + (1vw - 1.92rem) * 4.5307), 14rem);
	display: flex;
    justify-content: center;
    align-items: center;
    @media screen and (max-width: 768px) {
        padding: min(calc(24rem + (1vw - 1.92rem) * 10.3560), 24rem) var(--px20) min(calc(14rem + (1vw - 1.92rem) * 4.5307), 14rem);;
    }
}
.fullwide01_inner {
    max-width: 960px;
}

/*-----------------------------
column_01
------------------------------*/
.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column01 {
	position: relative;
	margin: var(--px60) 0 0;
}
.column01_wrap {
	position: relative;
	max-width: 1600px;
	width: 100%;
    margin: 0 auto;
	z-index: 1;
}
.column01 .txtarea {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--rem60) var(--px40);
    margin: 0;
}
.column01 .txtarea .txtinner {
    max-width: 510px;
}
.column01 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column01 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}
	
/*---------txtstyle-----------*/
	
.post .txtstyle02, .txtstyle02 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
	content: none;
}
.post .column01 .txtstyle02, .column01 .txtstyle02 {
	font-size: var(--rem20);
	margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	border: none;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
	content: none;
}
.post .column01 .txtstyle04, .column01 .txtstyle04 {
	font-size: var(--rem36);
}
.post .column01 .txtstyle04:after, .column01 .txtstyle04:after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: var(--px80);
    height: 3px;
    background: #111;
    margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
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: 1600px;
    width: 94%;
    margin: 0 auto;
  }
  .card01_list > li {
    position: relative;
    background: transparent;
  }
  .card01_list .imgarea {
    width: 100%;
    position: relative;
    aspect-ratio: 1170 / 777;
    overflow: hidden;
    line-height: 0;
  }
  .card01_list .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card01_list .txtarea {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: var(--rem40) var(--px40) min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
    line-height: 1.6;
    text-align: left;
    background: #E3E3E3;
     p {
        flex-grow: 1;
     }
  }
    
  /*---------txtstyle02 -----------*/
    
  .post .txtstyle02, .txtstyle02 {
    font-family: var(--font-family01);
    font-size: var(--rem36);
    font-weight: 600;
    text-align: left;
    margin: var(--rem36) auto;
    background: transparent;
      color: #111;
      line-height: 1.4;
    padding: 0;
  }
  .post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
    content: none;
  }
  .post .card01_list .txtstyle02, .card01_list .txtstyle02 {
    font-size: var(--rem20);
    margin: 0 0 1rem;
  } 

  /*--カラムリスト--------------------------------------------*/

/*---------col02-----------*/
.card01_inner:has(> .col2_list--mod-01) {
    width: 100%;
}
.post .col2_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;
    &:is(.col2_list--mod-01) {
        counter-reset: num;
        margin-bottom: -12%;
        @media print, screen and (max-width: 414px) {
            margin-bottom: 0;
        }
        & > li {
            width: 47%;
            margin-bottom: 12%;
            counter-increment: num; 
            position: relative;
            @media print, screen and (max-width: 414px) {
                width: 100%;
                margin-bottom: 20%;
            }
            &::before {
                display: block;
                content: counter(num, decimal-leading-zero);
                color: var(--color-primary);
                font-size: min(calc(8.6rem + (1vw - 1.92rem) * 1.2945), 8.6rem);
                font-weight: 100;
                letter-spacing: .1em;
                position: absolute;
                top: 0;
                left: 8px;
                z-index: 1;
                transform: translateY(-55%);
            }
        }
        .txtarea {
            background: transparent;
            padding: 0;
            .txtstyle02 {
                font-size: var(--rem30);
                border: none;
                margin: var(--rem18) 0 var(--rem12);
            }
        }
    }
}
.post .col2_list > li {
    display: flex;
    flex-direction: column;
    width: 49%;
	margin-bottom: 2%;
    &:is(.card01_item_row) {
        display: flex;
        flex-direction: row-reverse;
        width: 100% !important;
        .imgarea {
            width: 49% !important;
        }
        .txtarea {
            width: 51% !important;
            padding: var(--rem120) var(--px40) min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem) 0 !important;
            @media print, screen and (max-width: 768px) {
                padding: var(--rem20) 0 min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem) !important;
            }
            p {
                flex-grow: unset;
            }
        }
        @media print, screen and (max-width: 768px) {
            flex-direction: column;
            width: 49% !important;
            .imgarea {
                width: 100% !important;
            }
            .txtarea {
                width: 100% !important;
                padding: var(--rem20) var(--px40) min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
            }
        }
        @media print, screen and (max-width: 414px) {
            width: 100% !important;
        }
    }
}
@media print, screen and (max-width: 414px) {
	.post .col2_list > li {
		width: 100%;
        margin-bottom: 10%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------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: calc(100% / 3);
	margin-bottom: 2%;
    .txtstyle02 {
        font-size: var(--rem24);
        font-weight: 700;
        text-align: center;
        margin-bottom: var(--rem28);
        padding: 0;
        border: none;
    }
    .imgarea {
        aspect-ratio: 1 / 1;
        max-width: 52%;
        margin-left: auto;
        margin-right: auto;
        img {
            object-fit: contain;
        }
    }
    .txtarea {
        background: transparent;
        padding: var(--rem30) var(--px24) var(--rem24);
    }
}
.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: 10%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------
	button
--------------------------------------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  font-size: var(--rem16);
  color: var(--color-font);
  line-height: 1.8;
  text-align: center;
  background: transparent;
  font-weight: 600;
  padding: var(--rem20) 20px;
  margin: var(--px40) auto 0;
  border-bottom: none;
  border-radius: 0;
  transition: all .1s;
}

.post .linkBtn::before,
.linkBtn::before,
a.linkBtn::before {
  content: '\f35a';
  color: #2BD226;
  font-family: 'FontAwesome';
  font-size: var(--rem30);
  font-weight: 400;
  display: inline-block;
  position: absolute;
/*   width: var(--rem30w);
  height: var(--rem30w);
  background: url(/wp-content/uploads/arrow.png) no-repeat center/ contain; */
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .7s all;
}

.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  color: #DF0C0C;
  background-color: transparent;
}

.post .linkBtn:hover::before,
.linkBtn:hover::before,
a.linkBtn:hover::before {
    left: calc(100% - var(--rem30w));
  /* animation: slide .5s linear; */
}

@keyframes slide {
  0% {
    transform: translate(0, -50%)
  }

  50% {
    transform: translate(210px, -50%)
  }

  100% {
    transform: translate(210px, -50%)
  }
}

.linkBtn::after,
input.linkBtn::after,
.post .linkBtn::after {
  content: none;
}

.subimitarea>.linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.post .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
}

.linkBtn,
.post .linkBtn,
a.linkBtn {
    &:is(.linkBtn--round) {
        color: #fff;
        border-radius: 50vh;
        border: 1px solid #2BD226;
        background: #2BD226;
        padding: var(--rem20) 40px var(--rem20) 20px;
        position: relative;
        &:hover {
            color: #2BD226;
            background: #fff;
        }
        &::before {
            display: none;
        }
        &::after {
            display: block;
            content: "\f138";
            font-family: 'FontAwesome';
            font-size: var(--rem16);
            font-weight: 400;
            line-height: 1;
            border: none;
            transform: translateY(-50%);
        }
    }
}


/* .linkBtn, .post .linkBtn {
    content: '';
    display: inline-block;
    position: absolute;
    width: var(--rem30w);
    height: var(--rem30w);
    background: url(/wp-content/uploads/arrow.png) no-repeat center/ contain;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s all;
    max-width: 240px;
    line-height: 1.4;
    padding: 23px 30px 23px 10px;
    border-radius: 0;
    &::after {
        aspect-ratio: 25 / 8;
        width: 25px;
        margin-top: 0;
        height: auto;
        right: var(--px40);
        background: url(/wp-content/uploads/icon_arrow_01_white.png.webp) no-repeat center / contain;
        border: none;
        transform: translateY(-50%);
    }
} */

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
    #header {
		& .logo{
			flex-direction: column;
			align-items: flex-start;
			height: auto;
			display: flex;
            padding-left: var(--px80);
            line-height: 1;
			& img{
				max-height: 40px;
			}
            .site_name {
                margin-left: 4px;
            }
		}
    }
    #header ul.header__contact {
        & > li {
            position: relative;
            &::before {
                display: block;
                content: "";
                width: 1px;
                height: calc(100% - 40px);
                background: #444;
                position: absolute;
                top: 20px;
                left: 0;
            }
        }
    }
    nav#mainNav ul li a {
        font-size: var(--rem18);
    }
    #header a.head_btn {
        color: var(--header-color-font);
        background: transparent;
        padding-left: var(--rem28);
        padding-right: var(--rem28);
        position: relative;
        &:hover {
            color: var(--color-primary);
            background: transparent;
        }
    }
    #header a.head_btn.tel_btn {
        background: transparent;
        &:hover {
            color: var(--color-primary);
        }
        &::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(--rem16);
        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-size: var(--rem20);
        font-weight: 700;
        margin-bottom: 0;
    }
    #header a.head_btn.mail_btn {
        font-size: var(--rem18);
        font-weight: 400;
        flex-direction: row;
        align-items: center;
        padding-left: var(--rem36);
        padding-right: var(--rem36);
    }
    #header a.head_btn.mail_btn::before {
        color: #2BD226;
        font-size: var(--rem30);
        position: relative;
        top: 1px;
		margin-right: 10px;
        margin-bottom: 0;
    }
    nav#mainNav ul li a b, nav#mainNav ul li a span {
        font-weight: 400;
    }
    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:hover {
		& > a, & > b {
			color: var(--color-primary);
		}
	}
	nav#mainNav ul li:hover ul.sub-menu {
	background: #fff;
    }
}
/*------ヘッダー　パンくず
--------------------------------------------*/
#breadcrumb ul li{
	font-size: var(--rem14);
}

/*------ヘッダー　レスポンシブ
--------------------------------------------*/
@media screen and (max-width: 1710px) {
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: 1.6rem;
	}

	#header .head_btn.mail_btn {
		font-size: 1.6rem;
	}

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

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

@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.2rem;
	}

    #header .head_btn.tel_btn .note {
		font-size: 1rem;
	}

	#header .head_btn.mail_btn {
		font-size: 1.2rem;
	}

    #header a.head_btn.mail_btn::before {
        font-size: var(--rem18);
        margin-right: 5px;
        top: 2px;
    }

    #header a.head_btn.mail_btn span {
        font-size: 1.2rem;
    }

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

    #header a.head_btn.mail_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;
	}
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
/* ----全体LAYOUT調整----*/

.footer__inner {
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 5%;
}
@media print, screen and (max-width: 768px) {
	.footer__inner {
		flex-direction: column;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* ----------------------------
right
----------------------------*/
.rightarea {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}
#footer .footnav ul {
    justify-content: flex-end;
}
@media print, screen and (max-width: 768px) {
	#footer .footnav ul {
		justify-content: center;
		margin-top: var(--px40);
	}
}

/*footer navi ico*/

#footer .footnav ul > li {
	position: relative;
	line-height: 1.4;
	padding: 0 min(calc(16px + (1vw - 19.2px) * 0.4531), 16px);
	margin-bottom: 10px;
}
#footer .footnav ul > li::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 100%;
    background: var(--color-font);
    transform: translateY(-50%);
}

#footer .footnav ul > li::after {
	content: none;
}

#footer .footnav ul > li:last-child::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 100%;
    background: var(--color-font);
    transform: translateY(-50%);
}

/* ----------------------------
left
----------------------------*/
.leftarea {
    align-self: center;
    width: 100%;
}
#footer .footer__logo:not(:last-child) {
    margin: 0;
    text-align: left;
}
.leftarea .logoare {
    display: flex;
    flex-direction: column;
    gap: var(--px14);
    line-height: 1;
}
.footer__catchphrase {
    line-height: 1.2;
	text-align: left;
    display: none;
}
.socialicon {
    display: none;
}
@media print, screen and (max-width: 768px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
	.footer__catchphrase {
		text-align: center;
	}
}

/* ----------------------------
SNSアイコン
----------------------------*/

/*LAYOUT調整*/

#footer .socialicon ul, .socialicon ul {
    -webkit-box-pack: start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
#footer .socialicon ul li, .socialicon ul li {
    padding: 0;
}
@media print, screen and (max-width: 768px) {
	#footer .socialicon ul, .socialicon ul {
		justify-content: center;
	}
}

/*アイコンサイズ調整*/

#footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
    font-size: var(--rem24);
}

#footer {
	padding: var(--px40) calc(var(--px120) * 1.2) var(--px40) 0;
    @media print, screen and (max-width: 768px) {
    padding: var(--px40) 0;
    }
    .footer__logo {
        font-size: var(--rem16);
    }
    .footer__logo img {
        width: 100%;
		max-width: 118px;
		max-height: 40px;
    }
	.footer__logo:not(:last-child) {
        display: flex;
        flex-direction: column;
		text-align: center;
	}
	.footnav:not(:last-child) {
		margin-bottom: 0;
	}
}
#copyright {
    text-align: right;
    background: transparent;
    margin: 0;
}

/*--------------------------------------------------
	CTA
--------------------------------------------------*/
.home {
	.page-cta {
		display: none !important;
	}
}
/*-----------------------------
cta02_col2
------------------------------*/
.parallax_container {
    .cta02 {
        background: unset;
        padding: var(--rem120) 0 var(--rem80);
        @media screen and (max-width: 1023px) {
            padding: var(--rem120) 0 var(--rem80);
        }
        .ctabtnlist li {
            background: transparent;
            border: 1px solid #727272;
        }
        .mailarea.item {
            background: transparent;
        }
    }
}
.cta02 {
	position: relative;
	padding: var(--rem120) 0 min(calc(20rem + (1vw - 1.92rem) * 6.4725), 20rem);
	z-index: 0;
    background: url(/wp-content/uploads/cta_bg_01.jpg.webp) no-repeat center / cover;
    @media screen and (max-width: 768px) {
        padding: var(--rem80) 0 var(--rem120);
    }
    .ttl {
        &.ttl--primary {
            /*display: flex;*/
            flex-direction: column;
			position: relative;
            &::after {
				background: var(--color-font);
            }
            &.txt_l {
                &::after {
                    margin-left: 0;
                }
            }
            &.txt_r {
                &::after {
                    margin-right: 0;
                }
            }
            &.color-common {
                &::after {
                    background: var(--color-font);
					display: none;
                }
            }
            &.color-white {
                &::after {
                    background: #fff;
                }
                .ttl--primary__en, .ttl--primary__ja {
                    color: #fff;
                }
            }
            .ttl--primary__en {
				font-family: var(--font-family02);
                font-size: var(--rem80);
                font-weight: 700;
                line-height: 1.2;
                letter-spacing: .08em;
				position: relative;
            }
            .ttl--primary__ja {
                font-size: var(--rem24);
                font-weight: 700;
                line-height: 1.4;
                letter-spacing: .1em;
            }
        }
        &.ttl--primary--mod-01 {
            .ttl--primary__en {
                font-size: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
				margin-bottom: var(--rem12);
                line-height: 1.4;
                @media screen and (max-width: 768px) {
                    font-size: var(--rem80);
                }
            }
        }
        &.ttl--primary--mod-02 {
            margin-bottom: var(--rem40);
            &::after {
                content: '';
                position: relative;
                visibility: visible;
                font-size: var(--rem36);
                display: block;
                width: 2.2em;
                height: 3px;
                margin: 0.6em auto 0;
            }
            .ttl--primary__en {
                font-size: min(calc(7rem + (1vw - 1.92rem) * 2.2654), 7rem);
            }
        }
    }
}
.cta02:before {
    display: none;
}
.cta02 .cta02_wrap {
	max-width: 1600px;
    width: 90%;
    margin: 0 auto;
	padding: 0;
	background: transparent;
	position: relative;
	z-index: 1;
}
.cta02 .ctabtnlist {
    justify-content: space-between;
    gap: var(--rem30);
    max-width: 1400px;
    margin: var(--px50) auto 0 auto;
}
.cta02 .ctabtnlist li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
    background: #fff;
}
.cta02 .item {
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px30);
    text-align: center;
    box-sizing: border-box;
    color: var(--color-font);
    border-radius: 0;
    transition: all ease .15s;
}
.cta02 .item:hover{
	opacity: 0.8;
}
	
@media print, screen and (max-width: 768px) {
	.cta02 .ctabtnlist li, .cta02 .ctabtnlist .item {
		width: 100%;
	}
	.cta02 .ctabtnlist li + li {
		margin-top: 1rem;
	}
}
	
/*ボタン共通パーツ*/

.cta02 .infotxt {
	font-size: var(--rem16);
	font-weight: 700;
}
.cta02 .btnttl {
	display: block;
	font-weight: bold;
	margin-bottom: 1rem;
	line-height: 1.4;
	font-size: var(--rem20);
}

	
/*電話ボタン*/
	
.cta02 .telnum {
	font-size: var(--rem36);
    font-weight: 700;
	margin-bottom: 1rem;
}	
.cta02 a.telbtn {
    background: #fff;
	color: var(--color-font);
    .note {
        font-size: var(--rem16);
        font-weight: 700;
    }
}
	
/*メールボタン*/
	
.cta02 .mailarea.item {
    background: #fff;
    &:hover {
        opacity: 1;
    }
}
.cta02 a.mailbtn {
    background: #111;
    color: #fff;
    font-size: var(--rem20);
    display: flex;
    flex-direction: row;
	justify-content: center;
    max-width: 400px;
    width: 90%;
    border-radius: 50vh;
    padding: 20px;
    margin: 0 0 1rem 0;
}
.cta02 a.mailbtn {
    background: var(--color-font);
	color: #fff;
    transition: .2s;
    &:hover {
        opacity: .8;
    }
}
	
/*ボタンアイコン*/
	
.cta02 a.mailbtn::before, .cta02 .telnum::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: var(--px20);
}
.cta02 .telnum::before {
	content: '\f3cd';
    font-size: var(--rem36);
}
.cta02 a.mailbtn::before {
	content: '\f0e0';
}

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
#mainMov {
    div#n2-ss-2 .n-uc-F5CpOH0owOkC, div#n2-ss-2 .n-uc-67Vci4T6a85S, div#n2-ss-2 .n-uc-GqOTChdGOrQu {
        left: 8em;
        &::before {
            display: block;
            content: "";
            width: 110%;
            height: .25em;
            min-height: 1px;
            background: #fff;
            position: absolute;
            top: -1em;
            left: -10%;
        }
    }
}
.home, #editor-style {
	#wrapper {
		max-width: 1600px;
        width: 90%;
	}
    /* CONTENT01 */
    #top_about {
        &.bg_wide {
            &::before {
                background: url(/wp-content/uploads/top_about_01.jpg.webp) no-repeat center / cover;
            }
        }
    }
    /* CONTENT02 */
    #top_company_service {
        &.bg_wide {
            &::before {
                background: url(/wp-content/uploads/top_bg_01.jpg.webp) no-repeat bottom center / cover;
            }
        }
        .column01_wrap {
            max-width: unset;
        }
        .column01 {
            & + & {
                margin-top: var(--rem120);
            }
            &:is(.service) {
                background: rgba(255, 255, 255, .8);
            }
        }
    }
    /* CONTENT03 */
    #top_pages {
        .top_pages_upper {
            img {
                width: 100%;
                height: min(calc(30rem + (1vw - 1.92rem) * 9.7087), 30rem);
            }
        }
        .card01_wrap {
            margin-top: calc((min(calc(30rem + (1vw - 1.92rem) * 9.7087), 30rem) - 1px) * -1);
            .txtarea {
                background: transparent;
                padding: var(--rem20) 0 min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
            }
        }
        .card01_list.col2_list {
            padding-top: var(--rem60);
            & > li {
                width: 48%;
                margin-bottom: 5%;
                @media print, screen and (max-width: 414px) {
                    width: 100%;
                    margin-bottom: 10%;
                }
            }
        }
    }

    /* パララックス */
    .parallax_container {
        position: relative;
        aspect-ratio: 1920 / 1572;
        width: 100vw;
        margin-left: calc(((100vw - 100%) / 2) * -1);
        margin-right: calc(((100vw - 100%) / 2) * -1);
        @media screen and (max-width: 768px) {
            aspect-ratio: 750 / 397;
        }
        .front_contents.sec02 {
            .card01_inner {
                max-width: 1600px;
                width: 90%;
                margin: 0 auto;
                .card01_list.col2_list {
                    @media screen and (max-width: 768px) {
                        width: 94%;
                        margin-left: auto;
                        margin-right: auto;
                    }
                }
            }
        }
    }
    .parallax_inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        clip-path: inset(0);
        z-index: -1;
    }
    .parallax {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        width: 100vw;
        height: 100vh;
        background: url(/wp-content/uploads/parallax_01.jpg.webp) no-repeat center / cover;
    }
    /* 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-font);

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

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {
    &::after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background: url(/wp-content/uploads/parallax_01.jpg.webp) no-repeat center / cover;
        position: fixed;
        top: 0;
        z-index: -100;
    }
    h1.title, .post h1, header#h1Header h1.title {
        color: #fff;
        font-size: var(--rem40);
        font-family: var(--font-family01);
        font-weight: 700;
    }
    &.post, .post {
        .ttl {
            &.ttl--primary {
                margin-bottom: var(--rem80);
                .ttl--primary__en {
                    font-size: var(--rem40);
                }
                .ttl--primary__ja {
                    font-size: var(--rem20);
                }
            }
                
        }
        p {
            letter-spacing: 0;
        }
        ul {
            li {
                font-size: var(--rem16);
            }
        }
        table {
            &:is(.td_mod-01) {
                td {
                    text-align: center;
                }
            }
        }
        table th, table td {
            font-size: var(--rem16);
            border-color: #000;
            padding: min(calc(3.2rem + (1vw - 1.92rem) * 0.7120), 3.2rem) var(--rem24);
            line-height: 1.7;
        }
        table th {
            color: var(--color-font);
            background: #d9d9d9;
			font-weight: 400;
        }
        table td {
            background: #fff;
        }
		.w-fit {
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }
    }
}

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


	
.flowlist01 {
	padding-left: 1rem;
	position: relative;
}
.flowlist01::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 1rem;
}
.flowlist01 > li {
	position: relative;
    &:last-child {
        dd {
            &::after {
                display: none;
            }
        }   
    }
}
.flowlist01 > li:not(:last-child) {
	margin-bottom: 8vh;
}
.flowlist01 > li .icon {
    display: none !important;
	font-size:1.6rem;
	color: #fff;
	background: #000000;
	padding: 0.8rem 2rem;
	position: absolute;
	top: 0;
	left: -13rem;
	z-index: 100;
	font-style: italic;
}
.flowlist01 > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flowlist01 > li dl {
	padding-left: 7rem;
	position: relative;
	padding-top: 0;
}
.flowlist01 > li dl::before,
.flowlist01 > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 2rem;
}
.flowlist01 > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: 0;
	background: #1A1A1A;
	border-radius: 50%;
	left: -4px;
}
.flowlist01 > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
	top: 2.3rem;
}
.flowlist01 > li dl dt {
	margin-bottom: 0.5rem;
	font-weight: 700;
	font-size: 3rem;
    line-height: 1.5;
}
.flowlist01 > li dl dd {
    position: relative;
	&::after {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
        border-top: 30px solid #eee;
        border-bottom: 0;
        margin-top: var(--rem30);
    }
}
@media (max-width: 768px) {
	.flowlist01 > li .icon {
		font-size: 1.2rem;
	}

	.flowlist01 {
		padding-left: 1rem;
	}

	.flowlist01 > li .icon {
		left: -11rem;
	}

	.flowlist01::before {
		left: 1rem;
	}

	.flowlist01 > li dl {
		padding-left: 4.5rem;
	}

	.flowlist01 > li dl::after {
		width: 30px;
	}

	.flowlist01 > li dl dt {
		font-size: 1.4rem;
	}
}

/*--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: var(--px60);
	width: 100%;
	padding: var(--rem60);
	border-radius: 0;
	background: #f2f2f2;
	position: relative;
}
.flowlist02 > li:not(:last-child) {
	margin-bottom: 60px;
}
.flowlist02 .flow_img {
	width: 40%;
    &:is(#siage) {
        width: 53%;
        & + dl {
            width: calc(47% - var(--px60));
        }
        .flow_img-col2 {
            justify-content: space-between;
            gap: var(--px24);
        }
    }
    &:is(#kensa) {
        .flow_img-col2 {
            margin-top: 0;
            img {
                position: relative;
                &:first-child {
                    top: -3em;
                    @media print, screen and (max-width: 768px) {
                        top: -1em;
                    }
                }
                &:last-child {
                    top: 3em;
                    @media print, screen and (max-width: 768px) {
                        top: 3em;
                    }
                }
            }
        }
    }
	img {
		height: auto;
	}
    .flow_img-col2 {
        display: flex;
        gap: var(--px16);
        margin-top: var(--rem16);
        img {
            width: calc((90% - var(--px16)) / 2);
        }
    }
    .flow_img-mod-01 {
        width: 70%;
        margin-top: var(--rem16);
        position: relative;
        img {
            position: absolute;
            left: -10%;
            @media screen and (max-width: 768px) {
                position: static;
            }
        }
    }
}
.post .flowlist02 {
    & > li:has(> .flow_img--mod-01) {
        align-items: center;
        .flow_img--mod-01 {
            width: 53%;
            @media print, screen and (max-width: 1049px) {
                width: 50%;
            }
            @media print, screen and (max-width: 768px) {
                width: 100%;
            }
        }
        & > dl {
            width: calc(47% - var(--px60));
            @media print, screen and (max-width: 1049px) {
                width: calc(50% - var(--px60));
            }
            @media print, screen and (max-width: 768px) {
                width: 100%;
            }
        }
    }
}
.flowlist02 .smallWrapper {
    width:62%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: var(--rem40);
}
.post .flowlist02 > li > dl {
	width: calc(60% - var(--px60));
	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);
}
.flowlist02 > li:not(:last-child) dl::after {
	border-width: 20px;
}
.post .flowlist02 > li > dl dt {
	position: relative;
	display: flex;
	align-items: center;
	font-size: var(--rem30);
	font-weight: 700;
	padding: 0 0 1rem 0;
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	border-bottom: solid 1px;
	width: fit-content;
}
.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);
    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% !important;
	}
	.flow_img::before {
		padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
	}
}

/*================================================
					お問い合わせ
================================================*/
body:not(.home) {
	.wpcf7 {
        .googleMap {
            width: 100%;
            & > iframe {
                width: 100%;
            }
        }
		.wpcf7-form {
			table {
                border-color: #000;
                th, td {
                    border-color: #000;
                }
				th {
                    font-weight: 400;
					width: 30%;
				}
			}
			.subimitarea {
				.linkBtn-contact {
                    display: inline-block;
                    width: 100%;
                    max-width: 240px;
                    color: var(--color-font);
                    font-weight: 700;
                    line-height: 1.8;
                    text-align: center;
                    background: #fff;
                    margin: 0 auto;
                    border-radius: 0;
                    transition: all .3s;
                    position: relative;
					margin-left: auto;
					margin-right: auto;
					padding: 0;
                    &::after {
                        display: block;
                        content: '';
                        position: absolute;
                        top: 50%;
                        right: 20px;
                        width: 6px;
                        height: 6px;
                        border-right: 1px solid var(--color-font);
                        border-bottom: 1px solid var(--color-font);
                        -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                        margin-top: -3px;
                        transition: all .3s;
                    }
                    &:hover {
                        color: #fff;
                        background: var(--color-primary);
                        &::after {
                            border-color: #fff;
                        }
                        input {
                            color: #fff;
                        }
                    }
                    input {
                        display: block;
                        width: 100%;
                        color: var(--color-font);
                        font-weight: 700;
                        background: transparent;
                        border: 5px solid #D9D9D9;
                        padding: 20px 30px 20px 10px;
                        transition: all .3s;
                    }
				}
			}
            .must {
                background: #DC143C;
            }
		}
	}
}
@media print, screen and (min-width: 1024px) {
    #header {
        & .logo {
            align-items: flex-end;
        }
    }
}
@media print, screen and (min-width: 1024px) {
    #header {
        & .logo {
            .site_name {
                margin-left: 4px;
                margin-right: 8px;
            }
        }
    }
}
#mainMov {
    & div#n2-ss-2 .n-uc-F5CpOH0owOkC, & div#n2-ss-2 .n-uc-67Vci4T6a85S, & div#n2-ss-2 .n-uc-GqOTChdGOrQu {
        &::before {
display:none;
        }
    }
}

#thumbImg::before, header#h1Header::before {
    background: #002716;
}

ul.flowlist01 {
    margin: 0 15%;
}

ul.flowlist02 > li {
    background: #f2f2f200;
}