@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
*/

/* ----------------------------------------
ヘッダー
---------------------------------------- */

/* ---------------
トップ・問合せ以外のページ用のメニュー：「.nav_a」
トップ・問合せページ用のメニュー：「.nav_b」
--------------- */
.c-gnav .nav_b,
.c-spnav .nav_b {
	display: none;
}

#body_wrap.home .nav_a,
#body_wrap.id_5749 .nav_a {
	display: none;
}

#body_wrap.home .nav_b,
#body_wrap.id_5749 .nav_b {
	display: list-item;
}

/* ---------------
スマホナビ
--------------- */
/*「MENU」*/
.c-widget__title.-spmenu {
	visibility: hidden;
}

.c-spnav a {
	border-bottom: 0;
}

/* ----------------------------------------
フッター
---------------------------------------- */
.l-footer {
	background: #333;
	color: #fff;
}

.l-footer__inner {
	padding: 2em 0;
}

.footer_info {
	font-size: 12px;
}

.footer_info p {
	margin-bottom: 10px;
}

.footer_info_title {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 100px;
	border: 1px solid #999;
}

.footer_info_name {
	font-size: 1.5em;
	font-weight: bold;
}

.footer_info a {
	text-decoration: underline;
}

.footer_info a:hover {
	text-decoration: none;
}

.l-footer .copyright {
	text-align: left;
}

@media (min-width:960px){
	.w-footer__box {
		padding: 0;
	}
}

@media screen and (max-width:959px){
	.l-footer__inner {
		padding: 2em 60px 4em 0;
	}
}

/* ----------------------------------------
メイン画像
---------------------------------------- */
.-height-auto .p-mainVisual__textLayer {
	padding-top: 8em;
}

.mainv {
	color: #fff;
}

/* ---------------
枠
--------------- */
.mainv > div {
	display: flex;
}

@media (min-width:960px){
	.mainv > div > .wp-block-group {
		width: 50%;
		margin-bottom: 0;
	}
	
	.mainv > div > .wp-block-group:first-of-type {
		padding-right: 40px;
	}
}

@media screen and (max-width:959px){
	.-height-auto .p-mainVisual__textLayer {
		padding-top: 6em;
	}

	.mainv > div {
		flex-direction: column;
	}

	/*順番変更*/
	.mainv > div > .wp-block-group,
	.mainv > div > .wp-block-group > div {
		display: contents;
	}
	
	.mainv_message {
		order: 1;
	}
	
	.mainv ul {
		order: 2;
	}
	
	.mainv .swell-block-button {
		order: 3;
	}
}

