@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
    --color-font: #333;
    --color-primary: #CF5D37;
    --color-primary-shade: #F8EDEB;
    --color-primary-tint: #E4F0F0;
    --color-secondary: #E80E0E;
    --color-secondary-tint: #eee;
    --color-table-border: #ccc;
	--body-font-size: clamp(14px, .94vw, 16px);
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1100px;
	/*------▼ヘッダー設定▼------*/
	--header-background: linear-gradient(90deg, #244384, #4DA453, #FFF262, #CF5D38, #CB4744);
    --header-color-font: #FFF;
    --header-color-primary: #CF5D37;
    --header-color-primary-shade: #FFF;
    --header-color-primary-tint: #FFF;
	/*------▼フッター設定▼------*/
	--footer-background: #CF5D37;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Anton', sans-serif;
	/*------▼フォントサイズ設定▼------*/
    --font-size12: clamp(10px, .8vw, 12px);
    --font-size14: clamp(12px, .8vw, 14px);
    --font-size16: clamp(14px, .94vw, 16px);
	--font-size18: clamp(16px, 1.1vw, 18px);
    --font-size20: clamp(18px, 1.1vw, 20px);
    --font-size22: clamp(18px, 1.4vw, 22px);
    --font-size28: clamp(20px, 1.6vw, 28px);
    --font-size32: clamp(24px, 1.7vw, 32px);
    --font-size35: clamp(24px, 1.83vw, 35px);
    --font-size38: clamp(26px, 2vw, 38px);
	--font-size48: clamp(26px, 2.61vw, 48px);
    --font-size50: clamp(26px, 2.61vw, 50px);
	/*------▼clampバリエーション設定▼------*/
    --clamp-10: clamp(5px, 0.52vw, 10px);
    --clamp-14: clamp(7px, 0.73vw, 14px);
    --clamp-20: clamp(10px, 1.04vw, 20px);
    --clamp-30: clamp(15px, 1.56vw, 30px);
    --clamp-40: clamp(20px, 2.08vw, 40px);
    --clamp-50: clamp(25px, 2.61vw, 50px);
    --clamp-60: clamp(30px, 3.13vw, 60px);
    --clamp-70: clamp(35px, 3.65vw, 70px);
    --clamp-80: clamp(40px, 4.17vw, 80px);
    --clamp-90: clamp(45px, 4.69vw, 90px); 
    --clamp-100: clamp(50px, 5.42vw, 100px);
    --clamp-110: clamp(55px, 5.73vw, 110px);
    --clamp-120: clamp(60px, 6.25vw, 120px);
    --clamp-130: clamp(65px, 6.78vw, 130px);
    --clamp-140: clamp(70px, 7.3vw, 140px);
    --clamp-150: clamp(76px, 7.92vw, 150px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
}
::selection {
    background-color: var(--color-primary);
}
/* == == == == == == == == == == == == == == == == == == 
 * 非表示
 * == == == == == == == == == == == == == == == == == == */
 .post h2, .post h3, .post h4 {
	padding: 0;
	margin: 0; 
	border: none;
}
.post h2::before, .post h3::before, .post h4::before, .post h2::after{
	content: none;
}
/* == == == == == == == == == == == == == == == == == == 
 * ヘッダー調整/header
 * == == == == == == == == == == == == == == == == == == */
@media print, screen and (min-width: 1024px) {
/* == == == == == == == ==
 * ヘッダー下部
 * == == == == == == == == */
    #header {
        height: 120px;
		position: relative;
		background: linear-gradient(90deg, #244384, #4DA453, #FFF262, #CF5D38, #CB4744);
    }
	#header .logo img {
		min-height: 65px;
	}
	#header .logo {
        padding: min(calc(10px +(1vw - 19.2px)* 0.5580), 10px) min(calc(30px +(1vw - 19.2px)* 1.1161), 30px);
    }
