@charset "utf-8";

/* 色の管理 */
/* テーマ上での設定 */
/* オレンジ　var(--accent-color) */
/* 任意での色設定 */


/* 自動改行 */
.flex-br {
	display:inline-block;
}

/* 英語フォント */
.en-font {
	font-family: 'Dancing Script', cursive;
}

/* ボタン */
.smb-btn {
    position: relative;
    z-index: 0;
    background-color: var(--accent-color);
	border: 1px solid var(--accent-color);
    transition: 0.3s;
	overflow: hidden;
}
.smb-btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 0;
	display: block;
	background: linear-gradient(115deg,#ffcd98 0,#ffe89b);;
	z-index: -1;
	transition: 0.3s;
}
.smb-btn:hover {
	border: 1px solid var(--accent-color) !important;
	color: var(--accent-color);
	filter: none;
}
.smb-btn:hover:before {
	width: 100%;
}
/* セクションパディング */
.smb-section__inner .c-container:not(.home .smb-section__inner .c-container) {
	padding-left: 0;
	padding-right: 0;
}

/* 見出し */
.smb-section__title{
    color: #19306F;
}
.smb-section__title:after{
    background-color: none;
    background:  linear-gradient(115deg,#ffcd98 0,#ffe89b);
}
/* 記事中h2 */
.p-entry-content h2:not(.smb-section__title) {
    margin-bottom: calc(var(--_space, 1.8rem) * 0.5 * var(--_margin-scale, 1));
}
.p-entry-content h2:not(.smb-section__title, .p-archive h2)::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(/wp-content/uploads/2023/01/sr_heading-icon.svg);
    background-size: cover;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 5px;
}

/* ヘッダー */
header .p-global-nav .c-navbar__item>a {
    font-size: 0.75rem;
    padding: 15px;
}
/* グローバルナビゲーション */
.p-global-nav .nav-contact{
    display: none;
}
.l-header__drop-nav .nav-contact {
    display: flex;
}
.l-header__drop-nav .nav-contact a {
    position: relative;
    z-index: 0;
    background-color: var(--accent-color);
	border: 1px solid var(--accent-color);
    transition: 0.3s;
    color: white;
    overflow: hidden;
}
.l-header__drop-nav .nav-contact a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 0;
	display: block;
	background: linear-gradient(115deg,#ffcd98 0,#ffe89b);;
	z-index: -1;
	transition: 0.3s;
}
.l-header__drop-nav .nav-contact a:hover {
	border: 1px solid var(--accent-color) !important;
	color: var(--accent-color);
	filter: none;
}
.l-header__drop-nav .nav-contact a:hover::before {
	width: 100%;
}
/*スクロール時のメニュー*/
.p-drop-nav .p-global-nav .c-navbar__item>a {
	padding-left: 11px;
    padding-right: 11px;
}
/* モバイルメニュー */
.c-drawer {
    background-color: #FFF9F1;
    color: #333;
}
.c-drawer .c-drawer__menu>li:first-child a {
    background: url(/wp-content/uploads/2023/01/sr-logo_color-2.png) no-repeat;
    display: block;
    margin: 10px;
    height: 135px;
    max-width: 150px;
    overflow: hidden;
    text-indent: -1000%;
    white-space: nowrap;
    width: 150px;
    background-size: cover;
    margin: 15px auto 0;
}
.c-drawer .c-ic-angle-right:before{
	border-color: #333333;
}

