@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=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
    --color-font: #000000;
    --color-primary: #0B4497;
    --color-primary-shade: #F1F3E4;
    --color-primary-tint: #002357;
    --color-secondary: #F73737;
    --color-secondary-tint: #eee;
    --color-table-border: #ccc;
	--body-font-size: clamp(14px, .94vw, 16px);
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1100px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
    --header-color-font: #000;
    --header-color-primary: #0B4497;
    --header-color-primary-shade: #ccc;
    --header-color-primary-tint: #002357;
	/*------▼フッター設定▼------*/
	--footer-background: #0B4497;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Zen Old Mincho', serif;
	/*------▼フォントサイズ設定▼------*/
    --font-size12: clamp(10px, .8vw, 12px);
    --font-size14: clamp(12px, .8vw, 14px);
    --font-size16: clamp(14px, .94vw, 16px);
	--font-size18: clamp(16px, 1.1vw, 18px);
    --font-size20: clamp(18px, 1.1vw, 20px);
    --font-size22: clamp(18px, 1.4vw, 22px);
    --font-size24: clamp(18px, 1.45vw, 24px);
    --font-size26: clamp(20px, 1.6vw, 26px);
    --font-size28: clamp(20px, 1.6vw, 28px);
    --font-size32: clamp(22px, 1.7vw, 32px);
    --font-size35: clamp(24px, 1.83vw, 35px);
    --font-size36: clamp(24px, 1.85vw, 36px);
    --font-size38: clamp(26px, 2vw, 38px);
    --font-size40: clamp(26px, 2.1vw, 40px);
	--font-size48: clamp(26px, 2.61vw, 48px);
    --font-size50: clamp(26px, 2.61vw, 50px);
    --font-size52: clamp(26px, 2.7vw, 52px);
    --font-size60: clamp(30px, 3.13vw, 60px);
	/*------▼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-tint);
    color: #FFF;
}
/* == == == == == == == == == == == == == == == == == == 
 * 非表示
 * == == == == == == == == == == == == == == == == == == */
 .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;
		position: relative;
    }
	#header .logo img{
		max-height: 60px;
		max-width:unset;
	}
/* == == == == == == == ==
 * スティッキーヘッダー
 * == == == == == == == == */
    .sticky-header #header-layout {
        height: 100px;
    }
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-family: var(--font-family02);
		color: var(--header-color-font);
		font-weight: 400;
	}
    nav#mainNav ul li a b {
        font-size: var(--font-size18);
    }
	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 .header__nav-contact {
        margin-right: var(--clamp-70);
    }
    #header ul.header__contact li {
        height: 50px;
    }
    #header a.head_btn {
        flex-direction: row;
        gap: 10px;
        padding-left: var(--clamp-30);
        padding-right: var(--clamp-30);
		font-size: var(--font-size18);
		font-family:var(--font-family02);
		font-weight: 400;
    }
    #header a.head_btn::before {
        font-size: 1em;
        margin-bottom: 0;
    }
    nav#mainNav ul li ul.sub-menu {max-width: 200px;}
	nav#mainNav ul li li {
		background: #FFF;
	}
    nav#mainNav ul li ul.sub-menu li a {
        font-size: var(--font-size20);
        font-family: var(--font-family02);
        font-weight: 400;
    }
}
/* == == == == == == == ==
 * スマホ
 * == == == == == == == == */