/* == == == == == == == ==
 * スティッキーヘッダー
 * == == == == == == == == */
    .sticky-header #header-layout {
        height: 120px;
    }
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-family: var(--font-family02);
		color: var(--header-color-font);
	}
	nav#mainNav ul li a b {
		font-weight: bold;
		font-size: var(--font-size20);
		font-family: var(--font-family02);
	}
	nav#mainNav ul li a span {
		font-weight: 500;
		font-size: var(--font-size12);
		font-family: var(--font-family01);
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: transparent;/* アクション時の背景色の設定 */
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: var(--header-color-primary-tint);/* アクション時の文字色（上部）の設定 */
	}
	nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span, nav#mainNav ul li.current-menu-parent a span {
		color: var(--header-color-primary-tint);/* アクション時の文字色（下部）の設定 */
	}
/* == == == == == == == ==
 * ヘッダー下部__コンタクトボタン
 * == == == == == == == == */
    #header a.head_btn {
        font-size: var(--font-size18);
        padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(30px + (1vw - 19.2px) * 0.5580), 30px);
    }
	#header a.head_btn.tel_btn {
		color: var(--header-color-font);
	}
	#header a.head_btn.tel_btn:hover {
		color: #FFF;
	}
	#header a.head_btn.tel_btn::before {
		content: '\f3cf';
	}
	    #header ul.header__contact {
        margin-right: 30px;
    }
    #header ul.header__contact li {
        display: flex;
        align-items: center;
    }
    #header a.head_btn {
        background: transparent;
        border: 1px solid #FFF;
        border-radius: 20px;
        height: 73px;
        flex-direction: row;
        width: 250px;
    }
	#header a.head_btn:hover {
		color: var(--color-primary);
	}
    #header a.head_btn.mail_btn::before {
        margin: 0;
        content: '\f1d8';
        font-size: 1em;
        margin-right: 1em;
    }
    nav#mainNav ul li a b {
        position: relative;
        padding-right: 1em;
        padding-bottom: 5px;
    }
    nav#mainNav ul li a b::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #FFF;
        bottom: 0;
        left: 0;
        transition: .5s ease;
        transform: rotateY(90deg);
        transform-origin: left;
    }
	nav#mainNav ul li.current-menu-item a b::before, nav#mainNav ul li a:hover b::before, nav#mainNav ul li a:active b::before, nav#mainNav ul li.current-menu-parent a b::before {
        transform: rotateY(0);
    }
    nav#mainNav ul li a b::after {
        content: '';
        position: absolute;
        border-right: 2px solid;
        border-bottom: 2px solid;
        width: 6px;
        height: 6px;
        right: 0;
        top: .4em;
        transform: rotate(45deg);
    }
}
/* == == == == == == == ==
 * スマホ
 * == == == == == == == == */
@media print, screen and (max-width: 1023px) {
	.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
		background: #FFF;
	}
	.spmenu #menu p {
		color: #FFF;
	}
	nav#mainNav ul li a {
		color: var(--color-font);
	}
	nav#mainNav ul li a, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-item a {
        background-color: rgba(255, 255, 255, .9);
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * トップ記事投稿（archive） 
 * == == == == == == == == == == == == == == == == == == */
#front_top_content, #front_bottom_content {
	background: transparent;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
}
#front-sectionPost {
	width: 90%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}
/* == == == == == == == == == == == == == == == == == == 
 *  リスト表示
 * == == == == == == == == == == == == == == == == == == */
 /* == == == == == == == == == == == == == == == == == == 
 *  フッター調整/footer 
 * == == == == == == == == == == == == == == == == == == */
#footer {
    padding: 0;
    position: relative;
    background: linear-gradient(90deg, #244384 0%, #4DA453 25%, #FFF262 50%, #CF5D38 75%, #CB4744 100%);
}
#footer .inner {
    max-width: 100%;
    width: 100%;
    padding: 50px 0 15px;
    background: linear-gradient(180deg,#FFF262 0%, #FFF262 20%, #244384 20%, #244384 40%, #4DA453 40%, #4DA453 60%, #CF5D38 60%, #CF5D38 80%, #CB4744 80%, #CB4744 100%);
}
#footer a {
	transition: .5s;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 0;
}
#footer ul li a {
    font-weight: bold;
}