/* キービジュアル */
.hero{
    position: relative;
    padding: clamp(30px, 6vw, 64px);
}
.hero-contact {
    text-align: center;
    position: absolute;
    z-index: 5;
    bottom: 20px;
    right: 0;
    padding: 30px;
    background: linear-gradient(115deg,#ffcd98 0,#ffe89b);
    color: white;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width:768px) {
    .hero-contact {
        display: none;
    }
}
.hero-contact .hero-content_tel {
    display: block;
    text-align: center;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: bold;
}
.hero-contact .hero-content_pref{
    display: inline-block;
    font-size: 1.3rem;
}
.hero-contact a {
    display: inline-block;
    text-decoration: none;
    margin-top: 25px;
    padding: 10px 25px;
    color: white;
    position: relative;
    z-index: 0;
    background-color: var(--accent-color);
	border: 1px solid var(--accent-color);
    transition: 0.3s;
    overflow: hidden;
}
.hero-contact a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 0;
	display: block;
	background: linear-gradient(115deg,#ffcd98 0,#ffe89b);;
	z-index: -1;
	transition: 0.3s;
}


.hero-contact a:hover {
	border: 1px solid var(--accent-color) !important;
	color: var(--accent-color);
	filter: none;
}
.hero-contact a:hover:before {
	width: 100%;
}


/*スリム幅_sm固定値上書き*/
.u-slim-width {
    max-width: 50rem!important;
}


/*Swiper*/
.swiper-slide {
    position: relative;
    /* height: calc(100vw / 8 * 3); */
    height: 80vh;
    overflow: hidden;
}
@media screen and (max-width:768px) {
    .swiper-slide{
        height: 70vh;
    }
}
.swiper-slide .main-visual {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 9s ease;
}
.swiper-slide-active .main-visual {
    transform: scale(1.0);
}
.hero {
    overflow: hidden;
}
.hero__title {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    width: 95%;
    transform: translate(-50%, -50%);
    /* transition: opacity 1.2s ease 1.5s, transform 1.2s ease 1.5s; */
    z-index: 1;
    opacity: 0;
}
.fade-in {
    animation-name: fadein;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.hero__title h2 {
    font-size: clamp(18px, 2.9vw, 32px);
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
    line-height: 2em;
}
.hero__title .hero__eng {
    font-family: 'Dancing Script', cursive;
    font-size: clamp(28px, 2.9vw, 48px);
    color: var(--accent-color);
    /* text-shadow: 3px 0px 5px rgba(255,254,254,0.8); */
    text-shadow: 2px 2px 6px rgb(248, 240, 240);
}

/* ************************ */
/* トップページお知らせ一覧 */
/* ************************ */
.news-block .c-entries--text .c-entries__item>a {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.news-block .c-entries--text .c-entry-summary__header, .news-block .c-entries--text .c-entry-summary__title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-block .c-entries--text .c-entry-summary__body>.c-entry-summary__meta {
	margin-right: 0;
}

/**************/
/* メッセージ */
/**************/
.messege-title {
    font-weight: bold;
    color: #19306F;
	font-size: clamp(20px, 1.75vw, 36px);
}

/************************/
/* 採用定着支援ブロック */
/************************/
.recruiting-support-block .smb-media-text{
	overflow: visible;
}
.recruiting-support-block img{
	box-shadow: 15px 15px 0 #ffe7cb;
}

/**************/
/* コンテンツ */
/**************/
.contents .smb-items--fill>.c-row>.c-row__col .smb-items__item {
	flex-direction: row;
	border: 1px solid #ddd;
	display: flex;
	height: auto;
	background-color: white;
}
.contents .smb-items--fill>.c-row>.c-row__col .smb-items__item__body {
    flex-direction: column;
    justify-content: center;
    background-color: white;
    padding: 1rem 2rem;
}
@media screen and (max-width:768px) {
    .contents .smb-items--fill>.c-row>.c-row__col .smb-items__item__body {
        padding: 1rem;
    }
}
.contents .smb-items__item__figure {
    margin-bottom: 0;
    width: 165px;
}
.contents .smb-items__item__figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.smb-items__item__lede {
    transform: rotate(-5deg);
    order: -1;
    color: #ffcd98;
    margin-bottom: 3px;
    font-size: .875rem;
    font-family: 'Merriweather', serif;
    line-height: calc(1.03203 + var(--_half-leading, .4)*2);
    white-space: nowrap;
}
.contents .smb-items__item__title {
    text-align: center;
    font-size: clamp(14px, 3.5vw, 1.25rem);
    color: var(--accent-color);
}
.contents .smb-items--fill>.c-row>.c-row__col .smb-items__item__content{
	margin-top: 10px;
    margin-bottom: 0;
    font-size: clamp(10px, 1vw, 0.75rem);
}
.contents .smb-items--fill>.c-row>.c-row__col .smb-items__item__body::after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent var(--accent-color) transparent;
}

/* コラム */
@media (max-width: 639.99px) {
	#column .c-entries {
    	--entries--item-width: 100%;
	}
}
@media (min-width: 640px) and (max-width: 1023.99px) {
	#column .c-entries {
    	--entries--item-width: 50%;
	}
}
@media (min-width: 1024px) {
	#column .c-entries {
		--entries--item-width: 25%;
	}
}

