@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=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Yuji+Mai&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFFFFF;
    --color-font: #333;
    --color-primary: #09ABE4;
    --color-primary-shade: #F5FCFF;
    --color-primary-tint: #06B5EC;
    --color-grad: linear-gradient(-45deg, #3B65CC, #00B2E6);
    --color-secondary: #F73737;
    --color-secondary-tint: #DDD;
    --color-table-border: #C7C7C7;
	--body-font-size: clamp(14px, .94vw, 16px);
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
    --header-color-font: #333;
    --header-color-primary: #09ABE4;
    --header-color-primary-shade: #F5FCFF;
    --header-color-primary-tint: #06B5EC;
	/*------▼フッター設定▼------*/
	--footer-background: linear-gradient(-45deg, #09ABE4, #3588CF);
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Open Sans', serif;
    --font-family03: 'Yuji Mai', serif;
    --font-style01: normal;
    --font-style02: italic;
	/*------▼フォントサイズ設定▼------*/
    /* ---- ベース ---- */
    --font-size12: clamp(10px, .63vw, 12px);
    --font-size14: clamp(12px, .73vw, 14px);
    --font-size16: clamp(14px, .84vw, 16px);
	--font-size18: clamp(14px, .94vw, 18px);
    --font-size20: clamp(18px, 1.1vw, 20px);
    --font-size22: clamp(18px, 1.15vw, 22px);
    --font-size24: clamp(18px, 1.25vw, 24px);
    --font-size26: clamp(20px, 1.36vw, 26px);
    --font-size28: clamp(20px, 1.6vw, 28px);
    --font-size30: clamp(22px, 1.7vw, 30px);
    --font-size32: clamp(22px, 1.7vw, 32px);
    --font-size34: clamp(24px, 1.85vw, 34px);
    --font-size36: clamp(24px, 1.85vw, 36px);
    --font-size38: clamp(26px, 2vw, 38px);
    --font-size40: clamp(26px, 2.1vw, 40px);
    --font-size42: clamp(26px, 2.3vw, 42px);
	--font-size46: clamp(26px, 2.4vw, 46px);
    --font-size50: clamp(26px, 2.61vw, 50px);
    --font-size52: clamp(26px, 2.71vw, 52px);
    --font-size60: clamp(30px, 3.13vw, 60px);
    /* ---- 追加 ---- */
	--font-size35: clamp(24px, 1.85vw, 35px);
	/*------▼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-shade);
    color: var(--color-primary);
}
/* == == == == == == == == == == == == == == == == == == 
 * 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;
}
.max_w600 {
    width: 600px;
}
.content_inner {
	position: relative;
	z-index: 0; 
}
 /* == == == == == == == == == == == == == == == == == == 
 *  テキスト/text 
 *  == == == == == == == == == == == == == == == == == == */
.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;
}
/* ==== post ~ ===== */
.post p, .post h3, .post h4, .post h5, h1.title {
	color: var(--color-font);
}
.post h1, .post h2 {
    color: var(--color-primary);
}
.post p, #footer p {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1.5em;
	font-weight: 400;
    letter-spacing: .5px;
}
.post h2, #footer h2 {
    font-size: var(--font-size28);
    line-height: 1.5;
    margin-bottom: .8em;
	font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: .3em;
}
.post h3, #footer h3 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: .7em;
    padding-bottom: .3em;
	font-weight: bold;
}
.post h4, #footer h4 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: .5em;
	font-weight: bold;
}
.post h5, #footer h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: .5em;
	font-weight: bold;
}
.post p.lead, p.lead {
    font-family: var(--font-family01);
    line-height: 1.75;
    margin-bottom: .6em;
}
.post p.name, p.name {
    font-size: var(--font-size22);
    font-weight: 400; 
    font-family: var(--font-family03);
    text-align: right;
}
.post p.name span, p.name span {
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: 400;
    margin-right: 1.2em;
}
/* ==== text / ユーティリティ ===== */
.mid {font-weight: 500!important;}
.bold {font-weight: bold!important;}
.ja {font-family: var(--font-family01);}
.en {font-family: var(--font-family02);}
.color-font {color: var(--color-font);}
.color-primary {color: var(--color-primary);}
.color-tint {color: var(--color-primary-tint);}
.color-shade {color: var(--color-primary-shade);}
.color-white {color: #FFF;}
.px12 {font-size: var(--font-size12)!important;}
.px14 {font-size: var(--font-size14)!important;}
.px16 {font-size: var(--font-size16)!important;}
.px18 {font-size: var(--font-size18)!important;}
.px20 {font-size: var(--font-size20)!important;}
.px22 {font-size: var(--font-size22)!important;}
.px24 {font-size: var(--font-size24)!important;}
.px26 {font-size: var(--font-size26)!important;}
.px28 {font-size: var(--font-size28)!important;}
.px30 {font-size: var(--font-size30)!important;}
.px32 {font-size: var(--font-size32)!important;}
.px34 {font-size: var(--font-size34)!important;}
.px36 {font-size: var(--font-size36)!important;}
.px38 {font-size: var(--font-size38)!important;}
.px40 {font-size: var(--font-size40)!important;}
.px46 {font-size: var(--font-size46)!important;}
.px50 {font-size: var(--font-size50)!important;}
.px52 {font-size: var(--font-size52)!important;}
.px60 {font-size: var(--font-size60)!important;}
.txt-underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.txt-marker {background: linear-gradient(0, #09aae456 25%, transparent 25%);}
.txt-bg-grad {
    display: inline-block;
    background: var(--color-grad)!important;
    color: #FFF;
    padding: 0 .5em!important;
    margin-bottom: .3em;
}
/* ===== text / 追加ユーティリティ ===== */
.post .top-h2-ttl, .top-h2-ttl {
    position: relative;
    line-height: 1.2;
}
.post .top-h2-ttl.left, .top-h2-ttl.left {
    text-align: left;
}
.post .top-h2-ttl.center, .top-h2-ttl.center {
    text-align: center;
}
.post .top-h2-ttl::before, .top-h2-ttl::before {
    position: absolute;
    content: '';
    width: var(--clamp-50);
    height: 3px;
    background: var(--color-primary);
    bottom: 0;
}
.post .top-h2-ttl.left::before, .top-h2-ttl.left::before {
    left: 0;
}
.post .top-h2-ttl.center::before, .top-h2-ttl.center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.post .top-h2-ttl .en, .top-h2-ttl .en {
    display: block;
    font-size: var(--font-size60);
}
.post .top-h2-ttl .ja, .top-h2-ttl .ja {
    display: block;
    font-size: var(--font-size18);
}
.post .page-h2-ttl .en, .page-h2-ttl .en {
    display: block;
    font-size: var(--font-size40);
}
.post .page-h2-ttl .ja, .page-h2-ttl .ja {
    display: block;
    font-size: var(--font-size16);
    color: var(--color-font);
}
.post .page-h3-ttl, .page-h3-ttl {
    background: var(--color-primary-shade);
    padding: .5em 1.1em;
    text-align: left;
    border-left: .5em solid var(--color-primary);
}
.post .card-ttl, .card-ttl {
    text-align: center;
    font-size: var(--font-size20);
    font-weight: 500;
}
.post .card-ttl .en, .card-ttl .en {
    display: block;
    font-size: var(--font-size12);
    font-family: var(--font-family02);
    font-weight: bold;
    color: var(--color-primary);
}
.font-fa01 {
    font-family: var(--font-family01);
}
.font-fa02 {
    font-family: var(--font-family02);
}
.font-fa03 {
    font-family: var(--font-family03);
}
span.bubble {
    position: relative;
    display: inline-block;
    padding: 0 .8em;
    font-size: var(--font-size18);
    font-weight: bold;
}
.bubble::before, .bubble::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 1.2em;
    background: var(--color-font);
    bottom: .3em;
}
.bubble::before {
    left: 0;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.bubble::after {
    right: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
 *  レイアウト/あしらい
 *  == == == == == == == == == == == == == == == == == == */
.content {
    position: relative;
}
.gap {
    gap: 4%;
}
.box-shadow {
    box-shadow: 0 3px 20px #00000009;
}
.border {
    border: 1px solid #E5E5E5;
}
.border-bottom {
    border-bottom: 1px solid !important;
}
.border-left {
    border-left: .2em solid #808080 !important;
    padding-left: .4em !important;
}
.border-radius {
    border-radius: 100px 100px 0 0;
    overflow: hidden;
}
.dis-block {
    display: block;
    position: relative;
}
.dis-inline-block {
    display: inline-block;
    position: relative;
}
.dis-flex {
    display: flex;
    position: relative;
}
.bg-white {background: #FFF;}
.bg-gray {background: #F7F7F7;}
.bg-primary{background: var(--color-primary);}
.bg-tint {background: var(--color-primary-tint);}
.bg-shade {background: var(--color-primary-shade);}
.content-item {
    padding-top: var(--clamp-50);
    padding-bottom: var(--clamp-50);
}
.content-radius {
    background: #FFF;
    padding: min(5%, 40px) min(3%, 20px);
    border-radius: 20px;
    box-shadow: 0 3px 20px #00000014;
}
.arrow-down {
    display: inline-block;
    border-top: 20px solid var(--color-primary);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sticky_space {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}
.txt-area {
    position: relative;
}
.img-area img {
    width: 100%;
}
.parallax-img {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -10;
}
.parallax-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.parallax-content {
	width: 100%;
	height: 100%;
}
@media print, screen and (max-width: 768px) {
	.sp_center {
		text-align: center;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * ヘッダー調整/header
 * == == == == == == == == == == == == == == == == == == */
 #header {
	position: relative;
}
@media print, screen and (min-width: 1024px) {
/* == == == == == == == ==
 * ヘッダー下部
 * == == == == == == == == */
    #header {
        height: 100px;
		background: var(--header-background);
    }
	body.home #header {
		position: absolute;
		background: transparent;
	}
	#header-layout {
		margin-top: 20px;
		height: 80px;
		width: 94%;
		border-radius: 10px;
		background: var(--header-background);
		box-shadow: 0 3px 20px #00000026;
	}
	#header .logo {
		padding: min(calc(10px + (1vw - 19.2px) * 0.5580), 10px) var(--px50);
	}
	#header .logo img {
		width: 100%;
		height: auto;
	}
/* == == == == == == == ==
 * スティッキーヘッダー
 * == == == == == == == == */
    .sticky-header #header-layout {
        height: 100px;
    }
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
	.sticky-header #header > .inner {
		background: transparent;
		box-shadow: unset;
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a {
		padding: var(--px20) 1.5vw;
	}
	nav#mainNav ul li a b {
		font-family: var(--font-family01);
        font-size: var(--font-size16);
		font-weight: bold;
		letter-spacing: 1px;
		color: var(--header-color-font);
		position: relative;
		padding-bottom: 5px;
	}
    nav#mainNav ul li a span {
        font-family: var(--font-family03);
        font-size: var(--font-size14);
		font-weight: 500;
		letter-spacing: 1px;
    }
	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);
	}
	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-font);
	}
	nav#mainNav ul li a b::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: var(--header-color-primary);
		left: 0;
		bottom: 0;
		transition: .5s ease;
		transform-origin: center;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	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 {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
/* == == == == == == == ==
 * ヘッダー下部__コンタクトボタン
 * == == == == == == == == */
	#header ul.header__contact {
		margin-right: var(--px50);
		margin-left: var(--px20);
	}
	#header ul.header__contact li {
		display: flex;
		align-items: center;
	}
    #header a.head_btn {
        font-size: var(--font-size16);
		font-weight: 500;
		flex-direction: row;
		background: var(--color-grad);
		outline: 1px solid;
		height: 45px;
		border-radius: 50vw;
		color: #FFF;
		padding: 0 2vw;
    }
	#header a.head_btn::before {
		margin-right: .5em;
		font-size: 1em;
		padding-top: .2em;
	}
	#header a.head_btn:hover {
		background: var(--color-grad);
		color: #FFF;
		opacity: .7;
	}
}
/* == == == == == == == ==
 * スマホ
 * == == == == == == == == */