#copyright {
    margin: 0;
    padding-bottom: 10px;
	background: transparent;
    font-weight: bold;
}
.footer-content {
    padding: var(--clamp-40) 0;
}
#footer .footer__logo img {
    max-height: 125px;
}
.footer-content p {
    margin-top: 1em;
}
.footer-content a {
    color: #FFF;
    text-decoration: underline;
    font-size: var(--font-size16);
    font-weight: 500;
}
.footer-content a:hover {
    text-decoration: none;
}
a.ft-btn {
    display: block;
    background: #FFF;
    color: var(--color-primary);
    font-weight: bold;
    font-size: var(--font-size20);
    text-align: center;
    padding: 1em;
    border-radius: 10px;
    margin-top: var(--clamp-30);
    text-decoration: none;
    transition: .5s ease;
}
a.ft-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 6px #00000020;
    opacity: .7;
}
#footer a .num {
    font-size: 1.25em;
    font-family: var(--font-family02);
    letter-spacing: 2px;
}
#footer a .num::before {
    content: '\f3cd';
    font-family: 'FontAwesome';
    margin-right: .5em;
}

#footer a .sub {
    font-size: var(--font-size14);
}
@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == == == == == == == == == == == == 
 * アイキャッチ/eyecatch
 * == == == == == == == == == == == == == == == == == == */
header#h1Header h1.title {
    font-size: var(--font-size48);
}
#thumbImg::before, header#h1Header::before {
    opacity: 0;
	background: var(--color-primary);
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
#breadcrumb .en {
    display: none;
}
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.post4b li {
    background: #FFF;
    text-align: left;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	display: block;
}
.post2b li .post2b_contents, .post4b li .post4b_contents {
    font-size: var(--font-size14);
}
.post4b_text70 {
    padding: 3% 3% 0;
}
.postlist li:first-child {
    border-top: 0;
}
.postlist li {
    border-bottom: 1px dotted #CCCCCC;
}
.postlist .time {
    font-size: var(--font-size16);
    background: var(--color-primary);
    border-radius: 5px;
    padding: .5em 1em;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size18);
}
/* == == == == == == == == == == == == == == == == == == 
 * inner/outer
 * == == == == == == == == == == == == == == == == == == */
.max_wFull {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_wFull::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
	z-index: -1;
}
.content_inner {
	position: relative;
	z-index: 0;
}
/* body:not(.home) #content.wide {
    padding-bottom: var(--clamp-100);
} */
 /* == == == == == == == == == == == == == == == == == == 
 *  テキスト調整/text 
 *  == == == == == == == == == == == == == == == == == == */
.post p, .post h2, .post h3, .post h4, .post h5, h1.title {
	color: var(--color-font);
}
.post p, #footer p  {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1em;
	font-weight: 500;
}
.post h2, #footer h2 {
    font-size: var(--font-size28);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h3, #footer h3 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h4, #footer h4 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h5, #footer h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
p.lead {
    font-size: var(--font-size28);
    line-height: 1.5;
}
span.bold {
	font-weight: bold;
}
span.ja {
	font-family: var(--font-family01);
}
span.en {
	font-family: var(--font-family02);
}
span.color {
    color: var(--color-primary-shade);
}
span.px12 {font-size: var(--font-size12);}
span.px14 {font-size: var(--font-size14);}
span.px16 {font-size: var(--font-size16);}
span.px18 {font-size: var(--font-size18);}
span.px20 {font-size: var(--font-size20);}
span.px22 {font-size: var(--font-size22);}
span.px26 {font-size: var(--font-size26);}
span.px28 {font-size: var(--font-size28);}
span.px32 {font-size: var(--font-size32);}
span.px35 {font-size: var(--font-size35);}
span.px38 {font-size: var(--font-size38);}
span.px42 {font-size: var(--font-size42);}
span.px50 {font-size: var(--font-size50);}
span.px60 {font-size: var(--font-size60);}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
 /* == == == == == == == == == == == == == == == == == == 
 *  レイアウト/あしらい調整
 *  == == == == == == == == == == == == == == == == == == */