#column .c-entry-summary {
	background-color: white;
}


/* お役立ち情報 */
.banner-items .smb-items__banner__figure{
	z-index: 0;
}
.banner-items .smb-items__banner__figure::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	background: #ffffff;
	width: 100vw;
	height: 50%;
	opacity: 0.8;
}

/************/
/* フッター */
/************/
.l-footer {
    border-top: none;
}
.l-footer--default .l-footer-widget-area{
    padding: 0;
}
.l-footer--default .c-fluid-container{
    padding: 0;
}
.l-footer--default .l-footer-widget-area .smb-section__body{
	padding-left: 25px;
    padding-right: 25px;
}
.l-footer--default .l-footer-widget-area .c-row--lg-margin-l>.c-row__col {
    padding: 0;
    margin: 0;
}
/* お問い合わせブロック */
.smb-items__item--free>.smb-items__item__body .contact-tel {
    font-size: clamp(24px, 2rem, 28px);
    margin-top: 0;
}
@media screen and (max-width:1023px) {
    .contact-block .is-style-boundary-line.smb-items>.c-row--margin>.c-row__col:first-of-type {
        margin-bottom: 1.8rem;
    }
    .contact-block .smb-items__item--free>.smb-items__item__body .smb-buttons{
        margin-top: 0.5rem;
    }
}
.contact-block .smb-panels__item{
	background-color:rgba(255,255,255,0.9);	
}

/* Access */
.office-info {
    background: linear-gradient(325deg,#ffcd98 0,#ffe89b);
    height: 100%;
}
.smb-items__item--free>.smb-items__item__body .access-detail{
	margin-top: 5px;
}
@media screen and (max-width:1023px) {
    #access .smb-items__item__body:not(#access .map-wrap .smb-items__item__body){
        height: auto;
    }
}
#access .smb-items__item__body>div {
    margin-top: 5px;
}
/* フッターメニュー */
.footer-menu {
    padding-top: 50px;
}
.footer-menu a {
    font-size: 12px;
    color: #333;
    text-decoration: none;
}
.footer-menu .smb-list ul>li .smb-list__icon {
    scale: 0.7;
}
/* コピーライト */
.c-copyright--inverse {
    background-color: white;
    color: #333;
}
/************/
/* フッター */
/************/

/********************/
/* トップページ以外 */
/********************/
/*コンテンツ下部にCTA*/
.page_contact-block {
	padding-left: 10px;
	padding-right: 10px;
	width: 100vw;
	margin-left: -29px;
}
.home .page_contact-block {
	display: none;
}

/**************/
/* 固定ページ */
/**************/
/*固定ページヘッダー*/
.c-page-header[data-has-image=true] {
    height: clamp(170px,44.5vw,320px);
}
.c-page-header__title {
    color: white;
	font-size: clamp(21px, 3.0vw, 42px);
}
/* サイドバーあり */
.archive .l-contents__body>.c-container, .page .l-contents__body>.c-container {
    padding-left: calc(var(--_container-margin, 0.8rem) + env(safe-area-inset-left));
    padding-right: calc(var(--_container-margin, 0.8rem) + env(safe-area-inset-right));
}
@media (min-width: 1024px) {
    [data-has-sidebar=true] .l-contents__main {
        flex: none;
        width: calc(100% - 275px - var(--_space, 0.8rem) * 2 * var(--_margin-scale, 1));
    }
}
@media (min-width: 1024px) {
    [data-has-sidebar=true] .l-contents__sidebar {
        flex: none;
        margin: 0;
        width: 275px;
    }
}
.sidebar-page-list {
    border-top: 1px solid #eee;
}
.sidebar-page-list a {
    display: block;
    padding: 1rem 3rem 1rem 0;
    position: relative;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
}
.sidebar-page-list br{
    display: none;
}