.spmenu #menu p {
    width: 100%;
}
@media print, screen and (max-width: 1023px) {
    nav#mainNav ul li a:hover span, nav#mainNav ul li.current-menu-item a span {
        color: var(--header-color-primary);
    }
}
/* == == == == == == == == == == == == == == == == == == 
 * トップ記事投稿（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;
}
/* == == == == == == == == == == == == == == == == == == 
 *  リスト表示
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == == == == == == == == == == == == 
 * アイキャッチ/eyecatch
 * == == == == == == == == == == == == == == == == == == */
 header#h1Header h1.title {
    font-weight: bold;
    font-size: var(--font-size35);
    font-family: var(--font-family01);
}
#thumbImg::before, header#h1Header::before {
    opacity: .43;
	background: #3796B2;
}
/* == == == == == == == == == == == == == == == == == == 
 *  フッター調整/footer 
 * == == == == == == == == == == == == == == == == == == */
#footer {
	padding: 0;
	text-align: left;
	background:linear-gradient(-45deg, #4994D4, #21B3E7);
}

#footer .footer-content {
	padding-top: var(--clamp-60);
	padding-bottom: var(--clamp-80);
}
#footer .inner {
	padding-top: 10px;
}
#footer .txtBtn {
	color: #FFF; 
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
	background: transparent;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}