.shadow {box-shadow: 0 4px 4px #00000026;}
.content-item+.content-item {padding-top: var(--clamp-80);}
.img-area img {width: 100%;}
 /* == == == == == == == == == == == == == == == == == == 
 *  grid
 *  == == == == == == == == == == == == == == == == == == */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-template-rows: auto;
    gap: 20px;
}
.grid-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
	border: 1px solid #DCDDDD;
	border-radius: 5px;
	background: #FFF;
}
.grid-item img {
    width: 100%;
}
.gCol-3 {
	grid-template-columns: repeat(3, 1fr)!important;
}
.gCol-2 {
	grid-template-columns: repeat(2, 1fr)!important;
}
@media print, screen and (max-width: 768px){
	.gCol-2, .gCol-3 {
		grid-template-columns: repeat(1, 1fr)!important;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 *  flex / card
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
 * flex 
 * == == == == == == == == */
.col-2{width: calc(50% - 20px);}
.col-3{width: calc(100% / 3);}
.col-4{width: calc(100% / 4);}
.col-5{width: calc(100% / 5);}
.w25 {width: 25%;}
.w35 {width: 35%;}
.w45 {width: 45%;}
.w65 {width: 65%;}
.w75 {width: 75%;}
.jc_between {justify-content: space-between;}
.jc_around {justify-content: space-around;}
.jc_evenly {justify-content: space-evenly;}
.ai_center {align-items: center;}
.txt-inner {
    max-width: 528px;
	width: 94%;
}
@media print, screen and (min-width: 769px) {
	.ml-auto {margin-left: auto;}
	.mr-auto {margin-right: auto;}
}
@media print, screen and (max-width: 768px) {
    .col-2, .col-3, .col-4, .col-5 {
        width: 100%;
        margin-bottom: 20px;
    } 
    .w25, .w35, .w45, .w55, .w65, .w75 {
        width: 100%;
		margin-bottom: 20px;
    }
	.flex_1 {
		margin-bottom: 40px;
	}
	.txt-inner {
		margin: 0 auto;
        max-width: 100%;
	}
}
/* == == == == == == == ==
 * card
 * == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
}
.wrap {
    flex-wrap: wrap;
}
.nowrap {
    flex-wrap: nowrap;
}
.card:has(.col-2) {gap: 44.5px;}
.card:has(.col-3) {gap: 20px;}
.card:has(.col-4) {gap: 11.2px;}
.card:has(.col-5) {gap: 10.5px;}
.card .col-2 {width: calc(50% - 24px);}
.card .col-3 {
	width: calc((100% / 3) - 15px);
    background: #FFF;
    overflow: hidden;
    border: 1px solid #DCDDDD;
}
.card .txt-area {
    padding: 7% 5%;
}
.card h3 {
    font-size: var(--font-size22);
    text-align: center;
}
.card p {
    font-size: var(--font-size16);
    line-height: 1.8;
}
.card .col-4 {width: calc((100% / 4) - 10px);}
.card .col-5 {width: calc((100% / 5) - 10px);}
.card p:last-child {margin: 0;}
@media print, screen and (max-width: 1023px) {
	.card .col-5 {width: calc((100% / 4) - 10px);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .card {flex-direction: column;}
    .card .col-2, .card .col-3, .card .col-4, .col-2, .col-3, .col-4 {
        width: 100%;
        gap: 15px;
        margin-bottom: 20px;
    }
	.card .col-5, .col-5 {
	    width: calc((100% / 2) - 5px);
        gap: 15px 10px;
		margin-bottom: 20px;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * テーブル、マップ調整/table,map
 * == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1em;
    vertical-align: middle;
    font-size: var(--body-font-size);
	background: transparent;
}
/* .post table tr:first-child th {
	border-top: 2px solid var(--color-primary);
}
.post table tr:first-child td {
	border-top: 2px solid #CCC;
} */
.post table th {
	border-bottom: 2px solid #DDD;
	font-weight: bold;
	color: var(--color-font);
}
.post table td {
	border-bottom: 2px solid #DDD;
	font-weight: 500;
}
.page-content table th {
	border-bottom: 3px solid var(--color-primary);
}
.page-content table td {
	border-bottom: 3px solid #D6D6D6;
}
.page-content table tr:first-child td {
	border-top: 3px solid #D6D6D6;
}
.page-content table tr:first-child th {
	border-top: 3px solid var(--color-primary);
}
.page-content table tr:nth-child(2) th {
	border-color: #CB4744;
}
.page-content table tr:nth-child(3) th {
	border-color: #E0D339;
}
.page-content table tr:nth-child(4) th {
	border-color: #4DA453;
}
.page-content table tr:nth-child(5) th {
	border-color: #244384;
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
		font-size: var(--font-size16);
    }
	.post table tr:first-child th, .post table tr:first-child td {
		border-top: 0;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * ボタン調整/btn
 * == == == == == == == == == == == == == == == == == == */
.btn-content {
    margin-top: var(--clamp-40);
}
.linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    transition: .5s;
    color: #FFF;
    background: linear-gradient(90deg, #244384 0%, #4DA453 25%, #FFF262 50%, #CF5D38 75%, #CB4744 100%);
    font-size: var(--font-size18);
    font-weight: bold;
    line-height: 1.5;
    padding: 1em 2em;
    width: 90%;
    max-width: 250px;
    text-align: center;
    border-radius: 0;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-5px);
	box-shadow: 0 4px 6px #00000020;
    opacity: .7;
    background: linear-gradient(90deg, #244384 0%, #4DA453 25%, #FFF262 50%, #CF5D38 75%, #CB4744 100%);
}
.linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
    font-family: 'FontAwesome';
    display: block;
    content: '\f054';
    position: absolute;
    color: var(--color-primary);
    top: 50%;
    right: 1em;
    width: auto;
    height: auto;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    background: #FFF;
    line-height: 1;
    padding: .2em .4em;
    border-radius: 50vw;
}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == == == == == == == == == == == == 
 * トップ、下層調整/ .top-content, .page-content
 * == == == == == == == == == == == == == == == == == == */
.top-content, .page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.top-content::before, .page-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
	z-index: -1;
}
.top-content {
	padding-top: var(--clamp-100);
	padding-bottom: var(--clamp-100);
	background: #FFF;
}
.top-content h2 {
    text-align: left;
    padding-left: .5em;
    font-size: var(--font-size35);
	line-height: 1.2;
}
.top-content h2 .en {
    background: linear-gradient(115deg, #244384 0%, #4DA453 20%, #FFF262 50%, #CF5D38 70%, #CB4744 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: var(--font-size20);
    display: inline-block;
    margin-top: .5em;
}
.top-content h2 .ja {
    position: relative;
}
.top-content h2 .ja::before {
    content: '';
    position: absolute;
    width: .2em;
    height: 1em;
    top: .3em;
    left: -.5em;
    background: linear-gradient(180deg, #244384 0%, #244384 20%, #4DA453 20%, #4DA453 40%, #FFF262 40%, #FFF262 60%, #CF5D38 60%, #CF5D38 80%, #CB4744 80%, #CB4744 100%);
}
body.home {
    position: relative;
}
body.home::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/top_bg.jpg);
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.top-content h2 {
		font-size: var(--font-size28);
	}
}
/* == == == == == == == ==
 * .top-content__service
 * == == == == == == == == */
.top-content__service .flexbox {
    align-items: center;
}

.top-content__service .txt-area .txt-inner {
    max-width: 705px;
}
 @media print, screen and (min-width: 769px) {
	 .top-content__service .col-2 {
		 width: calc(50% - 22px);
	 }
}
 @media print, screen and (max-width: 768px) {
 }
/* == == == == == == == ==
 * .top-content__point
 * == == == == == == == == */
.top-content__point {
	padding-top: 0;
}
.top-content__point .col-3 {
    border-right: 1px solid #CCCCCC;
    background: transparent;
}
.top-content__point .col-3:last-child {
	border-right: 0;
}
.top-content__point .card {
    flex-wrap: wrap;
    gap: 0;
    overflow: hidden;
    counter-reset: number 0;
}
.top-content__point .txt-area {
    padding: 2% 2% 5% 2%;
	text-align: center;
}
.top-content__point h3 {
    margin: 0;
    padding: 1em 0;
    position: relative;
}
.top-content__point h3::before {
    counter-increment: number 1;
    content: '0' counter(number);
    font-family: var(--font-family02);
    color: var(--color-primary);
    font-size: 2.95em;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    transform: translate(-50%, -50%);
    z-index: -1;
	letter-spacing: 1px;
}
.col-3:nth-child(1) h3::before {
    color: #EAB051;
}
.col-3:nth-child(2) h3::before {
    color: #F4CE59;
}
@media print, screen and (min-width: 769px) {
	.top-content__point .card {
		border-radius: 40px;
		border: 1px solid #CCCCCC;
	}
	.top-content__point .col-3 {
	    width: calc(100% / 3);
		border-top: 0;
		border-bottom: 0;
		border-left: 0;
	}
}
@media print, screen and (max-width: 768px) {
	.top-content__point .col-3 {
	    border-radius: 10px;
	}
}
/* == == == == == == == ==
 * .top-content__img
 * == == == == == == == == */
.top-content__img {
	background: transparent;
	padding: 0;
	height: 380px;
}
 @media print, screen and (min-width: 769px) {}
 @media print, screen and (max-width: 768px) {
 }
/* == == == == == == == ==
 * .top-content__menu
 * == == == == == == == == */
.top-content__menu {
    padding-top: 30px;
    padding-bottom: 0;
}
.top-content__menu h2, .top-content__menu p {
    color: #FFF;
}
.top-content__menu h2 .en {
    background: transparent;
    color: #FFF;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.top-content__menu .col-2 {
    position: relative;
    width: 50%;
}
.top-content__menu .img-area {
    position: relative;
}
.top-content__menu img {
    height: 100%;
    object-fit: cover;
    min-height: 320px;
}
.top-content__menu .img-area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #080808;
    opacity: .64;
    z-index: 0;
}

