@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.l-topTitleArea {
  align-items: center;
  display: flex;
  margin:
0;
  min-height: 11em;
  overflow:
hidden;
  padding:
1.5em 0;
  position: relative;
  width: 100%;
}

@media (min-width: 600px) {
  .l-topTitleArea {
    min-height: 240px;
    padding:
1em 0;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーー

共通設定

ーーーーーーーーーーーーーーーーーーーーーーーーーーー */

/* CONTENT-------------------------*/
html {
	font-display: swap;
	font-family: "Noto Sans JP", sans-serif !important;
}

#content {
    margin: 0;
    padding: 0;
	font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 766px) {
    .sp {
        display: block;
        height: 0;
    }
    .pc {
        display: none;
    }
}
@media screen and (min-width: 767px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
        height: 0;
    }
}

/* ----- ページヘッダー ----- */

/* タイトル下部 */
#top_title_area .page-title-sub {
    margin-top: 5px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
    color: #d93f8a !important;
	text-align: center;
	font-size: clamp(16px, 3vw, 18px);
	position: relative;
	z-index: 2;
}
}

/* ヘッダー
-------------------------*/
.l-container {
    max-width: initial;
	font-family: "Noto Sans JP", sans-serif;
}

.c-headLogo__img {
    min-width: 200px;
}

.c-gnav>.menu-item>a .ttl {
    font-size: clamp(10px, 1.2vw, 16px);
    font-weight: bold;
}

#gnav > ul > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-34 {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    width: 100px;
}

/* 無料トライアルボタン */
.c-gnav {
    padding: 22px;
}
#gnav > ul > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-54 {
    text-align: center;
    margin: 0 auto 0 30px;
    width: 204px;
    color: #fff;
	background-color: #E67CB0;
	border-radius: 50px;
}

#gnav > ul > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-54 a {
  padding: 15px 20px;
  letter-spacing: .1em;
}

#gnav > ul > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-54:hover {
    transition: 0.3s;
	background-color: #082c63;
}

#gnav > ul > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-54 a::after {
    background: none;
    margin: 0;
    padding: 0;
}

/* 追従ヘッダー 無料トライアルボタン */
#fix_header > div > div.l-fixHeader__gnav.c-gnavWrap > ul > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-54 {
    text-align: center;
    margin: 0 auto 0 10px;
    width: 204px;
    color: #fff;
	background-color: #d93f8a;
	border-radius: 50px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

#fix_header > div > div.l-fixHeader__gnav.c-gnavWrap > ul > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-54 a {
	padding: 15px 20px;
}

#fix_header > div > div.l-fixHeader__gnav.c-gnavWrap > ul > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-54:hover {
    transition: 0.3s;
	background-color: #082c63;
}

#fix_header > div > div.l-fixHeader__gnav.c-gnavWrap > ul > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-54 a::after {
    background: none;
    margin: 0;
    padding: 0;
}

/* SP ハンバーガーメニュー
-------------------------*/
.c-widget__title.-spmenu {
    background: #1B2326;
    color: #fff;
}

#sp_menu > div.p-spMenu__inner > div.p-spMenu__body > div.p-spMenu__nav > ul > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-54 {
    text-align: center;
    margin: 30px auto 30px;
    width: 70%;
    color: #fff;
	background-color: #E67CB0;
	border-radius: 50px;
}

#sp_menu > div.p-spMenu__inner > div.p-spMenu__body > div.p-spMenu__nav > ul > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-54 a {
	padding: 15px 20px;
}

#sp_menu > div.p-spMenu__inner > div.p-spMenu__body > div.p-spMenu__nav > ul > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-54 > a {
    border-bottom: initial;
    font-weight: bold;
}

#sp_menu > div.p-spMenu__inner > div.p-spMenu__body > div.p-spMenu__nav > ul > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-54 > a::before {
    content: initial;
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－

フッター前CTA部分

－－－－－－－－－－－－－－－－－－－－－－－－－－ */

#before_footer_widget {
	background-color: #c7d2e3;
	margin-top: 0;
}

.cta {
  padding: 60px 0;
}

.cta-inner {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 60px;
	  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.cta-inner h2 {
  text-align: center;
  font-size: 1.5em;
	margin-bottom: 30px;
}

.cta-inner .btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 800px;
	margin: 0 auto;
}

.cta-inner .btn a {
	text-align: center;
	width: 380px;
	padding: 15px 50px;
	display: block;
	color: #fff;
	background-color: #D93F8A;
	font-weight: bold;
	border-radius: 50px;
	letter-spacing: .05em;
	height: 81px;
	box-shadow: 5px 7px 0px #942C5F;
	transition: all .5s;
}

.cta-inner .btn .contact-btn a {
	line-height: 48px;
}

.cta-inner .btn .present-btn a {
	background-color: #082c63;
	box-shadow: 5px 7px 0px #051a3a;
}

.cta-inner .btn a span {
	font-size: .85em;
}

.cta-inner .btn a:hover {
	transform: translate(5px, 7px);
	box-shadow: none;
}

@media(max-width: 768px) {
	/* レイアウト */
	.cta-inner {
		padding: 60px 30px;
		font-size: 1em;
	}
	
	/* ボタン */
	.cta-inner .btn {
		flex-direction: column;
	}
	
	.cta-inner .btn a {
		width: 100%;
		min-width: 270px;
		max-width: 380px;
		height: 73px;
	}
	
	.cta-inner .btn .contact-btn a {
		line-height: 40px;
		margin-bottom: 15px;
	}
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－

フッター

－－－－－－－－－－－－－－－－－－－－－－－－－－ */

/* レイアウト */
.footer .inner {
	padding: 60px 4% 0;
}


/* フッターロゴ */
.footer .inner .footer-logo {
	width: 100%;
	max-width: 180px;
	margin-bottom: 40px;
}

/* 事業所住所 */
.footer .inner .address-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	justify-content: space-between;
}

.footer .inner .address-list li {
	width: 48%;
	margin-bottom: 20px;
}

.footer .inner .address-list li:nth-child(9),
.footer .inner .address-list li:nth-child(10) {
	margin-bottom: 0;
}

.footer .inner .address-list li .address-name {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.125em;
	color: #082c63;
}

.footer .inner .address-list li .address-text {
	color: #333;
}

/* フッターメニュー */
.footer .inner .footer-wrap {
	margin-bottom: 10px;
	padding-top: 20px;
	border-top: 1px solid #D93F8A;
}