@media print, screen and (min-width: 769px) {	
	#footer .footer__logo:not(:last-child) {
		text-align: left;
	}
}
@media print, screen and (max-width: 768px) {
	#footer {
		text-align: center;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
#breadcrumb {
	background: #FFF;
}
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li {
    border-bottom: 1px dashed #CCC;
}
 .postlist li:first-child {
    border-top: 0;
}
.postlist .time {
    font-size: var(--font-size16);
    background: var(--color-primary);
    font-weight: 500;
    padding: .5em 1em;
    border-radius: 5px;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size18);
    font-weight: 500;
}
/* == == == == == == == == == == == == == == == == == == 
 *  flex / card
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
 * flex 
 * == == == == == == == == */
.col-1{ width: 100%;}
.col-2{width: calc(50% - 22px);}
.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%;}
.w55 {width: 55%;}
.w65 {width: 65%;}
.w75 {width: 75%;}
.w85 {width: 85%;}
.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-1, .col-2, .col-3, .col-4, .col-5 {
        width: 100%;
        margin-bottom: 20px;
    } 
    .w25, .w35, .w45, .w55, .w65, .w75, .w85 {
        width: 100%;
		margin-bottom: 20px;
    }
	.flex_1 {
		margin-bottom: 40px;
	}
    .txt-inner {
        max-width: 94%;
		width: 100%;
        margin: 0 auto;
    }
}
/* == == == == == == == ==
 * 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: 25px;}
.card:has(.col-4) {gap: 13px;}
.card:has(.col-5) {gap: 10.5px;}
.card .col-2 {
    width: calc(50% - 24px);
    background: #FFF;
}
.card .col-3 {
	width: calc((100% / 3) - 17px);
    overflow: hidden;
}
.card .img-area {
    position: relative;
}
.card .txt-area {
    padding: 3% min(3%, 8px);
}
.card .col-4 {width: calc((100% / 4) - 10px);}
.card .col-5 {width: calc((100% / 5) - 10px);}
.card p:last-child {margin: 0;}
/* ==== 追加 ==== */
.card .num {
    background: linear-gradient(-45deg, transparent 50%, var(--color-primary) 50%);
    display: flex;
    flex-direction: row;
    font-family: var(--font-family02);
    font-weight: bold;
    font-style: italic;
    font-size: var(--font-size30);
    color: #FFF;
    width: calc(var(--font-size30) * 3.3);
    height: calc(var(--font-size30) * 3.3);
    line-height: 1.5;
    padding: .3em;
    position: absolute;
    top: 0;
    left: 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:has(.col-3) {
        gap: 10px;
    }
    .card {flex-direction: row;}
    .card .col-2, .card .col-3 {
        width: 100%;
        margin-bottom: 0;
    }
	.card .col-4, .card .col-5 {
	    width: calc((100% / 2) - 10px);
        margin-bottom: 0;
	}
    .card .phone-img {
        margin: var(--clamp-20) auto;
    }
	.card .img-area img {
		aspect-ratio: 2/1;
		object-fit: cover;
		object-position: center;
	}
}
@media print, screen and (max-width: 500px) {
	.card .col-4, .card .col-5 {
	   width: 100%;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * テーブル、マップ調整/table,map
 * == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1em;
    font-size: var(--body-font-size);
    font-weight: 500;
	background: transparent;
	color: var(--color-font);
    border-bottom: 1px solid #DCDDDD;
    line-height: 1.8;
}
.post table th {
    font-weight: 500;
}
.post table td {
    font-weight: 400;
}
/* .page-content table th, .page-content table td {
    vertical-align: middle;
} */
.page-content table th {
    border-color: var(--color-primary);
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
		font-size: var(--font-size16);
        padding: 1em;
    }
}
/* ==== .page-content table ==== */
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
 * ボタン/btn
 * == == == == == == == == == == == == == == == == == == */
