@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=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
    --color-font: #2F2307;
    --color-primary: #F8AF0A;
    --color-primary-shade: #F8F8EB;
    --color-primary-tint: #000;
    --color-secondary: #EA6DA4;
    --color-secondary-tint: #FFDBEA;
    --color-table-border: #C7C7C7;
	--body-font-size: clamp(14px, 1.1vw, 18px);
	--body-font-family: 'Zen Maru Gothic', serif;
	--content-max-width: 1100px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
    --header-color-font: #2F2307;
    --header-color-primary: #F8AF0A;
    --header-color-primary-shade: #111;
    --header-color-primary-tint: linear-gradient(45deg, #F7CC4C, #F8AB00);
	/*------▼フッター設定▼------*/
	--footer-background: #F8AF0A;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Zen Maru Gothic', serif;
	--font-family02: 'Noto Sans JP', sans-serif;
	/*------▼フォントサイズ設定▼------*/
    --font-size12: clamp(10px, .8vw, 12px);
    --font-size14: clamp(12px, .8vw, 14px);
    --font-size16: clamp(14px, .94vw, 16px);
	--font-size18: clamp(14px, 1.1vw, 18px);
    --font-size20: clamp(16px, 1.1vw, 20px);
    --font-size22: clamp(18px, 1.4vw, 22px);
    --font-size24: clamp(20px, 1.6vw, 24px);
    --font-size28: clamp(20px, 1.6vw, 28px);
    --font-size32: clamp(24px, 1.7vw, 32px);
    --font-size38: clamp(26px, 2vw, 38px);
    --font-size40: clamp(26px, 2.08vw, 40px);
    --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-secondary-tint);
}
/* == 非表示 =================================================== */
.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: 115px;
    }
/* ========================
スティッキーヘッダー
======================== */
    .sticky-header #header-layout {
        height: 100px;
    }