.footer .inner .footer-wrap .footer-nav {
	display:flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.footer .inner .footer-wrap .footer-nav li a {
	margin-bottom: 15px;
	display: inline-block;
	color: #999;
	letter-spacing: .05em;
	font-size: .85em;
}

/* プライバシーマーク */
.footer .inner .footer-wrap .privacy-wrap {
	display: flex;
	flex-direction: column-reverse;
}

.footer .inner .footer-wrap .privacy-wrap .privacy-mark {
	max-width: 100px;
	margin-bottom: 10px;
}

.footer .inner .footer-wrap .privacy-wrap p {
	font-size: .85em;
	color: #999;
}

/* コピーライト */
.footer .inner .copyright {
	padding: 15px 0;
	font-size: .85em;
	color: #999;
	text-align: center;
}

@media(min-width: 1025px) {
	/* フッターロゴ */
	.footer .inner .footer-logo {
		max-width: 220px;
	}
	
	/* 事業所住所 */
	.footer .inner .address-list {
		max-width: 80%;
		justify-content: flex-start;
	}
	
	.footer .inner .address-list li {
		width: 20%;
	}
	
	/* フッターメニュー */
	.footer .inner .footer-wrap {
		display: flex;
		justify-content:space-between;
		align-items: flex-end;
		margin-bottom: 0;
		flex-wrap: wrap;
	}
	
	.footer .inner .footer-wrap .footer-nav {
		flex-direction: row;
		justify-content: flex-start;
	}
	
	.footer .inner .footer-wrap .footer-nav li {
		margin-bottom: margin-bottom: 0;
		margin-right: 20px;
	}
	
	.footer .inner .footer-wrap .footer-nav li:last-child {
		margin-right: 0;
	}
	
	/* プライバシーマーク */
	.footer .inner .footer-wrap .privacy-wrap {
		max-width: 450px;
		display: flex;
		align-items: flex-end;
		flex-direction: row;
	}
	
	.footer .inner .footer-wrap .privacy-wrap .privacy-mark {
		max-width: 80px;
	}
	
	.footer .inner .footer-wrap .privacy-wrap p {
		padding-bottom: 20px;
	}
	
	/* コピーライト */
	.footer .inner .copyright {
		padding: 0 0 15px 0;
		text-align: start;
	}
}

/*-------------------------
　サブページ
-------------------------*/
/* Common
-------------------------*/
#breadcrumb {
    display: none;
}

#main_content {
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
	padding: 90px 0;
}

#main_content > div > div.post_content {
    padding: initial;
}

#top_title_area {
	height: 302px !important;
}

#top_title_area > div > h1.c-pageTitle {
    font-size: clamp(24px, 4vw, 32px);
    text-align: center;
    display: grid;
}

#top_title_area > div > h1.c-pageTitle > small {
    font-size: 18px;
    color: #fff;
    opacity: initial;
    position: initial;
    width: 60%;
    margin: 0 auto;
    font-style: initial;
    margin-top: 30px;
}

#top_title_area > div > h1.c-pageTitle > small::first-letter {
    display: none;
}

@media(max-width: 767px) {
	#main_content {
        width: 90%;
    }

    #top_title_area > div > h1.c-pageTitle {
        font-size: clamp(24px, 3vw, 32px);
        display: block;
    }

    #top_title_area > div > h1.c-pageTitle > small {
        font-size: clamp(16px, 3vw, 18px);
        display: block;
        margin-top: 15px;
    }

    #top_title_area > div > h1.c-pageTitle > small {
        width: 80%;
    }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーー

 * お問い合わせ page-id-63

ーーーーーーーーーーーーーーーーーーーーーーーー*/

.page-id-32 #content {
	max-width: inherit;
}

.page-id-32 #top_title_area {
    display: none;
}

.page-id-32 #main_content > div > div > section.contact {
    position: relative;
    max-width: 1400px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin: 0 auto;
    padding: 80px 4% 120px;
}

.page-id-32 #main_content > div > div > section.contact > .contact-desc-container {
    width: 100%;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-desc-container > div > h1 {
    font-size: clamp(24px, 4vw, 32px);
    font-weight: bold;
    color: #d93f8a;
    margin-bottom: 30px;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-desc-container > div > p {
    font-size: 16px;
    line-height: 1.8;
    color: #1B2326;
    margin-top: 20px;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-desc-container > div > h2 {
    font-size: 20px;
    font-weight: bold;
    color: #d93f8a;
    padding: 60px 0 0;
    margin-bottom: 30px;
    background: initial;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-desc-container > div > h2::before {
    content: initial;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-desc-container > div > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    padding: 0;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-desc-container > div > ul > li {
    list-style: none;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-desc-container > div > ul > li > img {
    width: 164px;
    height: 165px;
    object-fit: cover;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-form-container > #wpcf7-f11-p32-o1 > form {
    background-color: #f7f9fa;
    display: flex;
    flex-direction: column;
    padding: 50px 40px 48px;
    gap: 20px;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-form-container > #wpcf7-f11-p32-o1 > form > div.field-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
    width: 100%;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-form-container > #wpcf7-f11-p32-o1 > form > div.field-container > p > label {
    font-size: clamp(16px, 3vw, 18px);
    line-height: 31px;
    font-weight: bold;
    color: #1B2326;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-form-container > #wpcf7-f11-p32-o1 > form > div.field-container > p > label > span.required {
    font-size: clamp(12px, 3vw, 14px);
    line-height: 24px;
    color: white;
    padding: 5px 10px;
    background-color: #eb5e6e;
    margin-left: 10px;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-form-container > #wpcf7-f11-p32-o1 > form > div > p > span.wpcf7-form-control-wrap {
    margin-top: 15px;
    display: block;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-form-container > #wpcf7-f11-p32-o1 > form > div > p > span.wpcf7-form-control-wrap > input {
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 78%, .5);
    border-radius: 0;
    width: 100%;
    color: #333;
    padding: .25em .5em;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-form-container > #wpcf7-f11-p32-o1 > form > div > p > span.wpcf7-form-control-wrap > textarea {
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 78%, .5);
    border-radius: 0;
    width: 100%;
    color: #333;
    padding: .25em .5em;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-form-container > #wpcf7-f11-p32-o1 > form > div.agreement-container > p {
    font-size: 12px;
    line-height: 21px;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-form-container > #wpcf7-f11-p32-o1 > form > div.agreement-container > p > a {
    color: #d93f8a;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-form-container > #wpcf7-f11-p32-o1 > form > div.agreement-container > p > span > span > span > input[type=checkbox] {
    appearance: checkbox;
    width: 25px;
    height: 25px;
    padding: 0 !important;
    margin-right: 10px !important;
    box-sizing: content-box !important;
    vertical-align: bottom;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-form-container > #wpcf7-f11-p32-o1 > form > div.agreement-container > p:nth-child(3) > span > span > span.wpcf7-list-item {
    width: 100%;
    text-align: center;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-form-container > #wpcf7-f11-p32-o1 > form > div.agreement-container > p:nth-child(3) > span > span > span > span.wpcf7-list-item-label {
    font-size: 16px;
    line-height: 27px;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-form-container > #wpcf7-f11-p32-o1 > form > p > input.wpcf7-form-control {
    margin: 0 15px;
    background-color: #d93f8a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    height: 54px;
    padding: 0 10px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    align-self: center;
    color: #fff;
    transition: 0.3s;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-form-container > #wpcf7-f11-p32-o1 > form > p > input.wpcf7-form-control:hover {
    opacity: 0.7;
}

.page-id-32 #main_content > div > div > section.contact > div.contact-form-container > #wpcf7-f11-p32-o1 > form > div.wpcf7-response-output {
    margin: 0;
}

@media(max-width: 1200px) {
	/* お問い合わせ page-id-12
    -------------------------*/
    .page-id-32 #main_content > div > div > section.contact {
        width: initial;
        display: flow;
    }

   .page-id-32 #main_content > div > div > section.contact > div.contact-desc-container > div > ul {
        flex-wrap: nowrap;
    }

    .page-id-32 #main_content > div > div > section.contact > div.contact-form-container > #wpcf7-f11-p32-o1 > form > div.agreement-container > p {
        text-align: center;
    }

   .page-id-32 #main_content > div > div > section.contact > div.contact-form-container > #wpcf7-f11-p32-o1 > form > p > input.wpcf7-form-control {
        margin: 0 auto;
    }
}