.btn-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 44px;
    position: relative;
    z-index: 10;
}
.btn-content a.linkBtn {
    margin: 0;
}
.linkBtn, .post .linkBtn, a.linkBtn {
    width: 90%;
    max-width: 220px;
    font-size: var(--font-size16);
    font-weight: 500;
    border-radius: 50vw;
    background-image: var(--color-grad);
    transition: .5s ease;
    padding: .7em;
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
    display: none;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    background-image: var(--color-grad);
    opacity: .7;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
/* .linkBtn::before, .post .linkBtn::before, a.linkBtn::before {
} */
.pageBtn, a.pageBtn {
    position: relative;
    display: inline-block;
    transition: .5s ease;
    line-height: 1.5;
    text-align: center;
    padding: 1em 2em;
    border-radius: 0;
    width: 90%;
    max-width: 350px;
    color: #FFF;
    background: var(--color-primary);
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: 500;
}
.pageBtn:hover, a.pageBtn:hover {
    opacity: .7;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.pageBtn::after, a.pageBtn::after {
    position: absolute;
    content: '';
    width: .5em;
    height: .5em;
    top: 45%;
    right: 1em;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: .3s ease;
}
.pageBtn:hover::after, a.pageBtn:hover::after {
    top: 55%;
}
a .txtBtn, .txtBtn {
    color: #777777;
    text-decoration: underline;
    font-size: var(--font-size14);
    font-family: var(--font-family02);
    font-weight: 600;
    transition: .3s ease;
}
a:hover .txtBtn, .txtBtn:hover {
    text-decoration: unset;
}
@media print, screen and (max-width: 768px) {

}
/* == == == == == == == == == == == == == == == == == == 
 *  ul ol / リスト
 *  == == == == == == == == == == == == == == == == == == */
 .list-check li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF;
    min-height: 80px;
    font-size: var(--font-size20);
    font-weight: 500;
    padding: .5em;
}
.list-check .icon-check {
    display: block;
    width: 20px;
    height: auto;
}
.list-check .icon-check img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.list-flow {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
}
.list-flow li {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-radius: 5px;
}
.list-flow .num {
    display: flex;
    background: var(--color-primary);
    color: #FFF;
    font-size: calc(var(--font-size32) + 1px);
    font-family: var(--font-family02);
    line-height: 1.2;
    font-weight: bold;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 13%;
    min-width: 50px;
    padding: .65em 0;
    border-radius: 5px 0 0 5px;
}
.list-flow .num span {
    font-size: var(--font-size16);
}
.list-flow .txt {
    width: 87%;
    background: var(--color-primary-shade);
    padding: min(5%, 20px) min(3%, 20px);
    border-radius: 0 5px 5px 0;
}
.list-flow .arrow-down {
    top: unset;
    bottom: -20px;
}   
@media print, screen and (max-width: 768px) {
}
@media print, screen and (max-width: 499px) {
}
/* == == == == == == == == == == == == == == == == == == 
 * トップ、下層調整/ .top-content, .page-content
 * == == == == == == == == == == == == == == == == == == */
.mv-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-bottom: var(--clamp-80);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
 * TOP / section
 * == == == == == == == == == == == == == == == == == == */
/* ==== news ==== */
.top-content#news {
    padding-top: var(--clamp-50);
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* ==== mission ==== */
.top-content#business {
    background-image: url(/wp-content/uploads/business-strength_bg.jpg);
    background-position: center;
    background-size: cover;
}
.top-content#business h2, .top-content#business p {
    color: #FFF;
}
.top-content#business .top-h2-ttl::before {
    background: #FFF;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
	.top-content#business {
		background-image: url(/wp-content/uploads/business-strength_spbg.jpg);
	}
}
/* ==== business ==== */
.top-content#business {
    padding-top: var(--clamp-80);
}
.top-content#business .list-check li {
    flex-direction: row;
    gap: 1em;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* ==== about ==== */
