/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "UTF-8";
/*----------このエリアは削除すると正しく動作しない可能性があります----------

Theme Name:   LION MEDIA Child
Theme URI:    http://fit-jp.com/theme/
Description:  FIT(フィット) が制作するメディア用WordPressTHEME「LION MEDIA」の子テーマ
Author:       Kota Naito　@FIT(フィット)
Author URI:   http://fit-jp.com/about/
Template:     lionmedia
Version:      1.2
License:      GNU GENERAL PUBLIC LICENSE
License URI:  http://www.gnu.org/licenses/gpl.html

----------このエリアは削除すると正しく動作しない可能性があります----------*/


/*/////////////////////////////////////////////////
//下記ユーザーカスタマイズエリア
/////////////////////////////////////////////////*/
input.referer-page { display:none; }

.wp-block-image {
	margin-top: 1em !important;
}

h4 {
	border-bottom: 3px solid #f0b200;
}
.checkmark::before {
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    margin-right: 5px;
    color: #f0b200;
    font-size: 120%;
	font-weight: 600;
}

.blue-box {
	display: block;
	border: 1px dashed #4865B2;
	padding: 1.2em 1em;
	background-color: #F8F9FF;
	line-height: 1.6;
	line-height: 2.3;
}

.blue-box-title {
	margin-top: 5px !important;
	display: block;
	border: 1px dashed #4865B2;
	padding: 1.2em 1em;
	background-color: #F8F9FF;
	line-height: 1.6;
	line-height: 2.3;
}

.yellow-box {
	display: block;
	border: 1px dashed #fac62a;
	padding: 1.2em 1em;
	background-color: #fffbf0;
	line-height: 1.6;
	line-height: 2.3;
}

.yellow-box-title {
	margin-top: 5px !important;
	display: block;
	border: 1px dashed #fac62a;
	padding: 1.2em 1em;
	background-color: #fffbf0;
	line-height: 1.6;
	line-height: 2.3;
}

.checkpoint-box {
	display: block;
	border: 1px dashed #fac62a;
	padding: 1rem 1rem 1.2em 1em;
	background-color: #fffbf0;
	line-height: 1.6;
	line-height: 2.3;
}

.checkpoint-box::before {
	font-family: "Font Awesome 5 Free";
    content: '\f0a4';
    margin-right: 5px;
    color: #f0b200;
    font-size: 150%;
	padding: 10px;
	background: white;
	border-radius: 50%;	
}

.gray-box {
	display: block;
	border: 2px solid #F0F0F0;
	padding: 1.2em 1em;
	background-color: #FAFAFA;
	line-height: 2.3;
}

.gray-box-title {
	margin-top: 5px !important;
	display: block;
	border: 2px solid #F0F0F0;
	padding: 1.2em 1em;
	background-color: #FAFAFA;
	line-height: 2.3;
}

.white-box {
	display: block;
	border: 2px solid #d9d8d7;
	padding: 1.2em 1em;
	background-color: white;
	line-height: 2.3;
}

.white-box-title {
	margin-top: 5px !important;
	display: block;
	border: 2px solid #d9d8d7;
	padding: 1.2em 1em;
	background-color: white;
	line-height: 2.3;
}

.box-title-black::before {
	font-family: "Font Awesome 5 Free";
    content: '\f14a';
    margin-right: 5px;
    color: black;
	font-weight: 600;
}

.box-title-yellow::before {
	font-family: "Font Awesome 5 Free";
    content: '\f14a';
    margin-right: 5px;
    color: #f0b200;
	font-weight: 600;
}

.box-title-blue::before {
	font-family: "Font Awesome 5 Free";
    content: '\f14a';
    margin-right: 5px;
    color: #7289da;
	font-weight: 600;
}

/*パンくずエリアパーツ(複数個所で使用)*/
.breadcrumbsbox {
	background: #f2f2f2;
}
.breadcrumbs{
	padding: 10px 0px;
    width: inherit;
    color: #7f7f7f;
    white-space: nowrap;
    position: relative;
    float: left;
    font-size: 1.2rem;
    line-height: 1.75;
	overflow-x: scroll;
}