/* ========================
ヘッダー下部__グローバルナビ
======================== */
	#header .header__nav-contact {
		padding-right: 30px;
	}
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-weight: bold;
		font-family: var(--font-family01);
	}
	nav#mainNav ul li a b {
		font-size: var(--font-size20);
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary-tint);
	}
	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: var(--font-size18);
		background:  var(--header-color-primary-tint);
    }
	#header a.head_btn {
		height: 50px;
		flex-direction: row;
		letter-spacing: 2px;
		border-radius: 50vw;
		min-width: 200px;
	}
	#header ul.header__contact li {
		display: flex;
		align-items: center;
	}
	#header a.head_btn:hover {
		opacity: .6;
		transform: translateY(-3px);
	}
}
/* == スマホ ======== */
@media print, screen and (max-width: 1023px) {

}
/* == トップ記事投稿（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;
}
#footer .inner {
    max-width: 100%;
    width: 100%;
    padding: 15px 0 0;
}
#footer a {
	transition: .5s;
}
#footer p {
	color: var(--color-font);
}
#footer img {
	width: 100%;
	height: auto;
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
}
.footer-content {
    background: var(--color-primary-shade);
    padding-top: var(--clamp-60);
    padding-bottom: clamp(100px, 10.5vw, 200px);
	position: relative;
	text-align: center;
}
.footer-content .img-area {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
#footer a.linkBtn {
    max-width: 360px;
    padding: 1em 2em;
    background: #FFF;
    color: var(--color-primary);
    outline: 2px solid;
	font-size: var(--font-size22);
}
#footer a.linkBtn:hover {
    background: var(--color-primary);
    color: #FFF;
}
#footer a.linkBtn::after {
    background: var(--color-primary);
    width: 1.5em;
}
a.linkBtn::before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
}
a.linkBtn.tel::before {
    content: '\f095';
}
a.linkBtn.form::before {
    content: '\f0e0';
}
#footer a.linkBtn:hover::after {
    width: .7em;
    background: #FFF;
}
.footer-content .content_inner {
    z-index: 1;
}
@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {
	#footer .btn-area {
		flex-direction: column;
		align-items: center;
	}
}
/* == アイキャッチ/eyecatch =================================================== */
header#h1Header h1.title {
    font-size: var(--font-size50);
}
#thumbImg::before, header#h1Header::before {
    opacity: .0;
}
/* == postlist =================================================== */
.postlist li:first-child {
    border-top: 0;
}
.postlist li {
    border-bottom: 1px dotted var(--color-table-border);
}
.postlist .time {
    font-size: var(--font-size18);
    border-radius: 5px;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size18);
	font-weight: bold;
}
/* == 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;
}
/* body:not(.home) #content.wide {
    padding-bottom: var(--clamp-100);
} */
.content_inner {
    position: relative;
}
/* == テキスト調整/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-size18);
    line-height: 2;
    margin-bottom: 1em;
	font-weight: 500;
}
.post p.lead {
    display: inline-block;
    color: #FFF;
    background-color: var(--color-primary);
    font-size: var(--font-size28);
    font-weight: bold;
    line-height: 1.5;
    padding: .2em 1em;
}
.post h2, #footer h2 {
    font-size: var(--font-size28);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
    color: var(--color-primary);
}
.post h2 span.ja, #footer h2 span.ja {
    display: block;
    font-size: var(--font-size40);
}
.post h2 span.en, #footer h2 span.en {
    display: block;
    font-size: var(--font-size20);
    color: var(--color-primary);
}
.post h3 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h4 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
span.bold {
	font-weight: bold;
}
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.px28 {font-size: var(--font-size28);}
span.px32 {font-size: var(--font-size32);}
span.px38 {font-size: var(--font-size38);}
span.px50 {font-size: var(--font-size50);}
.yellow {color: var(--color-primary);}
@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;
}
.ai_center {
	align-items: center;
}
.shadow {
    box-shadow: 0 3px 20px #0000001A;
}
.content-item+.content-item { 
    padding-top: var(--clamp-80);
}
.txt-inner {
    max-width: 528px;
	width: 94%;
}
.img-area img {
    width: 100%;
}
.figure {
    width: 75%;
    margin: 0 auto;
}
.col-2 {
    width: calc(100% / 2);
}
.col-3 {
    width: calc(100% / 3);
}
.col-4 {
    width: calc(100% / 4);
}
@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;
	}
	.txt-inner {
		margin: 0 auto;
	}
	.figure {
		margin-bottom: 20px;
	}
}
/* == 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;
	}
}
/* == card =================================================== */
.card {
    display: flex;
    flex-direction: row;
}
.card.wrap {
    flex-wrap: wrap;
}
.card.nowrap {
    flex-wrap: nowrap;
}
.card:has(.col-2) {
    gap: 25px;
}
.card:has(.col-3) {
    align-items: normal;
    gap: 25px;
    margin-top: var(--clamp-60);
}
.card .col-2 {
    width: calc((100% / 2) - 13px);
    border-radius: 20px;
    overflow: hidden;
    padding: max(4%, 20px) max(5%, 15px);
	background: #FFF;
}
.card .col-1 {
    padding: max(4%, 20px) max(5%, 15px);
    border-radius: 20px;
	background: #FFF;
}
.card .col-3 {
    width: calc((100% / 3) - 17px);
    gap: 25px;
    background: #FFF;
    overflow: hidden;
    outline: 1px solid #E0E0E0; 
}
.card .col-4 {
    width: calc((100% / 4) - 10px);
}
.card .col-5 {
    width: calc((100% / 5) - 15px);
}
.card .img img {
    width: 100%;
}
.card .txt-area {
    padding: 0 10px 20px;
}
.col-3 p:last-child {
    margin: 0;
}
.col-3 h3 {
    margin-bottom: 0;
    padding: .5em 0;
    text-align: center;
    font-size: var(--font-size22);
}
.col-3 p {
    font-size: var(--font-size16);
    line-height: 1.75;
    text-align: left;
}
.col-5 .img-area {
    width: 82%;
    margin: 0 auto 10px;
}
.col-5 p {
    line-height: 1.5;
}
@media print, screen and (max-width: 1023px) {
	.car .col-5 {
	    width: calc((100% / 4) - 15px);
	}
}
@media print, screen and (min-width: 769px) {
    .car .text {
        max-width: 500px;
    }
    .card.rev {
        flex-direction: row-reverse;
    }
}
@media print, screen and (max-width: 768px) {
    .card {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .card .col-2, .card .col-3, .card .col-4, .col-2, .col-3, .col-4 {
        width: 100%;
/*         margin-bottom: 20px; */
    }
	.card .col-5, .col-5 {
	    width: calc((100% / 2) - 5px);
		margin-bottom: 20px;
	}
    .card .text {
        margin: 0 auto;
    }
}
/* == テーブル、マップ調整/table,map =================================================== */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1.6em;
    vertical-align: middle;
	font-weight: 500;
	border-bottom: 2px dashed var(--color-table-border);
    font-size: var(--font-size18);
    color: var(--color-font);
    position: relative;
    background: transparent;
}
.page-content table th {
	text-align: center;
}
.page-content table td {
	background: #FFF;
}
.post table tr:first-child th, .post table tr:first-child td {
    border-top: 2px dashed var(--color-table-border);
}
.post table th::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 1.4em);
    top: .7em;
    left: 0;
    background: var(--color-primary-shade);
    z-index: -1;
}
.page-content table th {
	text-align: center;
}
.post table.tint th::before {
    background: #FFDBEA;
}
.post table img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
@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 td {
        border-top: 0;
    }
	.post table th {
		text-align: left;
	}
}
/* == ボタン調整/btn =================================================== */
.btn-area {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.btn-area a.linkBtn {
    margin: 0;
}
.linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    transition: .5s;
    color: #FFF;
    background: var(--color-primary);
    font-size: var(--font-size18);
    font-weight: bold;
    line-height: 1.5;
    padding: .5em 1.3em;
    width: 90%;
    max-width: 200px;
    text-align: center;
    border-radius: 0;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-5px);
	box-shadow: 0 4px 6px #00000020;
	background: #FFF;
	color:var(--color-primary);
	outline: 1px solid;
}
.linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1em;
	height: 2px;
    background: #FFF;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
}
.linkBtn:hover::after, .post .linkBtn:hover::after, a.linkBtn:hover::after {
    width: .5em;
    background: var(--color-primary);
}
.wpcf7 .linkBtn {
    padding: 0;
}
.wpcf7 .linkBtn:hover input[type="submit"] {
    color: var(--color-primary);
}
@media print, screen and (max-width: 768px) {}
/* == メインビジュアル / MV =================================================== */
/* == トップ、下層調整/ .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 h2, .page-content h2 {
    color: var(--color-font);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* ========================
トップ調整 / .top-content
======================== */
.top-content {
    padding: var(--clamp-100) 0;
}
/* == NEWS ==== */

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

