@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #F3F8F8;
	--color-font: #333;
	--color-primary: #1BA37B;
	--color-primary-shade: #137256;
	--color-primary-tint: #5fbfa3;
	--color-secondary: #17B2CA;
	--color-secondary-tint: #5dc9da;
    --color-tertiary: #F9902C;
    --color-tertiary-tint: #fbb16b;
	--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: #F3F8F8;
	--header-color-font: #444;
	--header-color-primary: #1BA37B;
	--header-color-primary-shade: #137256;
	--header-color-primary-tint: #5fbfa3;
	/*------▼フッター設定▼------*/
	--footer-background: linear-gradient(270deg, #2EC89B 0%, #22BBD3 100%);
	--footer-color-font: #333;
	--footer-color-primary: #333;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
    --font-family03: "Montserrat", 'Noto Sans JP', sans-serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
    .ttl {
        &.ttl--primary {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				display: none;
            }
            .ttl--primary__en {
                color: var(--color-secondary);
				font-family: var(--font-family03);
                font-size: var(--rem120);
                font-weight: 300;
                line-height: .8;
                @media screen and (max-width: 768px) {
                    font-size: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
                }
                &.color-common {
					color: var(--color-font);
				}
				&.color-secondary {
					color: var(--color-secondary);
				}
				&.color-bluegreen {
					color: #17B2CA;
				}
				&.color-blue {
					color: #0F6AB7;
				}
				&.color-white {
					color: #fff;
				}
            }
            .ttl--primary__ja {
                font-size: var(--rem36);
                font-weight: 700;
                line-height: 1.4;
                letter-spacing: .2em;
                &.color-common {
					color: var(--color-font);
				}
				&.color-secondary {
					color: var(--color-secondary);
				}
				&.color-bluegreen {
					color: #17B2CA;
				}
				&.color-blue {
					color: #0F6AB7;
				}
				&.color-white {
					color: #fff;
				}
            }
            &:is(.ttl--primary--mod-01) {
                .ttl--primary__en {
                    font-size: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
                }
            }
        }
        &.ttl--secondary {
            display: flex;
            flex-direction: column;
            width: 100%;
            padding: 0;
            margin-left: 0;
            margin-right: 0;
            border: none;
            .ttl--secondary__en {
                font-family: var(--font-family03);
                font-size: min(calc(67rem + (1vw - 1.92rem) * 22.0065), 6.7rem);
                font-weight: 400;
                line-height: .9;
                letter-spacing: 0;
                @media screen and (max-width: 1200px) {
                    font-size: var(--rem48);
                }
            }
            .ttl--secondary__ja {
                font-size: var(--rem36);
                font-weight: 700;
                line-height: 1.4;
                letter-spacing: .2em;
                @media screen and (max-width: 1200px) {
                    font-size: var(--rem30);
                }
            }
        }
    }
    .heading_mod-01 {
        font-size: min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 0;
        padding: 0;
        border: none;
        @media screen and (max-width: 840px) {
            font-size: var(--rem40);
        }
        &::before, &::after {
            display: none;
        }
    }
    .tbbr {
        display: none;
        @media screen and (max-width: 840px) {
            display: block;
        }
    }
    p {
        line-height:2;
    }
    .color-common {
        color: var(--color-font);
    }
    .color-secondary {
        color: var(--color-secondary);
    }
    .color-bluegreen {
        color: #17B2CA;
    }
    .color-blue {
        color: #0F6AB7;
    }
    .color-white {
        color: #fff;
    }
    .color-white-alpha {
        color: rgba(255, 255, 255, .5);
    }
	.color-gradation_mod-01 {
		background: linear-gradient(270deg, #2EC89B 0%, #22BBD3 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.color-gradation_mod-02 {
		background: linear-gradient(270deg, #0F6AB7 0%, #054379 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
    .linkBtn-row {
        display: flex;
        gap: var(--rem40);
        align-items: center;
        justify-content: center;
        @media screen and (max-width: 768px) {
            flex-direction: column;
        }
    }
    .m-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .m-inline-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .lh_mod-01 {
        line-height: 2.54;
    }
    .lh_mod-02 {
        line-height: 3;
    }
}

/**/
.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;
	&.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: 120px;
    margin-top: -120px;
}

/*-----------------------------
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: 94%;
    margin: 0 auto;
	z-index: 1;
}
.column01 .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px120) var(--px40);
    margin: 0;
}
.column01 .txtarea .txtinner {
    max-width: 700px;
}
.column01 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column01 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
	
/*---------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;
    &:has(.staffCard) {
        width: 100%;
    }
  }
  .post .card01_list {
    &:is(.staffCard) {
            justify-content: center;
            gap: var(--rem60);
        & > li {
            max-width: 367px;
            width: calc((100% - var(--rem60)) / 2);
            background: linear-gradient(134.01deg, #FFFFFF 16.19%, #F1F1F1 92.76%);
            border-radius: 10px;
            border: 2px solid #D1D1D1;
            @media screen and (max-width: 768px) {
                max-width: unset;
                width: 100%;
            }
            .imgarea {
                aspect-ratio: 367 / 254;
                border-radius: 10px 10px 0 0;
            }
            .txtarea {
                padding: var(--rem48) var(--px40) var(--rem48);
                .staffCard__summary {
                    & + & {
                        margin-top: var(--rem40);
                    }
                    display: flex;
                    align-items: flex-start;
                    .name, .copy {
                        flex-shrink: 0;
                        width: 3.5em;
                        font-weight: 700;
                    }
                }
            }
        }
    }
  }
  .card01_list > li {
    position: relative;
    background: transparent;
  }
  .card01_list .imgarea {
    width: 100%;
    position: relative;
    aspect-ratio: 4 / 3;
    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-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 .card01_list .txtstyle02, .card01_list .txtstyle02 {
    font-size: var(--rem20);
    margin: 0 0 1rem;
  }

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

/*---------coln02-----------*/
  
.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;
}
.post .col2_list > li {
    display: flex;
    flex-direction: column;
    width: 49%;
	margin-bottom: 2%;
    .txtarea {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        & > p {
            flex-grow: 1;
        }
    }
}
@media print, screen and (max-width: 640px) {
	.post .col2_list > li {
		width: 100%;
	}
	.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: 30%;
	margin-bottom: 5%;
}
.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%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------
	button