#block-12,#block-9,#block-11,#block-31,#block-33,#block-35{
    margin-top: 5px;
}
/* お知らせ日付 */
.l-contents__sidebar .c-entries--text .c-entry-summary__body>.c-entry-summary__meta {
    margin-right: 0px;
}
.l-contents__sidebar .c-entries--text .c-entry-summary__title {
    font-size: 0.875rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/****************/
/* 採用定着支援 */
/****************/
.media-text_box-shadow.smb-media-text{
	overflow: visible;
}
.media-text_box-shadow img{
	box-shadow: 10px 10px 0 #ffe7cb;
}

.recruit-flow .smb-items__item .smb-items__item__body figure {
	text-align: center;
}
.recruit-flow .smb-items__item .smb-items__item__body img{
	width:;
	max-width: 60%;
	margin:0 auto;
}

.recruit-flow .smb-items__item .smb-items__item__body p{
	text-align: center;
}
.recruit-flow .smb-items__item .smb-items__item__body p.en-font{
	font-size: 1.33rem;
	color: #f88355;
}
@media not all and (min-width: 1024px) {
	.recruit-flow .smb-items__item .smb-items__item__body p.en-font{
		margin-top: 10px;
	}
}
.recruit-flow .smb-items__item .smb-items__item__body p:last-child{
	margin-top: 0;
}
@media not all and (min-width: 769px) {
	.recruit-flow .smb-items__item .smb-items__item__body p:last-child {
		font-size: 14px;
	}
}

/*****************/
/* サービスの紹介 */
/*****************/
@media screen and (max-width:1023px) {
    .service-text-media .smb-media-text__figure {
        aspect-ratio: 16 / 9;
        overflow: hidden;
        display: grid;
        align-content: center;
    }
}


/*******/
/* Q&A */
/*******/
.smb-accordion__item__title {
    background-color: none;
    background: linear-gradient(115deg,#ffcd98 0,#ffe89b);
}

/************/
/* 法人概要 */
/************/
.office-table tbody tr td{
    padding: 1em;
}
.office-table tbody tr td:first-child{
    background-color: #fffdf0;
}
@media screen and (max-width:768px) {
    .office-table tbody tr{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .office-table tbody tr td:first-child{
        text-align: center;
    }
}

/* 所属社会保険労務士 */
.staff .smb-items__item__body{
    text-align: center;
}
.staff .smb-items__item__body .smb-items__item__content{
    font-size: 1.5rem;
    font-weight: bold;
}

.contact-tel{
    text-align: center;
    font-size: clamp(24px, 2rem, 28px);
    color: #19306F;
    font-weight: bold;
}
.contact-tel svg {
    margin-right: 5px;
}
.p-entry-content .reception-time{
    text-align: center;
    margin-top: 0;
    font-size: 14px;
}

/***************/
/* お問い合わせ */
/***************/
.smf-form--simple-table .smf-item__col--label {
    display: flex;
    align-items: center;
}
.smf-form--simple-table .smf-item__col--label .smf-item__label {
    width: 100%;
}
.smf-form--simple-table .smf-item__col--label .smf-item__label__text {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.smf-form--simple-table .smf-item__col--label .smf-item__label__text .validation {
    font-size: 12px;
    padding: 0px 5px 1px 5px;
    color: white;
    border-radius: 3px;
    margin: 6px;
}
.smf-form--simple-table .smf-item__col--label .smf-item__label__text .validation.required {
    background-color: var(--accent-color);
}
.smf-form--simple-table .smf-item__col--label .smf-item__label__text .validation.any {
    background-color: #a1a1a1;
}


.agree-box :is(.smf-placeholder, p){
	display:inline-block;
	margin:0;
}
.agree-box .smf-item__controls {
	display:flex;
	justify-content:center;
}
form[data-screen="confirm"] .privacy-box {
	display:none;
}
form[data-screen="confirm"] .agree-box {
	display:none;
}
form[data-screen="confirm"]	.smf-action{
	display:flex;
	flex-direction:column-reverse;
}
form[data-screen="confirm"] .smf-action .smf-button-control:not(:first-child){
	margin-left:0;
}
form[data-screen="confirm"] .smf-action .smf-button-control:first-child .smf-button-control__control{
	margin-top:10px;
	border:none;
	background:none;
	color:#333;
}

/* 投稿ページ */
.c-prev-next-nav__item-figure img{
    opacity: 0.3;
}
.c-prev-next-nav__item>a {
    font-weight: 400;
    height: 100px;
    background-color: transparent;
    color: #333;
}
.c-prev-next-nav__item-title{
font-size: 0.875rem;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}

/* スマホ固定フッターメニュー */
.sp-footer-nav {
	display: none;
}
@media screen and (max-width:1023px) {
	.sp-footer-nav {
		display: flex;
		justify-content: center;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.9);
		position: fixed;
		z-index: 4;
		bottom: 0;
		padding-top: 7px;
		gap: 10px;
	}
	.sp-footer-nav p {
		font-size: 10px;
	}
	.sp-footer-nav .sp-footer-tel {
		text-align: center
	}
	.sp-footer-nav a{
		display: inline-block;
		padding: 8px;
		border-radius: 3px;
		color: white;
		text-decoration: none;
	}
	.sp-footer-nav .sp-footer-tel_detail{
		display: flex;
		gap: 7px;
	}
	.sp-footer-nav .sp-footer-tel_detail a{
		background-color: var(--accent-color);
	}
	.sp-footer-nav .sp-footer-contact{
		text-align: center;
	}
	.sp-footer-nav .sp-footer-contact a {
		background-color: #ffe89b;
		width: 45px;
	}
}
@media screen and (max-width:1023px) {
	body .l-container {
		padding-bottom: 70px;
	}
}



/* トップへ戻る */
@media screen and (max-width:1023px) {
    #page-top {
        bottom: 69px;
    }
}


/************************/
/* ワンストップサービス */
/************************/
.contact-flow .smb-media-text__figure {
	text-align:center;
}
.contact-flow img {
    width: 100px;
}

/****************/
/* サービス内容 */
/****************/
.tablepress thead th,
.tablepress td {
	white-space: nowrap;
}
.tablepress>:not(caption)>*>*{
	border: 1px solid var(--border-color);
}
.tablepress tbody td {
	vertical-align: middle;
}
.tablepress .row-1 th {
	text-align: center;
}
.table-act .column-1 {
	width: 300px;
}
.table-act .column-2 {
	width: 300px;
}
.table-act .column-3 {
	width: 65px;
	text-align: center;
}
.table-act .column-4 {
	width: 82px;
	text-align: center;
}


/*横スクロールガイド*/
.tablepress-table-description {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: side-scroll;
	animation-name: side-scroll;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

@-webkit-keyframes side-scroll {
	from {
		-webkit-animation-timing-function: linear;
		-webkit-transform: translate(35px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(35px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 50% {
		-webkit-animation-timing-function: linear;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 
}

@keyframes side-scroll {
	from {
		animation-timing-function: linear;
		transform: translate(35px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		animation-timing-function: ease-in-out;
		transform: translate(35px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 50% {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 
}

/* ナンバーリスト */
.number-list li::marker {
	font-size: var(--wp--preset--font-size--sm-medium) !important;
	font-family: 'Dancing Script', cursive;
	color: var(--accent-color);
}
.number-list li span {
	color: var(--accent-color);
}
.p-entry-content>ol.number-list>li+li {
	margin-top: 1.45rem;
}

/************************
recaptcha
************************/
/*お問い合わせ以外ではreCAPTCHAマーク非表示*/
body:not(.page-id-53) .grecaptcha-badge {
	visibility: hidden;
}
	.grecaptcha-badge {
		bottom: 110px !important;
	}

@media only screen and (max-width: 1023px) {
	.grecaptcha-badge {
		bottom: 110px !important;
	}
}