.itemListElement {
	margin-right: 10px;
	margin-left: 10px;
}

.bread-home:before {
	font-family: "icomoon";
	content: "\e904";
	padding-right: 3px;
}

.textbold {
	font-weight: 600;
}

.wp-block-image img {
	height: auto;
}

.fixedbtn {
	position: fixed;
    bottom: 2%;
    left: 2%;
    width: auto;
    padding: 10px 20px;
    background: #f0b200;
    -webkit-box-shadow: 0 0 10px #8080808f;
            box-shadow: 0 0 10px #8080808f;
    border: none;
    font-size: 20px;
    z-index: 99;
    color: white;
    font-weight: 600;
    border-radius: 30px;
	cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.fixedbtn:hover {
	color: #f0b200;
	background: white;
}

.fa-envelope {
	margin-right: 5px;
}

.fixedbtn:hover .fa-envelope {
	color: #f0b200;
}

@media only screen and (max-width: 1200px) {
	.fixedbtn {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.fixedbtn {
		font-size: 16px;
	}
}

.wpcf7-text, .wpcf7-textarea {
	-webkit-box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 25%) inset;
	        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 25%) inset;
    border: none;
    background: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
}

.mustitem {
	text-align: center;
    padding: 3px 5px;
    font-size: 1.2rem;
    background: #f0b200;
    color: #fff;
    border-radius: 5px;
    width: auto;
    margin-left: 5px;
	font-weight: 600;
}

.wpcf7-form label {
	font-weight: 600;
}

.wpcf7-submit {
	margin-top: 1rem;
	position: relative;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 5px;
    border: 1px solid #f0b200;
    color: #fff;
    background:#f0b200;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-weight: 600;
}

.wpcf7-submit:hover {
	background: #fff;
    color: #f0b200;
	border: 1px solid #f0b200;
}

.grecaptcha-badge {
	display: none;
}

#wpcf7-f2363-o1 {
	margin-top: 3rem;
}

#wpcf7-f2363-o1 input, #wpcf7-f2363-o1 textarea {
	width: 100%;
}

#wpcf7-f2363-o1 p {
	margin-top: 1rem;
}

.articlebanner {
position: relative;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
margin: 3rem 0 4rem 0;
}

@media only screen and (max-width: 860px) {
	.articlebanner {
		flex-direction: column;
		width: 90%;
	}
}

@media only screen and (max-width: 767px) {
	.articlebanner {
		flex-direction: row;
		width: 100%;
	}
}

@media only screen and (max-width: 650px) {
	.articlebanner {
		flex-direction: column;
    	width: 70%;
    	margin: 3rem auto 4rem auto;
	}
}

@media only screen and (max-width: 600px) {
	.fixedbtn {
    	display: none;
	}
}

@media only screen and (max-width: 500px) {
	.articlebanner {
    	width: 95%;
	}
}


