@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=Oswald:wght@200..700&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
	--color-font: #333333;
	--color-primary: #F0683F;
	--color-primary-shade: #1E53A4;
	--color-primary-tint: #F08301;
    --color-secondary: #e4002b;
    --color-secondary-tint: #eee;
    --color-table-border: #ccc;
	--body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem); /* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1100px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
    --header-color-font: #333333;
    --header-color-primary: #F08301;
    --header-color-primary-shade: #F3BD7B;
    --header-color-primary-tint: #FAFAFA;
	/*------▼フッター設定▼------*/
	--footer-background: #F08301;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: "Shippori Mincho", serif;
	--font-family02: "Oswald", sans-serif;
	/*------▼フォントサイズ設定▼------*/
    --font-size-1: clamp(30px, 2.35vw, 45px);
    --font-size-2: clamp(22px, 1.46vw, 28px);
    --font-size-3: clamp(20px, 1.35vw, 22px);
    --font-size-4: clamp(18px, 1.05vw, 20px);
    --font-size-5: clamp(16px, 0.94vw, 18px);
    --font-size-p: 16px;
	/*------▼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-60: clamp(30px, 3.13vw, 60px);
    --clamp-80: clamp(40px, 4.17vw, 80px);
    --clamp-100: clamp(60px, 5.42vw, 100px);
    --clamp-120: clamp(60px, 6.25vw, 120px);
    --clamp-150: clamp(76px, 7.92vw, 150px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
}
/* == 非表示 =================================================== */
.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: 100px;
    }
/* ========================
スティッキーヘッダー
======================== */
    .sticky-header #header-layout {
        height: 100px;
    }
/* ========================
ヘッダー下部__グローバルナビ
======================== */
	nav#mainNav ul li a {
		padding-left: 1.5vw;
		padding-right: 1.5vw;
	}
	nav#mainNav ul li a b {
		font-size: 0.78vw;/* 文字サイズ（上部）の設定 */
		font-weight: bold;
	}
	nav#mainNav ul li a span {
		font-size: .625vw;/* 文字サイズ（下部）の設定 */
		font-family: var(--font-family01);
		font-weight: bold;
	}
	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-primary);/* アクション時の文字色（下部）の設定 */
	}
	/*------ヘッダー下部__コンタクトボタン
--------------------------------------------*/
    #header a.head_btn {
        font-size: 0.89vw;
		font-weight: bold;
	    padding-left: 1.5vw;
		padding-right: 1.5vw;
    }
	#header a.head_btn:hover, #header a.head_btn.tel_btn:hover {
		background: var(--header-color-primary-shade);
	}
	#header a.head_btn span.num {
		position: relative;
		font-size: 1.765em;
	}
	#header a.head_btn:hover span.num, #header a.head_btn:hover span.note {
		color: #FFF;
	}
	#header a.head_btn span.num::before {
		position: absolute;
        font-family: 'FontAwesome';
		content: '\f3cd';
		left: -1em;
		top: 50%;
		transform: translateY(-50%);
	}
	#header a.head_btn.tel_btn {
		position: relative;
		align-items: baseline;
		padding-left: 3vw;
		padding-right: 1.5vw;
		background: var(--header-color-primary-tint);
		color: var(--header-color-primary);
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn span.note {
		font-size: .589em;
		font-weight: 500;
		color: var(--color-font);
		letter-spacing: 1px;
	}
	#header a.head_btn span.note b {
		font-weight: bold;
		font-family: var(--font-family02);
	}

}
/* == トップ記事投稿（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-bottom: 0;
}
#footer .inner {
    max-width: 100%;
    width: 100%;
    padding: 15px 0 10px;
    background: #FFF;
}
#footer ul li a, #footer ul li a:hover {
	color: #777777;
}
#footer .footer__logo:not(:last-child) {
    text-align: left;
}
#footer p {
    font-size: var(--rem18);
    line-height: 1.77;
    margin-bottom: 1em;
    font-weight: 500;
}
#footer .footer__content {
    padding-top: var(--rem30);
    padding-bottom: var(
    --rem60);
}
#footer .flexbox {
    align-items: center;
}
#footer a.btn {
    background: #FFF;
    color: var(--color-primary-tint);
    padding: 1em 3.5em;
}
#footer a.btn::after {
    background: var(--color-primary-tint);
}
#footer a.btn::before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 1em;
    font-weight: 400;
    content: '\f0e0';
    line-height: 1;
    left: 2em;
    top: 50%;
    transform: translateY(-50%);
}
#footer a.btn:hover::after {
	background: #FFF;
}
#footer a.btn:hover {
	color: #FFF;
	background: var(--color-primary-tint);
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	background: #333;
}
#copyright {
	color: #777777;
	font-size: var(--rem12);
	letter-spacing: .1rem;
	padding: 0 0 10px;
	margin: 0;
	background: #FFF;
}
@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
}
/* == アイキャッチ/eyecatch =================================================== */
header#h1Header h1.title {
    font-size: var(--font-size-1);
	font-family: var(--body-font-family);
	font-weight: bold;
}
#thumbImg::before, header#h1Header::before {
    opacity: .6;
	background: #F08301;
}
body.category-project header#h1Header h1.title span::before {
    content: 'M&A';
}