.top-content#about {
    padding: var(--clamp-50) 0;
    background: linear-gradient(180deg, transparent 48%, #F8F8F8 48%);
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* ==== recruit ==== */
.top-content#recruit {
    padding-top: var(--clamp-80);
}

@media print, screen and (min-width: 769px) {
    .top-content#recruit .btn-content {
        justify-content: flex-start;
    }   
}
@media print, screen and (max-width: 768px) {
}
/* ==== topic ==== */
.top-content#topic {
    padding-bottom: var(--clamp-50);
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
 * page / section
 * == == == == == == == == == == == == == == == == == == */
.page-content .page-bg {
     background-image: url(/wp-content/uploads/business-strength_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}
@media print, screen and (max-width: 768px) {
	.page-content .page-bg {
		background-image: url(/wp-content/uploads/business-strength_spbg.jpg);
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * サイトマップ
 * == == == == == == == == == == == == == == == == == == */
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
	font-family: var(--font-family01);
}
/* == == == == == == == == == == == == == == == == == == 
 * コンタクトフォーム
 * == == == == == == == == == == == == == == == == == == */
.wpcf7-form .must {
    border-radius: 5px;
}
.wpcf7-form .linkBtn {
    padding: 0;
	max-width: 550px;
	border-radius: 5px;
}
.wpcf7-form .linkBtn::after {
    display: block;
}
.wpcf7-form .linkBtn input[type="submit"] {
	font-weight: 500;
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
    color: #FFF;
}
.post .subimitarea .linkBtn input[type="submit"] {
    padding: 1em 2em;
}
/* == == == == == == == == == == == == == == == == == == 
 * その他の調整 / other
 * == == == == == == == == == == == == == == == == == == */
 

/* == #content.wide ==== */
#content, body:not(.home) #content.wide {
    padding-top: 0;
    padding-bottom: var(--clamp-80);
}
body.archive.category #content.wide,
body.single #content.wide,
body.page-contact #content.wide,
body.page-thanks #content.wide,
body.page-sitemap #content.wide,
body.page-privacy #content.wide {
    padding: var(--clamp-80) 0;
}
body.page-recruit #content.wide {
	padding-bottom: 0;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}