@media(max-width:767px) {
	/* お問い合わせ page-id-63
    -------------------------*/
    .page-id-32 #main_content > div > div > section.contact {
        padding: 60px 5%;
    }

    .page-id-32 #main_content > div > div > section.contact > div.contact-desc-container > div > h1 {
        text-align: center;
        line-height: 32px;
    }

    .page-id-32 #main_content > div > div > section.contact > div.contact-form-container > #wpcf7-f11-p32-o1 > form {
        padding: 30px 20px;
    }
	
	.page-id-32 #main_content > div > div > section.contact > div.contact-desc-container > div > ul {
		flex-wrap: wrap;
	}
	
	.page-id-32 #main_content > div > div > section.contact > div.contact-desc-container > div > ul li {
		width: 30%;
	}
}

/* －－－－－－－－－－－－－－－－－－－－－－－

 * コラム一覧

－－－－－－－－－－－－－－－－－－－－－－－*/

/* ----- ページヘッダー ----- */
.post-type-archive-column #content {
	max-width: inherit;
}

.post-type-archive-column #top_title_area {
    align-items: center;
    display: flex;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 3em 0;
}

.post-type-archive-column #top_title_area > img.u-obf-cover {
    display: block;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
}

.post-type-archive-column #top_title_area > div.l-topTitleArea__body > h1.c-pageTitle {
    color: #333;
    text-align: center;
}

.post-type-archive-column #top_title_area > div.l-topTitleArea__body {
    z-index: 1;
}

.post-type-archive-column #top_title_area > div.l-topTitleArea__body > p {
    color: #fff;
    font-size: clamp(16px, 3vw, 18px);
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}

.post-type-archive-column div.p-archiveContent.u-mt-40 ul {
    max-width: 1200px;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.post-type-archive-column div.p-archiveContent.u-mt-40 > ul > li {
	width: 32% !important;
    border-radius:10px;
    overflow:hidden;
    padding:0;
    background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
	margin-right: 15px;
}

.post-type-archive-column div.p-archiveContent.u-mt-40 > ul > li:nth-child(3),
.post-type-archive-column div.p-archiveContent.u-mt-40 > ul > li:nth-child(6),
.post-type-archive-column div.p-archiveContent.u-mt-40 > ul > li:nth-child(9){
	margin-right: 0;
}

.post-type-archive-column div.p-archiveContent.u-mt-40 > ul > li > a > div.p-postList__body {
    display: grid;
	padding: 4%;
}

.post-type-archive-column div.p-archiveContent.u-mt-40 > ul > li > a > div.p-postList__thumb.c-postThumb > span.c-postThumb__cat {
    right: initial;
    left: 0;
    background-color: #0EB291;
    background-image: initial;
    opacity: 0.8;
}

.post-type-archive-column div.p-archiveContent.u-mt-40 > ul > li > a > div.p-postList__thumb.c-postThumb > span.c-postThumb__cat::before {
    content: initial;
}

.post-type-archive-column div.p-archiveContent.u-mt-40 > ul > li > a > div.p-postList__body > h2 {
    order: 2;
    font-size: 1.4em;
    font-weight: bold;
    color: #d93f8a;
}

.post-type-archive-column div.p-archiveContent.u-mt-40 > ul > li > a > div.p-postList__body > div.p-postList__excerpt {
    order: 3;
    font-size: .85em;
	color: #999;
}

.post-type-archive-column div.p-archiveContent.u-mt-40 > ul > li > a > div.p-postList__body > div.p-postList__meta {
    order: 1;
    margin-top: initial;
}

.post-type-archive-column div.p-archiveContent.u-mt-40 > ul > li > a > div.p-postList__body > div.p-postList__meta > div > time::before {
    color: #d93f8a;
}

@media(max-width: 767px) {
    .post-type-archive-column #top_title_area > div.l-topTitleArea__body > p {
        margin-top: 15px;
    }

    .post-type-archive-column div.p-archiveContent.u-mt-40 {
        max-width: initial;
        padding: 4em 2em;
    }

    .post-type-archive-column div.p-archiveContent.u-mt-40 > ul {
        display: contents;
    }

    .post-type-archive-column div.p-archiveContent.u-mt-40 > ul > li {
        padding: 0;
        width: 100% !important;
    }
	
	.post-type-archive-column div.p-archiveContent.u-mt-40 {
		padding: 0 !important;
	}
}

/* －－－－－－－－－－－－－－－－－－－－－－－

 * コラム詳細

－－－－－－－－－－－－－－－－－－－－－－－*/

/* ----- ページヘッダー ----- */
.single-column #content {
	max-width: inherit;
}