/* == ABOUT US ==== */
.icon-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.icon-01 {
    width: 19vw;
    height: auto;
    position: absolute;
    top: 10%;
    left: 0;
}
.icon-02 {
    width: 23vw;
    height: auto;
    position: absolute;
    bottom: 5%;
    right: -2%;
}
.target-content {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    margin-top: var(--clamp-50);
}
.target-content .flexbox {
    align-items: center;
}
.target-content .flexbox + .flexbox {
    margin-top: var(--clamp-40);
}
.target-content .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4AF14B3;
    border-radius: 50vw;
    width: 227px;
    height: 227px;
    width: max(12vw, 200px);
    height: max(12vw, 200px);
    text-align: center;
}
.target-content .ttl.pink {
    background: #EA6DA4B3;
}
.target-content .ttl p {
    font-size: var(--font-size24);
    color: #FFF;
    margin: 0;
    font-weight: bold;
}
.target-content .txt {
    width: calc((100% - max(12vw, 200px)) - 15px);
    text-align: left;
}
.top-content.top-content_about-us::before {
    content: '';
    background-image: url(/wp-content/uploads/top_about-us_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) {
    .icon-content {
        position: relative;
        display: flex;
    }
    .icon-01, .icon-02 {
        width: 50%;
        height: auto;
        position: relative;
    }
    .target-content .flexbox {
        display: flex;
        flex-direction: column;
    }
    .target-content .txt {
        width: 100%;
        margin-top: var(--clamp-20);
    }
}

/* == SERVICE ==== */
.top-content_service {
    padding: 0;
}
.top-content_service .col-2 {
    background: #FFE3A5;
    padding: min(25px, 5%);
}
.top-content_service .col-2.sojiji {
    background: #FFDA86;
}
.top-content_service .img-area {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.top-content_service .img-area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: .74;
    top: 0;
    left: 0;
    z-index: 0;
}
.top-content_service .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-content_service .txt-area {
    text-align: center;
    padding: min(30px, 5%) 0;
}
.top-content_service .txt-area p {
    margin-bottom: 0;
}
.top-content_service .btn-area {
    margin-top: min(30px, 5%);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.top-content_service .col-2 {
		margin-bottom: 0;
	}
	.top-content_service .logo {
		width: 70%;
	}
}

/* == INSTAGRAM ==== */

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

/* == RECRUIT ==== */
.top-content_recruit {
    background-image: url(/wp-content/uploads/top_recruit_bg.jpg);
    background-size: cover;
    background-position: center;
}
.top-content_recruit::before {
    content: '';
    background: #FFF;
    opacity: .58;
    top: 0;
    left: 0;
    z-index: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}

/* ========================
下層調整 / .page-content
======================== */
body:not(.home) {
    position: relative;
}

body:not(.home)::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/page_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: left;
    z-index: -2;
    opacity: .2;
    top: 0;
    left: 0;
}
.page-content +  .page-content {
	padding-top: var(--clamp-100);
}
.page-content .logo {
    max-width: 360px;
    width: 75%;
    margin: 0 auto var(--clamp-30);
}

.page-content h2 span.ttl {
    display: inline-block;
    background: var(--color-primary);
    color: #FFF;
    padding: .2em .5em;
    border-radius: 10px;
}
.page-content h3 span.ttl {
    font-size: var(--font-size28);
    position: relative;
    display: inline-block;
    padding-bottom: .5em;
}
.page-content h3 span.ttl::after {
    content: '';
    position: absolute;
    width: 100%;
    height: .3em;
    bottom: 0;
    left: 0;
    background: repeating-linear-gradient(-45deg, #fff 0 5px, var(--color-primary) 0 7px);
}
ul.schedule li {
    position: relative;
    font-size: var(--font-size22);
    font-weight: bold;
    padding-left: 1.5em;
    padding-bottom: 1.5em;
}
ul.schedule li::before {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    background: var(--color-primary);
    border-radius: 50vw;
    left: 0;
    top: .5em;
}
ul.schedule li::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    top: .5em;
    left: .45em;
    background: var(--color-primary);
}
ul.schedule li:last-child::after {
    display: none;
}
ul.schedule li span {
    display: block;
    font-size: var(--font-size16);
    font-weight: 500;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.page-content_flow .col-2 {
		width: 90%;
		margin: 0 auto;
	}
}
/* ========================
その他の調整 / other
======================== */
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