@media print, screen and (max-width: 1023px) {
	#header {
		position: relative;
	}
    
}
/* == == == == == == == == == == == == == == == == == == 
 * トップ記事投稿（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 {
    position: relative;
    background: linear-gradient(-1deg, var(--color-primary) 92%, #FFF 92%);
	padding-bottom: 0;
}
.footer-content {
    padding-top: var(--clamp-40);
    padding-bottom: var(--clamp-40);
}
#footer .footer__logo:not(:last-child) {
    text-align: left;
}
#footer .footer__logo img {
    max-height: var(--px100);
}
#footer span.px20 {
    font-weight: 500;
}
#footer .flexbox {
    align-items: center;
}
#footer .col-2 {
    width: calc(100% / 2);
}
#footer .btn-content {
    justify-content: space-between;
}
#footer a.linkBtn {
    max-width: 280px;
    outline: 1px solid;
	transition: .5s ease;
}
#footer a.linkBtn.tel {
    background: #FFF;
    color: var(--color-primary);
}
#footer a.linkBtn.tel:hover {
	color: #FFF;
	background: var(--color-primary);
}
#footer a.linkBtn.tel::after {
    background: var(--color-primary);
}
#copyright {
    margin: 0;
    padding: 10px 0 15px;
}
@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {
    .footer-content {
        padding-top: var(--clamp-100);
    }
    #footer .footer__logo:not(:last-child) {
        text-align: center;
    }
    #footer .col-2 {
        width: 100%;
    }
    #footer .footer__logo img {
        min-height: 80px;
    }
    #footer .btn-content {
        flex-direction: column;
        align-items: center;
    }
}
/* == == == == == == == == == == == == == == == == == == 
 * アイキャッチ/eyecatch
 * == == == == == == == == == == == == == == == == == == */

header#h1Header h1.title {
    font-weight: 400;
}
header#h1Header h1.title .ja {
    font-size: var(--font-size40);
	line-height: 1;
	display: block;
}
header#h1Header h1.title .en {
    font-size: var(--font-size18);
}
#thumbImg::before, header#h1Header::before {
    opacity: 0.6;
	background: var(--color-primary-tint);
}
@media print, screen and (min-width: 769px) {	
	#thumbImg, header#h1Header {
		height: 150px;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
#breadcrumb .en {
	display: none;
}
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li:first-child {
    border-top: 0;
}
.postlist li {
    border-bottom: 1px solid #DDDDDD;
}
.postlist .time {
    font-size: var(--font-size18);
    background: var(--color-primary);
    padding: .5em 1em;
	border-radius: 5px;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size18);
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	display: block;
}
/* == == == == == == == == == == == == == == == == == == 
 * 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_w1280 {
    max-width: 1280px;
}
.max_w1440 {
    max-width: 1440px;
}
.content_inner {
	position: relative;
	z-index: 0;
}
#content, body:not(.home) #content.wide {
    padding: 0;
}
 /* == == == == == == == == == == == == == == == == == == 
 *  テキスト調整/text 
 *  == == == == == == == == == == == == == == == == == == */
.post p, .post h2, .post h3, .post h4, .post h5, h1.title {
	color: var(--color-font);
}
.post h2, h1.title {
    font-family: var(--font-family02);
}
.post p, #footer p  {
    font-size: var(--font-size20);
    line-height: 2;
    margin-bottom: 1em;
	font-weight: 400;
    letter-spacing: 0;
}
.post h2, #footer h2 {
    font-size: var(--font-size28);
    color: var(--color-primary);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h3, #footer h3 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h4, #footer h4 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h5, #footer h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