.single-column #content {
    justify-content: center;
}

.single-column #top_title_area {
    align-items: center;
    display: flex;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 1em 0;
}

.single-column #top_title_area > img.u-obf-cover {
    display: block;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
}

.single-column #top_title_area > div.l-topTitleArea__body {
    z-index: 1;
}

.single-column #top_title_area > div.l-topTitleArea__body > p.c-pageTitle {
    color: #333;
    font-size: clamp(24px, 4vw, 32px);
    font-weight: bold;
    text-align: center;
}

.single-column #top_title_area > div > p:nth-child(2) {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

.single-column main#main_content {
    width: 1000px;
    margin: 0 0 100px;
}

.single-column aside#sidebar {
    width: 300px;
    margin: 50px 0 0 50px;
}

@media(max-width: 1200px) {
	.single-column main#main_content {
        width: 90%;
        margin: 80px auto;
    }

    .single-column aside#sidebar {
        width: 90%;
        margin: 50px auto;
    }
}

/* －－－－－－－－－－－－－－－－－－－－－－－

 * 新着情報

－－－－－－－－－－－－－－－－－－－－－－－*/

.post-type-archive-news #content {
	max-width: inherit;
}

.post-type-archive-news #top_title_area {
    align-items: center;
    display: flex;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 1em 0;
}

.post-type-archive-news #top_title_area > img.u-obf-cover {
    display: block;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
}

.post-type-archive-news #top_title_area > div.l-topTitleArea__body > h1.c-pageTitle {
    color: #333;
    text-align: center;
}

.post-type-archive-news #top_title_area > div.l-topTitleArea__body {
    z-index: 1;
}

.post-type-archive-news #top_title_area > div.l-topTitleArea__body > p.c-pageTitle {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

.post-type-archive-news div.p-archiveContent.u-mt-40 {
    max-width: 900px;
    margin: 0 auto;
}

.post-type-archive-news article > div.news-single-layout {
    max-width: 900px;
    margin: 0 auto;
    padding: 4em 0 1em;
    display: grid;
}

.post-type-archive-news div.p-archiveContent.u-mt-40 > ul.p-postList {
    display: initial;
}

.post-type-archive-news div.p-archiveContent.u-mt-40 > ul.p-postList > li {
    width: initial;
    font-size: 16px;
    margin-bottom: initial;
    padding: 20px 0;
    border-top: 1px solid #D4E3EB;
}

.post-type-archive-news div.p-archiveContent.u-mt-40 > ul.p-postList > li:last-child {
    border-bottom: 1px solid #D4E3EB;
}

.post-type-archive-news div.p-archiveContent.u-mt-40 > ul > li > a {
	transition: all .4s;
}

.post-type-archive-news div.p-archiveContent.u-mt-40 > ul > li > a > div.p-postList__thumb {
    display: none;
}

.post-type-archive-news div.p-archiveContent.u-mt-40 > ul > li > a > div.p-postList__body {
    display: grid;
    padding: 0;
}

.post-type-archive-news div.p-archiveContent.u-mt-40 > ul > li > a > div.p-postList__body > h2.p-postList__title {
    order: 2;
    color: #1B2326;
    font-weight: 500;
	transition: all .4s;
}


.post-type-archive-news div.p-archiveContent.u-mt-40 > ul > li > a:hover .p-postList__body h2 {
	color: #d93f8a !important;
}

.post-type-archive-news div.p-archiveContent.u-mt-40 > ul > li > a > div.p-postList__body > div.p-postList__excerpt {
    display: none;
}

.post-type-archive-news div.p-archiveContent.u-mt-40 > ul > li > a > div.p-postList__body > div.p-postList__meta {
    order: 1;
    margin-top: initial;
    font-size: 14px;
    color: #696969;
}

.post-type-archive-news div.p-archiveContent.u-mt-40 > ul > li > a > div.p-postList__body > div.p-postList__meta > div > time::before {
    content: initial;
}

.post-type-archive-news article > div.news-single-layout > div.p-articleMetas.-top > div > time::before {
    content: initial;
}

.post-type-archive-news article > div.news-single-layout > div.p-articleMetas.-top > div > time.c-postTimes__modified.icon-modified {
    display: none;
}

.post-type-archive-news article > div.news-single-layout > div.p-articleMetas.-top {
    order: 1;
    font-size: 14px;
    color: #696969;
}

.post-type-archive-news article > div.news-single-layout > div.p-articleHead.c-postTitle {
    order: 2;
    font-size: 32px;
    color: #1B2326;
}

.post-type-archive-news article > div.news-single-layout > div.post_content {
    order: 3;
    font-size: 16px;
    margin: 4em 0;
}

.post-type-archive-news article > div.news-single-layout > div.p-articleFoot {
    order: 4;
    border-top: 1px solid #D4E3EB;
}

.post-type-archive-news article > div.return_btn {
    padding-bottom: 4em;
    text-align: center;
}

.post-type-archive-news article > div.return_btn > a {
    color: #00A087;
}

.post-type-archive-news article > div.return_btn > a:hover {
    text-decoration: underline;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーー

新着情報詳細

ーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ----- ページヘッダー ----- */
.single-news #content {
	max-width: inherit;
}

.single-news #sidebar {
    display: none;
}

.single-news #top_title_area {
    align-items: center;
    display: flex;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 1em 0;
}

.single-news #top_title_area > img.u-obf-cover {
    display: block;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
}

.single-news #top_title_area > div.l-topTitleArea__body {
    z-index: 1;
}

.single-news #top_title_area > div.l-topTitleArea__body > p.c-pageTitle {
    color: #333;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

.single-news article > div.news-single-layout {
    max-width: 1080px;
    margin: 0 auto;
    padding: 4em 0 1em;
    display: block;
}

.single-news article > div.news-single-layout > div.p-articleMetas.-top > div > time::before {
    content: initial;
}

.single-news article > div.news-single-layout > div.p-articleMetas.-top > div > time.c-postTimes__modified.icon-modified {
    display: none;
}

.single-news article > div.news-single-layout > div.p-articleMetas.-top {
    order: 1;
    font-size: 14px;
    color: #696969;
}

.single-news article > div.news-single-layout > div.p-articleHead.c-postTitle {
    order: 2;
    font-size: 32px;
    color: #1B2326;
}

.single-news article > div.news-single-layout > div.p-articleHead.c-postTitle > time {
    display: none;
}


.single-news article > div.news-single-layout > div.post_content {
    order: 3;
    font-size: 16px;
    margin: 4em 0;
}