--------------------------------------------------*/
/* 通常ボタン 疑似要素がグラデーション*/
.linkBtn.linkBtn--gradation, .post .linkBtn.linkBtn--gradation, a.linkBtn.linkBtn--gradation {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 10em;
    font-family: var(--font-family03);
	font-size: var(--rem24);
    color: #333;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left;
    background: transparent;
	font-weight: 500;
    padding: var(--rem20) 30px var(--rem20) 20px;
    margin: var(--px40) auto 0;
    border-radius: 0;
    transition: all .3s;
    &:is(.w-small) {
        max-width: 7.1em;
    }
}
.post .linkBtn.linkBtn--gradation::after, .linkBtn.linkBtn--gradation::after, a.linkBtn.linkBtn--gradation::after {
    content: none;
}
.linkBtn.linkBtn--gradation:hover, .post .linkBtn.linkBtn--gradation:hover, a.linkBtn.linkBtn--gradation:hover {
	color: #333;
	background: transparent;
}
.linkBtn.linkBtn--gradation .arw, .post .linkBtn.linkBtn--gradation .arw, a.linkBtn.linkBtn--gradation .arw {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	width: var(--px50);
	height: var(--px50);
	border: 1px solid transparent;
	border-radius: 50%;
    background: transparent;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .4s;
	transition: .4s;
}
.linkBtn.linkBtn--gradation .arw::before, .post .linkBtn.linkBtn--gradation .arw::before, a.linkBtn.linkBtn--gradation .arw::before {
    position: absolute;
	width: var(--px50);
	height: var(--px50);
    background: linear-gradient(270deg, #2EC89B 0%, #22BBD3 100%);
    content: '';
	position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    /* border: 1px solid transparent; */
    border-radius: 50%;
    transition: .4s;
}
.linkBtn.linkBtn--gradation:is(.orange) .arw::before, .post .linkBtn.linkBtn--gradation:is(.orange) .arw::before, a.linkBtn.linkBtn--gradation:is(.orange) .arw::before {
    background: var(--color-tertiary);
}
.linkBtn.linkBtn--gradation:is(.white) {
    color: #fff;
    .arw {
        &::after {
            border-color: var(--color-primary) !important;
        }
    }
    &:hover {
        .arw {
            &::after {
                border-color: #333 !important;
            }
        }
    }
}
.linkBtn.linkBtn--gradation:is(.white) .arw::before, .post .linkBtn.linkBtn--gradation:is(.white) .arw::before, a.linkBtn.linkBtn--gradation:is(.white) .arw::before {
    background: #fff;
}
.linkBtn.linkBtn--gradation .arw::after, .post .linkBtn.linkBtn--gradation .arw::after, a.linkBtn.linkBtn--gradation .arw::after {
	content: '';
	position: absolute;
	width: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
	height: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
	border-style: solid;
	border-width: 1px 1px 0 0;
    border-color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-70%, -50%) rotate(45deg);
	transform: translate(-70%, -50%) rotate(45deg);
	-webkit-transition: .4s;
	transition: .4s;
}
.linkBtn.linkBtn--gradation:hover .arw, .post .linkBtn.linkBtn--gradation:hover .arw, a.linkBtn.linkBtn--gradation:hover .arw  {
    border: 1px solid #333;
}
.linkBtn.linkBtn--gradation:hover .arw::before, .post .linkBtn.linkBtn--gradation:hover .arw::before, a.linkBtn.linkBtn--gradation:hover .arw::before {
    opacity: 0;
}
.linkBtn.linkBtn--gradation:hover .arw::after, .post .linkBtn.linkBtn--gradation:hover .arw::after, a.linkBtn.linkBtn--gradation:hover .arw::after {
	border-color: #333;
}

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/