.top-content__menu .txt-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 min(10%, 85px);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.top-content__menu .col-2 {
		width: 100%;
		margin-bottom: 0;
	}
}

/* == == == == == == == ==
 * .top-content__information
 * == == == == == == == == */
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .page-content
 * == == == == == == == == */
.page-content h2 {
	text-align: left;
	padding-bottom: .5em;
}
.page-content h2::before {
	position: absolute;
	content: '';
	width: 100%;
	height: .4em;
    background: linear-gradient(180deg, #244384 0%, #244384 20%, #4DA453 20%, #4DA453 40%, #FFF262 40%, #FFF262 60%, #CF5D38 60%, #CF5D38 80%, #CB4744 80%, #CB4744 100%);
	left: 0;
	bottom: 0;
}
/* == == == == == == == ==
 * .page-content__service
 * == == == == == == == == */
.page-content__service .card .txt-area {
	padding: 3%;
	text-align: center;
}
ul.service-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: var(--clamp-60);
}
ul.service-list li {
    width: calc(50% - 22px);
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 3px 10px #0000001A;
    padding: min(2%, 15px);
    margin-top: var(--clamp-40);
}
ul.service-list h3 {
    font-size: var(--font-size20);
    padding-left: 2em;
    margin-bottom: .5em;
    position: relative;
}
ul.service-list p:last-child {
    margin-bottom: 0;
}
ul.service-list h3::before {
    content: '';
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}
ul.service-list .service01 h3::before {
    background-image: url(/wp-content/uploads/icon_bike.png);
}
ul.service-list .service02 h3::before {
    background-image: url(/wp-content/uploads/icon_line-up.png);
}
ul.service-list .service03 h3::before {
    background-image: url(/wp-content/uploads/icon_speed.png);
}
ul.service-list .service04 h3::before {
    background-image: url(/wp-content/uploads/icon_maintenance.png);
}
ul.service-list .service05 h3::before {
    background-image: url(/wp-content/uploads/icon_support.png);
}
ul.service-list .service06 h3::before {
    background-image: url(/wp-content/uploads/icon_exchange.png);
}
 @media print, screen and (min-width: 769px) {}
 @media print, screen and (max-width: 768px) {
	 .page-content__service .col-3 {
		 max-width: 350px;
		 margin-inline: auto;
		 margin-bottom: 0;
	 }
}

 /* == == == == == == == ==
 * .page-content__flow
 * == == == == == == == == */