p.lead {
    font-size: var(--font-size32);
    font-family: var(--font-family02);
    color: var(--color-primary);
    font-weight: bold;
    line-height: 1.78;
}
p.mid {
    font-size: var(--font-size22);
    font-weight: 500;
    line-height: 1.78;  
}
p.name {
    font-size: var(--font-size18);
    font-family: var(--font-family02);
    font-weight: bold;
    text-align: right;
}
span.bold {
	font-weight: bold;
}
span.ja {
	font-family: var(--font-family02);
}
span.en {
	font-family: var(--font-family02);
}
span.color {
    color: var(--color-primary-shade);
}
span.color-font {
    color: var(--color-font);
}
span.px12 {font-size: var(--font-size12);}
span.px14 {font-size: var(--font-size14);}
span.px16 {font-size: var(--font-size16);}
span.px18 {font-size: var(--font-size18);}
span.px20 {font-size: var(--font-size20);}
span.px22 {font-size: var(--font-size22);}
span.px26 {font-size: var(--font-size26);}
span.px28 {font-size: var(--font-size28);}
span.px32 {font-size: var(--font-size32);}
span.px35 {font-size: var(--font-size35);}
span.px36 {font-size: var(--font-size36);}
span.px38 {font-size: var(--font-size38);}
span.px42 {font-size: var(--font-size42);}
span.px50 {font-size: var(--font-size50);}
span.px52 {font-size: var(--font-size52);}
span.px60 {font-size: var(--font-size60);}
.white {color: #FFF;}
.weight-mid {font-weight: 500!important;}
.underline {text-decoration: underline;}
.border-l {
    border-left: 6px solid;
    padding-left: .5em!important;
    display: block;
    text-align: left;
}
.border-b {
    text-align: left;
    display: block;
    position: relative;
    border-bottom: 2px solid #D0D0D0;
    padding-bottom: .2em!important;
}
.border-b::after {
    content: '';
    position: absolute;
    width: 1.95em;
    height: 2px;
    background: var(--color-primary);
    bottom: -2px;
    left: 0;
}
.ttl-bg, .post h3 .ttl-bg {
    background-color: var(--color-primary);
    display: inline-block;
    padding: .2em .8em;
    color: #FFF;
}
.ttl-num {
    position: relative;
    display: block;
    padding-left: 3em!important;
}
.ttl-num .num {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 2.2em;
    font-weight: 400;
    transform: translateY(-50%);
}
.post h2 .ttl-bg {
    font-size: var(--font-size26);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
 /* == == == == == == == == == == == == == == == == == == 
 *  レイアウト/あしらい調整
 *  == == == == == == == == == == == == == == == == == == */
.shadow {box-shadow: 0 4px 4px #00000026;}
.content-item {
    padding-top: var(--clamp-120);
    margin-top: calc(var(--clamp-60) * -1);
}
.content-item+.content-item {
    padding-top: var(--clamp-120);
    margin-top: calc(var(--clamp-20) * -1);
}
.img-area img {width: 100%;}
.icon-area {
    width: 60%;
    max-width: 195px;
    margin: 0 auto;
    position: relative;
}
.icon-area h3 {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
	margin: 0!important;
    color: #FFF;
}
.bg-white {
    background: #FFF;
}
.bg-tint {
    background: #FDFDFD;
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
 *  flex / card
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
 * flex 
 * == == == == == == == == */
.col-1 {width: 100%;}
.col-2{width: calc(50% - 20px);}
.col-3{width: calc(100% / 3);}
.col-4{width: calc(100% / 4);}
.col-5{width: calc(100% / 5);}
.w25 {width: 25%;}
.w35 {width: 35%;}
.w45 {width: 45%;}
.w65 {width: 65%;}
.w75 {width: 75%;}
.jc_between {justify-content: space-between;}
.jc_around {justify-content: space-around;}
.jc_evenly {justify-content: space-evenly;}
.ai_center {align-items: center;}
.txt-inner {
    max-width: 528px;
	width: 94%;
}
@media print, screen and (min-width: 769px) {
	.ml-auto {margin-left: auto;}
	.mr-auto {margin-right: auto;}
}
@media print, screen and (max-width: 768px) {
    .col-2, .col-3, .col-4, .col-5 {
        width: 100%;
        margin-bottom: 20px;
    } 
    .w25, .w35, .w45, .w55, .w65, .w75 {
        width: 100%;
		margin-bottom: 20px;
    }
	.flex_1 {
		margin-bottom: 40px;
	}
	.txt-inner {
		margin: 0 auto;
        max-width: 100%;
	}
}
/* == == == == == == == ==
 * card
 * == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
}
.wrap {
    flex-wrap: wrap;
}
.nowrap {
    flex-wrap: nowrap;
}
.card:has(.col-2) {gap: 44.5px;}
.card:has(.col-3) {gap: 20px;}
.card:has(.col-4) {gap: 11.2px;}
.card:has(.col-5) {gap: 10.5px;}
.card .col-2 {width: calc(50% - 24px);}
.card .col-3 {
	width: calc((100% / 3) - 15px);
    overflow: hidden;
}
.card .txt-area {
    margin: 0 3%;
    text-align: center;
}
.card h3 {
    font-size: var(--font-size22);
    text-align: center;
    padding: .5em 0;
    margin: 0 .5em;
    font-weight: 500;
}
.card p {
    font-size: var(--font-size16);
    line-height: 2;
}
.card .col-4 {width: calc((100% / 4) - 10px);}
.card .col-5 {width: calc((100% / 5) - 10px);}
.card p:last-child {margin: 0;}
@media print, screen and (max-width: 1023px) {
	.card .col-5 {width: calc((100% / 4) - 10px);}
}
@media print, screen and (min-width: 769px) {
	.card p {
		letter-spacing: -.5px;
	}
}
@media print, screen and (max-width: 768px) {
    .card {flex-direction: column;}
    .card .col-2, .card .col-3, .card .col-4, .col-2, .col-3, .col-4 {
        width: 100%;
        gap: 15px;
        margin-bottom: 20px;
    }
	.card .col-5, .col-5 {
	    width: calc((100% / 2) - 5px);
        gap: 15px 10px;
		margin-bottom: 20px;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * テーブル、マップ調整/table,map
 * == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1.2em;
    vertical-align: middle;
    font-size: var(--font-size20);
	background: transparent;
	color: var(--color-font);
}
.post table th {
	border-bottom: 1px solid #D0D0D0;
	font-weight: 500;
    background: #F8F8F8;
}
.post table td {
	border-bottom: 1px solid #D0D0D0;   
	font-weight: 400;
    background: #FFF;
	line-height: 1.5;
}
.post table.border, .post table.border th, .post table.border td {
    border: 1px solid #D0D0D0;
}
.post table.table-fixed {
	table-layout: fixed;
}
/* .page-content table, .page-content table th, .page-content table td {
    border: 1px solid #D0D0D0;
    vertical-align: middle;
}
.page-content table th {
    color: #FFF;
    background: var(--color-primary);
} */

@media print, screen and (min-width: 769px) {
    .post table tr:first-child th, .post table tr:first-child td {
        border-top: 1px solid #D0D0D0;   
    }
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
		font-size: var(--font-size16);
        padding: 1em;
    }
	.post table tr:first-child th, .post table tr:first-child td {
		border-top: 0;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * ボタン調整/btn
 * == == == == == == == == == == == == == == == == == == */
.btn-content {
    display: flex;
    justify-content: center;
    margin-top: var(--clamp-40);
}
.btn-content a.linkBtn {
    margin: 5px var(--clamp-30);
}
.linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    transition: .5s;
    color: #FFF;
    background: var(--color-primary);
    font-size: var(--font-size20);
    font-family: var(--font-family02);
    font-weight: 400;
    line-height: 1.5;
    padding: .8em 1em;
    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 {
    content: '';
    position: absolute; 
    width: .625em;
    height: 2px;
    background: #FFF;
    border-width: 0;
    transition: .3s ease;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
a.linkBtn.entry {
    max-width: 365px;
    border-radius: 10px;
    font-size: var(--font-size36);
    padding: .2em 1em;
}
a.linkBtn.cat {
    max-width: 300px;
    border-radius: 10px;
}
.linkBtn:hover::after, .post .linkBtn:hover::after, a.linkBtn:hover::after {
    width: 0;
}
a.view-more {
    font-size: var(--font-size14);
    text-decoration: underline;
}
a.view-more:hover {
    text-decoration: none;
}
@media print, screen and (max-width: 768px) {
	.btn-content {
		flex-direction: column;
		align-items: center;
	}
    .linkBtn, .post .linkBtn, a.linkBtn {
        padding: 1em 2em;
    }
}
/* == == == == == == == == == == == == == == == == == == 
 * リスト調整/ul ol
 * == == == == == == == == == == == == == == == == == == */
ul.service-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin-bottom: var(--clamp-50);
}
ul.service-list li {
    border: 1px solid #FFF;
}
ul.service-list .col-2 {
    width: calc(100% / 2);
}
ul.service-list .col-3 {
    width: calc(100% / 3);
}
ul.service-list a {
    display: block;
    position: relative;
}
ul.service-list .txt-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	color: #FFF; 
	padding: 3%;
	z-index: 1;
}
ul.service-list .img-area {
    position: relative;
}
ul.service-list .img-area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    z-index: 1;
    opacity: .65;
    transition: .5s ease;
}
ul.service-list .ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
	line-height: 1.42;
}
ul.service-list .ttl .ja {
    font-size: var(--font-size28);
    font-family: var(--font-family01);
    font-weight: 500;
}
ul.service-list .ttl .en {
    font-size: var(--font-size18);
    font-family: var(--font-family02);
    font-weight: 400;
}
ul.service-list .ja .sub {
    font-size: .786em;
}
ul.service-list .btn-txt {
    font-size: var(--font-size14);
    font-family: var(--font-family01);
    text-decoration: underline;
}
ul.service-list a:hover .img-area::before {
    opacity: 0;
}
ul.service-list a:hover img {
    opacity: 1;
}
ul.service-list a:hover .btn-txt {
	text-decoration: none;
}
@media print, screen and (max-width: 768px) {
    ul.service-list .col-2, ul.service-list .col-3 {
        width: 100%;
    }
    ul.service-list img {
        aspect-ratio: 3/2;
        object-fit: cover;
    }
}
/* == == == == == == == == == == == == == == == == == == 
 * トップ、下層調整/ .top-content, .page-content
 * == == == == == == == == == == == == == == == == == == */
.top-content, .page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.top-content::before, .page-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
	z-index: -1;
}
.top-content {
	padding-top: var(--clamp-100);
	padding-bottom: var(--clamp-100);
	background: #FFF;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}

/* == == == == == == == ==
 * .top-content
 * == == == == == == == == */
.top-content h2 .en {
    position: relative;
    font-size: var(--font-size60);
}
.top-content h2 .en::after {
    content: '';
    position: absolute;
    width: .86em;
    height: 2px;
    background: var(--color-primary);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.top-content h2 .ja {
    font-size: var(--font-size22);
}
.top-content p.lead {
    font-size: var(--font-size28);
    font-family: var(--font-family01);
    color: var(--color-font);
    font-weight: 500;
    line-height: 1.78;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == ==
 * .page-content
 * == == == == == == == == */
.page-content {
    padding: var(--clamp-60) 0;
}
.page-content h2 .ja {
    font-family: var(--font-family01);
    font-weight: 500;
}
.page-content h2 .en {
    font-weight: 400;
}
/* ==== */
body.page-ship-list .page-content:first-child {
    padding-top: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .section__who-we-are
 * == == == == == == == == */
.section__who-we-are {
    background-image: url(/wp-content/uploads/top_who-we-are_bg.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
}
.section__who-we-are h2 {
    text-align: left;
}
.section__who-we-are h2 .en::after {
    left: 0;
    transform: translateX(0);
}
.section__who-we-are p {
    line-height: 3.125;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .section__our-service
 * == == == == == == == == */
.section__our-service {
	padding-top: var(--clamp-30);
	padding-bottom: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.section__who-we-are {
		background-size: contain;
		background-position: center;
	}
}
/* == == == == == == == ==
 * .section__recruit
 * == == == == == == == == */
.section__recruit {
    padding-bottom: 0;
}
.section__recruit .content_inner::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
    left: 0;
    top: 0;
    background-image: url(/wp-content/uploads/top_recruit_bg.jpg);
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.section__recruit .txt-area {
    background: #FFF;
    text-align: center;
    padding: min(5%, 50px) min(3%, 50px);
    position: relative;
    top: calc(var(--clamp-140) * -1);
}

@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.section__recruit img {
		aspect-ratio: 3/2;
		object-fit: cover;
	}
}
/* == == == == == == == ==
 * .section__ship-list
 * == == == == == == == == */
.section__ship-list .col-1 img, .section__ship-list .col-2 img {
    width: 100%;
}
.section__ship-list h3 {
	font-weight: 500;
}
.section__ship-list table th, .section__ship-list table td
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.section__ship-list table th, .section__ship-list table td {
		display: table-cell;
		width: calc(100% / 3);
		padding: .5em;
	}
}
/* == == == == == == == ==
 * .section__works
 * == == == == == == == == */
.section__works {
    background: #EFEFEF;
}
/* == == == == == == == ==
 * .section__about
 * == == == == == == == == */
.section__about {
    background: linear-gradient(0deg, var(--color-primary) 37%, transparent 37%);
}
.section__about p.lead {
    text-align: center;
}
.section__about img {
    min-height: 380px;
    object-fit: cover;
}
@media print, screen and (max-width: 1023px) {
	.section__about .flexbox {
		flex-direction: column;
	}
	.section__about .col-2 {
		width: 100%;
	}
	.section__about .txt-area {
		padding: 3%;
	}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.section__about .col-2 {
		margin-bottom: 0;
	}
	.section__about img {
	    aspect-ratio: 3 / 2;
		min-height: 100%;
	}
}
/* == == == == == == == ==
 * .section__strength / .section__commitment
 * == == == == == == == == */
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .section__greeting
 * == == == == == == == == */
 .section__greeting {
    background: url(/wp-content/uploads/greeting_bg.jpg);
    background-position: center;
    background-size: cover;
}
.section__greeting::before {
    content: '';
    position: absolute;
    background: #FFF;
    z-index: 0;
    opacity: .9;
    left: 0;
    top: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == == == == == == == == == == == == 
 * サイトマップ
 * == == == == == == == == == == == == == == == == == == */
#sitemap_list .en {
    display: none;
}
/* == == == == == == == == == == == == == == == == == == 
 * コンタクトフォーム
 * == == == == == == == == == == == == == == == == == == */
.wpcf7-form .must {
    border-radius: 5px;
}
.wpcf7-form .linkBtn {
    padding: 0;
}
.post .subimitarea .linkBtn input[type="submit"] {
    padding: 1em 2em;
	color: var(--color-primary);
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
    color: #FFF;
}

/* == == == == == == == == == == == == == == == == == == 
 * その他の調整 / other
 * == == == == == == == == == == == == == == == == == == */
/* == .parallax-content ==== */
body.home::before {
    content: '';
    position: fixed;
    background-image: url(/wp-content/uploads/top-our-service01.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.parallax-content {
    height: 550px;
}
/* == .page / footer ==== */
body.page-marine-work #footer,
body.page-agency-department #footer{
    background: linear-gradient(-1deg, var(--color-primary) 92%, #FDFDFD 92%);
}
body.page-service #footer {
	background: linear-gradient(-1deg, var(--color-primary) 92%, #EFEFEF 92%);
}
/* == #content.wide ==== */
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-100) 0;
}
@media print, screen and (min-width: 769px) {
	.page-id-192 #thumbImg, .page-id-192 header#h1Header {
    height: 300px !important;!i;!;
}

.page-id-192 #thumbImg::before, .page-id-192 header#h1Header::before {
    background: var(--color-primary-tint);
    opacity: 0.6 !important;!i;!;
}
}
@media print, screen and (max-width: 768px) {
	.parallax-content {
		height: 400px;
	}
}