.single-news article > div.news-single-layout > div.p-articleFoot {
    order: 4;
    border-top: 1px solid #D4E3EB;
}

.single-news article > div.return_btn {
    padding-bottom: 4em;
    text-align: center;
}

.single-news article > div.return_btn > a {
    background-color: #d93f8a;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 15px 50px;
	border-radius: 50px;
	transition: all .3s;
}

.single-news article > div.return_btn > a:hover {
	background-color: #E67CB0;
}

.single-news #after_article {
    order: 5;
    display: none;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーー

トップページ

ーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ----- 基本設定 ----- */

.page-id-18 #content {
    padding: 0;
	max-width: inherit;
}
.page-id-18 #content #main_content.l-article {
    width: 100%;
    max-width: 100%;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-id-18 #main_content > div > div.post_content {
    margin: 0;
    padding: 0;
}

.page-id-18 #main_content > div > div > section > div > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-id-18 #main_content > div > div > section > div > div > h2.section-title {
    font-size: clamp(20px, 4vw, 32px);
    line-height: 46px;
    font-weight: bold;
    color: #333;
    background: initial;
    margin: 0;
    padding: 0;
}

.page-id-18 #main_content > div > div > section > div > div > h2.section-title::before {
    border: none;
}

.page-id-18 #main_content > div > div > section > div > div > img {
    width: 18px;
    height: 31px;
    margin: 20px;
}

.page-id-18 #main_content > div > div > section > div > div > p.section-caption {
    font-size: clamp(14px, 3vw, 18px);
    line-height: 24px;
    font-weight: normal;
    color: #1b2326;
}

/* セクションタイトル */
.section-title-sub {
	margin-top: 5px;
	font-size: 1.125em;
	font-weight: bold;
	color: #d93f8a;
	letter-spacing: .1em;
	font-family: "Montserrat", sans-serif;
}

@media(max-width: 768px) {
	.page-id-61 .all-download {
		flex-direction: column;
	}
	
	.page-id-61 .all-download p {
		margin-bottom: 20px;
		width: 100% !important;
	}
	
	.page-id-61 .all-download a {
		width: 100% !important;
		display: block;
	}
	
	.page-id-61 .present-content .flex-content {
		flex-direction: column;
	}
	
	.page-id-61 .present-content .flex-content .left-photo,
	.page-id-61 .present-content .flex-content .right-content {
		width: 100% !important;
	}
}

/* ----- メインビジュアル ----- */

.p-mainVisual__slideTitle {
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 10px;
  letter-spacing: .1em
}

.p-mainVisual__slideText p {
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: .05em;
}

@media(min-width: 600px) {
	.p-mainVisual__slideTitle {
		font-size: 2em;
	}
}

/* CTAボタン */
.main-cta {
  display: flex;
  max-width: 640px;
  justify-content: space-between;
}

.main-cta a {
  display: block;
  width: 310px;
  text-align: center;
  background-color: #D93F8A;
  color: #fff;
  padding: 20px 50px;
  border-radius: 50px;
  transition: all .3s;
  box-shadow: 5px 7px 0px #942C5F;
	font-size: 1.125em;
  letter-spacing: .05em;
  font-weight: bold;
}

.main-cta a:last-child {
	background-color: #082c63;
  box-shadow: 5px 7px 0px #051a3a;
}

.main-cta a:hover {
	transform: translate(5px, 7px);
	box-shadow: none;
}

@media(min-width: 600px) {
	.cta-inner .btn {
		flex-direction: column;
		justify-content: center;
	}
	
	.contact-btn {
		margin-bottom: 10px;
	}
}


@media(min-width: 1025px) {
	.cta-inner .btn {
		flex-direction: row;
		justify-content: space-between;
	}
	
	.contact-btn {
		margin-bottom: 0px;
	}
}

@media(max-width: 768px) {
	.p-mainVisual__inner {
		height: 60vh !important;
	}
	
	.p-mainVisual__slideTitle {
		font-size: 1.5em !important;
	}
	
	.main-cta {
		flex-direction: column;
	}
	
	.main-cta a {
		width: 250px;
		margin: 0 auto 10px;
		padding: 15px 40px;
	}
}

/* ----- 取扱求人広告　.top_0　 ----- */

.page-id-18 #main_content > div > div > section.top_0 {
	position: relative;
	margin-bottom: 0;
	padding: 90px 0;
	background-color: #FCF2F7;
}

.page-id-18 #main_content > div > div > section.top_0 > div > div {
	margin-bottom: 40px;
}

.page-id-18 #main_content > div > div > section.top_0 ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	max-width: 900px;
	margin: 0 auto;
	padding: 30px;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	
}

.page-id-18 #main_content > div > div > section.top_0 ul li {
	width: 25%;
}

.page-id-18 #main_content > div > div > section.top_0 ul li a {
	display: block;
	width: 75%;
	margin: 0 auto;
	transition: all .4s;
}

.page-id-18 #main_content > div > div > section.top_0 ul li a:hover {
	opacity: .6;
}

@media(min-width: 600px) {
	.page-id-18 #main_content > div > div > section.top_0,
	.page-id-18 #main_content > div > div > section.top_3,
	.page-id-18 #main_content > div > div > section.top_4,
	.page-id-18 #main_content > div > div > section.top_6{
		padding: 90px 4% !important;
	}
	
	.top_3 .service-content ul {
		padding: 0 !important;
	}
}

@media(max-width: 768px) {
	.page-id-18 #main_content > div > div > section.top_0 {
		padding: 90px 4%;
	}
	
	.page-id-18 #main_content > div > div > section.top_0 ul {
		padding: 60px 30px;
	}
	
	.page-id-18 #main_content > div > div > section.top_0 ul li{
		width: 49%;
		margin-bottom: 20px;
	}
	
	.page-id-18 #main_content > div > div > section.top_0 ul li:nth-child(5),
	.page-id-18 #main_content > div > div > section.top_0 ul li:nth-child(6){
		margin-bottom: 0;
	}
}

/* ----- こんなお悩みありませんか　.top_1　 ----- */

.page-id-18 #main_content > div > div > section.top_1 {
	position: relative;
	margin-bottom: 0;
	padding: 90px 0;
}

.page-id-18 #main_content > div > div > section.top_1::before {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	content: "";
	bottom: -7vh;
	left: 50%;
	transform: translatex(-50%);
	border-width: 7vw calc(600px / 2) 0 calc(600px / 2);
	border-color: #fff transparent transparent transparent;
}

