@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=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FAFAFA;
    --color-font: #333333;
    --color-primary: #262626;
    --color-primary-shade: #FAFAFA;
    --color-primary-tint: #C71423;
    --color-secondary: #E80E0E;
    --color-secondary-tint: #D8727B;
    --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: #FAFAFA;
    --header-color-font: #251E1C;
    --header-color-primary: #251E1C;
    --header-color-primary-shade: #251E1C;
    --header-color-primary-tint: #251E1C;
	/*------▼フッター設定▼------*/
	--footer-background: #FAFAFA;
    --footer-color-font: #251E1C;
    --footer-color-primary: #251E1C;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Poppins', sans-serif;
    --font-falimy03: 'Josefin Sans', 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(18px, 1.1vw, 20px);
    --font-size22: clamp(18px, 1.4vw, 22px);
    --font-size25: clamp(20px, 1.6vw, 25px);
    --font-size28: clamp(20px, 1.6vw, 28px);
    --font-size30: clamp(22px, 1.7vw, 30px);
    --font-size32: clamp(22px, 1.7vw, 32px);
    --font-size35: clamp(22px, 2vw, 35px);
    --font-size50: clamp(26px, 2.61vw, 50px);
	/*------▼clampバリエーション設定▼------*/
    --clamp-10: clamp(5px, .52vw, 10px);
    --clamp-14: clamp(7px, .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: #ccc;
}
/* == 非表示 =================================================== */
.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;
    }
	body.home #header {
		position: absolute;
		background: transparent;
	}
	#header-layout, .sticky-header #header-layout {
		justify-content: flex-start;
		gap: 15%;
		padding-left: 5%;
	}
/* ========================
スティッキーヘッダー
======================== */
    .sticky-header #header-layout {
        height: 100px;
		background: #FAFAFA80;
    }
	.sticky-header #header > .inner	{
		background: #FAFAFACC;
	}
/* ========================
ヘッダー下部__グローバルナビ
======================== */
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-weight: 400;
		font-family: var(--font-family02);
		color: var(--header-color-font);
		letter-spacing: 3px;
	}
	nav#mainNav ul li a b {
		font-size: var(--font-size18);
	}
	nav#mainNav ul li a span {
		font-size: var(--font-size14);
	}
	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(--color-font);/* アクション時の文字色（上部）の設定 */
	}
	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(--color-font);/* アクション時の文字色（下部）の設定 */
	}
	nav#mainNav ul li a span {
		position: relative;
		padding-bottom: 3px;
	}
	nav#mainNav ul li a span::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background:var(--header-color-font);
		left: 0;
		bottom: 0;
		transform: rotateY(90deg);
		transform-origin: left;
		transition: .5s ease;
		border-radius: 50vw;
		opacity: .8;
	}
	nav#mainNav ul li.current-menu-item a span::after, nav#mainNav ul li a:hover span::after, nav#mainNav ul li a:active span::after, nav#mainNav ul li.current-menu-parent a span::after {
		transform: rotateY(0deg);
	}

	/*------ヘッダー下部__コンタクトボタン
--------------------------------------------*/
    #header a.head_btn {
        font-size: var(--font-size18);
    }
}
/* == スマホ ======== */
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background: #FAFAFAE6;
	}
	nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-item a {
		background: #EEEEEEE6;
	}
}
/* == トップ記事投稿（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;
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
}
@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {}
/* == アイキャッチ/eyecatch =================================================== */
header#h1Header h1.title {
    font-size: var(--font-size50);
}
#thumbImg::before, header#h1Header::before {
    opacity: .0;
}
/* == postlist =================================================== */
/* == 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);
} */
/* == テキスト調整/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-size20);
    line-height: 2;
    letter-spacing: 1px;
    margin-bottom: 1.5em;
	font-weight: 500;
}
.post h2, #footer h2 {
    font-size: var(--font-size35);
    line-height: 2;
    margin-bottom: 1.5em;
	font-weight: bold;
}
.post h3,  #footer h3 {
    font-size: var(--font-size25);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h4,  #footer h4 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h5,  #footer h5 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
span.mid {
    font-weight: 500;
}
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.px30 {font-size: var(--font-size30);}
span.px32 {font-size: var(--font-size32);}
span.px35 {font-size: var(--font-size35);}
span.px50 {font-size: var(--font-size50);}
h2 span.en {
    display: inline-block;
    padding: 0 .6em;
    position: relative;
    font-size: var(--font-size20);
    font-family: var(--font-family02);
    font-weight: 500;
}
h2 span.en::before {
    content: '';
    position: absolute;
    width: .6em;
    height: .6em;
    background-image: url(/wp-content/uploads/icon_title.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
    top: .3em;
}
h2 span.sub {
    font-size: var(--font-size18);
    font-weight: 400;
    display: block;
    margin-top: -.5em;
}
p.lead {
    font-size: var(--font-size28);
    font-weight: bold;
    line-height: 1.4;
}
p.name {
    text-align: right;
    font-weight: 400;
    font-size: var(--font-size20);
    margin: 0;
}
p.name img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.post h2, #footer h2 {
		letter-spacing: 0;
		font-size: var(--font-size25);
	}
}
/* == レイアウト/あしらい調整 =================================================== */
.shadow {box-shadow: 0 4px 4px #00000026;}
.content-item+.content-item {padding-top: var(--clamp-80);}
.img-area img {width: 100%;}
.content-item {
    margin-top: var(--clamp-60);
}
.content-item .flexbox {
    align-items: center;
    gap: 5%;
}
.content-item .txt-area {
    text-align: left;
    width: 58%;
} 
.content-item .img-area {
    width: 40%;
    max-width: 390px;
    margin-left: auto;
}    
.content-item p {
    letter-spacing: .5px;
}

@media print, screen and (max-width: 768px) {
	.content-item .img-area {
		margin: 0 auto 40px;
	}
	.content-item .txt-area {
		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(100% / 2);}
.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%;}
.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;
	}
}
/* == 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);}
.card .col-4 {width: calc((100% / 4) - 10px);}
.card .col-5 {width: calc((100% / 5) - 10px);}
.card p {
	font-weight: 500;
    font-size: var(--font-size16);
}
.card p:last-child {margin: 0;}
.card .col-3 h3 {
    font-size: var(--font-size18);
    font-weight: 500;
    margin: 0;
    padding: .8em 0 .5em;
}
.card .col-3 p {
    line-height: 2.5;
    letter-spacing: 1px;
}

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

/* == tab =================================================== */
.tabs {
    margin: 0 auto;
}
.tab_item {
  width: calc(100%/3);
  border: 2px solid var(--color-background);
  background-color: #FFF;
  line-height: 1.5;
  font-size: var(--clamp-16);
  color: var(--color-font);
  display: block;
  float: left;
  text-align: center;
  font-weight: 500;
  padding: 1em;
  transition: all 0.2s ease;
  margin-bottom: 25px;
}
.tab_item:hover {
  opacity: 0.75;
  background-color: var(--color-primary);
  color: #fff;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
#a:checked ~ #a_content,
#b:checked ~ #b_content,
#c:checked ~ #c_content {
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: var(--color-primary);
  color: #fff;
}

