@charset "UTF-8";

/* フォントのインポート */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
/*
Theme Name: lm-child
Version: 0.1.0
Template: lm
*/
:root {
    /* ======== ▼固定変数▼ ======== */
    /* ======== ▼フォント設定▼ ======== */
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Zen Old Mincho", serif; 
    /* ==== フォントサイズ設定 ==== */    
    --font-size12: clamp(10px, .63vw, 12px);
    --font-size14: clamp(12px, .73vw, 14px);
    --font-size16: clamp(12px, .84vw, 16px);
    --font-size18: clamp(14px, .94vw, 18px);
    --font-size20: clamp(16px, 1.1vw, 20px);
    --font-size22: clamp(16px, 1.15vw, 22px);
    --font-size24: clamp(18px, 1.25vw, 24px);
    --font-size26: clamp(20px, 1.36vw, 26px);
    --font-size28: clamp(18px, 1.6vw, 28px);
    --font-size30: clamp(22px, 1.56vw, 30px);
    --font-size32: clamp(20px, 1.7vw, 32px);
    --font-size34: clamp(22px, 1.85vw, 34px);
    --font-size36: clamp(24px, 1.875vw, 36px);
    --font-size38: clamp(24px, 2vw, 38px);
    --font-size40: clamp(26px, 2.1vw, 40px);
    --font-size42: clamp(26px, 2.3vw, 42px);
    --font-size44: clamp(26px, 2.3vw, 44px);
	--font-size46: clamp(28px, 2.4vw, 46px);
    --font-size48: clamp(28px, 2.5vw, 48px);
    --font-size50: clamp(28px, 2.61vw, 50px);
    --font-size52: clamp(28px, 2.71vw, 52px);
    --font-size54: clamp(28px, 2.782vw, 54px);
    --font-size56: clamp(30px, 3vw, 56px);
    --font-size58: clamp(30px, 3.1vw, 58px);
    --font-size60: clamp(30px, 3.13vw, 60px);
    --font-size62: clamp(30px, 3.3vw, 62px);
    /* ==== 間隔[clamp]設定 ==== */
    --clamp-10: clamp(5px, 0.52vw, 10px);
    --clamp-14: clamp(7px, 0.73vw, 14px);
    --clamp-16: clamp(10px, .84vw, 16px);
    --clamp-20: clamp(10px, 1.04vw, 20px);
    --clamp-25: clamp(15px, 1.5vw, 25px);
    --clamp-30: clamp(15px, 1.56vw, 30px);
    --clamp-40: clamp(20px, 2.08vw, 40px);
    --clamp-44: clamp(20px, 2.61vw, 44px);
    --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(75px, 7.92vw, 150px);
    --clamp-160: clamp(80px, 8.4vw, 160px);
    --clamp-170: clamp(85px, 8.9vw, 170px);
    --clamp-180: clamp(90px, 9.4vw, 180px); 
    --clamp-190: clamp(95px, 9.9vw, 190px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
    /* ======== ▼基本設定▼ ======== */
    /* ==== カラー ==== */
    /* -ベース｜[カラー]- */
    --color-background: #FFF;
    --color-font: #000;
    --color-primary: #004A77;
    --color-primary-shade: #F2FAFF;
    --color-primary-tint: #E3A400;
    --color-secondary: #F73737;
    --color-secondary-tint: #F86464;
    --color-table-border: #DCDDDD;
    /* -ヘッダー-｜[カラー] */
    --header-height: 130px;
    --header-background: #FFF;
    --header-color-font: #000;
    --header-color-primary:#004A77;
    --header-color-primary-shade: #F2FAFF;
    --header-color-primary-tint: #E3A400;
    /* -フッター-｜[カラー] */
    --footer-background: #004A77;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
    /* ==== ルール付け ==== */
    --body-font-size: var(--font-size22);
    --body-line-height: 1.8;
    --body-letter-spacing: .03em;
    --body-font-family: var(--font-family01);
    --inner-width: 90%;
    --inner-max-width-px: 1400px;
    /* ==== h1~h6 ==== */
    --font-size-h1: var(--font-size44);
    --font-size-h2: var(--font-size38);
    --font-size-h3: var(--font-size32);
    --font-size-h4: var(--font-size28);
    --font-size-h5: var(--font-size24);
    /* ======== ▼gap設定[flexbox/card]▼ ======== */
    --gap-flex-column-02: var(--clamp-40);
    --gap-card-column-02: var(--clamp-40);
    --gap-card-column-03: var(--clamp-25);
    --gap-card-column-04: var(--clamp-40);
    --gap-card-column-05: var(--clamp-40);
    --gap-card-column-06: var(--clamp-40);    
}
[id] {
  scroll-margin-top: var(--clamp-100);
}
/* PC */
@media print, screen and (min-width: 1024px) {
}
/* タブレット */
@media print, screen and (max-width: 1023px) {
}
/* SP */
@media print, screen and (max-width: 768px) {
}

html, body {
  overflow-x: hidden;
}
html {
  font-size: 62.5%; /* 1rem = 10px */
}
body, p {
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
}
a, a:hover {
    color: inherit;
    transition: opacity .2s;
}
a:hover {
    opacity: .6;
}
ul, li {
    color: var(--color-font);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
iframe {
  max-width: 100%;
}
hr {
    margin: var(--clamp-40) 0;
}
/* == == == == == == == == == == == == == == == == == == 
* inner/outer
* == == == == == == == == == == == == == == == == == == */
.lInner {
    padding: var(--clamp-80) 0;
}
.wrapper_content,
.content_inner {
    width: var(--inner-width);
}
.wrapper_content {
	max-width: var(--inner-max-width-px);
	position: relative;
	margin: 0 auto;
    /* overflow: hidden; */
}
.content_inner {
    position: relative;
    z-index: 0; 
    width: var(--inner-width);
    margin: 0 auto;
}
.content_wrapper {
    position: relative;
    z-index: 0; 
    width: 100%;
    margin: 0 auto;
}
.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%;
    z-index: 0;
}
.max_w1800 {max-width: 1800px;}
.max_w1700 {max-width: 1700px;}
.max_w1600 {max-width: 1600px;}
.max_w1500 {max-width: 1500px;}
.max_w1400 {max-width: 1400px;}
.max_w1300 {max-width: 1300px;}
.max_w1200 {max-width: 1200px;}
.max_w1100 {max-width: 1100px;}
.max_w1000 {max-width: 1000px;}
.max_w900 {max-width: 900px;}
.max_w980 {max-width: 980px;}
.max_w960 {max-width: 960px;}
.max_w880 {max-width: 880px;}
.max_w800 {max-width: 800px;}
.max_w760 {max-width: 760px;}
.max_w660 {max-width: 660px;}
.max_w500 {max-width: 500px;}
.max_w400 {max-width: 400px;}
.inner_padding {
    padding: 0 6%;
}
@media print, screen and (min-width: 769px) {
    .w94-pc {
        width: 94%;
    } 
}
@media print, screen and (max-width: 768px) {
}
/* ==== post ~ ===== */
p, h1, h2, h3, h4, h5 {
    color: var(--color-font);
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    font-family: var(--font-family01);
}
h1, h2, h3, h4, h5 {
    font-weight: bold;
    margin-bottom: .5em;
	line-height: 1.5;
}
p {
    font-size: var(--body-font-size);
    margin-bottom: 1.5em;
    font-weight: 500;
}
p:last-child {
  margin-bottom: 0;
}
h1 {
    font-size: var(--font-size-h1);
}
h2 {
    font-size: var(--font-size-h2);
}
h3 {
    font-size: var(--font-size-h3);
}
h4 {
    font-size: var(--font-size-h4);
}
h5 {
    font-size: var(--font-size-h5);
}
/* == == == == == == == == == == == == == == == == == == 
*  レイアウト/あしらい
*  == == == == == == == == == == == == == == == == == == */
.anchor_link::before {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}
.googlemap {
    padding-top: 0;
	padding-bottom: clamp(250px, 30vw, 450px);
	margin: 0;
}
@media print, screen and (max-width: 768px) {
    .sp_center {
        text-align: center;
    }
}
/* == == == == == == == == == == == == == == == == == == 
*  flex / card
* == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
* flex 
* == == == == == == == == */
.col-1{ width: 100%;}
.col-2{width: calc((100% - (var(--gap-flex-column-02) * 1)) / 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%;}
.w85 {width: 85%;}
.wrap {flex-wrap: wrap;}
.nowrap {flex-wrap: nowrap;}
.gap {gap: 5%;}
.gap-2 {gap: 2%;}
.gap-3 {gap: 3%;}
.gap-4 {gap: 4%;}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5 {
        width: 100%;
        margin-bottom: 20px;
    } 
    .w25, .w35, .w45, .w55, .w65, .w75, .w85 {
        width: 100%;
        margin-bottom: 20px;
    }
}
/* == == == == == == == ==
* card
* == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    gap: var(--gap);
}
.card--col-2 {--gap: var(--gap-card-column-02);}
.card--col-3 {--gap: var(--gap-card-column-03);}
.card--col-4 {--gap: var(--gap-card-column-04);}
.card--col-5 {--gap: var(--gap-card-column-05);}
.card--col-6 {--gap: var(--gap-card-column-06);}
.card--col-2 .card__item {width: calc((100% - (var(--gap) * 1)) / 2);}
.card--col-3 .card__item {width: calc((100% - (var(--gap) * 2)) / 3);}
.card--col-4 .card__item {width: calc((100% - (var(--gap) * 3)) / 4);}
.card--col-5 .card__item {width: calc((100% - (var(--gap) * 4)) / 5);}
.card--col-6 .card__item {width: calc((100% - (var(--gap) * 5)) / 6);}
.card__item {position: relative;}
.card__item:has(.card__num) {
    margin-top: calc(var(--font-size62) * 1.1);
}
.card__num {
    font-size: var(--font-size62);
    font-family: var(--font-family02);
    font-weight: bold;
    color: #FFF;
    background: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.1em;
    height: 2.1em;
    border-radius: 50vw;
    position: absolute;
    top: -1.04em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.card p:last-child {margin: 0;}
@media print, screen and (max-width: 1023px) {
    .card--col-5 .card__item {width: calc((100% - (var(--gap) * 3)) / 4);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.card {
		width: 94%;
		margin: 0 auto;
	}
    .card {flex-direction: row;}
    .card--col-2, .card--col-3 {
        --gap: 15px;
    }
    .card--col-2 .card__item, .card--col-3 .card__item {
        width: 100%;
        margin-bottom: 0;
    }
    .card--col-4 .card__item, .card--col-5 .card__item, .card--col-6 .card__item  {
        width: calc((100% - (var(--gap) * 1)) / 2);
        margin-bottom: 0;
    }
}
@media print, screen and (max-width: 499px) {
    .card--col-4 .card__item, .card--col-5 .card__item, .card--col-6 .card__item {
        width: 100%;
		margin: 0 auto;
    }
}
/* == == == == == == == == == == == == == == == == == == 
* テーブル、マップ調整/table,map
* == == == == == == == == == == == == == == == == == == */
th, td {
  word-break: break-word;
}
table {
	border: 0;
	color: var(--color-font);
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	font-size: var(--font-size16);
	margin-bottom: 15px;
	box-sizing:border-box;
	line-height: 1.5;
	font-weight: 500;
}
table th, table td {
	text-align: left;
	padding: 1.2em 1em;
}
table th {
	border-bottom: var(--color-table-border) 1px solid;
	background-color: #FFF;
}
table td {
	border-bottom: var(--color-table-border) 1px solid;
	background-color: #FFF;
}
.of-scroll-x table {
    min-width: 1100px;
}
@media print, screen and (min-width: 769px) {
    table tr:first-child th, table tr:first-child td {
        border-top: 1px solid var(--color-table-border);
    }
}
@media print, screen and (max-width: 768px) {
    table.responsive th, table.responsive td {
        display: block;
        width: 100%;
    }
    table.responsive th {
        background: var(--color-primary-shade);
    }
}
/* == == == == == == == == == == == == == == == == == == 
* アイキャッチ/ lHeaderthumbnail
* == == == == == == == == == == == == == == == == == == */
.lHeaderthumbnail {
    position: relative;
}
.lHeaderthumbnail::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    opacity: .83;
    left: 0;
    top: 0;
    z-index: 0;
}
.lHeaderthumbnail__background {
    width: 100%;
    height: clamp(200px, 30vw, 300px);
}
.lHeaderthumbnail__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lHeaderthumbnail__title {
    position: absolute;
    width: var(--inner-width);
    max-width: 1480px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-h1);
    font-family: var(--font-family01);
    font-weight: bold;
    color: #FFF;
    line-height: 1.5;
    flex-direction: column;
    z-index: 1;
    margin-bottom: 0;
}
/* == == == == == == == == == == == == == == == == == == 
* パンくずリスト/ pBreadcrumb
* == == == == == == == == == == == == == == == == == == */
/* .lBreadcrumbContainer {
    margin-bottom: var(--clamp-60);
} */
.pBreadcrumb li {
    font-size: var(--font-size18);
    font-weight: 500;
}
.pBreadcrumb li:not(:last-child)::after {
    content: '>';
}
/* == == == == == == == == == == == == == == == == == == 
* カテゴリー（デフォルト）/ pCustomizedPosts
* == == == == == == == == == == == == == == == == == == */
.pCustomizedPosts {
    --gap: 20px;
    display: flex;
    gap: var(--gap);
    flex-direction: row;
    flex-wrap: wrap;
}
.pCustomizedPosts__post {
    --pb: calc(var(--font-size22) * 3.6);
    width: calc((100% - (var(--gap) * 3)) / 4);
    padding-bottom: var(--pb);
    position: relative;
    box-shadow: 0 3px 20px #C7C7C740;
    background-color: #FFF;
}
.pCustomizedPosts__inner {
    width: 94%;
    margin: 0 auto;
}
.pCustomizedPosts__thumbnail {
    overflow: hidden;
}
.pCustomizedPosts__thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
    transition: 1s ease;
}
.pCustomizedPosts__thumbnail a:hover {
    opacity: .8;
}
.pCustomizedPosts__thumbnail a:hover img {
    opacity: 1;
    transform: scale(1.05);
}
.pCustomizedPosts__title {
    font-size: var(--font-size24);
    font-weight: bold;
    padding: .2em 0;
    display: block;
}
.pCustomizedPosts__title a {
    display: block;
}
.pCustomizedPosts__meta {
    background: var(--color-primary);
    font-size: var(--font-size16);
    font-weight: bold;
    padding: .2em .6em .4em;
    color: #FFF;
    margin-bottom: .6em;
}
.pCustomizedPosts__excerpt {
    font-size: var(--font-size22);
    color: #A2A2A2;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 0;
}
.pCustomizedPosts__toDetailLink {
    position: absolute;
    bottom: 1.4em;
    font-size: var(--font-size22);
    font-weight: 500;
    color: #A2A2A2;
    right: 3%;
}
.pCustomizedPosts__toDetailLink a {
    text-decoration: underline;
}
.pCustomizedPosts__toDetailLink a:hover {
    text-decoration: unset;
}
@media print, screen and (min-width: 769px) {
    .lInner:has(.pCustomizedPosts) {
        max-width: 1800px;
        width: 94%;
    }
}
@media print, screen and (max-width: 1023px) {
    .pCustomizedPosts__post {
        width: calc((100% - (var(--gap) * 2)) / 3);
    }
}
@media print, screen and (max-width: 768px) {
    .pCustomizedPosts__post {
        width: calc((100% - (var(--gap) * 1)) / 2);
    }
}
@media print, screen and (max-width: 499px) {
    .pCustomizedPosts__post {
        width: 100%;
    }
}
/* == == == == == == == == == == == == == == == == == == 
* カテゴリー（news）/ pLatestPosts
* == == == == == == == == == == == == == == == == == == */
.pLatestPosts__posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px dashed var(--color-table-border);
    padding: 2rem 0;
}
.pLatestPosts__category {
    font-size: var(--font-size16);
    background: var(--color-primary);
    color: #FFF;
    font-weight: 500;
    padding: .3em 1em;
    border-radius: 5px;
    margin-right: 1rem;
}
.pLatestPosts__meta {
    display: flex;
    font-size: var(--font-size18);
    font-weight: 500;
    gap: 1rem;
}