/* == postlist =================================================== */
.postlist li {
	border-bottom: 1px dotted #CCC;
}
.postlist li:first-child {
	border-top: 0;
}
/* == 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_w1560 {
    max-width: 1560px;
}
/* == テキスト調整/text =================================================== */
 
.post p, .post h2, .post h3, .post h4, .post h5, h1.title {
	color: var(--color-font);
}
.post p {
    font-size: var(--rem18);
    line-height: 2;
    margin-bottom: 1em;
	font-weight: 500;
}
.post p.lead-txt {
    font-size: calc(var(--rem24) + 2px);
    font-weight: bold;
}
.post h2, h1.title {
    font-size: calc(var(--rem30) + 2px);
    line-height: 1.5;
    margin-bottom: 1em;
    font-weight: bold;
}
.post h3 {
    font-size: var(--font-size-3);
	font-family: var(--body-font-falimy);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h4 {
    font-size: var(--font-size-4);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: 500;
}
.post h5 {
    font-size: var(--font-size-5);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: 400;
}

.post h2 span.en, h1.title span.en {
    font-size: var(--rem18);
	padding-left: 1em;
	position: relative;
}
.post h2 span.en::before {
	content: '';
	position: absolute;
	width: .5em;
	height: .5em;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: var(--color-primary);
}
span.tags {
    font-family: var(--body-font-family);
    color: #FFF;
    background: var(--color-primary-tint)!important;
    font-size: var(--rem16);
    padding: .2em 1em!important;
    border-radius: 5px;
}
span.tags::before {
    counter-increment: number 1;
    content: 'Point.0' counter(number);
    margin-bottom: 0.5em;
    display: inline-block;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == レイアウト調整 =================================================== */
.gap_1 {
    gap: 1%;
}
.flex_1 {
    flex: 1;
}
.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;
}
.align_center {
	align-items: center;
}
.shadow {
    box-shadow: 0 4px 4px #00000026;
}
.content-item+.content-item { 
    padding-top: var(--clamp-150);
}
.img-item img {
    width: 100%;
}
.col-2 {
    width: calc(100% / 2);
}
.col-3 {
    width: calc(100% / 3);
}
.col-3 h3 {
    font-size: var(--rem18);
    font-weight: bold;
	font-family: var(--body-font-family);
    margin: 0;
    text-align: center;
    padding: .5em;
}
@media print, screen and (min-width: 769px) {
	.ml-auto {
		margin-left: auto;
	}
	.mr-auto {
		margin-right: auto;
	}
}
@media print, screen and (max-width: 768px) {
    .w25, .w35, .w45, .w55, .w65, .w75 {
        width: 100%;
		margin-bottom: 20px;
    }
	.flex_1 {
		margin-bottom: 40px;
	}
	.col-3 {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 30px;
	}
}
/* == grid_container =================================================== */
.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-container =================================================== */
.flex-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
.flex-container.wrap {
    flex-wrap: wrap;
}
.flex-container.nowrap {
    flex-wrap: nowrap;
}
.flex-container:has(.flex-container__col-3) {
    align-items: normal;
}
.flex-container__col-2 {
    width: calc(50% - 25px);
}
.flex-container__col-3 {
    width: calc(33.3333333333% - 25px);
}
.flex-container__img img {
    width: 100%;
}
.flex-container__text {
    width: 90%;
}
@media print, screen and (min-width: 769px) {
    .flex-container__text {
        max-width: 500px;
    }
    .flex-container.rev {
        flex-direction: row-reverse;
    }
}
@media print, screen and (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .flex-container__col-2, .flex-container__col-3 {
        width: 100%;
    }
    .flex-container__text {
        margin: 0 auto;
    }
}
/* == テーブル、マップ調整/table,map =================================================== */
.post table, .post table td, .post table th {
    border: 1px solid #CECECE;
}

.post table td, .post table th {
    font-size: var(--rem18);
    font-weight: 500;
    padding: 1em 2em;
    vertical-align: middle;
}

.post table th {
    background: var(--color-primary-tint);
    color: #FFF;
}
.wpcf7 table, .wpcf7 table td, .wpcf7 table th {
    border: 0;
}
.wpcf7  table td, .wpcf7 table th {
    border-bottom: 1px solid #DCDDDD;
    background: transparent;
    color: #333;
}
.wpcf7-form .must {
    background: var(--color-primary-tint);
    border-radius: 5px;
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
    }
}
/* == ボタン調整/btn =================================================== */
a.btn, .linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    transition: .5s ease!important;
    color: #FFF;
    background: var(--color-primary-tint);
    font-size: var(--rem18);
    font-family: var(--font-family02);
    font-weight: bold;
    line-height: 1.5;
    padding: 1em;
    width: 90%;
    max-width: 250px;
    text-align: center;
    border-radius: 0;
}
a.btn:hover, .linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-5px);
	box-shadow: 0 4px 6px #00000020;
	background: #FFF;
	color:var(--color-primary-tint);
	outline: 1px solid;
}
a.btn::after, .linkBtn::after, .post .linkBtn::after, a.linkBtn::after  {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1em;
	height: 1px;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
	background: #FFF;
	transition: .3s!important; 
}
a.btn:hover::after, .linkBtn:hover::after, .post .linkBtn:hover::after, a.linkBtn:hover::after  {
	background: var(--color-primary);
}
a.btn_wide {
    display: inline-block;
    font-size: calc(var(--rem24) + 2px);
    font-family: var(--font-family01);
    font-weight: bold;
    color: #FFF;
    background: var(--color-primary-tint);
    width: 100%;
    padding: 1.6em 4em;
    text-align: center;
    transition: .5s ease!important;
	line-height: 1;
	outline: 1px solid;
}
a.btn_wide:hover {
    transform: translateY(-5px);
	box-shadow: 0 4px 6px #00000020;
	background: #FFF;
	color:var(--color-primary-tint);
	outline: 1px solid;
}
a.btn_wide::before {
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
}
a.btn_wide:hover::before {
	color:var(--color-primary-tint);
}
.btn_container {
    display: flex;
}
.wpcf7 .linkBtn {
    padding: 0;
}
.wpcf7 .linkBtn:hover input[type="submit"] {
    color: var(--color-primary);
}
.arrow_icon {
    position: relative;
}
.arrow_icon::before {
    content: '→';
    position: absolute;
    border: 1px solid;
    border-radius: 50vw;
	font-family: var(--body-font-family);
    font-size: calc(var(--rem30) + 2px);
    font-weight: 500;
    line-height: 1;
    padding: .55em;
    color: #FFF;
    transition: .3s ease!important;
}
.arrow_icon:hover::before, a:hover .arrow_icon::before {
    padding: .55em .2em .55em .9em;
}
@media print, screen and (max-width: 768px) {}
/* == トップ、下層調整/top,page =================================================== */
.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;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* ========================
トップ調整/top
======================== */
.top__content {
    padding: var(--clamp-60) 0 var(--clamp-30);
}
.top__feature h2, .top__others h2, .top__project-info h2 {
    text-align: left;
}
.top__others {
	margin-top: var(--clamp-60);
	padding-top: var(--clamp-100);
}
.top__others::before {
    content: '';
    background-image: url(/wp-content/uploads/top_bg.jpg);
    background-position: center;
    top: 0;
    left: 0;
    height: 70%;
}
.top__others h2, .top__others p {
    color: #FFF;
}
.top__others .w50 {
    position: relative;
    transition: .5s ease;
	background: #FFF;
}
.top__others .txt-item {
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    max-width: 390px;
    padding-left: var(--rem24);
    padding-bottom: calc((var(--rem30) + 2px) * 2.2);
    z-index: 1;
}
.top__others .txt-item::before {
    bottom: 0;
    left: var(--rem24);
}
.top__others .img-item {
    position: relative;
    overflow: hidden;
}
.top__others .img-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #242424;
    opacity: .4;
    z-index: 1;
}
.top__others .img-item img {
    transition: .5s ease;
}
.top__others a:hover img {
    opacity: .7;
    transform: scale(1.1);
}
.top__project-info {
	padding-bottom: var(--clamp-80);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.top__others .w50 {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.top__others .txt-item {
		padding-bottom: 0;
		padding-right: var(--rem24);
	}
	.top__others .txt-item::before {
		bottom: unset;
		top: var(--rem24);
		left: unset;	
		right: var(--rem24);
	}
}
/* ========================
下層調整/page
======================== */
.page__content h2 {
    padding-bottom: .5em;
}
.page__content h2::before {
    content: '';
    position: absolute;
    width: 2em;
    height: 3px;
    background: var(--color-primary-tint);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* feature */
body.page-feature #breadcrumb {
    background: #E8E8E8;
}
body.page-feature #content.wide {
    padding-top: 0;
}
.page__feature-lead {
    background: #E8E8E8;
    padding: var(--rem60) 0;
}
.page__feature {
    padding-top: var(--rem80);
	counter-reset: number 0;
}
.page__feature::before {
    content: '';
    position: absolute;
    border-top: var(--rem28) solid var(--color-primary-tint);
    border-left: var(--rem28) solid transparent;
    border-right: var(--rem28) solid transparent;
    width: auto;
    height: auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.page__feature .flexbox {
    margin-bottom: var(--rem60);
}
.page__feature .flexbox:last-child {
    margin-bottom: 0;
}
/* service */
body.page-service #content.wide {
    padding-bottom: 0;
}
.page__service .flexbox:last-child {
    margin-top: var(--rem60);
}
.service__content {
    counter-reset: number 0;
	padding-bottom: var(--rem80);
}
.page__reward {
    padding-bottom: var(--rem80);
}
.page__flow {
    background: #E8E8E8;
    padding: var(--clamp-150) 0;
    counter-reset: number 0;
}
.flow-item {
    display: flex;
    align-items: center;
    padding: 2.5% 0;
    background: #FFF;
    margin-bottom: 15px;
    position: relative;
}
.flow-item:last-child {
    margin-bottom: 0;
}
.flow-item::before {
    counter-increment: number 1;
    content: "0" counter(number);
    font-size: var(--rem24);
    font-weight: bold;
    background: var(--color-primary-tint);
    color: #FFF;
    line-height: 1;
    padding: .5em .4em;
    position: absolute;
    left: 0;
    top: 0;
}
.flow-item:last-child::before {
    content: counter(number);
}
.flow-item::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/uploads/icon_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -15px;
    left: 15%;
}
.flow-item:last-child::after {
    display: none;
}
.flow-item .title {
    width: 37%;
    padding: 0 6.5%;
}
.flow-item .text {
    width: 64%;
    padding-right: 1%;
}
.flow-item p {
    margin: 0;
    font-size: var(--rem16);
}
.flow-item h3 {
    margin: 0;
    font-family: var(--font-family01);
    font-weight: 500;
}