@media print, screen and (max-width: 768px) {
	.tab_item {
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}
	.tab_content {
		padding-top: 30px;
	}
}

/* == flow =================================================== */
.flow{
    counter-reset: number 0;
}
.flow-item {
    background: #FFF;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.flow-item .num {
    position: absolute;
    counter-increment: number 1;
    left: 0;
    top: 0;
    font-size: var(--font-size25);
    font-family: var(--font-family02);
    font-weight: 600;
    padding: .5em;
    background: var(--color-background); 
    color: var(--color-primary);
}
.flow-item .num.red {
    color: var(--color-primary-tint);
}
.flow-item .num::before {
    content: '0' counter(number);
}
.flow-item::after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/arrow-down.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 20px;
    bottom: -13px;
    left: 15%;
    transform: translateX(-50%);
}
.flow-item:last-child::after {
    display: none;
}
.flow-item .ttl {
    padding: 3em 2em 3em 4em;
    width: 30%;
/*     position: relative; */
}
.flow-item .txt {
    width: 70%;
    padding: max(2%, 10px) 4em max(2%, 10px) 2em;
    text-align: left;
}
.flow-item h3 {
    margin: 0;
    font-size: var(--font-size22);
    font-weight: 500;
}
.flow-item p {
    line-height: 1.8;
    font-weight: 400;
}
.flow-item p:last-child {
    margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {
	.flow-item {
		flex-direction: column;
	}
	.flow-item .ttl {
		width: 100%;
		padding: 2em 3em 1em;
	}
	.flow-item .txt {
		width: 100%;
		padding: max(2%, 10px) 1em;
	}
	.flow-item::after {
		left: 50%;
	}
}

/* == テーブル、マップ調整/table,map =================================================== */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1.5em 1em;
	font-weight: 400;
    font-size: var(--body-font-size);
	border-bottom: 1px solid #DCDDDD;
    background: #FAFAFA80;
    line-height: 1.8;
}
.wpcf7 table th {
    border-bottom: 1px solid var(--color-primary);
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
		font-size: var(--font-size16);
    }
	.post table th {
		background: #EEEEEE80;
	}
}
/* == ボタン調整/btn =================================================== */
.btn-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5%;
    padding-bottom: 10px;
}