@media print, screen and (max-width: 768px) {
    .pLatestPosts__category {
        margin-right: 0;
    }
    .pLatestPosts__title {
        width: 100%;
    }
}
/* == == == == == == == == == == == == == == == == == == 
* ページナビゲーション（カテゴリー） / .pPosts__postsNavigation
* == == == == == == == == == == == == == == == == == == */
.pPosts__postsNavigation {
    margin-top: var(--clamp-80);
}
ul.page-numbers {
    --main-color: var(--color-primary);
}
ul.page-numbers li {
    color: var(--main-color);
}
/* == == == == == == == == == == == == == == == == == == 
* 投稿記事 / pPost
* == == == == == == == == == == == == == == == == == == */
.pPost__title {
    font-size: var(--font-size-h2);
    font-weight: bold;
    border-bottom: 1px solid var(--color-table-border);
    padding-bottom: .4em;
    margin-bottom: 0;
}
.pPost__date {
    font-size: var(--font-size14);
    font-family: var(--font-family01);
    font-style: italic;
    font-weight: 500;
    text-align: right;
    margin-bottom: 4rem;
}
.pPostNav__list {
    margin-top: var(--clamp-80);
    display: flex;
    justify-content: space-between;
}
.pPostNav__link {
    font-size: var(--font-size16);
    font-weight: bold;
}
/* == == == == == == == == == == == == == == == == == == 
* カスタム投稿（プレスリリース） / p-custom-press-list
* == == == == == == == == == == == == == == == == == == */
.p-custom-press-list {
    --gap: 20px;
    display: flex;
    gap: calc(var(--gap) * 2) var(--gap);
    flex-direction: row;
    flex-wrap: wrap;
}
.p-custom-press-list__item {
    width: calc((100% - (var(--gap) * 2)) / 3);
}
.p-custom-press-list__img img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.p-custom-press-list__link {
    font-size: var(--font-size32);
    font-weight: bold;
    color: var(--color-primary);
    text-align: right;
}
.p-custom-press-list__link a {
    text-decoration: underline;
    display: inline-block;
    padding-left: 1.2em;
    position: relative;
}
.p-custom-press-list__link a::before {
    content: '▶︎';
    position: absolute;
    left: 0;
    top: 0;
}
.p-custom-press-list__link a:hover {
    text-decoration: unset;
    opacity: 1;
}
@media print, screen and (max-width: 768px) {
    .p-custom-press-list {
        gap: var(--gap);
    }
    .p-custom-press-list__item  {
        width: 100%;
    }
    .p-custom-press-list__img img {
        margin-bottom: 10px;
    }
    .p-custom-press-list__link {
        font-size: var(--font-size22);
    }
}