.page-content__flow {
    padding-top: var(--clamp-120);
}
ul.flow-list {
    counter-reset: number 0;
}
ul.flow-list h3 {
	color: var(--color-primary);
}
ul.flow-list li {
    display: flex;
    padding-bottom: 20px;
    position: relative;
}
ul.flow-list li::after {
    position: absolute;
    content: '';
    border-top: 20px solid var(--color-primary);
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
ul.flow-list li:last-child::after {
	display: none;
}
ul.flow-list .num {
    width: 13%;
	min-width: 50px;
    background: var(--color-primary);
    border-radius: 5px 0 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: var(--font-size18);
    font-family: var(--font-family02);
    color: #FFF;
    line-height: 1.2;
}
ul.flow-list .txt {
    width: 87%;
    background: #FAFAFA;
    border-radius: 0 5px 5px 0;
    padding: min(3%, 28px) min(5%, 54px);
}
ul.flow-list .num::after {
    content: '0' counter(number);
    counter-increment: number 1;
    font-size: 2em;
    letter-spacing: 2px;
}
ul.flow-list li:nth-child(1) .num {
	background: #CB4744;
}
ul.flow-list li:nth-child(2) .num {
	background: #CF5D37;
}
ul.flow-list li:nth-child(3) .num {
	background: #E0D239;
}
ul.flow-list li:nth-child(4) .num {
	background: #4DA453;
}
ul.flow-list li:nth-child(5) .num {
	background: #244384;
}
 @media print, screen and (min-width: 769px) {}
 @media print, screen and (max-width: 768px) {
	 ul.service-list li {width: 100%;}
}

/* == == == == == == == ==
 * .page-content__company
 * == == == == == == == == */

@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}

/* == == == == == == == == == == == == == == == == == == 
 * サイトマップ
 * == == == == == == == == == == == == == == == == == == */
#sitemap_list .en {
    display: none;
}
/* == == == == == == == == == == == == == == == == == == 
 * コンタクトフォーム
 * == == == == == == == == == == == == == == == == == == */
.wpcf7-form .must {
    border-radius: 5px;
}

.wpcf7-form .linkBtn {
    padding: 0;
    background: var(--color-primary);
    max-width: 550px;
    border-radius: 10px;
}
.wpcf7-form .linkBtn:hover {
	opacity: 1;
	background: #FFF;
	outline: 1px solid var(--color-primary);
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
    color: var(--color-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
    padding: 1em 2em;
}

/* == == == == == == == == == == == == == == == == == == 
 * その他の調整 / other
 * == == == == == == == == == == == == == == == == == == */

@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {

}