@media print, screen and (min-width: 1024px) {
    #header {
        height: 100px;
    }
    .sticky-header #header > .inner {
        background: var(--header-background);
    }
    #header .logo img {
        width: 100%;
        max-width: 260px;
        max-height: 60px;
    }
    #header a.head_btn.tel_btn {
        color: #fff;
        font-size: var(--rem16);
        background: var(--color-secondary);
        &:hover {
            background: var(--color-secondary-tint);
        }
    }
    #header a.head_btn {
        background: var(--color-tertiary);
        font-size: var(--rem14);
        font-weight: 700;
        &:hover {
            background: var(--color-tertiary-tint);
        }
    }
    nav#mainNav ul li:has(> .sub-menu) {
		&:hover {
			background: var(--color-primary);
			a b, a span {
				color: #fff;
			}
		}
    }
    nav#mainNav ul li a span {
        color: var(--color-tertiary);
        font-family: var(--font-family03);
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 0;
    }
    nav#mainNav ul li.current-menu-item a span {
        color: var(--color-tertiary);
    }
    nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
        color: var(--header-color-font);
        line-height: 1.6;
        letter-spacing:0;
    }
    nav#mainNav ul li a:hover {
        background: var(--color-primary);
        span, b {
            color: #fff;
        }
    }
    nav#mainNav ul li.current-menu-item a:hover b, nav#mainNav ul li.current-menu-parent a:hover b {
        color: #fff;
    }
    nav#mainNav ul li.current-menu-item a {
        background: transparent;
        &:hover {
            background: var(--color-primary);
        }
    }
    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: #fff;
        }
    }
	nav#mainNav ul li:hover ul.sub-menu {
	background: #fff;
    }
}

/*------ヘッダー　レスポンシブ
--------------------------------------------*/
@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 {
		font-size: 1.4rem;
	}
    
    nav#mainNav ul li a span {
		font-size: 1rem;
	}

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

	#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;
	}
}


/*--------------------------------------------------
	フッター
--------------------------------------------------*/
#footer {
	padding: var(--px80) 0 var(--px60);
    .footer__logo img {
        width: 100%;
    }
}
#copyright {
    background: transparent;
}