.page-id-18 #main_content > div > div > section.top_1 .section-title {
	text-align: center;
}

.page-id-18 #main_content > div > div > section.top_1 ul {
	width: 100%;
	max-width: 1200px;
	margin: 30px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	list-style: none;
}

.page-id-18 #main_content > div > div > section.top_1 ul li {
  width: 25%;
  position: relative;
  margin: 2em 0 2em 40px;
  padding: 50px;
  background: #FFF6FB;
  border-radius: 200px;
  text-align: center;
  align-content: center;
  box-shadow: 2px 2px 89px -55px #d93f8a;
}

.page-id-18 #main_content > div > div > section.top_1 ul li::before {  
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 13px;
  bottom: 0;
  background: #FFF6FB;
  border-radius: 50%;
}

.page-id-18 #main_content > div > div > section.top_1 ul li::after {
  content: "";
  position: absolute;
  left: -18px;
  width: 20px;
  height: 20px;
  bottom: 9px;
  background: #FFF6FB;
  border-radius: 50%;
}

.page-id-18 #main_content > div > div > section.top_1 ul li:nth-child(2) {
	margin-top: 90px;
}

.page-id-18 #main_content > div > div > section.top_1 ul li:nth-child(1),
.page-id-18 #main_content > div > div > section.top_1 ul li:nth-child(3) {
	margin-bottom: 90px;
}

.page-id-18 #main_content > div > div > section.top_1 ul li p {
	line-height: 1.7;
}

.page-id-18 #main_content > div > div > section.top_1 ul li p span {
	font-weight: bold;
	color: #d93f8a;
	background:linear-gradient(transparent 60%, #FFD7B4 60%);
	font-size: 1.125em;
}


/* ----- こんなお悩みありませんか　.top_2　 ----- */
.page-id-18 #main_content > div > div > section.top_2 {
	margin-bottom: 0;
	padding: 150px 0 90px;
	background-color: #E67CB0;
}

.page-id-18 #main_content > div > div > section.top_2 .section-title-container__white h2 {
	color: #fff;
}

/* ----- トップ（サービス紹介）　.top_3　 ----- */
.page-id-18 #main_content > div > div > section.top_3 {
	position: relative;
	padding: 90px 0;
}

.page-id-18 #main_content > div > div > section.top_3::before {
	position: absolute;
	top: 60px;
	right: 0;
	content: "";
	width: 260px;
	height: 540px;
	background: url(https://ripple-call.co.jp/rakuraku-saiyo/wp-content/uploads/2025/12/right.png), no-repeat;
	background-size: cover;
	z-index: -1;
}

.page-id-18 #main_content > div > div > section.top_3::after {
	position: absolute;
	bottom: 10px;
	left: 0;
	content: "";
	width: 265px;
	height: 585px;
	background: url(https://ripple-call.co.jp/rakuraku-saiyo/wp-content/uploads/2025/12/left.png), no-repeat;
	background-size: cover;
	z-index: -1;
}

/* リスト */
.top_3 .service-content {
	margin-top: 60px;
}

.top_3 .service-content h3 {
	font-size: 1.25em;
	margin-bottom: 40px;
}

.top_3 .service-content ul {
	display:flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto
}

.top_3 .service-content ul li {
	padding: 30px;
	width: 49%;
	border-radius: 5px;
	background-color: #FCF2F7;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px 0;
}

.top_3 .service-content ul li .service-icon {
	position: relative;
	width: 90px;
	background-color: #fff;
	border-radius: 100px;
	height:0;
	padding-top: 90px;
}

.top_3 .service-content ul li .service-icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	
}

.top_3 .service-content ul li .service-text {
	width: calc(100% - 120px);
}

.top_3 .service-content ul li .service-text h4 {
	padding: 0;
	border: 0;
	color: #d93f8a;
	margin-bottom: 10px;
}

@media(max-width: 768px){
	.page-id-18 #main_content > div > div > section.top_3 {
		padding: 90px 4%;
	}
	
	.page-id-18 #main_content > div > div > section.top_3::before {
		top: 200px;
	}
	
	.top_3 .service-content ul{
		padding-left: 0;
	}
	
	.top_3 .service-content ul li {
		width: 100%;
		padding: 40px 4%;
		flex-direction: column;
	}
	
	.top_3 .service-content ul li .service-icon {
		margin-bottom: 15px;
		padding-top: 150px;
		width: 150px;
	}
	
	.top_3 .service-content ul li .service-text {
		width: 100%;
	}
	
	.top_3 .service-content ul li .service-text h4 {
		font-size: 1.25em;
	}
}

/* ----- らくらく採用リンクの特徴　.top_4　 ----- */

.page-id-18 #main_content > div > div > section.top_4 {
	padding: 90px 0;
}

.page-id-18 #main_content > div > div > section.top_4 > div > div {
	margin-bottom: 90px;
}

.page-id-18 #main_content > div > div > section.top_4 > div > div > h2.section-title {
	position: relative;
}

.page-id-18 #main_content > div > div > section.top_4 > div > div > .sub-text {
	position: relative;
	display: inline-block;
	color: #d93f8a;
	font-weight: bold;
	letter-spacing: .1em;
	margin-right: 210px;
	font-size: 1.25em;
}

.page-id-18 #main_content > div > div > section.top_4 > div > div > .sub-text::before {
	position: absolute;
	bottom: 15px;
	left: -30px;
	content: "";
	width: 25px;
	height: 2px;
	background-color: #333;
	transform: rotate(45deg);
}

.page-id-18 #main_content > div > div > section.top_4 > div > div > .sub-text::after {
	position: absolute;
	bottom: 15px;
	right: -30px;
	content: "";
	width: 25px;
	height: 2px;
	background-color: #333;
	transform: rotate(-45deg);
}

.page-id-18 #main_content > div > div > section.top_4 > div > div > h2.section-title span {
	color: #d94f8a;
    font-size: 1.5em;
    display: inline-block;
    margin: 0 10px;
}

.page-id-18 #main_content > div > div > section.top_4 ul {
	list-style: none;
	padding: 0; 
	max-width: 1200px;
	margin :60px auto 0;
}

.page-id-18 #main_content > div > div > section.top_4 ul li {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}

.page-id-18 #main_content > div > div > section.top_4 ul li.reserve {
	flex-direction: row-reverse;
}

.page-id-18 #main_content > div > div > section.top_4 ul li .feature-img {
	width: 40%;
	border-radius: 5px;
	overflow: hidden;
}