/* faq */
.accordion {
    margin-bottom: 5px;
    border-bottom: 1px dotted #DBDBDB;
}
.accordion__summary {
  display: block;
  font-size: var(--rem18);
  font-weight: 500;
  position: relative;
  list-style: none; /* 矢印を消す */
  cursor: pointer;
  padding: 1em 2em 1em 3em;
}
.accordion__summary::before {
    content: 'Q';
    position: absolute;
    background: var(--color-primary-tint);
    color: #FFF;
    font-size: 1.22em;
    font-weight: bold;
    line-height: 1;
    padding: .5em .6em;
    border-radius: 50vw;
    left: 0;
    top: 50%;
	outline: 1px solid var(--color-primary-tint);
	transform: translateY(-50%);
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__summary::after {
    content: "＋";
    font-size: .88em;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    color: var(--color-primary-tint);
}
.accordion[open] .accordion__summary::after {
    content: "ー";
    top: 50%;
}
.accordion__detail {
	position: relative;
  padding: 1em 2em 1em 3em;
  margin: 10px 0;
}
.accordion__detail::before {
    content: 'A';
    position: absolute;
    background: #FFF;
    color: var(--color-primary-tint);
    font-size: 1.22em;
    font-weight: bold;
    line-height: 1;
    padding: .6em .75em;
    border-radius: 50vw;
    left: 0;
    top: 50%;
	outline: 1px solid var(--color-primary-tint);
	transform: translateY(-50%);
}
p.accordion__text {
  margin: 0;
}

/* company */
.page__company table th {
    text-align: center;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.page__reward table th, .page__reward table td {
		width: 50%;
		display: table-cell;
		padding: 1em;
	}
	.flow-item {
		flex-direction: column;
		gap: 15px;
		padding: var(--rem30) 0;
	}
	.flow-item .title, .flow-item .text {
		width: 100%;
		padding: 0 1em;
	}
	.flow-item .title {
		padding: 0 1em 0 2.5em;
	}
	.flow-item::after {
		left: 50%;
		transform: translateX(-50%);
	}
	.page__company table td {text-align: center;}
}
/* ========================
その他の調整/other
======================== */
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}