/*--------------------------------------------------
	CTA
--------------------------------------------------*/
.home {
	.page-cta {
		display: none !important;
	}
}
/*-----------------------------
cta01_col2
------------------------------*/
.cta01 {
	background: url(/wp-content/uploads/cta_bg_01.png.webp) no-repeat center / cover;
    padding: min(calc(16rem + (1vw - 1.92rem) * 6.4725), 16rem) 0 min(calc(18rem + (1vw - 1.92rem) * 3.8835), 18rem);
	position: relative;
	z-index: 0;
    .ttl {
        &.ttl--primary {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				display: none;
            }
            .ttl--primary__en {
                color: var(--color-secondary);
				font-family: var(--font-family03);
                font-size: var(--rem120);
                font-weight: 300;
                line-height: .8;
                @media screen and (max-width: 768px) {
                    font-size: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
                }
                &.color-common {
					color: var(--color-font);
				}
				&.color-secondary {
					color: var(--color-secondary);
				}
				&.color-bluegreen {
					color: #17B2CA;
				}
				&.color-blue {
					color: #0F6AB7;
				}
				&.color-white {
					color: #fff;
				}
            }
            .ttl--primary__ja {
                font-size: var(--rem36);
                font-weight: 700;
                line-height: 1.4;
                letter-spacing: .2em;
                &.color-common {
					color: var(--color-font);
				}
				&.color-secondary {
					color: var(--color-secondary);
				}
				&.color-bluegreen {
					color: #17B2CA;
				}
				&.color-blue {
					color: #0F6AB7;
				}
				&.color-white {
					color: #fff;
				}
            }
            &:is(.ttl--primary--mod-01) {
                .ttl--primary__en {
                    font-size: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
                }
            }
        }
        &.ttl--secondary {
            display: flex;
            flex-direction: column;
            width: 100%;
            padding: 0;
            margin-left: 0;
            margin-right: 0;
            border: none;
            .ttl--secondary__en {
                font-family: var(--font-family03);
                font-size: min(calc(67rem + (1vw - 1.92rem) * 22.0065), 6.7rem);
                font-weight: 400;
                line-height: .9;
                letter-spacing: 0;
                @media screen and (max-width: 1200px) {
                    font-size: var(--rem48);
                }
            }
            .ttl--secondary__ja {
                font-size: var(--rem36);
                font-weight: 700;
                line-height: 1.4;
                letter-spacing: .2em;
                @media screen and (max-width: 1200px) {
                    font-size: var(--rem30);
                }
            }
        }
    }
}
.cta01 .cta01_wrap {
	max-width: 1400px;
    width: 90%;
    margin: 0 auto;
	background: rgba(249, 144, 44, 0.9);
    padding: min(calc(7rem + (1vw - 1.92rem) * 2.2654), 7rem);
}
.cta01 .ctabtnlist {
    justify-content: space-between;
    max-width: 880px;
    margin: var(--px50) auto 0 auto;
}
.cta01 .ctabtnlist li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
}
.cta01 a.item {
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px30) 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: 768px) {
	.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: 1rem;
}
.cta01 .infotxt {
	font-size: var(--rem16);	
	font-weight: 400;
    .note {
        font-size: var(--rem16);
        b {
            font-weight: 400;
            @media screen and (max-width: 500px) {
                display: block;
                line-height: 1.4;
            }
        }
    }
}
	
/*電話ボタン*/
	
.cta01 .telnum {
	font-size: var(--rem36);
	margin-bottom: 1rem;
}
.cta01 .telbtn .btnttl {
	font-size: var(--rem20);
}
.cta01 a.telbtn {
    background: transparent;
    border: 1px solid #fff;
	color: #fff;
    &:hover {
        background: #fff;
        color: var(--color-tertiary);
    }
}
	
/*メールボタン*/
	
.cta01 .mailbtn .btnttl {
	font-size: var(--rem24);
}
.cta01 a.mailbtn {
    background: transparent;
    border: 1px solid #fff;
	color: #fff;
    &:hover {
        background: #fff;
        color: var(--color-tertiary);
    }
}
	
/*ボタンアイコン*/
	
.cta01 .mailbtn .btnttl::before, .cta01 .telnum::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
.cta01 .mailbtn .btnttl::before {
	content: '\f0e0';
}
.cta01 .telnum::before {
	content: '\f3cd';
}

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
.home, #editor-style {
	#wrapper {
		max-width: 1600px;
        width: 90%;
	}
}
/* POST */
.top_news {
	max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    .front_contents {
        padding: min(calc(15rem + (1vw - 1.92rem) * 3.2362), 15rem) 0 var(--px120);
    }
}
.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-secondary);

}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	line-height: 1.2 !important;
    padding: 5px var(--px20);
}
/* CONTENT01 */
#top_ifa {
    .column01 {
        .txtarea {
            background: transparent;
            padding: var(--px120) 0 var(--rem80);
            @media screen and (max-width: 768px) {
                width: 94%;
                margin-left: auto;
                margin-right: auto;
                padding: var(--px80) 0 var(--rem40);
            }
            .txtinner {
                max-width: unset;
                .lh_mod-01 {
                    width: 94%;
                    margin-left: auto;
                    margin-right: auto;
                    @media screen and (max-width: 768px) {
                        width: 100%;
                    }
                }
            }
        }
        .imgarea {
            img {
                aspect-ratio: 787 / 613;
                height: auto;
                border: 2px solid #D1D1D1 !important;
                border-radius: 10px;
            } 
        }
    }
    .front_contents.sec02 {
        padding-bottom: 0;
        .column01.w100 {
            background: #fff;
            .txtarea {
                align-items: flex-start;
                @media screen and (max-width: 768px) {
                    padding: var(--px80) var(--px40) var(--rem40);
                    & + & {
                        padding-top: 0;
                    }
                }
            }
        }
    }
}
/* CONTENT02 */
#top_service {
    padding: var(--rem120) 0;
    &.bg_wide::before {
        height: 66%;
        background: url(/wp-content/uploads/top_bg_02.jpg.webp) no-repeat bottom center / cover;
        top: unset;
        bottom: 0;
    }
    @media screen and (max-width: 768px) {
        &.bg_wide::before {
            height: 59%;
        }
    }
    @media screen and (max-width: 640px) {
        &.bg_wide::before {
            height: 70%;
        }
    }
    .front_contents.sec03 {
        padding: 0;
    }
    .column01 {
        .txtarea {
            align-items: flex-start;
            background: transparent;
            padding: 0;
        }
    }
    .card01_inner {
        width: 100%;
    }
    .card01_list {
        .txtarea {
            padding-top: min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
        }
    }
}
/* CONTENT03 */
#top_blog {
    padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0 var(--rem120);
    .ttl.ttl--primary {
        margin-bottom: var(--rm120);
    }
}