.page-id-18 #main_content > div > div > section.top_4 ul li .feature-content {
	position: relative;
	width: 55%;
	margin-top: 30px;
}

.page-id-18 #main_content > div > div > section.top_4 ul li.reserve .feature-content {
	padding-left: 50px;
}

.page-id-18 #main_content > div > div > section.top_4 ul li .feature-content::before {
	position: absolute;
	top: 53px;
	right: 30px;
	content: "";
	width: 925px;
	height: 270px;
	background-color: #f7f6f5;
	z-index: -1;
}

.page-id-18 #main_content > div > div > section.top_4 ul li.reserve .feature-content::before {
	right: auto;
	left: 0;
}

.page-id-18 #main_content > div > div > section.top_4 ul li .feature-content h3 {
	position: relative;
	color: #d93f8a;
	line-height: 1.7;
	letter-spacing: .05em;
	font-style: italic;
	padding: 35px 0 0 0;
	margin-bottom: 20px;
}

.page-id-18 #main_content > div > div > section.top_4 ul li .feature-content h3::before {
	position: absolute;
	top: 0;
	left: 0;
	content:"";
	width: 50px;
	height: 50px;
	background-image: url(https://ripple-call.co.jp/rakuraku-saiyo/wp-content/uploads/2025/12/parts-conma.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.page-id-18 #main_content > div > div > section.top_4 ul li .feature-content h3::after {
	position: absolute;
	top: 0;
	right: 190px;
	content:"";
	width: 50px;
	height: 50px;
	background-image: url(https://ripple-call.co.jp/rakuraku-saiyo/wp-content/uploads/2025/12/colose-commma.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.page-id-18 #main_content > div > div > section.top_4 ul li .feature-content p {
	line-height: 1.9;
	letter-spacing: .05em;
	color: #333;
}

@media(max-width: 768px) {
	.page-id-18 #main_content > div > div > section.top_4 {
		padding: 90px 4%;
	}
	
	.page-id-18 #main_content > div > div > section.top_4 > div > div > .sub-text {
		margin-right: 0;
		margin-bottom: 5px;
	}
	
	.page-id-18 #main_content > div > div > section.top_4 > div > div > h2.section-title {
	    position: relative;
	    text-align: center;
	    line-height: 1.5;
	}
	
	.page-id-18 #main_content > div > div > section.top_4 ul li {
		flex-direction: column;
	}

	.page-id-18 #main_content > div > div > section.top_4 ul li .feature-img {
		width: 100%;
	}

	.page-id-18 #main_content > div > div > section.top_4 ul li .feature-content{
		width: 100%;
	}
	
	.page-id-18 #main_content > div > div > section.top_4 ul li.reserve {
		flex-direction: column;
	}
	
	.page-id-18 #main_content > div > div > section.top_4 ul li.reserve .feature-content {
		padding-left: 0;
	}
	
	.page-id-18 #main_content > div > div > section.top_4 ul li.reserve .feature-content::before {
		content:none;
	}
	
	.page-id-18 #main_content > div > div > section.top_4 ul li .feature-content::before{
		content: none;
	}
	
	.page-id-18 #main_content > div > div > section.top_4 ul li:last-child {
		margin-bottom: 0;
	}
}

/* ----- 新着情報 ----- */

.page-id-18 #main_content > div > div > section.top_7 {
    padding: 8% 0;
}

.page-id-18 #main_content > div > div > section.top_7 > div > div.p-postListWrap {
    max-width: 1200px;
    margin: 30px auto 0;
}

.page-id-18 #main_content > div > div > section.top_7 > div > div.p-postListWrap > ul > li > a > div > div > div > time {
    font-size: 14px;
}

.page-id-18 #main_content > div > div > section.top_7 > div > div.p-postListWrap > ul > li > a > div > div > div > time::before {
    display: none;
}

#main_content > div > div > section.top_7 > div > div.p-postListWrap > ul {
    border-top: none;
    width: 100%;
	max-width: 750px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
	border-radius: 10px;
	padding: 30px;
}

.page-id-18 #main_content > div > div > section.top_7 > div > div.p-postListWrap > ul > li:last-child > a {
	border-bottom: none;
	transition: all .4s;
}

.-type-simple .p-postList__link:hover {
	background-color: transparent;
	color: #d93f8a;
}

.page-id-18 #main_content > div > div > section.top_7 > div > div.p-postListWrap > ul > li > a > div > h2 {
    font-size: 16px;
    font-weight: normal;
}

.page-id-18 #main_content > div > div > section.top_7 > a.section-link-btn {
    margin: 60px auto 0;
    background-color: #d93f8a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    padding: 15px 30px;
    border-radius: 50px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    align-self: center;
    position: relative;
    transition: 0.3s;
}

.page-id-18 #main_content > div > div > section.top_7 > a.section-link-btn:hover {
    background-color: #082c63;
}

.page-id-18 #main_content > div > div > section.top_7 > a.section-link-btn span {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: white;
}

.page-id-18 #main_content > div > div > section.top_7 > a.section-link-btn img {
    width: auto;
    max-width: 41px;
    height: auto;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width: 768px) {
	.page-id-18 #main_content > div > div > section.top_7 {
		padding: 90px 4%;
	}
	
	.page-id-18 #main_content > div > div > section > div > div > h2.section-title {
		font-size: 1.7em;
		line-height: 1;
		margin-bottom: 5px;
	}
}


/* ----- お役立ち情報  top-06 ----- */

.page-id-18 #main_content > div > div > section.top_6 {
    padding: 50px 0;
	background-color: #f7f6f5;
	margin-bottom: 0;
}

.page-id-18 #main_content > div > div > section.top_6 > div > div.p-postListWrap {
    margin: 40px auto 0;
    max-width: 1400px;
}

#main_content > div > div > section.top_6 > div > div.p-postListWrap > ul {
    max-width: 1100px;
	margin: 0 auto;
	justify-content:space-between;
	width: 100%;
}

#main_content > div > div > section.top_6 > div > div.p-postListWrap > ul li {
	width: 32%;
	border-radius: 10px;
	overflow: hidden;
	padding: 0;
	background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}


#main_content > div > div > section.top_6 > div > div.p-postListWrap > ul > li > a > div.p-postList__thumb.c-postThumb {
	box-shadow: none;
}

#main_content > div > div > section.top_6 > div > div.p-postListWrap > ul > li > a > div.p-postList__thumb.c-postThumb > span.c-postThumb__cat {
    right: initial;
    left: 0;
    background-color: #0EB291;
    opacity: 0.8;
}