.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-size16);
    font-family: var(--font-family02);
    font-weight: 300;
    line-height: 1.5;
    padding: 1em 2em;
    width: 90%;
    max-width: 230px;
    text-align: center;
    border-radius: 0;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-2px);
	box-shadow: 0 4px 6px #00000020;
	background: #FFF;
	color:var(--color-primary);
	outline: 1px solid;
}
a.linkBtn::before, .post .linkBtn::before, a.linkBtn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--color-primary);
    bottom: -5px;
    left: 5px;
    transition: .2s ease;
    transform-origin: right;
}
a.linkBtn:hover::before, .post .linkBtn:hover::before, a.linkBtn:hover::before {
    transform: rotateY(90deg);
}
.linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: var(--color-primary);
    top: 5px;
    right: -5px;
    transition: .2s ease;
    transform-origin: bottom;
	border-right: 0;
	border-bottom: 0;
	margin-top: 0;
    transform: rotate(0);
}
.linkBtn:hover::after, .post .linkBtn:hover::after, a.linkBtn:hover::after {
    transform: rotateX(90deg);
}
.post .subimitarea .linkBtn input[type="submit"] {
    padding: 1em 2em;
}
.wpcf7 .linkBtn {
    padding: 0;
}
.wpcf7 .linkBtn:hover input[type="submit"] {
    color: var(--color-primary);
}
@media print, screen and (max-width: 768px) {
	.btn-area {
		flex-direction: column;
		gap: 15px;
		align-items: center;
	}
}
/* == メインビジュアル / 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;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* ========================
トップ調整 / .top-content
======================== */
.top-content {
    padding: var(--clamp-100) 0;
}
/* == hero ======== */
.top-content-hero {
    padding: 0;
}
.top-content-hero img {
    width: 100%;
    height: auto;    
}
.top-content-hero .content_wrapper {
    height: 54.17vw; /* 1920-1040*/
    /* max-height: 1080px; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.top-content-hero .content-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vw;
	z-index: 1;
}
.top-content-hero .logo {
    width: 21.5vw;
}
.top-content-hero .txt {
    width: 47.7vw;
}
.top-content-hero .img-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.top-content-hero .img {
    position: absolute;
}
.top-content-hero .img-01 {
    width: 21.4vw;
    top: 10%;
    left: 8%;
}
.top-content-hero .img-02 {
    width: 15.9vw;
    top: 10%;
    left: 35%;
}
.top-content-hero .img-03 {
    width: 12vw;
    top: 16%;
    right: 30%;
}
.top-content-hero .img-04 {
    width: 16vw;
    top: 8%;
    right: 5%;
}
.top-content-hero .img-05 {
    width: 12vw;
    top: 46%;
    left: 10%;
}
.top-content-hero .img-06 {
    width: 20vw;
    top: 37%;
    right: 5%;
}
.top-content-hero .img-07 {
    width: 19.7vw;
    bottom: 5%;
    left: 5%;
}
.top-content-hero .img-08 {
    width: 12vw;
    bottom: 0;
    left: 30%;
}
.top-content-hero .img-09 {
    width: 19.5vw;
    bottom: 3%;
    right: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .top-content-hero .content_wrapper {
        height: 216.4vw;
    }
	.top-content-hero .content-area {
		position: absolute;
		top: 23%;
		left: 50%;
		transform: translateX(-50%);
	}
    .top-content-hero .logo {
        width: 48vw;
    }
    .top-content-hero .txt {
        width: 90vw;
    }
    .top-content-hero .img-01 {
        width: 35vw;
        top: 46%;
        left: 0;
    }
    .top-content-hero .img-02 {
        width: 25vw;
        top: 5%;
        left: 0;
    }
    .top-content-hero .img-03 {
        width: 19vw;
        top: 9%;
        right: 39%;
    }
    .top-content-hero .img-04 {
        width: 30vw;
        top: 5%;
        right: 0;
    }
    .top-content-hero .img-05 {
        width: 20.3vw;
        top: 62%;
        left: 16%;
    }
    .top-content-hero .img-06 {
        width: 33vw;
        top: 50%;
        right: 5%;
    }
    .top-content-hero .img-07 {
        width: 32.4vw;
        bottom: 13%;
        left: 4%;
    }
    .top-content-hero .img-08 {
        width: 27vw;
        bottom: 4.3%;
        left: 57%;
    }
    .top-content-hero .img-09 {
        width: 32vw;
        bottom: 19%;
        right: 4.6%;
    }
}
/* == vision ======== */
.top-content_vision {
    padding-top: 0;
    padding-bottom: var(--clamp-60);
}

.top-content_vision::before {
    content: '';
    background-image: url(/wp-content/uploads/top_vision_01.jpg);
    background-position: center;
    left: 0;
    top: 0;
    height: calc(100% - var(--clamp-130));
    opacity: .2;
}
.top-content_vision p {
    font-size: var(--font-size20);
    letter-spacing: 2px;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == image ======== */
.top-content_image {
    background: #000;
    padding: var(--clamp-60) 0;
}
.top-content_image .content_wrapper {
    overflow: hidden;
}
.top-content_image .flexbox {
    width: 120%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.top-content_image img {
    opacity: .8;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.top-content_image {
		padding: vare(--clamp-40);
	}
	.top-content_image .flexbox {
		display: flex;
	}
	.top-content_image .col-3 {
		margin-bottom: 0;
	}
}
/* == service ======== */
.top-content.top-content_service .flexbox {
    max-width: 1600px;
	width: 98%;
    gap: 2%;
    align-items: center;
    margin-bottom: var(--clamp-30);
}
.top-content_service img {
    border-radius: 0 10px 10px 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .top-content_service img {
        border-radius: 10px 10px 0 0;
    }
	.top-content.top-content_service .flexbox {
		width: 96%;
		margin: 0 auto;
	}
}
/* ========================
下層調整 / .page-content
======================== */
body.page header:has(h1.title) {
    display: none;
}
body:not(.home) #content.wide {
    padding: var(--clamp-60) 0 var(--clamp-80);
}
#breadcrumb .ja {
    display: none;
}
body.page-company {
    position: relative;
}
body.page-company::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 80%;
	top: 10%;
    background-image: url(/wp-content/uploads/top_vision_01.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .2;
}
/* == service ======== */
.page-content + .page-content {
    padding-top: var(--clamp-150);
}
.page-content_service .flexbox {
    align-items: center;
    margin-bottom: var(--clamp-130);
}
.page-content_service ul li h3 {
    font-size: var(--font-size25);
    margin-bottom: .5em;
}
.page-content_service ul li p {
    font-size: var(--font-size20);
}
.page-content_service .card img {
    border-radius: 10px 10px 0 0;
}
.page-content_service .card h3 {
    font-size: var(--font-size35);
    margin: 0;
    padding: .3em 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == solutions ======== */
.page-content_solutions .card {
    text-align: center;
}
.page-content_solutions .card p {
    font-size: var(--font-size20);
}
.page-content_solutions .card img {
    width: 38%;
}
.page-content_solutions .solutions-item {
    border-bottom: 1px solid #EBEBEF;
    padding-top: var(--clamp-100);
}
.page-content_solutions .solutions-item + .solutions-item{
    padding-top: var(--clamp-50);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.page-content_solutions .col-4 {
		width: calc(100% / 2);
	}
	.page-content_solutions .card {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0;
	}
}
/* == service-flow ======== */
.page-content_service-flow p {
/*     font-weight: 400; */
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == company-name ======== */
.page-content_company-name P {
/*     font-weight: 400; */
    letter-spacing: 5px;
}
.page-content_company-name P span.px30 {
    letter-spacing: 1px;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.page-content_company-name P {
		letter-spacing: 2px;
	}
}
/* == recruit ======== */
.page-content_recruit p {
/*     font-weight: 400; */
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == job-information ======== */
.page-content_job-information p {
/*     font-weight: 400; */
    line-height: 1.87;
    letter-spacing: 0;
}
.page-content_job-information p.lead {
    padding-bottom: .5em;
    border-bottom: 1px solid #EEE;
    position: relative;
}
.page-content_job-information p.lead::before {
    content: '';
    position: absolute;
    width: 6em;
    height: 1px;
    background: var(--color-primary);
    bottom: -1px;
}
.page-content_job-information .flexbox {
    align-items: center;
    gap: 3%;
}
.page-content_job-information img {
	border-radius: 10px 10px 0 0;
}
.page-content_job-information .card img {
    border-radius: 10px 10px 0 0;
}
.page-content_job-information .card p {
    font-weight: 500;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == flow ======== */
.page-content_flow p {
/*     font-weight: 400; */
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == job-feature ======== */
/* .page-content_job-feature */
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == requirements ======== */
/* .page-content_requirements */
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* ========================
その他の調整 / other
======================== */
/* == archive/category ========= */
body.archive h1.title, body.category h1.title {
    font-family: var(--font-family02);
}
/* == sitemap ======== */
#sitemap_list .ja {
    display: none;
}
/* == 非表示 ======== */
div#mainImg {
    display: none;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