/* ---------------
左側
--------------- */
/*制作実績*/
.mainv_achievement {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	padding: .5em 1em;
	font-weight: bold;
	background: linear-gradient(149deg, #FC686F, #FF934C);
	border-radius: 3px;
	color: #fff;
	line-height: 1.2;
}

.mainv_achievement span {
	margin: 0 4px;
	font-size: 1.5em;
	vertical-align: middle;
}

/*タイトル*/
.mainv_title {
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;	
}

/*リスト*/
.mainv ul {
	margin-bottom: 30px;
	font-size: 1.1em;
	font-weight: bold;
}

.mainv ul li:before {
	color: #fff;
}

@media screen and (max-width:959px){
	/*制作実績*/
	.mainv_achievement {
		margin: 0 auto 1em;
	}
	
	/*タイトル*/
	.mainv_title {
		font-size: 30px;
		text-align: center;
	}
	
	/*メッセージ*/
	.mainv_message {
		padding-top: 1em;
	}

	/*リスト*/
	.mainv ul {
		padding: 15px;
		border-radius: 5px;
		border: 1px solid #fff;
	}
}

/* ---------------
右側
--------------- */
.mainv_message {
	margin-bottom: 30px;
	text-align: center;
}

.mainv_message_title {
	margin-bottom: 0;
	font-size: 1.1em;
	font-weight: bold;
}

@media (min-width:1120px){
	/*月桂樹の飾り*/
	.mainv_message {
		display: flex;
		justify-content: center;
	}

	.mainv_message:before,
	.mainv_message:after {
		content: "";
		display: block;
		width: 50px;
		height: auto;
		background: url("/images/laurel.svg") center / contain no-repeat;
		filter: invert(100%) sepia(33%) saturate(2394%) hue-rotate(322deg) brightness(85%) contrast(98%);
	}

	.mainv_message:after {
		transform: scaleX(-1);
	}
}

@media screen and (max-width:959px){
	.mainv img {
		display: block;
		width: 600px;
		max-width: 100%;
		margin: 0 auto;
	}
}

/* ----------------------------------------
トップページなど
---------------------------------------- */

/* --------------------
共通
-------------------- */

/* ----------
中央寄せ・左寄せ
---------- */
.center_left {
	text-align: center;
}

@media screen and (max-width:959px){
	.center_left {
		text-align: justify;
		text-justify: inter-ideograph;
	}
}

/* --------------------
リニューアル
-------------------- */

/* ----------
タイトル
---------- */
.renewal_catch,
.renewal_title {
	font-weight: bold;
}

.renewal_catch {
	margin-bottom: .5em;
	font-size: 20px;
	font-weight: bold;
}

.renewal_title {
	font-size: 30px !important;
}

.renewal_title span {
	display: inline-block;
	margin: 0 2px;
	padding: 10px;
	background: linear-gradient(149deg, #B5A775, #9D8D55);
	color: #fff;
	line-height: 1;	
}

@media screen and (max-width:959px){
	.renewal_catch {
		font-size: inherit;
	}

	.renewal_title {
		font-size: 22px !important;
	}

	.renewal_title span {
		margin-bottom: .3em;
	}
}

/* ----------
リスト
---------- */
.renewal_list {
	padding: 40px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.renewal_list dt {
	position: relative;
	margin-bottom: .5em;
	padding-left: 30px;
	font-size: 18px;
}

.renewal_list dd + dt {
	margin-top: 40px !important;
}

.renewal_list dt:before {
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url(/images/check_icon_black.svg) left center / contain no-repeat;
	filter: invert(58%) sepia(25%) saturate(625%) hue-rotate(9deg) brightness(91%) contrast(88%);
}

.renewal_list dt span {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.renewal_list dd {
	margin-left: 0;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (max-width:959px){
	.renewal_list {
		padding: 20px;
	}
	
	.renewal_list dt {
		font-size: 16px;
	}

	.renewal_list dd + dt {
		margin-top: 30px !important;
	}
}

/* ----------
テキスト
---------- */
.renewal_text_bottom {
	font-size: 1.1em;
}

.renewal_text_bottom span {
	font-weight: bold;
}

/* --------------------
強力なツールと連携
-------------------- */

/* ----------
リスト
---------- */
.point2_list {
	text-align: justify;
	text-justify: inter-ideograph;
}

.point2_list img {
	display: block;
	width: 180px;
	max-width: 100%;
	margin: 0 auto;
}

.point2_list strong {
	font-size: 1.1em;
	color: #9d8d55;
	line-height: 1.4;
}

.point2_list a {
	text-decoration: underline;
	color: #333;
}

.point2_list a:hover {
	opacity: 0.8;
	transition: all .3s;
	text-decoration: none;
}

@media screen and (max-width:959px){
	.point2_list img {
		width: 160px;
	}
}

/* --------------------
メリット
-------------------- */

/* ----------
リスト
---------- */
.merit {
	text-align: justify;
	text-justify: inter-ideograph;
}

.merit_list .wp-block-media-text__content strong {
	font-size: 1.1em;
	line-height: 1.4;
}

.merit_list .wp-block-media-text + p strong {
	color: #9d8d55;
}

/* ----------
注意点
---------- */
.merit_attention {
	border: 1px solid #E53935 !important;
	font-size: 0.8em;
}

.merit_attention strong {
	margin-bottom: .5em;
	color: #E53935;
}

/* --------------------
簡易プラン
-------------------- */
.indeed_plan_box {
	position: relative;
	padding: 60px 20px;
	border: 4px solid;
	border-image: linear-gradient(to right, #FC686F, #FF934C) 1;
	background: #fff;
	text-align: center;
}

/*「New」飾り*/
.indeed_plan_box:before {
	position: absolute;
	top: -52px;
	left: 5%;
	display: inline-block;
	content: "";
	width: 100px;
	height: 100px;
	background: url(/images/icon_new.svg) center / 100% no-repeat;
}

/*タイトル*/
.indeed_plan_title {
	color: #FC5F67 !important;
}

.indeed_plan_title strong {
	display: inline-block;
	margin: 0 .3em;
}

/*中央寄せ*/
.indeed_plan_box ul,
.indeed_plan_box p {
	width: -moz-fit-content;
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
}

/*リスト*/
.indeed_plan_box ul {
	margin-bottom: 2em;
}

.indeed_plan li {
	text-align: justify;
	text-justify: inter-ideograph;
}

.indeed_plan li:before {
	color: #FC5F67;
}

/*テキスト*/
.indeed_plan_text {
	margin-bottom: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*吹き出し*/
.indeed_plan_conditions {
	position: relative;
	margin-bottom: 1.5em;
	padding: 5px 20px;
	background: linear-gradient(149deg, #FC686F, #FF934C);
	border-radius: 100px;
	color: #fff;
}

.indeed_plan_conditions:after {
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	content: "";
	width: 20px;
	height: 12px;
	margin-left: -10px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #FE7E5D;
}

.indeed_plan_conditions strong {
	display: inline-block;
	margin: 0 .3em;
}

/*制作費無料*/
.indeed_plan_free {
	margin-bottom: 1.5em;
	font-size: 2em;
	line-height: 1;
}

@media screen and (max-width:959px){
	.indeed_plan_box {
		padding: 40px 15px;
	}

	/*「New」飾り*/
	.indeed_plan_box:before {
		top: -37px;
		width: 70px;
		height: 70px;
	}
}

/* --------------------
プロにお任せ
-------------------- */
.pro .swl-format-2 {
	color: #fff;
}

/* --------------------
導入事例
-------------------- */
.results_list div:has(> a) {
	padding: 25px 20px;
	border: none !important;
}

.results_list a {
	padding: 0;
	font-weight: bold;
}

.results_list a:hover {
	background-color: transparent !important;
	opacity: 0.8;
	transition: all .3s;
}

.results_list a img {
	height: auto;
}

.results_list a strong,
.results_list a em {
	display: inline-block;
	margin: 1em auto 0;
	font-weight: normal;
	font-size: .7em;	
}

.results_list a em {
	padding: 5px 10px;
	border: 1px solid;
    border-radius: 9999px;
	font-style: normal;
	line-height: 1.2;
}

.results_attention {
	font-size: 0.8em;
}

/*スライダー*/
@media screen and (max-width:767px){
	.results_list div:has(> a) {
		padding: 0 10px;
	}
}

/* --------------------
充実の機能・特長
-------------------- */
.desc .swell-block-box-menu__item {
	box-shadow: 0 2px 4px rgba(0,0,0,.05), 0 4px 4px -4px rgba(0,0,0,.1);
}

.desc .swell-block-box-menu__figure {
	width: 100px;
}

.desc .swell-block-box-menu__text {
	line-height: inherit;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*タイトル*/
.desc .swell-block-box-menu__text strong:first-of-type {
	display: inline-block;
	margin-bottom: 0.5em;
}

/* --------------------
プラン・料金
-------------------- */
/*見出し*/
.plan table th:first-of-type {
	background: #999;
	color: #fff;
}

.plan table th:not(:first-of-type) {
	background: #EAE6D7;
}

/*月額費用など 中間色の見出し*/
.plan_price_2 tr:has(td) th:has(+ td) {
	background: #bbb !important;
    color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*隔行で薄い背景色*/
.plan table tr:nth-of-type(odd) td {
    background: #f9f9f9;
}

/*「〇」の色*/
.plan table span[data-icon="LsCircle"]:after {
	background: #20a9df;
}

/*「✕」の色*/
.plan table span[data-icon="LsX"]:after {
	background: #b84439;
}

/*全プラン共通　長い文章（4列結合・〇✕が入る場合を除く）*/
.plan table td[colspan="4"]:not(:has(span)) {
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (max-width:959px){
	.plan table,
	.plan .is-style-note_list {
		font-size: 12px;
	}
	
	.plan table th,
	.plan table td {
		padding: .5em;
	}
}

/* --------------------
他サービスリンク
-------------------- */
.other .center_left a {
	text-decoration: underline;
}

.other .center_left a:hover {
	opacity: 0.8;
	transition: all .3s;
	text-decoration: none;
}

/*ボタン*/
.other_btn a {
	width: 100%;
	padding: 1.5em 3em;
	color: #333;
	font-weight: bold;
}

.other_btn a:hover {
	background-color: #fff;
	color: #333;
}

.other_btn a strong {
	font-size: 1.4em;
}

/*派遣*/
.other_btn_h a {
	box-shadow: 0 0 0 2px #58c9c7;
}

.other_btn_h a strong {
	color: #58c9c7;
}

/*採用*/
.other_btn_s a {
	box-shadow: 0 0 0 2px #E3AB30;
}

.other_btn_s a strong {
	color: #E3AB30;
}

/* --------------------
書籍情報
-------------------- */
.publication_box {
	background: #fff;
	padding: 50px;
	border: 2px solid #B5A775;
}

.publication_catch .swl-format-2 {
	width: -moz-fit-content;
	width: fit-content;
	margin: 0;
	border: none;
	background: #e2ff21;
	color: #333;
}

.publication_title,
.publication_subtitle {
	text-align: justify;
	text-justify: inter-ideograph;
}

.publication_title {
	font-size: 1.3em;
	line-height: 1.6;
}

@media screen and (max-width:600px){
	.publication_box {
		padding: 1.5rem;
	}

	.publication_catch .swl-format-2 {
		margin: 0 auto;
	}

	.publication_box img {
		display: block;
		width: 150px;
		margin: 0 auto;
	}
	
	.publication_subtitle + .swell-block-button {
		text-align: center;
	}
}

/* --------------------
お役立ちコラム
-------------------- */
.column a {
	text-decoration: underline;
	color: #333;
}

.column a:hover {
	opacity: 0.8;
	transition: all .3s;
	text-decoration: none;
}

/*スライダー*/
.column_list div:has(> a) {
	padding: 20px;
	border: none !important;
}

.column_list a {
	padding: 0;
}

.column_list a:hover {
	background-color: transparent !important;
}

.column_list a img {
	height: auto;
}

.column_list a span {
	line-height: inherit;
}

@media screen and (max-width:767px){
	.column_list div:has(> a) {
		padding: 0 10px;
	}
}

/* --------------------
お問合せ
-------------------- */
.contact_tel a {
	color: #9D8D55;
	border: 2px solid #9D8D55;
	border-radius: 100px;
	background: #fff;
	box-shadow: 0 4px 0 #9D8D55;
}

.contact_tel a span span {
	font-size: 1.5em;
}

/* --------------------
スライダー
-------------------- */

/* ----------
矢印
---------- */
.slick-prev,
.slick-next {
	top: 35% !important;
}

.slick-prev {
	left: -15px !important;
}

.slick-next {
	right: -15px !important;
}

.slick-prev:before,
.slick-next:before {
	display: block;
    content: '' !important;
    position: absolute;
    top: 0;
	width: 20px;
    height: 20px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slick-prev:before {
    right: 0;
    border-left: 2px solid #999;
    border-top: 2px solid #999;
}

.slick-next:before {
    left: 0;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
}

/* ----------
ドット
---------- */
.slick-dots {
	position: static !important;
	margin-top: 20px !important;
	padding-left: 0 !important;
}

.slick-dots li button:before {
	font-size: 20px !important;
}

/* --------------------
右下固定
-------------------- */
.fixed {
	position: fixed;
	bottom: 0;
	right: 1em;
	max-width: calc(100% - 2em);
}

.fixed > div {
	display: flex;
	align-items: flex-end;
}

.fixed_movie {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.fixed_demo img {
	display: block;
	margin: 0 0 5.5em 1em;
}

/*トップへ戻るボタン*/
.home .p-fixBtnWrap {
	bottom: 20px;
}

@media screen and (max-width:959px){
	.fixed_demo img {
		width: 52px;
		margin-bottom: 80px;
	}
}

/* ----------
動画開閉
---------- */
@media (min-width:960px){
	.movie_btn {
		display: none;
	}
}

@media screen and (max-width:959px){
	.movie_close,
	.movie_open {
		display: inline-block;
		margin-bottom: 0;
		padding: 3px 6px;
		border: 2px solid;
		border-radius: 100px;
		background: #fff;
		font-size: 11px;
		font-weight: bold;
		line-height: 1;
	}

	.movie_btn:not(.no_movie) .movie_open,
	.movie_btn.no_movie .movie_close {
		display: none;
	}
}

/* ----------
動きをトップへ戻るボタンと合わせる
---------- */
.post_content > div:has(.fixed) {
	/*トップへ戻るボタンの下*/
    z-index: 90;
}

.fixed {
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity .3s,transform .3s,visibility .3s;
    visibility: hidden;
}

[data-loaded=false] .fixed {
    display: none;
}

[data-scrolled=true] .fixed {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* ----------------------------------------
問合せページ
---------------------------------------- */
.wpcf7-form > p + p {
	margin-top: 1.5em;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	width: 100%;
	background: #fff;
}

.wpcf7-form .form_title {
	display: inline-block;
	margin-bottom: .5em;
	font-weight: bold;
}

.wpcf7-form .form_title .required {
	color: #dc3232;
	font-size: 80%;
	vertical-align: middle;
}

.wpcf7-list-item {
	margin: 0 1em 0 0;
}

.wpcf7-submit {
	border: none;
	display: block;
	min-width: 40%;
	margin: 0 auto;
	padding: .75em 1.5em;
	background: var(--color_main);
	color: #fff;
	font-weight: bold;
	border-radius: 80px;
	line-height: 1.5;
	transition: box-shadow .25s;
}

.wpcf7-submit:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,.1), 0 12px 24px -12px rgba(0,0,0,.2);
	opacity: 1;
}

@media screen and (max-width:600px){
	.wpcf7-form {
		font-size: 16px;
	}
}