.hustle-layout {
	position: static;
}
.l-wrapper {
	width: 99rem;
	margin: 0 auto;
}
.eyecatch-archive a {
  position: static;
  display: inline;
}
.breadcrumb {
	padding: 0;
}
.breadcrumb .container {
	width: 119rem;
	max-width: none;
	margin: 0 auto;
	padding: 12rem 0 0;
}
.breadcrumb__list {
	display: flex;
	justify-content: flex-end;
	letter-spacing: .05em;
	width: fit-content;
	margin-left: auto;
}
.breadcrumb__list a {
	text-decoration: underline;
}
.breadcrumb__item {
	color: #9EACBF;
	font-size: 1.2rem;
}
.breadcrumb__item .icon-home::before {
	display: none;
}
.breadcrumb__item:last-child {
	padding-right: 0;
	margin-right: 0;
}
.breadcrumb__item::after {
	border-top: 0;
	height: 1.1rem;
	margin-top: -.6rem;
}
.archiveTitle::before,
.archiveTitle::after {
	display: none;
}
.archiveTitle {
	margin-bottom: 4.2rem;
}
.heading.heading-first {
	border: 0;
	font-size: 3.2rem;
	letter-spacing: .05em;
	padding: 0 0 0 1rem;
	float: none;
}
.heading.heading-first::before {
	content: '';
	display: block;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	position: absolute;
	top: .5rem;
	left: 0;
	background: #F39801;
}
.heading.heading-first.store::before,
.eyecatch__cat a.store::before,
.dateList__item a.store::before {
	background: #F30101;
}
.heading.heading-first.sns::before,
.eyecatch__cat a.sns::before,
.dateList__item a.sns::before {
	background: #FFBD27;
}
.heading.heading-first.google::before,
.eyecatch__cat a.google::before,
.dateList__item a.google::before {
	background: #0167F3;
}
.heading.heading-first.seo-meo::before,
.eyecatch__cat a.seo-meo::before,
.dateList__item a.seo-meo::before {
	background: #CA74FF;
}
.heading.heading-first.digital-ad::before,
.eyecatch__cat a.digital-ad::before,
.dateList__item a.digital-ad::before {
	background: #FF7474;
}
.heading.heading-first.digital-marketing::before,
.eyecatch__cat a.digital-marketing::before,
.dateList__item a.digital-marketing::before {
	background: #04D181;
}
.heading.heading-first.inbound::before,
.eyecatch__cat a.inbound::before,
.dateList__item a.inbound::before {
	background: #FF86DA;
}
.heading.heading-first.work-efficiency::before,
.eyecatch__cat a.work-efficiency::before,
.dateList__item a.work-efficiency::before {
	background: #11B5C2;
}
.heading.heading-first.uncategorized::before,
.eyecatch__cat a.uncategorized::before,
.dateList__item a.uncategorized::before {
	background: #292929;
}
.archiveDescription {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2.2857;
	border-bottom: .1rem solid #081322;
	padding: 0 0 7.3rem;
	margin: 0 0 8rem;
}
.l-main.l-main-single {
	padding: 2.5rem 0;
}
.archive {
	margin-left: -4rem;
}
.archiveItem {
	width: calc(50% - 4rem);
	position: relative;
	margin: 0 0 9.6rem 4rem;
}
.t-rich .eyecatch {
	box-shadow: none;
	border-radius: 1rem;
	margin-bottom: 1.6rem;
}
.eyecatch:before {
	padding-top: 56.0947%;
}
.eyecatch__cat {
	left: 1rem;
	bottom: 1rem;
	right: auto;
	top: auto;
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	background: none;
}
.eyecatch__cat a,
.dateList__item a {
	display: inline-block;
	background: #fff !important;
	border-radius: .5rem;
	font-size: 1.2rem !important;
	font-weight: 500;
	letter-spacing: .05em;
	color: #081322;
	text-shadow: none;
	padding: .4rem .7rem .4rem 1.1rem !important;
	position: relative;
}
.eyecatch__cat a::before,
.dateList__item a::before {
	content: '' !important;
	display: block;
	width: .3rem;
	height: .3rem;
	border-radius: 50%;
	background: #F39801;
	margin: 0;
	position: absolute;
	top: .6rem;
	left: .6rem;
}
.dateList {
	margin-bottom: .4rem;
}
.archiveList {
	margin: 0;
}
.dateList__item {
	font-size: 1.6rem;
	letter-spacing: .03em;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	color: #A6A9AF;
}
.heading.heading-archive {
	letter-spacing: 0;
	margin-bottom: 0;
	line-height: 1.75;
}
.singleTitle {
	height: 33.5rem;
	padding: 0;
	margin-top: 4rem !important;
}
.singleTitle::before {
	display: none;
}
.singleTitle .container {
	max-width: 119rem;
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.singleTitle__heading {
	float: none;
	width: auto;
	position: absolute;
	left: 0;
	bottom: 2rem;
}
.dateList.dateList-singleTitle {
	background: none;
	padding: 0;
}
.dateList__item a {
	padding: .6rem .7rem .6rem 1.1rem !important;
}
.singleTitle ~ .l-wrapper {
	width: 119.7rem;
}
.singleTitle ~ .l-wrapper .l-main {
	margin-top: 3.6rem;
	padding-top: 0;
}
.heading-date {
	font-size: 1.6rem;
	font-weight: 500;
	color: #A6A9AF;
	letter-spacing: .03em;
	margin-bottom: .2rem;
}
.heading.heading-singleTitle {
	color: #081322;
	font-size: 3.2rem;
	line-height: 1.8125;
}
.singleTitle ~ .l-wrapper .l-main .content {
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 2.2857;
}
.content .outline {
	width: 100%;
	border: 0;
	border-bottom: .1rem solid #081322;
	padding: 0 0 1rem;
}
.outline__title {
	font-size: 2rem;
	font-weight: 700;
}
.outline__switch {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
}
.content .outline__switch::before {
	content: '' !important;
	display: block;
	width: 1rem;
	height: 1rem;
	border: 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(135deg);
	position: absolute;
	right: 1.3rem;
	top: 1.5rem;
	border-radius: 0;
	padding: 0;
}
.content .outline__toggle:checked + .outline__switch::before {
	transform: rotate(-45deg);
	top: 2rem;
}
.outline__item {
	font-size: 1.6rem;
}
.content .outline__number {
	font-size: 1.6rem;
	font-weight: 600;
	padding-right: 1.5rem;
	margin-right: 1.5rem;
}
.content .outline__number::after {
	content: '';
	display: block;
	width: .1rem;
	position: absolute;
	top: .2rem;
	bottom: 0;
	right: 0;
	margin: auto 0;
	height: 1.1rem;
	border-right: .1rem dotted #000;
}
.l-main .content h2 {
	position: relative;
	padding: 1rem;
	border: 0;
	color: #081322;
	border-top: 0;
	background: #E2E4E8;
	box-shadow: none;
	font-size: 2.8rem;
	margin-bottom: 3rem;
}
.l-main .content h2::before {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	background: #F39801;
	position: absolute;
	top: 0;
	left: 0;
}
.l-main .content h2::after {
	display: none;
}
.l-main .content h3 {
	padding: 1rem;
	font-size: 2.4rem;
	color: #081322;
	border: 0;
}
.l-main .content h3::before {
	content: '';
	display: block;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background: #000;
	position: absolute;
	top: 1rem;
	left: 0;
}
.l-main .content h4 {
	font-size: 2.2rem;
	color: #F39801;
	border: 0;
}
.l-main .content h5 {
	font-size: 2.2rem;
	color: #081322;
	border: 0;
}
.p-detail__contens p:first-child {
	margin-top: 0;
}
.ctaPost {
	background: #fff url(assets/img/form_img_01.png) no-repeat left top / 100% auto;
	border-radius: 1rem;
	border: 0;
	margin-top: 5rem;
}
.ctaPost .ctaPost__title {
	background: none;
	font-size: 2.2rem;
	padding: 4rem 4rem 42.5rem;
	text-align: left;
}
.ctaPost .ctaPost__title::before {
	display: none;
}
.ctaPost__contents {
	padding: 0 4rem 4rem;
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 2.2857;
}
.content ul li, .content ol li {
	padding-top: 0;
}
.yellow-box,
.yellow-box-title {
	border-style: solid;
	border-color: #F39801;
	background: #FFF7EB;
	border-radius: 1.2rem;
	padding: 3rem;
}
.p-detail__contens .yellow-box li::before,
.p-detail__contens .yellow-box-title li::before {
	background: #F39801;
	color: #fff;
}
#wpcf7-f2363-o1 {
	margin-top: 5rem;
}
.mustitem {
	border-radius: 0;
	background: #081322;
	color: #fff;
	font-size: 1rem;
	padding: .2rem .6rem;
}
.content table {
	background: #fff;
}
.wpcf7-text, .wpcf7-textarea {
	box-shadow: none;
	font-weight: 500;
}
::placeholder {
  color: #9BA1A8;
}
.wpcf7-textarea {
	height: 16.2rem;
}
.wpcf7-form label {
	font-size: 1.5rem;
}
#wpcf7-f2363-o1 p {
	margin-top: 2.2rem;
}
.ctaPost .c-btn {
	text-align: center;
}
.wpcf7-submit:hover {
	color: inherit;
}
.wpcf7-spinner {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -35px;
	margin: 0 auto;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #fce3e3;
	border: none;
	text-align: center;
}
.profile {
	border-top: 0;
}
.profile .profile__name {
	margin: 0 0 1.5rem;
	background: none;
	font-size: 2.2rem;
	padding: 0;
}
.profile .profile__name::before {
	display: none;
}
.profile__imgArea {
	width: 10rem;
}
.profile__imgArea img {
	width: 100%;
}
.profile__contents {
	width: calc(100% - 130px);
}
.profile__description {
	font-size: 1.4rem;
	line-height: 2.2857;
	letter-spacing: .05em;
}
.related {
	border-top: 0;
	padding-top: 0;
	margin-top: 5.7rem;
}
.related__list .related__item {
	padding: 0;
}
.related__list .related__item + .related__item {
	margin-top: 3rem;
}
.related__list .related__item::before {
	display: none;
}
.related__imgLink {
	width: 20.6rem;
	height: 11.5rem;
	border-radius: .5rem;
}
.related__title {
	display: block;
	width: calc(100% - 23.6rem);
	margin: 0;
	color: #081322;
}
.related__contents {
	width: auto;
}
.related__title .related__date {
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: .03em;
	color: #A6A9AF;
	display: block;
	margin-bottom: .8rem;
}
.p-detail__contens .related__contents {
	margin-top: 0;
}
.related__cat {
	clear: both;
	padding: 1rem 0 0;
}
.widget .wp-block-contact-form-7-contact-form-selector {
	background: #fff;
	border-radius: 0 0 1rem 1rem;
	padding: 0 2.5rem 4rem;
	margin-bottom: 7rem;
}
.widget .wp-block-contact-form-7-contact-form-selector p + p {
	margin-top: 1.5rem;
}
.widget .wp-block-contact-form-7-contact-form-selector .c-btn {
	margin-top: 1rem;
}
.widget:has(.side-form-h) {
	background: #fff;
	margin: 0;
	border-radius: 1rem 1rem 0 0;
	padding: 3.6rem 2.5rem 2rem;
}
.widget .side-form-h {
	font-size: 2.2rem;
}
.heading.heading-widget {
	font-size: 1.4rem;
	letter-spacing: .05em;
}
.heading.heading-widget::before {
	content: 'Trending Articles';
	display: block;
	font-size: 2.9rem;
	font-family: "Instrument Sans", sans-serif;
	position: static;
	border: 0;
	font-weight: 600;
	letter-spacing: 0;
}
.heading.heading-widget::after {
	display: none;
}
.eyecatch-widget a {
	position: static;
	display: inline;
}
.rankListWidget__item {
	padding-top: 0;
}
.rankListWidget__item + .rankListWidget__item {
	margin-top: 5rem;
}
.rankListWidget__item:before {
	border-radius: 1rem 0;
	width: 4.3rem;
	height: 3.9rem;
	font-size: 1.8rem;
	font-family: "Instrument Sans", sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #505050;
}
.rankListWidget__item:nth-child(1):before {
	background: #F39801;
}
.rankListWidget__item:nth-child(2):before {
	background: #A8A8A8;
}
.rankListWidget__item:nth-child(3):before {
	background: #9F7531;
}
.rankListWidget__title {
	font-size: 1.6rem;
	line-height: 1.75;
	margin-top: 4rem;
}
.rankListWidget__title + .dateList.dateList-widget {
	position: static;
}
.rankListWidget__title + .dateList.dateList-widget .dateList__item.icon-calendar {
	font-size: 1.2rem;
	font-weight: 500;
	font-family: "Instrument Sans", sans-serif;
	color: #A6A9AF;
	position: absolute;
	top: 21rem;
	left: 0;
}
.rankListWidget__title + .dateList.dateList-widget .dateList__item.icon-calendar::before,
.rankListWidget__title + .dateList.dateList-widget .dateList__item.icon-folder::before {
	display: none;
}
.rankListWidget__title + .dateList.dateList-widget .dateList__item.icon-folder {
	margin-top: 1.5rem;
}
.c-btn {
	width: fit-content;
	margin-inline: auto;
}
.content.content-page {
	max-width: 99rem;
	margin: 0 auto;
}
.content.content-page .wp-block-paragraph {
	font-size: 1.4rem;
	letter-spacing: .05em;
	padding: 0 0 7.6rem;
	margin-bottom: 9.8rem;
	border-bottom: .1rem solid #081322;
}
.content.content-page .wpcf7-form {
	max-width: 78.8rem;
	margin: 0 auto;
}
.content.content-page .wpcf7-text,
.content.content-page .wpcf7-textarea {
	width: 100%;
	background: #fff;
	margin-top: 1rem;
}
.content.content-page p + p {
	margin-top: 4.5rem;
}
.content.content-page .has-small-font-size.wp-block-paragraph,
.content.content-page .wp-block-paragraph:last-child {
	border-bottom: 0;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 1.4rem;
	letter-spacing: .05em;
	padding-top: 3rem;
}
.heading.heading-page {
	margin-bottom: 5rem;
}
.heading.heading-page span {
	font-size: 1.6rem;
	letter-spacing: .05em;
	display: block;
	width: fit-content;
	padding-right: .5rem;
}
.heading.heading-page span::after {
	content: '';
	display: block;
	width: .4rem;
	height: .4rem;
	background: #081322;
	border-radius: 50%;
	position: absolute;
	top: -.2rem;
	right: 0;
}
.heading.heading-page.contact::after {
	content: 'Contact';
	display: block;
	font-size: 10.6rem;
	letter-spacing: 0;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 600;
}
.content .outline__switch + .outline__list {
	margin-left: 0;
}
.outline__list.outline__list-2 > li {
	padding-left: 0;
}
@media only screen and (min-width: 768px) {
	.l-sidebar {
		width: 28.7385%;
		padding-left: 0;
	}
	.l-main {
		width: 71.2615%;
		padding-right: 4.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.l-wrapper,
	.singleTitle ~ .l-wrapper {
		width: 100%;
		margin: 0 auto;
	}
	.l-main.l-main-single {
		width: 100%;
		padding: 5.5rem 2.5rem 0;
	}
	.breadcrumb .container {
		width: auto;
		padding: 12rem 2.5rem 0;
	}
	.breadcrumb__item {
		font-size: 1rem;
	}
	.breadcrumb__item:last-child {
		padding-right: 2rem;
	}
	.heading.heading-first {
		font-size: 2.8rem;
	}
	.archiveTitle {
		margin-bottom: 4.4rem;
	}
	.heading.heading-first::before {
		width: .4rem;
		height: .4rem;
		top: .2rem;
	}
	.archiveDescription {
		line-height: 2.1429;
		padding-bottom: 4.5rem;
		margin-bottom: 5rem;
	}
	.archive {
		margin-inline: auto;
	}
	.archiveItem.archiveItem-wide,
	.archiveItem.archiveItem-wideSp {
		margin: 0 0 5.6rem;
		border-top: 0;
		padding-top: 0;
	}
	.t-rich .eyecatch {
		border-radius: .7rem;
		margin-bottom: 1.1rem;
	}
	.dateList.dateList-archive {
		margin-bottom: 0;
	}
	.dateList__item {
		font-size: 1.2rem;
	}
	.archiveItem.archiveItem-wide .heading.heading-archive,
	.archiveItem.archiveItem-wideSp .heading.heading-archive {
		font-size: 1.4rem;
		line-height: 2.1429;
	}
	.singleTitle {
		height: 13.2rem;
		margin-top: 5rem !important;
	}
	.singleTitle__heading {
		padding: 0;
		min-height: 0;
		bottom: 1rem;
	}
	.singleTitle .container {
		margin: 0 .9rem;
	}
	.dateList__item a {
		font-size: 1rem !important;
	}
	.singleTitle ~ .l-wrapper .l-main {
		margin-top: 1.3rem;
		padding: 0 2.5rem;
	}
	.heading-date {
		font-size: 1.4rem;
		margin-bottom: .5rem;
	}
	.heading.heading-singleTitle {
		font-size: 1.8rem;
		line-height: 2.2222;
	}
	.content .outline {
		padding-bottom: 1.5rem;
	}
	.outline__title {
		font-size: 1.6rem;
	}
	.l-main .content h2,
	.l-main .content h3,
	.l-main .content h4,
	.l-main .content h5 {
		font-size: 1.6rem;
	}
	.ctaPost {
		background-image: url(assets/img/form_img_01-sp.png);
		margin-top: 5rem;
	}
	.ctaPost .ctaPost__title {
		font-size: 1.4rem;
		padding: 2.7rem 1.5rem 17.2rem;
	}
	.ctaPost__contents {
		padding: 0 1.5rem 4rem;
		line-height: 2.1429;
	}
	#wpcf7-f2363-o1 {
		margin-top: 4.5rem;
	}
	.wpcf7-form label {
		font-size: 1.6rem;
	}
	.mustitem {
		padding: .3rem 1rem;
		margin-left: 1.5rem;
	}
	.c-btn > span {
		min-width: 26.5rem !important;
	}
	.c-btn > span input[type=submit] {
		padding: 1.5rem 8.5rem 1.5rem 3rem !important;
	}
	.profile__contents {
		width: 100%;
	}
	.p-detail__contens ul {
		margin-top: 1.2rem !important;
	}
	.profile .profile__name {
		font-size: 1.8rem;
	}
	.profile__description {
		line-height: 2.1428;
	}
	.p-detail__contens .related h3 {
		font-size: 2.4rem;
	}
	.related__imgLink {
		float: none;
	}
	.related__title {
		float: none;
		width: 100%;
	}
	.p-detail__contens .related__contents {
		display: none;
	}
	.related__title {
		line-height: 2.2857;
	}
	.related__title .related__date {
		margin: 1rem 0 0;
	}
	.related__list {
		width: 22rem;
		margin-bottom: 4rem;
	}
	.related__list .slick-track::after {
		content: '';
		display: block;
		clear: both;
		width: 0;
		height: 0;
	}
	.related__list .related__item {
		width: 20rem;
		margin-right: 2rem;
	}
	.related__list .related__item + .related__item {
		margin-top: 0;
	}
	.related__list .related__item.slick-slide {
		float: left;
	}
	.widget:has(.side-form-h),
	.widget .wp-block-contact-form-7-contact-form-selector {
		display: none;
	}
	.content.content-page .wp-block-paragraph {
		padding: 0 0 5rem;
		line-height: 2.1429;
		margin-bottom: 5rem;
	}
	.content.content-page .has-small-font-size.wp-block-paragraph,
	.content.content-page .wp-block-paragraph:last-child {
		font-size: 1.2rem;
		padding-top: 2rem;
	}
	.heading.heading-page {
		margin-bottom: 6.7rem;
	}
	.heading.heading-page span {
		font-size: 1.4rem;
	}
	.heading.heading-page span::after {
		width: .3rem;
		height: .3rem;
		top: -.1rem;
		right: -.1rem;
	}
	.heading.heading-page.contact::after {
		font-size: 6rem;
	}
}