/*--------------------------------------------------
	Blog
--------------------------------------------------*/
.post4b {
    @media screen and (max-width: 768px) {
        row-gap: var(--rem80);
    }
    & > li {
        background: #fff;
        padding: 0 0 65px;
        @media screen and (max-width: 799px) {
            display: flex;
            flex-direction: column;
            width: 49%;
            .post4b_img {
                width: 100%;
            }
            .post4b_text70 {
                width: 100%;
            }
        }
        @media screen and (max-width: 600px) {
            width: 100%;
        }
        .post4b_contents {
            opacity: 1;
            margin-top: var(--rem18);
        }
    }
}
.post4b .post4b_img {
    aspect-ratio: 380 / 260;
    @media screen and (max-width: 799px) {
        max-width: none !important;
    }
    a {
        display: block;
        width: 100%;
        height: 100%;
    }
}
.post4b img {
    max-width: 100%;
    max-height: unset;
}
.post4b .time {
    background: var(--color-primary);
}
.post4b_text {
    padding: 0 var(--px14) var(--rem14);
}
.post4b_link {
    color: var(--color-font);
    right: 20px;
    bottom: 20px;
    a {
        color: var(--color-font);
    }
}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {
    #thumbImg::before, header#h1Header::before {
        display: none;
    }
    h1.title, .post h1, header#h1Header h1.title {
        color: var(--color-secondary);
        font-size: var(--rem36);
        font-family: var(--font-family01);
        font-weight: 700;
    }
    &.post, .post {
        .ttl {
            &.ttl--primary {
                .ttl--primary__en {
                    font-size: var(--rem60);
                    @media screen and (max-width: 768px) {
                        font-size: var(--rem60);
                    }
                }
                .ttl--primary__ja {
                    font-size: var(--rem28);
                }
            }
        }
        ul {
            li {
                font-size: var(--rem16);
            }
        }
		/* table {
            border-collapse: separate;
            border-spacing: 0 2px;
            border: none;
        } */
        table {
            border-color: #fff;
        }
        table th, table td {
            font-size: var(--rem16);
            border-color: #fff;
            padding: min(calc(3.2rem + (1vw - 1.92rem) * 0.7120), 3.2rem) var(--rem24);
            line-height: 1.7;
        }
        table th {
            color: #fff;
            font-weight: 700;
            background: var(--color-secondary);
        }
		.w-fit {
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }
        .googlemap {
            padding-bottom: 35%;
            margin: var(--px50) auto;
            @media screen and (max-width: 768px) {
                padding-bottom: 45%;
            }
        }
    }
}

/*================================================
					事業内容
================================================*/
/*-------------------------------------------
 teleco_v1
------------------------------------------- */
.teleco_v1 {
    align-items: center;
    & + & {
        margin-top: var(--rem60);
    }
}
.teleco_v1 h3 {
	width: 100%;
    color: #0F6AB7;
    font-size: min(calc(2.5rem + (1vw - 1.92rem) * 0.6472), 2.5rem);
    font-weight: 700;
    border-color: #2EC89B;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: var(--rem20);
}
.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;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	padding: var(--rem40) var(--rem28);
    p {
        line-height: 1.75;
    }
}
@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: auto;
		height: 116%;
	}
}
.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;
		margin-bottom:0;
        @media screen and (max-width: 768px) {
            padding: 20px 0;
        }
	}
}

/*================================================
					お問い合わせ
================================================*/
body:not(.home) {
	.wpcf7 {
		.wpcf7-form {
			table {
				th {
					width: 30%;
				}
			}
            .must {
                background: var(--color-tertiary);
            }
			.subimitarea {
				.linkBtn {
					margin-left: auto;
					margin-right: auto;
					padding: 0;
				}
			}
		}
	}
}