/* == == == == == == == == == == == == == == == == == == 
* トップ、下層調整/ .top-content, .page-content
* == == == == == == == == == == == == == == == == == == */
.page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* component / c-○○
* == == == == == == == == == == == == == == == == == == */
/* ==== c-ttl-01 ==== */
.c-ttl-01 {
    font-size: var(--font-size62);
    font-family: var(--font-family02);
    font-weight: bold;
    line-height: 1.3;
}
.c-ttl-01 .sub {
    font-size: var(--font-size26);
    font-family: var(--font-family01);
    color: var(--color-primary);
    display: block;
    padding-bottom: .6em;
    margin-bottom: .5em;
    position: relative;
}
.c-ttl-01 .sub::before {
    content: '';
    position: absolute;
    width: 2.3em;
    height: 1px;
    border-bottom: 3px solid;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* -- 追加ルール -- */
.c-ttl-01.has-icon {
    display: flex;
    align-items: center;
    gap: .3em;
}

.c-ttl-01.has-icon .icon {
    width: 1.3em;
}

.c-ttl-01.has-icon .icon img {
    width: 100%;
    height: auto;
}

/* ==== c-ttl-01 ==== */
.c-ttl-02 {
    font-size: var(--font-size38);
    padding-left: .8em;
    position: relative;
    margin-bottom: 1em;
}
.c-ttl-02::before {
    content: '';
    position: absolute;
    width: .5em;
    height: 80%;
    background: var(--color-primary);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* ==== c-text-bg ==== */
.c-text-bg {
    background: var(--color-primary);
    color: #FFF;
    display: inline-block;
    padding: 0 .8em;
}
/* ==== c-btn-content ==== */
.c-btn-content, .post .c-btn-content {
    display: flex;
    flex-direction: row;
    gap: 20px var(--clamp-40);
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
	position: relative;
	z-index: 10;
}
@media print, screen and (min-width: 769px) {
    .c-btn-content--left, .post .c-btn-content--left {
        justify-content: flex-start;
    }
    .c-btn-content--right, .post .c-btn-content--right {
        justify-content: flex-end;
    }
}
@media print, screen and (max-width: 768px) {
	.c-btn-content, .post .c-btn-content {
		gap: 20px;
	}
}
/* ==== c-btn ==== */
.c-btn, a.c-btn {
    --color: #FFF;
    --color-bg: var(--color-primary-tint);
    transition: .5s ease;
    display: inline-block;
    position: relative;
    font-size: var(--font-size26);
    font-family: var(--font-family01);
    font-weight: bold;
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    text-align: center; 
    color: var(--color);
    background: var(--color-bg);
    width: 90%;
    max-width: 380px;
    padding: 1em 2em;
    border-radius: 50vw;
    outline: 1px solid var(--color-bg);
    box-shadow: 0 8px 0 #AC841F;
}
.c-btn:hover, a.c-btn:hover {
    color: var(--color-bg);
    background: var(--color);
    box-shadow: 0 2px 4px #AC841F;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    opacity: 1;
}
.c-btn::after, a.c-btn::after {
    content: '';
    position: absolute;
    right: .8em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease;
    width: .8em;
    height: .8em;
    background-color: var(--color);
    mask-image: url(/wp-content/uploads/icon-arrow-dropright-circle.png);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}
.c-btn::after, a.c-btn:hover::after {
    background-color: var(--color-bg);
}
.c-btn .text-content, a.c-btn .text-content {
    position: relative;
    display: block;
    height: 1em;
    overflow: hidden;    
    line-height: 2;
}
.c-btn .text, a.c-btn .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: all .4s ease;
}
.c-btn .text-default, a.c-btn .text-default {
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.c-btn .text-hover, a.c-btn .text-hover {
    top: 100%;
    transform: translate(-50%, 0);
}
.c-btn:hover .text-default, a.c-btn:hover .text-default {
  top: -10%;
  opacity: 0;
}
.c-btn:hover .text-hover, a.c-btn:hover .text-hover {
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
/* -- 追加ルール -- */
.c-btn.page, a.c-btn.page {
    --color-bg: var(--color-primary);
    border-radius: 0;
    font-size: var(--font-size22);
    max-width: 450px;
    box-shadow: 0 0 0;
}

.c-btn.page::after, a.c-btn.page::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
/* ==== .c-table ==== */
table.c-table, table.c-table th, table.c-table td,
.post table.c-table, .post table.c-table th, .post table.c-table td {
    border: 0px solid var(--color-table-border);
}
table.c-table th, .post table.c-table th {
	border-bottom: 1px solid var(--color-primary);
} 
table.c-table td, .post table.c-table td {
	border-bottom: 1px solid var(--color-table-border);
} 
@media print, screen and (max-width: 768px) {
}
/* ==== c-list-career ==== */
.c-list-career {
    --font-size: var(--font-size22);
    display: flex;
    flex-direction: column;
    gap: 1.5em;
 }
.c-list-career li {
    font-size: var(--font-size);
    padding: .6em 3em;
    background: #FFF;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 4.5em;
    position: relative;
}
.c-list-career li::before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc((100% + 1.5em) - 1px);
    border-left: 1px dashed var(--color-primary);
    left: calc(.5em + (var(--font-size) * .45));
    top: 0;
}
.c-list-career li:first-child::before {
    height: calc(50% + 1.5em);
    top: 50%;
}
.c-list-career li:last-child::before {
    height: 50%;
    top: 0;
}
.c-list-career li::after {
    content: '';
    position: absolute;
    width: .9em;
    height: .9em;
    background-color: var(--color-primary);
    border-radius: 50vw;
    left: .5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-list-career .year {
    width: fit-content;
    font-size: var(--font-size44);
    font-weight: bold;
    color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.4;
}
.c-list-career .text {
    flex: 1;
}

.c-list-career .year .sub {
    font-size: var(--font-size18);
}
@media print, screen and (max-width: 768px) {
    .c-list-career li {
        gap: 1em;
        padding: .6em 2em;
    }
    .c-list-career li:first-child::before {
        height: calc((100% - 2em) + 1.5em);
        top: 2em;
    }
    .c-list-career li:last-child::before {
        height: 2em;
    }
    .c-list-career li::after {
        top: 1.8em;
    }
    .c-list-career .year {
        width: 100%;
        flex-direction: row;
        align-items: baseline;
        justify-content: flex-start;
        gap: .3em;
    }
    .c-list-career .text {
        width: 100%;
    }
}

/* ==== c-icon ==== */
.c-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1.2em;
}
.c-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/icon-map-pin.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
/* ==== c-img-object ==== */
.c-img-object .img-01 {
    position: absolute;
    width: 11%;
    left: 0;
    bottom: 0;
}
.c-img-object .img-02 {
    position: absolute;
    width: 14%;
    top: 20%;
    left: 7%;
}
.c-img-object .img-03 {
    position: absolute;
    width: 27%;
    top: 22%;
    right: 3%;
}
@media print, screen and (max-width: 768px) {
    .c-img-object .img-02 {
        top: 3%;
        left: 3%;
        width: 12%;
    }
    .c-img-object .img-03 {
        top: 2.5%;
        right: 3%;
        width: 20%;
    }
}
/* ==== c-name ==== */
.c-name {
    width: clamp(300px, 30vw, 575px);
}
.c-name img {
    width: 100%;
    height: auto;
}
@media print, screen and (max-width: 768px) {
    .c-name {
        margin: auto;  
    }
}
/* ==== c-visually-hidden ==== */
.c-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
/* == == == == == == == == == == == == == == == == == == 
* project / p-○○
* == == == == == == == == == == == == == == == == == == */
/* ==== p-tProfile ==== */
.p-tProfile .wrapper_content {
    width: 80%;
    max-width: 960px;
    background-color: #FFFFFF;
}
.p-tProfile::before, .p-tProfile::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 25%;
    top: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.p-tProfile::before {
    left: 0;
    background-image: url(/wp-content/uploads/top-profile-01.jpg);
}
.p-tProfile::after {
    right: 0;
    background-image: url(/wp-content/uploads/top-profile-02.jpg);
}
/* ========
 * [1/5更新]
 * =======*/

/* .p-tProfile__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.p-tProfile__img.img-01 {
    width: 20%;
    order: 0;
    min-width: 380px;
}

.p-tProfile__img.img-02 {
    width: 20%;
    order: 2;
}
@media print, screen and (min-width: 769px) {
	.p-tProfile {
		display: flex;
	}
	.p-tProfile::before, .p-tProfile::after {
		display: none;
	}
}
@media print, screen and (max-width: 768px) {
	.p-tProfile__img {
		display: none;
	}
}
 */

/* ========
 * / [1/5更新]
 * =======*/

@media print, screen and (max-width: 768px) {
    .p-tProfile .wrapper_content {
        width: 100%;
        background-color: #FFFFFFE3;
    }	
    .p-tProfile::before, .p-tProfile::after {
        width: 50%;
    }
}
/* ==== p-tPress ==== */
.p-tPress .text-area {
    padding-left: min(12%, 200px);
    position: relative;
}
@media print, screen and (max-width: 768px) {	
    .p-tPress .text-area {
        padding: 0;
        text-align: center;
    }
    .p-tPress .c-ttl-01 {
        justify-content: center;
    }
}
/* ==== p-external-site ==== */
@media print, screen and (max-width: 768px) {	
    .p-external-site .card--col-3 .card__item {
        width: calc((100% - (var(--gap) * 1)) / 2);
    }
}
/* ==== p- ==== */
@media print, screen and (max-width: 768px) {	
}
/* ==== p- ==== */
@media print, screen and (max-width: 768px) {	
}
/* == == == == == == == == == == == == == == == == == == 
* utility / u-○○
* == == == == == == == == == == == == == == == == == == */
/* ====  font-family / u-ff-○○ ===== */
.ff-01, .post .ff-01 {font-family: var(--font-family01)!important;}
.ff-02, .post .ff-02 {font-family: var(--font-family02)!important;}
.ff-03, .post .ff-03 {font-family: var(--font-family03)!important;}
/* ====  font-style / u-fst-○○ ===== */
.fst-normal, .post .fst-normal {font-style: normal!important;}
.fst-italic, .post .fst-italic {font-style: italic!important;}
/* ====  font-weight / u-fw-○○ ===== */
.fw-100, .post .fw-100 {font-weight: 100!important;}
.fw-200, .post .fw-200 {font-weight: 200!important;}
.fw-300, .post .fw-300 {font-weight: 300!important;}
.fw-400, .post .fw-400 {font-weight: 400!important;}
.fw-500, .post .fw-500 {font-weight: 500!important;}
.fw-600, .post .fw-600 {font-weight: 600!important;}
.fw-700, .post .fw-700 {font-weight: 700!important;}
.fw-800, .post .fw-800 {font-weight: 800!important;}
.fw-900, .post .fw-900 {font-weight: 900!important;}
.fw-regular, .post .fw-regular {font-weight: normal!important;}
.fw-mid, .post .fw-mid {font-weight: 500!important;}
.fw-bold, .post .fw-bold {font-weight: bold!important;}
.fw-black, .post .fw-black {font-weight: 900!important;}
/* ====  font-size / u-fs-○○ ===== */
.fs-12, .post .fs-12 {font-size: var(--font-size12)!important;}
.fs-14, .post .fs-14 {font-size: var(--font-size14)!important;}
.fs-16, .post .fs-16 {font-size: var(--font-size16)!important;}
.fs-18, .post .fs-18 {font-size: var(--font-size18)!important;}
.fs-20, .post .fs-20 {font-size: var(--font-size20)!important;}
.fs-22, .post .fs-22 {font-size: var(--font-size22)!important;}
.fs-24, .post .fs-24 {font-size: var(--font-size24)!important;}
.fs-26, .post .fs-26 {font-size: var(--font-size26)!important;}
.fs-28, .post .fs-28 {font-size: var(--font-size28)!important;}
.fs-30, .post .fs-30 {font-size: var(--font-size30)!important;}
.fs-32, .post .fs-32 {font-size: var(--font-size32)!important;}
.fs-34, .post .fs-34 {font-size: var(--font-size34)!important;}
.fs-36, .post .fs-36 {font-size: var(--font-size36)!important;}
.fs-38, .post .fs-38 {font-size: var(--font-size38)!important;}
.fs-40, .post .fs-40 {font-size: var(--font-size40)!important;}
.fs-42, .post .fs-42 {font-size: var(--font-size42)!important;}
.fs-44, .post .fs-44 {font-size: var(--font-size44)!important;}
.fs-46, .post .fs-46 {font-size: var(--font-size46)!important;}
.fs-48, .post .fs-48 {font-size: var(--font-size40)!important;}
.fs-50, .post .fs-50 {font-size: var(--font-size50)!important;}
.fs-52, .post .fs-52 {font-size: var(--font-size52)!important;}
.fs-54, .post .fs-54 {font-size: var(--font-size54)!important;}
.fs-56, .post .fs-56 {font-size: var(--font-size56)!important;}
.fs-58, .post .fs-58 {font-size: var(--font-size58)!important;}
.fs-60, .post .fs-60 {font-size: var(--font-size60)!important;}
@media print, screen and (max-width: 768px) {	
    .fs-12-sp, .post .fs-12-sp {font-size: var(--font-size12)!important;}
    .fs-13-sp, .post .fs-13-sp {font-size: var(--font-size13)!important;}
    .fs-14-sp, .post .fs-14-sp {font-size: var(--font-size14)!important;}
    .fs-16-sp, .post .fs-16-sp {font-size: var(--font-size16)!important;}
    .fs-18-sp, .post .fs-18-sp {font-size: var(--font-size18)!important;}
    .fs-20-sp, .post .fs-20-sp {font-size: var(--font-size20)!important;}
    .fs-22-sp, .post .fs-22-sp {font-size: var(--font-size22)!important;}
    .fs-24-sp, .post .fs-24-sp {font-size: var(--font-size24)!important;}
    .fs-25-sp, .post .fs-25-sp {font-size: var(--font-size25)!important;}
    .fs-26-sp, .post .fs-26-sp {font-size: var(--font-size26)!important;}
    .fs-28-sp, .post .fs-28-sp {font-size: var(--font-size28)!important;}
    .fs-36-sp, .post .fs-36-sp {font-size: var(--font-size36)!important;}
    .fs-38-sp, .post .fs-38-sp {font-size: var(--font-size38)!important;}
    .fs-60-sp, .post .fs-60-sp {font-size: var(--font-size60)!important;}
    .fs-85-sp, .post .fs-85-sp {font-size: var(--font-size85)!important;}
}
/* ====  line-height / u-lh-○○ ===== */
.lh-10, .post .lh-10 {line-height: 1!important;}
.lh-11, .post .lh-11 {line-height: 1.1!important;}
.lh-12, .post .lh-12 {line-height: 1.2!important;}
.lh-13, .post .lh-13 {line-height: 1.3!important;}
.lh-14, .post .lh-14 {line-height: 1.4!important;}
.lh-15, .post .lh-15 {line-height: 1.5!important;}
.lh-16, .post .lh-16 {line-height: 1.6!important;}
.lh-17, .post .lh-17 {line-height: 1.7!important;}
.lh-18, .post .lh-18 {line-height: 1.8!important;}
.lh-19, .post .lh-19 {line-height: 1.9!important;}
.lh-20, .post .lh-20 {line-height: 2!important;}
.lh-25, .post .lh-25 {line-height: 2.5!important;}
@media print, screen and (max-width: 768px) {
	.lh-15-sp, .post .lh-15-sp {line-height: 1.5!important;}
}
/* ===== letter-spacing / u-ls-○○ ===== */
.ls-0, .post .ls-0 {letter-spacing: 0;}
.ls-05, .post .ls-05 {letter-spacing: 0.05em;}
.ls-1, .post .ls-1 {letter-spacing: 0.1em;}
.ls-2, .post .ls-2 {letter-spacing: 0.2em;}
/* ===== text-decoration / u-td-○○ ===== */
.td-underline, .post .td-underline {text-decoration: underline;}
.td-underline-low, .post .td-underline-low {text-decoration: underline;text-underline-offset: .4em;}
.td-none, .post .td-none {text-decoration: none;}
.td-line-through, .post .td-line-through {text-decoration: line-through;}
.td-overline, .post .td-overline {text-decoration: overline;}
/* :hover */
a:hover .td-underline, .post a:hover .td-underline, a.td-underline:hover, .post a.td-underline:hover {text-decoration: none;}
/* ====  color / u-color-○○ ===== */
.color-body, .post .color-body {color: var(--color-background)!important;}
.color-font, .post .color-font {color: var(--color-font)!important;}
.color-primary, .post .color-primary {color: var(--color-primary)!important;}
.color-tint, .post .color-tint {color: var(--color-primary-tint)!important;}
.color-shade, .post .color-shade {color: var(--color-primary-shade)!important;}
.color-secondary, .post .color-secondary {color: var(--color-secondary)!important;}
.color-white, .post .color-white {color: #FFF!important;}
.color-black, .post .color-black {color: #333!important;}
/* ===== background / u-bg-○○ ===== */
.bg-white, .post .bg-white {background-color: #fff;}
.bg-gray, .post .bg-gray {background-color: #FCFCFC;}
.bg-body, .post .bg-body {background: var(--color-background);}
.bg-primary, .post .bg-primary {background-color: var(--color-primary);}
.bg-tint, .post .bg-tint {background: var(--color-primary-tint);}
.bg-shade, .post .bg-shade {background: var(--color-primary-shade);}
.bg-transparent, .post .bg-transparent {background: transparent;}
.bg-radius-top {border-radius: var(--clamp-120) var(--clamp-120) 0 0;}
/* ===== display / u-d-○○ ===== */
.d-block, .post .d-block {display: block;}
.d-inline, .post .d-inline {display: inline;}
.d-inline-block, .post .d-inline-block {display: inline-block;}
.d-flex, .post .d-flex {display: flex;}
.d-none, .post .d-none {display: none;}
/* ===== flexbox / u-jc-○○ / u-ai-○○ ===== */
.jc-start, .post .jc-start {justify-content: flex-start;}
.jc-center, .post .jc-center {justify-content: center;}
.jc-end, .post .jc-end {justify-content: flex-end;}
.jc-between, .post .jc-between {justify-content: space-between;}
.jc-around, .post .jc-around {justify-content: space-around;}
.jc-evenly, .post .jc-evenly {justify-content: space-evenly;}
.ai-start, .post .ai-start {align-items: flex-start;}
.ai-center, .post .ai-center {align-items: center;}
.ai-end, .post .ai-end {align-items: flex-end;}
/* ===== border / u-bd-○○ ===== */
.bd, .post .bd {border: 1px solid var(--color-table-border);}
.bd-none, .post .bd-none {border: none;}
.bd-top, .post .bd-top {border-top: 1px solid var(--color-table-border);}
.bd-bottom, .post .bd-bottom {border-bottom: 1px solid var(--color-table-border);}
.outline, .post .outline {outline: 1px solid #C3C3C3;}
/* ===== radius / u-radius-○○ ===== */
.radius, .post .radius {border-radius: 20px;}
.radius-sm, .post .radius-sm {border-radius: 8px;}
.radius-lg, .post .radius-lg {border-radius: 20px;}
/* ===== overflow / u-of-○○ ===== */
.of-visible, .post .of-visible {overflow: visible;}
.of-hidden, .post .of-hidden {overflow: hidden;}
.of-scroll, .post .of-scroll {overflow: scroll;}
.of-auto, .post .of-auto {overflow: auto;}
.of-scroll-x, .post .of-scroll-x {overflow-x: scroll;} 
/* ===== box-shadow / u-shadow-○○ ===== */
.shadow, .post .shadow {box-shadow: 0 3px 20px #C7C7C740;}
.shadow-sm, .post .shadow-sm {box-shadow: 0 3px 20px #0000000D;}
/* ===== position / u-pos-○○ ===== */
.pos-static, .post .pos-static {position: static;}
.pos-relative, .post .pos-relative {position: relative;}
.pos-absolute, .post .pos-absolute {position: absolute;}
.pos-fixed, .post .pos-fixed {position: fixed;}
.pos-sticky, .post .pos-sticky {position: sticky;}
/* ===== background-image pattern / u-bg-cover / u-bg-contain ===== */
.bg-cover, .post .bg-cover {background-position: center;background-size: cover;background-repeat: no-repeat;}
.bg-contain, .post .bg-contain {background-position: center;background-size: contain;background-repeat: no-repeat;}
/* ===== 疑似要素で画像を入れる場合 / u-bg-img ===== */
.bg-img::before, .post .bg-img::before,
.bg-img::after, .post .bg-img::after {content: "";position: absolute;width: 100%;height: 100%;}
/* ===== image / u-img-fluid ===== */
.img-fluid img, .post .img-fluid img {width: 100%;height: auto;display: block;}
.img-stretch img, .post .img-stretch img {height: 100%;object-fit: cover;object-position: center;}
.img-fit_2-1 img, .post .img-fit_2-1 img {aspect-ratio: 2/1;object-fit: cover;}
@media screen and (max-width: 768px) {
    .img-fit_2-1-sp img, .post .img-fit_2-1-sp img {aspect-ratio: 2/1;object-fit: cover;object-position: top;}   
}
/* ===== margin / u-mt-○○ / u-mx-○○ ===== */
.mt1 {margin-top: 1rem !important;}
.mt2 {margin-top: 2rem !important;}
.mt3 {margin-top: 3rem !important;}
.mt4 {margin-top: 4rem !important;}
.mt5 {margin-top: 5rem !important;}
.mt6 {margin-top: 6rem !important;}
.mt7 {margin-top: 7rem !important;}
.mt8 {margin-top: 8rem !important;}
.mt9 {margin-top: 9rem !important;}
.mt10 {margin-top: 10rem !important;}
.mt15 {margin-top: 15rem !important;}
.mt16 {margin-top: 16rem !important;}
.mb1 {margin-bottom: 1rem !important;}
.mb2 {margin-bottom: 2rem !important;}
.mb3 {margin-bottom: 3rem !important;}
.mb4 {margin-bottom: 4rem !important;}
.mb5 {margin-bottom: 5rem !important;}
.mb6 {margin-bottom: 6rem !important;}
.mb7 {margin-bottom: 7rem !important;}
.mb8 {margin-bottom: 8rem !important;}
.mb9 {margin-bottom: 9rem !important;}
.mb10 {margin-bottom: 10rem !important;}
.mb15 {margin-bottom: 15rem !important;}
.mb16 {margin-bottom: 16rem !important;}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (min-width: 769px) {
    .mt1-pc {margin-top: 1rem !important;}
    .mt2-pc {margin-top: 2rem !important;}
    .mt3-pc {margin-top: 3rem !important;}
    .mt4-pc {margin-top: 4rem !important;}
    .mt5-pc {margin-top: 5rem !important;}
    .mt6-pc {margin-top: 6rem !important;}
    .mt7-pc {margin-top: 7rem !important;}
    .mt8-pc {margin-top: 8rem !important;}
    .mt9-pc {margin-top: 9rem !important;}
    .mt10-pc {margin-top: 10rem !important;}
    .mt15-pc {margin-top: 15rem !important;}
    .mt16-pc {margin-top: 16rem !important;}
    .mb1-pc {margin-bottom: 1rem !important;}
    .mb2-pc {margin-bottom: 2rem !important;}
    .mb3-pc {margin-bottom: 3rem !important;}
    .mb4-pc {margin-bottom: 4rem !important;}
    .mb5-pc {margin-bottom: 5rem !important;}
    .mb6-pc {margin-bottom: 6rem !important;}
    .mb7-pc {margin-bottom: 7rem !important;}
    .mb8-pc {margin-bottom: 8rem !important;}
    .mb9-pc {margin-bottom: 9rem !important;}
    .mb10-pc {margin-bottom: 10rem !important;}
    .mb15-pc {margin-bottom: 15rem !important;}
    .mb16-pc {margin-bottom: 16rem !important;}
    .ml-auto-pc {
        margin-left: auto !important;
        margin-right: 0 !important;
    }   
    .mr-auto-pc {
        margin-right: auto !important;
        margin-left: 0 !important;
    }   
}
@media screen and (max-width: 768px) {
    .mt1 {margin-top:calc(1rem / 2) !important;}
    .mt2 {margin-top:calc(2rem / 2) !important;}
    .mt3 {margin-top:calc(3rem / 2) !important;}
    .mt4 {margin-top:calc(4rem / 2) !important;}
    .mt5 {margin-top:calc(5rem / 2) !important;}
    .mt6 {margin-top:calc(6rem / 2) !important;}
    .mt7 {margin-top:calc(7rem / 2) !important;}
    .mt8 {margin-top:calc(8rem / 2) !important;}
    .mt9 {margin-top:calc(9rem / 2) !important;}
    .mt10 {margin-top:calc(10rem / 2) !important;}
    .mt15 {margin-top:calc(15rem / 2) !important;}
    .mt16 {margin-top:calc(16rem / 2) !important;}
    .mb1 {margin-bottom:calc(1rem / 2) !important;}
    .mb2 {margin-bottom:calc(2rem / 2) !important;}
    .mb3 {margin-bottom:calc(3rem / 2) !important;}
    .mb4 {margin-bottom:calc(4rem / 2) !important;}
    .mb5 {margin-bottom:calc(5rem / 2) !important;}
    .mb6 {margin-bottom:calc(6rem / 2) !important;}
    .mb7 {margin-bottom:calc(7rem / 2) !important;}
    .mb8 {margin-bottom:calc(8rem / 2) !important;}
    .mb9 {margin-bottom:calc(9rem / 2) !important;}
    .mb10 {margin-bottom:calc(10rem / 2) !important;}
    .mb15 {margin-bottom:calc(15rem / 2) !important;}
    .mb16 {margin-bottom:calc(16rem / 2) !important;}  
    .mt1-sp {margin-top:calc(1rem / 2) !important;}
    .mt2-sp {margin-top:calc(2rem / 2) !important;}
    .mt3-sp {margin-top:calc(3rem / 2) !important;}
    .mt4-sp {margin-top:calc(4rem / 2) !important;}
    .mt5-sp {margin-top:calc(5rem / 2) !important;}
    .mt6-sp {margin-top:calc(6rem / 2) !important;}
    .mt7-sp {margin-top:calc(7rem / 2) !important;}
    .mt8-sp {margin-top:calc(8rem / 2) !important;}
    .mt9-sp {margin-top:calc(9rem / 2) !important;}
    .mt10-sp {margin-top:calc(10rem / 2) !important;}
    .mt15-sp {margin-top:calc(15rem / 2) !important;}
    .mt16-sp {margin-top:calc(16rem / 2) !important;}
    .mb1-sp {margin-bottom:calc(1rem / 2) !important;}
    .mb2-sp {margin-bottom:calc(2rem / 2) !important;}
    .mb3-sp {margin-bottom:calc(3rem / 2) !important;}
    .mb4-sp {margin-bottom:calc(4rem / 2) !important;}
    .mb5-sp {margin-bottom:calc(5rem / 2) !important;}
    .mb6-sp {margin-bottom:calc(6rem / 2) !important;}
    .mb7-sp {margin-bottom:calc(7rem / 2) !important;}
    .mb8-sp {margin-bottom:calc(8rem / 2) !important;}
    .mb9-sp {margin-bottom:calc(9rem / 2) !important;}
    .mb10-sp {margin-bottom:calc(10rem / 2) !important;}
    .mb15-sp {margin-bottom:calc(15rem / 2) !important;}
    .mb16-sp {margin-bottom:calc(16rem / 2) !important;}  
    .ml-auto-sp {
        margin-left: auto !important;
        margin-right: 0 !important;
    }   
    .mr-auto-sp {
        margin-right: auto !important;
        margin-left: 0 !important;
    }   
}
/* ===== padding / u-pt-○○ / u-px-○○ ===== */
.pt1 {padding-top: 1rem !important;}
.pt2 {padding-top: 2rem !important;}
.pt3 {padding-top: 3rem !important;}
.pt4 {padding-top: 4rem !important;}
.pt5 {padding-top: 5rem !important;}
.pt6 {padding-top: 6rem !important;}
.pt7 {padding-top: 7rem !important;}
.pt8 {padding-top: 8rem !important;}
.pt9 {padding-top: 9rem !important;}
.pt10 {padding-top: 10rem !important;}
.pt15 {padding-top: 15rem !important;}
.pt16 {padding-top: 16rem !important;}
.pb1 {padding-bottom: 1rem !important;}
.pb2 {padding-bottom: 2rem !important;}
.pb3 {padding-bottom: 3rem !important;}
.pb4 {padding-bottom: 4rem !important;}
.pb5 {padding-bottom: 5rem !important;}
.pb6 {padding-bottom: 6rem !important;}
.pb7 {padding-bottom: 7rem !important;}
.pb8 {padding-bottom: 8rem !important;}
.pb9 {padding-bottom: 9rem !important;}
.pb10 {padding-bottom: 10rem !important;}
.pb15 {padding-bottom: 15rem !important;}
.pb16 {padding-bottom: 16rem !important;}
@media screen and (min-width: 769px) {
    .pt1-pc {padding-top: 1rem !important;}
    .pt2-pc {padding-top: 2rem !important;}
    .pt3-pc {padding-top: 3rem !important;}
    .pt4-pc {padding-top: 4rem !important;}
    .pt5-pc {padding-top: 5rem !important;}
    .pt6-pc {padding-top: 6rem !important;}
    .pt7-pc {padding-top: 7rem !important;}
    .pt8-pc {padding-top: 8rem !important;}
    .pt9-pc {padding-top: 9rem !important;}
    .pt10-pc {padding-top: 10rem !important;}
    .pt15-pc {padding-top: 15rem !important;}
    .pt16-pc {padding-top: 16rem !important;}
    .pb1-pc {padding-bottom: 1rem !important;}
    .pb2-pc {padding-bottom: 2rem !important;}
    .pb3-pc {padding-bottom: 3rem !important;}
    .pb4-pc {padding-bottom: 4rem !important;}
    .pb5-pc {padding-bottom: 5rem !important;}
    .pb6-pc {padding-bottom: 6rem !important;}
    .pb7-pc {padding-bottom: 7rem !important;}
    .pb8-pc {padding-bottom: 8rem !important;}
    .pb9-pc {padding-bottom: 9rem !important;}
    .pb10-pc {padding-bottom: 10rem !important;}
    .pb15-pc {padding-bottom: 15rem !important;}
    .pb16-pc {padding-bottom: 16rem !important;}
}
@media screen and (max-width: 768px) {
    .pt1 {padding-top:calc(1rem / 2) !important;}
    .pt2 {padding-top:calc(2rem / 2) !important;}
    .pt3 {padding-top:calc(3rem / 2) !important;}
    .pt4 {padding-top:calc(4rem / 2) !important;}
    .pt5 {padding-top:calc(5rem / 2) !important;}
    .pt6 {padding-top:calc(6rem / 2) !important;}
    .pt7 {padding-top:calc(7rem / 2) !important;}
    .pt8 {padding-top:calc(8rem / 2) !important;}
    .pt9 {padding-top:calc(9rem / 2) !important;}
    .pt10 {padding-top:calc(10rem / 2) !important;}
    .pt15 {padding-top:calc(15rem / 2) !important;}
    .pt16 {padding-top:calc(16rem / 2) !important;}
    .pb1 {padding-bottom:calc(1rem / 2) !important;}
    .pb2 {padding-bottom:calc(2rem / 2) !important;}
    .pb3 {padding-bottom:calc(3rem / 2) !important;}
    .pb4 {padding-bottom:calc(4rem / 2) !important;}
    .pb5 {padding-bottom:calc(5rem / 2) !important;}
    .pb6 {padding-bottom:calc(6rem / 2) !important;}
    .pb7 {padding-bottom:calc(7rem / 2) !important;}
    .pb8 {padding-bottom:calc(8rem / 2) !important;}
    .pb9 {padding-bottom:calc(9rem / 2) !important;}
    .pb10 {padding-bottom:calc(10rem / 2) !important;}
    .pb15 {padding-bottom:calc(15rem / 2) !important;}
    .pb16 {padding-bottom:calc(16rem / 2) !important;}  
    .pt1-sp {padding-top:calc(1rem / 2) !important;}
    .pt2-sp {padding-top:calc(2rem / 2) !important;}
    .pt3-sp {padding-top:calc(3rem / 2) !important;}
    .pt4-sp {padding-top:calc(4rem / 2) !important;}
    .pt5-sp {padding-top:calc(5rem / 2) !important;}
    .pt6-sp {padding-top:calc(6rem / 2) !important;}
    .pt7-sp {padding-top:calc(7rem / 2) !important;}
    .pt8-sp {padding-top:calc(8rem / 2) !important;}
    .pt9-sp {padding-top:calc(9rem / 2) !important;}
    .pt10-sp {padding-top:calc(10rem / 2) !important;}
    .pt15-sp {padding-top:calc(15rem / 2) !important;}
    .pt16-sp {padding-top:calc(16rem / 2) !important;}
    .pb1-sp {padding-bottom:calc(1rem / 2) !important;}
    .pb2-sp {padding-bottom:calc(2rem / 2) !important;}
    .pb3-sp {padding-bottom:calc(3rem / 2) !important;}
    .pb4-sp {padding-bottom:calc(4rem / 2) !important;}
    .pb5-sp {padding-bottom:calc(5rem / 2) !important;}
    .pb6-sp {padding-bottom:calc(6rem / 2) !important;}
    .pb7-sp {padding-bottom:calc(7rem / 2) !important;}
    .pb8-sp {padding-bottom:calc(8rem / 2) !important;}
    .pb9-sp {padding-bottom:calc(9rem / 2) !important;}
    .pb10-sp {padding-bottom:calc(10rem / 2) !important;}
    .pb15-sp {padding-bottom:calc(15rem / 2) !important;}
    .pb16-sp {padding-bottom:calc(16rem / 2) !important;}  
}


/* == == == == == == == == == == == == == == == == == == 
* ヘッダー調整 / lheader c-header
* == == == == == == == == == == == == == == == == == == */
.lHeader001__headerInner {
    padding: 0 min(3%, 40px);
    gap: var(--space-50);
}
.lHeader001__logo {
  display: flex;
  align-items: center;
  width: 30%;
}
.lheader001__nav-contact {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: var(--space-24);
}
.c-header001, .c-header001 .c-nav__list {
    height: 100%;
    display: flex;
}
.lheader001__contact .head_btn {
    --color: #FFF;
    --color-bg: var(--header-color-primary);
    color: var(--color);
    background: var(--color-bg);
    font-size: var(--font-size20);
    font-family: var(--font-family01);
    font-weight: bold;
    letter-spacing: .03em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 12em;
    height: 70px;
    border-radius: 4px;
    gap: .5em;
    outline: 2px solid var(--header-color-primary);
    transition: .5s ease;
}
.lheader001__contact .head_btn:hover {
    --color: var(--header-color-primary);
    --color-bg: #FFF;
    opacity: 1;
}
.lheader001__contact .head_btn.contact::before {
    content: '';
    position: relative;
    width: 1em;
    height: 1em;
    background-color: #FFF;
    mask-image: url(/wp-content/uploads/icon-envelope.png);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    transition: .5s ease;
}
.lheader001__contact .head_btn.contact:hover::before {
    background-color: var(--header-color-primary);
}
.lHeader001 .menu-item a {
    padding: 0 var(--space-24);
    font-size: var(--font-size20);
    font-weight: bold;
}
.lHeader001 .menu-item a:hover {
    opacity: 1;
}
.lHeader001 .menu-item a:hover, 
.lHeader001 .current-menu-item {
    color: var(--header-color-primary);
}
/* .lHeader001 .menu-item a:hover::after,
.lHeader001 .current-menu-item a::after {
    transform: scaleX(1);
} */

.sticky-header #header {
    background-color: #FFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    height: 100px;
}
.sticky-header .lHeader001__logo img {
    max-height: 60px;
}
@media print, screen and (max-width: 1023px) { 
    .lHeader001 {
        height: 80px;
    }
    .lHeader001__header .lheader001__nav-contact {
        display: none;
    }
    .c-header001, .c-header001 .c-nav__list {
        height: auto;
        flex-direction: column;
        width: 100%;
    }
    .lHeader001 .menu-item {
        margin: 0;
    }
    .lHeader001 .menu-item a {
        padding: 1em;
        border-bottom: 1px dashed var(--color-table-border);
        font-size: var(--font-size18);
    }
    .lHeader001__tabletHamburgerOpen,
    .lHeader001__tabletHamburgerClose {
        color: var(--header-color-primary);
    }
    .lHeader001__tabletNavContainer {
        background-color: transparent;
    }
    .lheader001__contact {
        width: 100%;
    }
    .lheader001__contact .head_btn {
        width: 100%;
    }
    .headerNavIsOpen .lHeader001__header, .sticky-header #header {
        height: 80px;
    }
    .headerNavIsOpen .lHeader001__inner {
        background-color: #FFF;
    }
    .headerNavIsOpen .lHeader001__tabletNavContainer {
        height: calc(100vh - (var(--admin-bar-height) + 80px));
        padding: 3%;
        background-color: #FFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: var(--space-50);   
    }
    .sticky-header .lHeader001__inner {
        top: 0;
    }
}
/* == == == == == == == == == == == == == == == == == == 
* ヘッダー調整 / footer c-header
* == == == == == == == == == == == == == == == == == == */
footer {
    background: var(--footer-background);
    color: var(--footer-color-font);
    padding: 40px 0;
}
footer p {
    color: var(--footer-color-font);
}
footer .c-logo img {
    width: 80%;
    max-width: 495px;
}
.footer__content {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 1rem;
}
.c-footerNav {
    display: flex;
}
.c-footerNav .c-nav__list {
    display: flex;
    flex-wrap: wrap;
}
.c-footerNav .c-nav__list a {
    color: #FFF;
    font-size: 12px;
    position: relative;
    padding: 0 1.5em;
    font-weight: 500;
    display: inline-block;    
}
.c-footerNav .c-nav__list a::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    border-left: 1px solid;
    top: 0;
    left: 0;
}
.c-footerNav .c-nav__list a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    border-left: 1px solid;
    top: 0;
    right: -1px;
}
.copyright {
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
}
@media print, screen and (max-width: 1023px) {
    footer {
        text-align: center;
    }
    footer .flexbox {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    footer .col-2 {
        width: 100%;
    }
    footer .c-logo img {
        margin: 0 auto;
    }
    .footer__content {
        align-items: center;
    }
    .c-footerNav .c-nav__list {
        justify-content: center;
     }
}
/* == == == == == == == == == == == == == == == == == == 
* その他の調整 / other
* == == == == == == == == == == == == == == == == == == */