#main_content > div > div > section.top_6 > div > div.p-postListWrap > ul > li > a > div.p-postList__thumb.c-postThumb > span.c-postThumb__cat::before {
    display: none;
}

#main_content > div > div > section.top_6 > div > div.p-postListWrap > ul > li > a > div.p-postList__body {
    display: flex;
    flex-wrap: wrap;
    padding: 4%;
	flex-direction: column;
}

.page-id-18 #main_content > div > div > section.top_6 > div > div.p-postListWrap > ul > li > a > div.p-postList__body > div.p-postList__meta {
    order: 1;
	margin-top: 0;
}
#main_content > div > div > section.top_6 > div > div.p-postListWrap > ul > li > a > div.p-postList__body > div.p-postList__meta > div > time::before {
    color: #d93f8a;
}

.page-id-18 #main_content > div > div > section.top_6 > div > div.p-postListWrap > ul > li > a > div.p-postList__body > h2 {
    font-size: 1.4em;
    font-weight: bold;
    color: #d93f8a;
    order: 2;
}

.page-id-18 #main_content > div > div > section.top_6 > div > div.p-postListWrap > ul > li > a > div.p-postList__body > div.p-postList__excerpt {
    order: 3;
}

.page-id-18 #main_content > div > div > section.top_6 > div > div.p-postListWrap > ul > li > a > div.p-postList__body > div.p-postList__excerpt {
    font-size: .85em;
	color: #999;
}

.page-id-18 #main_content > div > div > section.top_6 > a.section-link-btn {
    margin: 20px auto 0;
    background-color: #d93f8a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    padding: 15px 30px;
    border-radius: 50px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    align-self: center;
    position: relative;
    transition: 0.3s;
}

.page-id-18 #main_content > div > div > section.top_6 > a.section-link-btn:hover {
    background-color: #082c63;
}

.page-id-18 #main_content > div > div > section.top_6 > a.section-link-btn span {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: white;
}

.page-id-18 #main_content > div > div > section.top_6 > a.section-link-btn img {
    width: auto;
    max-width: 41px;
    height: auto;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width: 768px) {
	.page-id-18 #main_content > div > div > section.top_6 {
		padding: 90px 4%;
	}
	
	#main_content > div > div > section.top_6 > div > div.p-postListWrap > ul {
		flex-direction: column;
	}
	
	#main_content > div > div > section.top_6 > div > div.p-postListWrap > ul li {
		width: 100%;
	}
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーー

お役立ち資料プレゼント

ーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ----- ページヘッダー ----- */

.page-id-61 #top_title_area.l-topTitleArea {
	display: none;
}

.page-id-61 #top_title_area.l-topTitleArea.block {
	display: flex;
	width: 100%;
}

.page-id-61 #content {
	max-width: inherit;
}

.page-id-61 h1.c-pageTitle {
    color: #333;
}


.page-id-61 #top_title_area.l-topTitleArea.c-filterLayer.-texture-dot {
	display: none;
}

.page-id-61 .all-download {
	max-width: 1000px;
	margin: 0 auto 30px;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #E67CB0;
}

.page-id-61 .all-download p {
	width: 60%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: .05em;
	font-size: 1.25em;
}

.page-id-61 .all-download a {
	width: 25%;
	border: 2px solid #d93f8a;
	text-align: center;
	background-color: #fff;
	font-weight: bold;
	padding: 15px;
	transition: all .4s;
}

.page-id-61 .all-download a:hover {
	background-color: #d93f8a;
	color: #fff;
}

.page-id-61 .present-content {
	max-width: 1000px;
	margin: 0 auto 20px;
	padding: 30px;
	border: 2px solid #E67CB0;
}

.page-id-61 .present-content .flex-content {
	display: flex;
	justify-content: space-between;
}

.page-id-61 .present-content .flex-content .left-photo {
	width: 43%;
}

.page-id-61 .present-content .flex-content .left-photo img {
	width: 100%;
}

.page-id-61 .present-content .flex-content .right-content {
	width: 55%;
}

.page-id-61 .present-content .flex-content .right-content h2 {
	font-size: 1.25em;
	margin-bottom: 15px;
	color: #d93f8a;
}

.page-id-61 .present-content .recommand h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

.page-id-61 .present-content .recommand p {
	font-size: .9em;
}

.page-id-61 .present-form {
	max-width: 1000px;
	margin: 90px auto 0;
}

.page-id-61 .present-form h2 {
	text-align: center;
	font-size: 1.25em;
	margin-bottom: 30px;
}

.page-id-61 .present-form .form-read {
	text-align: center;
	margin-bottom: 50px;
}

.page-id-61 .wpcf7-form.init {
  max-width: 700px;
  margin: 0 auto;
}

.page-id-61 .field-container p {
  display: flex;
  justify-content: space-between;
	margin-bottom: 20px;
}

.page-id-61 .field-container p label {
  width: 25%;
}

.page-id-61 .wpcf7-form-control-wrap {
  width: 70%;
}

.page-id-61 .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.page-id-61 .wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel{
  width: 100%;
}

.page-id-61 .wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #d93f8a;
  color: #fff;
  padding: 15px 30px;
  border: none;
  max-width: 200px;
  margin: 50px auto 0;
  width: 100%;
  display: block;
	transition: all .5s;
	border: 2px solid #d93f8a;
}

.page-id-61 .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background-color: #fff;
	border: 2px solid #d93f8a;
	color: #d93f8a;
}

.page-id-61 .required {
  font-size: .85em;
  margin-left: 10px;
  color: red;
}

/* －－－－－－－－－－－－－－－－－－－－－－－－
 * 
他個人情報ページ

－－－－－－－－－－－－－－－－－－－－－－－－ */
/* ----- 個人情報保護方針 ----- */
.page-id-36 #top_title_area > div > h1.c-pageTitle,
.page-id-38 #top_title_area > div > h1.c-pageTitle,
.page-id-40 #top_title_area > div > h1.c-pageTitle,
.page-id-42 #top_title_area > div > h1.c-pageTitle,
.page-id-45 #top_title_area > div > h1.c-pageTitle,
.page-id-47 #top_title_area > div > h1.c-pageTitle{
	color: #333;
}

.page-id-36 #content,
.page-id-38 #content,
.page-id-40 #content,
.page-id-42 #content,
.page-id-45 #content,
.page-id-47 #content{
  margin:0 auto !important;
}