@charset "UTF-8";
/*
    Template: swell
    Theme Name: 株式会社アスユー
    Theme URI: https://swell-theme.com/
    Description: 株式会社アスユーの子テーマ2024
    Version: 1.0.0
    Author: Element System
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/*========================================



株式会社アスユー

 * General
 * Flex
 * Header
 * Navi
 * Home
 * Page
   	-コンテンツヘッダー
   	-固定ページ内　共通
	└PAGE:ご相談メニュー
	└PAGE:会社概要
	└PAGE:提携先・取引先
	└PAGE:スタッフ
	└PAGE:採用情報
	└PAGE:採用応募フォーム
	└PAGE:お問い合わせ
	└PAGE:オンライン相談
	└PAGE:プライバシーポリシー
	└PAGE:勧誘方針
	       └金融庁「顧客本位の業務運営に関する原則」「プロダクトガバナンスに関する補充原則」との対応関係表

 * Widget

 * Archive&Single

 * Footer

 * Plugin

* Responsive(total)

 ** Color **
	#001277 DeepBlue
	#3A6FCF Blue
	#111111 Black(text)
	#06C052 LINEGreen(original)
	#D8E2F5 light blue(bg) 



========================================*/



/*------------------------------------------------------------

## 変数定義

------------------------------------------------------------*/
:root {
	/* ------ 色 ----- */
	--color_jido_main: #001277; /* var(--color_jido_main); */
	--color_jido_sub: #3A6FCF; /* var(--color_jido_sub); */
	--color_jido_sub2: #0e6eb8; /* var(--color_jido_sub2);*/
	--color_jido_sub3: #D8E2F5; /* var(--color_jido_sub3);*/
}


	

/*------------------------------------------------------------

General
                         
------------------------------------------------------------*/

a, a:hover, a:focus, a:active {
	text-decoration: none !important;
	transition-duration: 1s;
	outline: none;
}

a:hover, a:focus, a:active {
}

::selection {
	/*background: ; 背景色*/
	/*color: #fff; 文字色*/
}
::-moz-selection {
	/*background: ; 背景色*/
	/*color: #fff; 文字色*/
}

a img{
	transition-duration: 0.6s;
}

a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )";
}

.is-style-btn_normal a {
  border-radius: 10px;
}









/*------------------------------------------------------------

Flex

------------------------------------------------------------*/

.flex-container { display: flex;}
.flex-container-wrap { flex-wrap: wrap; }

/*.header-widget01 { width: 280px;  padding: 0 0px 0 0;}*/
.header-widget02 { width: 120px;  padding: 0 0px 0 0;}
.header-widget03 { width: 120px;  padding: 0 0px 0 0;}
.header-widget04 { width: 120px;  padding: 0 0px 0 0;}
.header-widget05 { width: 120px;  padding: 0 0px 0 0;}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {}

@media (max-width: 979px) {}

@media screen and (max-width:480px){
	.flex-container {display: inherit;}
}







/*------------------------------------------------------------

Header

------------------------------------------------------------*/

 #content.l-content .alignfull {
    left: calc(50% - 50vw + var(--swl-scrollbar_width, 0)/2) !important;
    width: calc(100vw - var(--swl-scrollbar_width, 0)) !important;
 }

.-frame-on .l-mainContent {
    padding: 0 !important;
 }

.l-header__inner.l-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

header.-series .l-header__inner {
  padding: 0 0px;
}

.-parallel .l-header__logo {
	width: 50% !important;
	text-align: left !important;
	margin: 0 0 0px auto !important;
	padding: 0 20px;
	display: flex;
	justify-content: start;
	align-items: center;
}

.l-header.-parallel .w-header {
	width: 50% !important;
	margin: 0 auto 10px 0 !important;
	justify-content: end;
}


/* header-left */

.header-widget-area {
	background: #fff;
	width: 100%;
	max-width: 640px;
	height: 120px;
	margin-bottom: 5px;
}

/*.header-widget-area .tel {
	font-family: 'arial';
}

.header-widget-area .tel p.tel-num {
	background: transparent url("assets/img/icon-header-tel.png") no-repeat scroll left center;
	padding: 0 0 0 30px;
	line-height: 90px;
	font-size: 2.2rem;
	line-height: 2.2rem;
	font-weight: 410;
}

.header-widget-area .tel p.tel-text {
	padding: 0 3px 0 0;
	font-size: 0.9rem;
	line-height: 1.0rem;
	text-align: right;
}*/

.header-widget-area p.sub {
	font-size: 0.9rem;
	line-height: 1.0rem;
	margin-bottom: 5px;
}

/*.header-tel {
	background: #fff;
	height: 100%;
}*/

.header-consultation {
	background: #3A6FCF;
	height: 100%;
}

.header-application {
	background: #00afcc;
	height: 100%;
}

.header-contact {
	background: #001277;
	height: 100%;
}

.header-line {
	background: #06C052;
	height: 100%;
}

/*#header-button-tel,*/
#header-button-application,
#header-button-consultation,
#header-button-contact,
#header-button-line{
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

/*#header-button-tel:hover,*/
#header-button-application:hover,
#header-button-consultation:hover,
#header-button-contact:hover,
#header-button-line:hover {
	background-color:  #cccccc;
}

/*#header-button-tel {
	background-color: #fff;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
}*/

#header-button-consultation { background-color: #3A6FCF;padding: 20px 10px;}
#header-button-contact { background-color: #001277;padding: 20px 10px;}
#header-button-line { background-color: #06C052;padding: 20px 10px;}
#header-button-application { background-color: #00afcc;padding: 20px 10px;}

.header-button {
	display: inline-block;
	margin: 0px 0;
	position: relative;
	color: #fff;
	width: 100%;
	height: 120px;
	text-align: center;
	box-sizing: border-box;
}
/*#header-button-tel.header-button {
	color: #3A6FCF !important;
}*/

a.header-button {
	text-decoration: none;
	color: #fff !important;
	width: 100%;
	margin: 0 auto;
}

a#header-button-line.header-button {
	color: #fff !important;
}

header #search-3.w-header__item.widget_search input {
	border: none !important;
}

@media screen and (max-width:1024px){}

@media screen and (max-width: 896px){
	.-parallel .l-header__logo {
  		width: 100% !important;
	}
	.-parallel .l-header__logo {
		width: 100%;
		text-align: center;
	}
	
	.l-header__menuBtn {
		width: 100%;
  		max-width: 60px;
	}
}

@media screen and (max-width:480px){}












/*------------------------------------------------------------

Navi

------------------------------------------------------------*/

.-parallel .l-header__gnav {}

#header .c-gnav {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#header .c-gnav > .menu-item {
	position: relative;
	height: 100%;
	width: 160px;
}

.c-gnav > .menu-item > a {
	padding: 20px !important;
}

#header .c-gnav > .menu-item > a .ttl {
	display: block;
	font-size: 1.1rem !important;
	font-weight: 500;
}

.c-gnav > .menu-item > a .ttl {
  display: block;
  font-size: 1.1rem !important;
}



/* スマートフォン */
.p-spMenu__inner::before {
  background: rgba(255,255,255,0.9);
}

/*.resp-menu-tel {
	background: #fff;
	height: 80px;
	margin: 0;
}*/

.resp-menu-online {
	background: var(--color_jido_sub);
	height: 100%;
	text-align: center;
}

.resp-menu-contact {
	background: var(--color_jido_main);
	height: 100%;
	text-align: center;
}

.resp-menu-line {
	background: #06C052;
	height: 100%;
	text-align: center;
}

.resp-menu-application {
	background: #00afcc;
	height: 100%;
	text-align: center;
}

#resp-menu-button-tel,
#resp-menu-button-online,
#resp-menu-button-contact,
#resp-menu-button-line,
#resp-menu-button-application{
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

#resp-menu-button-tel:hover,
#resp-menu-button-online:hover,
#resp-menu-button-contact:hover,
#resp-menu-button-line:hover,
#resp-menu-button-application:hover {
	background-color:  #cccccc;
}

/*#resp-menu-button-tel { background-color: #fff; padding: 0px;}*/
#resp-menu-button-online { background-color: var(--color_jido_sub); padding: 10px 5px 0;}
#resp-menu-button-contact { background-color: var(--color_jido_main); padding: 10px 5px 0;}
#resp-menu-button-line { background-color: #06C052; padding: 10px 5px 0;}
#resp-menu-button-application { background-color: #00afcc; padding: 10px 5px 0;}

.resp-menu-button {
	display: inline-block;
	margin: 0px 0;
	position: relative;
	color: #fff;
	width: 100%;
	height: 70px;
	box-sizing: border-box;
}

/*#resp-menu-button-tel.resp-menu-button {
	color: var(--color_jido_sub) !important;
}

.resp-menu-tel a.resp-menu-button {
	text-decoration: none;
	color: #fff !important;
	width: 100%;
	margin: 0 auto;
}*/

.resp-menu-other-area {
	margin-bottom: 0;
}

.resp-menu-other-area a.resp-menu-button {
	text-decoration: none;
	width: 100%;
	max-width: 150px !important;
	min-width: 100px;
	margin: 0 auto;
}

.resp-menu-other-area a#resp-menu-button-application.resp-menu-button { color: #fff !important; }
.resp-menu-other-area a#resp-menu-button-online.resp-menu-button { color: #fff !important; }
.resp-menu-other-area a#resp-menu-button-contact.resp-menu-button { color: #fff !important; }
.resp-menu-other-area a#resp-menu-button-line.resp-menu-button { color: #fff !important; }

.resp-menu-other-area .resp-menu-button p {
	font-size: 1.0rem;
	line-height: 1.0rem;
}

/*.resp-menu-other-area .resp-menu-button p span {
	display: block;
}*/

/*.p-spMenu__inner .tel {
	font-size: 1.8rem;
	line-height: 1.8rem;
	font-weight: bold;
	font-family: 'arial';
	height: 80px;
}

.p-spMenu__inner .tel p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: transparent url("assets/img/icon-header-tel.png") no-repeat scroll left center;
	padding: 0 0 0 40px;
	width: 100%;
	max-width: 200px;
  margin: 0 auto;
}
.p-spMenu__inner .tel p span {
	display: block;
	font-size: 0.9rem;
	font-weight: normal;
}*/

.l-fixHeader__inner {
	max-width: 100% !important;
}


@media (max-width: 979px) {
	.resp-menu-other-area { display: flex; height: /*80px*/70px;}
	
	.p-spMenu__inner .tel p {
		max-width: 220px;
	}
	
	/*.resp-menu-other01,
	.resp-menu-other02,
	.resp-menu-other03 {
		width: 33.3%;
	}*/
	.resp-menu-other01,
	.resp-menu-other02,
	.resp-menu-other03,
	.resp-menu-other04 {
		width: 50%;
	}
}









/*------------------------------------------------------------

>>>>> Home
                         
------------------------------------------------------------*/

.page-template-default > .l-content {
	margin-bottom: 0 !important;
}

.swell-block-fullWide-cover {
	padding: 0 !important;
}

.swell-block-fullWide-cover .swell-block-fullWide__inner.l-article {
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
}



/*top contents */

.home.top #content {
	padding-top: 0;
	margin-bottom: 0;
}

.-frame-on .l-mainContent {
    padding: 0;
}





/* widearea-main-visual */

.widearea-main-visual {
	background: #ffffff url("assets/img/top-images.png") no-repeat scroll center center;
	padding: 0 0 20px !important;
	display: flex;
	justify-content: center;
	align-items: end;
	height: 600px;
	border-bottom: 20px solid #e9e9e9;
}

@media screen and (max-width: 1024px) {
	.widearea-main-visual {
		background: #e9e9e9 url("assets/img/top-images-resp01.png") no-repeat scroll top center;
		height: 550px;
		border-bottom: 0px;
	}
}

@media screen and (max-width:480px){
	.widearea-main-visual {
		background: #e9e9e9 url("assets/img/top-images-resp02.png") no-repeat scroll top center;
		height: 550px;
	}
}




/* widearea-top01 */

.widearea-top01 {
	padding: 30px !important;
}

.widearea-top01 .swell-block-fullWide__inner {
	padding: 0;
}

.widearea-top01 .l-article {
	max-width: 100%;
}

.area-3promises {
	background: #fff;
	border-radius: 20px;
	width: 100%;
	max-width: 1920px;
	height: 100%;
	max-height: 800px;
	padding: 80px 0;
	margin: 0 auto;
}

.widearea-top01 .area-3promises > .wp-block-group__inner-container > .wp-block-columns {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.widearea-top01 .area-3promises > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
}

.area-3promises-title {
	padding: 0 40px;
	border-right: 3px solid #3A6FCF;
}

p.area-3promises-title01,
p.area-3promises-title02 {
	color: #3A6FCF;
}

p.area-3promises-title01 {
	font-size: 1.4rem;
	line-height: 1.4rem;
	font-weight: 910;
	margin: 0px 0 10px;
}

p.area-3promises-title02 {
	font-size: 3.8rem;
    line-height: 4.0rem;
    font-weight: 910;
    margin: 0px 0 5px;
    margin-bottom: 5px;
    font-family: "Noto Sans JP", sans-serif;
}

span.new-line {
	display: block;
}

p.area-3promises-title02 span.new-line:first-child { letter-spacing: 0.2rem; margin-bottom: 0px; }
p.area-3promises-title02 span.new-line:last-child { letter-spacing: 0.7rem; }

span.area-3point-large {
	font-size: 7.0rem;
	line-height: 7.0rem;
}

.area-3promises-title-text-area {
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
}

.area-3promises-title-text-area p {
	font-size: 1.2rem;
	line-height: 1.2rem;
	padding: 36px 10px 36px 80px;
	margin: 0 0 30px;
}

.area-3promises-title-text-area p:nth-child(1) { background: transparent url("assets/img/3promises-title-num01.png") no-repeat scroll left center; }
.area-3promises-title-text-area p:nth-child(2) { background: transparent url("assets/img/3promises-title-num02.png") no-repeat scroll left center; }
.area-3promises-title-text-area p:nth-child(3) { background: transparent url("assets/img/3promises-title-num03.png") no-repeat scroll left center; }


@media screen and (max-width: 1024px) {
	.area-3promises {
		padding: 50px 20px;
	}
	
	.area-3promises .wp-block-group__inner-container .wp-block-columns {
		display: inherit;
	}
	
	.area-3promises-title {
  		padding: 0 20px 20px;
  		border-right: none;
	}
	
	.area-3promises-title-text-area {
  		width: 100%;
  		max-width: 600px;
	}

	p.area-3promises-title01 {
		text-align: center;
	}
	
	span.new-line {
  		display: initial;
	}
	
	.area-3promises-title-text-area p {
		font-size: 1.1rem;
		padding: 15px 10px 15px 70px;
		margin: 0 0 20px;
	}

	.area-3promises-title-text-area p:nth-child(1) { background: transparent url("assets/img/3promises-title-num01.png") no-repeat scroll left center/60px; }
	.area-3promises-title-text-area p:nth-child(2) { background: transparent url("assets/img/3promises-title-num02.png") no-repeat scroll left center/60px; }
	.area-3promises-title-text-area p:nth-child(3) { background: transparent url("assets/img/3promises-title-num03.png") no-repeat scroll left center/60px; }
}

@media screen and (max-width:480px){
	.area-3promises {
		padding: 50px 20px;
	}
	
	.area-3promises-title {
  		padding: 0 20px;
  		border-right: none;
	}
	
	p.area-3promises-title02 {
		line-height: 3.8rem;
		text-align: center;
	}
	
	span.new-line {
  		display: block;
	}

	.area-3promises-title-text-area p {
		font-size: 1.1rem;
		padding: 10px 10px 10px 70px;
		margin: 0 0 20px;
	}

	.area-3promises-title-text-area p:nth-child(1) { background: transparent url("assets/img/3promises-title-num01.png") no-repeat scroll left center/60px; }
	.area-3promises-title-text-area p:nth-child(2) { background: transparent url("assets/img/3promises-title-num02.png") no-repeat scroll left center/60px; }
	.area-3promises-title-text-area p:nth-child(3) { background: transparent url("assets/img/3promises-title-num03.png") no-repeat scroll left center/60px; }
}






/* widearea-top02 */

.widearea-top02 {
	background: transparent url("assets/img/bg-widearea-top02.png") no-repeat scroll bottom -10px center;
	padding: 120px 0 150px !important;
}

@media screen and (max-width: 1280px) {
	.widearea-top02 {
		background: transparent url("assets/img/bg-widearea-top02.png") no-repeat scroll bottom -10px center/contain;
	}
}

@media screen and (max-width:480px){
	.widearea-top02 {
		padding: 80px 0 !important;
	}
}

.top-contents-title-box {
	margin-bottom: 50px;
}

.top-contents-title-box h3.is-style-section_ttl {
	background: none;
	border: none;
	border-radius: 0;
	color: var(--color_jido_main);
	letter-spacing: var(--swl-letter_spacing,.2px);
	padding: 0;
	position: relative;
	text-align: center;
	margin: 0 0 10px;
	font-size: 2.8rem;
	line-height: 2.8rem;
	font-family: 'Century Gothic';
	font-weight: normal;
}

.top-contents-title-box p {
	color: var(--color_jido_sub);
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 510;
}

.top-news-area .p-postListWrap {
	width: 100%;
	max-width: 850px;
	margin: 0 auto 100px;
}

.top-news-area .p-postList__body {
	display: flex;
}

.top-news-area .-type-simple .p-postList__meta {
	margin: 0 0 0px !important;
}

.top-news-area .-type-simple .p-postList__link {
	padding: 20px 0;
}

.top-news-area .p-postList__meta {
	width: 15%;
}

.top-news-area .p-postList__title {
	width: 85%;
	font-weight: normal;
}

.top-news-area .c-postTimes__posted.icon-posted {
	font-size: 1.0rem;
	line-height: 1.1rem;
	color: #111;
	text-align: left;
	font-weight: normal;
}

.top-news-area .p-postList__meta .u-thin {
	opacity: 1;
}

.top-news-area .c-postTimes__posted.icon-posted::before {
	content: "\e931";
	display: none;
}

@media screen and (max-width: 1024px) {
	.top-news-area .swell-block-fullWide__inner {
		padding: 0 30px;
	}
}

@media screen and (max-width:480px){
	.top-news-area .p-postList__body {
  		display: inherit;
	}
	.top-news-area .p-postList__meta,
	.top-news-area .p-postList__title{
  		width: 100%;
	}
}


/* widearea-top03 */

.widearea-top03 {
	background: transparent url("assets/img/bg-widearea-top03.png") no-repeat scroll bottom center;
	padding: 120px 0 !important;
}

@media screen and (max-width:480px){
	.widearea-top03 {
		padding: 80px 0 !important;
	}
}

.widearea-top03 .swell-block-fullWide__inner.l-article {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

@media screen and (max-width: 1024px) { .widearea-top03 .swell-block-fullWide__inner.l-article { padding: 0 20px; } }

.top-consultation-menu-area {}

.top-consultation-menu01, 
.top-consultation-menu02 {}

.top-consultation-menu-area .wp-block-columns .wp-block-column .swell-block-bannerLink .c-bannerLink {
	border-radius: 10px;
	background: #fff;
}

.top-consultation-menu-area .c-bannerLink__img.ls-is-cached.lazyloaded {
	border-radius: 10px;
	/*min-height: 360px;*/
	background: #fff;
}
.top-consultation-menu-area .wp-block-columns .wp-block-column .swell-block-bannerLink .c-bannerLink .c-bannerLink__text {
	justify-content: start;
}

.top-consultation-menu-area .wp-block-columns .wp-block-column .swell-block-bannerLink .c-bannerLink .c-bannerLink__text .c-bannerLink__title {
	font-size: 1.4rem;
	line-height: 1.5rem;
	font-weight: 910;
	margin-top: 20px;
}

.top-consultation-menu-area .wp-block-columns .wp-block-column .swell-block-bannerLink .c-bannerLink .c-bannerLink__text .c-bannerLink__title img {
  margin-bottom: 20px;
}

.top-consultation-menu-area .wp-block-columns .wp-block-column .swell-block-bannerLink .c-bannerLink .c-bannerLink__text .c-bannerLink__title span {
	margin: 0px 0 0;
	display: block;
}

@media screen and (max-width: 1024px) {
	.top-consultation-menu-area .wp-block-columns .wp-block-column .swell-block-bannerLink .c-bannerLink .c-bannerLink__text { padding: 20px; }
	.top-consultation-menu-area .wp-block-columns .wp-block-column .swell-block-bannerLink .c-bannerLink .c-bannerLink__text .c-bannerLink__title {
  		font-size: 1.2rem;
  		line-height: 1.5rem;
  		font-weight: 910;
  		margin-top: 20px;
	}
	
	.top-consultation-menu01.wp-block-columns .wp-block-column .swell-block-bannerLink .c-bannerLink .c-bannerLink__figure,
	.top-consultation-menu02.wp-block-columns .wp-block-column .swell-block-bannerLink .c-bannerLink .c-bannerLink__figure {
  		height: 260px !important;
	}
	
	.top-consultation-menu-area .wp-block-columns .wp-block-column .swell-block-bannerLink .c-bannerLink .c-bannerLink__text .c-bannerLink__title span {
		display: block;
	}
}

.top-consultation-menu01.wp-block-columns .wp-block-column:nth-child(1) .swell-block-bannerLink .c-bannerLink .c-bannerLink__text .c-bannerLink__title { color: #4d59ff; }
.top-consultation-menu01.wp-block-columns .wp-block-column:nth-child(2) .swell-block-bannerLink .c-bannerLink .c-bannerLink__text .c-bannerLink__title { color: #a158ff; }
.top-consultation-menu01.wp-block-columns .wp-block-column:nth-child(3) .swell-block-bannerLink .c-bannerLink .c-bannerLink__text .c-bannerLink__title { color: #ff307d; }
.top-consultation-menu01.wp-block-columns .wp-block-column:nth-child(4) .swell-block-bannerLink .c-bannerLink .c-bannerLink__text .c-bannerLink__title { color: #ff7700; }
.top-consultation-menu02.wp-block-columns .wp-block-column:nth-child(1) .swell-block-bannerLink .c-bannerLink .c-bannerLink__text .c-bannerLink__title { color: #e1bc00; }
.top-consultation-menu02.wp-block-columns .wp-block-column:nth-child(2) .swell-block-bannerLink .c-bannerLink .c-bannerLink__text .c-bannerLink__title { color: #56d900; }
.top-consultation-menu02.wp-block-columns .wp-block-column:nth-child(3) .swell-block-bannerLink .c-bannerLink .c-bannerLink__text .c-bannerLink__title { color: #46d9e9; }
.top-consultation-menu02.wp-block-columns .wp-block-column:nth-child(4) .swell-block-bannerLink .c-bannerLink .c-bannerLink__text .c-bannerLink__title { color: #0098ff; }

@media screen and (max-width:480px){
	.top-consultation-menu-area .wp-block-columns .wp-block-column .swell-block-bannerLink .c-bannerLink {
		background: #fff;
	}
	.top-consultation-menu01.wp-block-columns .wp-block-column .swell-block-bannerLink .c-bannerLink .c-bannerLink__figure,
	.top-consultation-menu02.wp-block-columns .wp-block-column .swell-block-bannerLink .c-bannerLink .c-bannerLink__figure {
  		height: 240px !important;
	}
	.top-consultation-menu-area .wp-block-columns .wp-block-column .swell-block-bannerLink .c-bannerLink .c-bannerLink__text .c-bannerLink__title span {
  		margin: 0px 0 0;
	}
	.top-consultation-menu-area .wp-block-columns .wp-block-column .swell-block-bannerLink .c-bannerLink .c-bannerLink__text .c-bannerLink__title img {
  		margin-bottom: 10px;
	}
}




/* widearea-top04 */

.widearea-top04 {
	padding: 120px 0 !important;
}

@media screen and (max-width:480px){
	.widearea-top04 {
		padding: 80px 0 !important;
	}
}


.widearea-top04 .swell-block-fullWide__inner.l-article {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

@media screen and (max-width: 1024px) { .widearea-top04 .swell-block-fullWide__inner.l-article { padding: 0 20px; } }

.top-contents-title02-box {
	padding: 0 20px;
}

.top-contents-title02-box figure.wp-block-image {
	text-align: right;
}

.top-contents-title02-box h3.is-style-section_ttl {
	background: none;
	border: none;
	border-radius: 0;
	color: var(--color_jido_sub);
	padding: 0;
	position: relative;
	text-align: right;
	margin: 0 0 10px;
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: 510;
}

.top-contents-title02-box h3.is-style-section_ttl span {
	display: block;
}

.top-hoken-column-left {
	display: flex;
	align-items: center;
	justify-content: end;
}

.top-hoken-exp-area.wp-block-column {
	background-color: var(--color_jido_sub);
	border-radius: 10px;
	padding: 30px 20px;
}

.top-hoken-exp-area .wp-block-columns .wp-block-column {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wp-block-group.top-hoken-box {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

.top-hoken-box p {
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.5rem;
}

.top-hoken-box .swell-block-button {
	text-align: right;
}

.widearea-top04 .swell-block-button a {
	background: #fff !important;
	color: var(--color_jido_sub) !important;
	min-width: 300px !important;
	padding: 10px 10px;
	box-shadow: none;
}

.widearea-top04 hr {
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1024px) {	
	.top-contents-title02-box h3.is-style-section_ttl span {
		display: initial;
	}
}

@media screen and (max-width:480px) {
	.top-contents-title02-box figure.wp-block-image,
	.top-contents-title02-box h3.is-style-section_ttl {
		text-align: center;
	}
	
	.top-hoken-exp-area .wp-block-columns .wp-block-column {
		justify-content: center;
	}
	
	.top-hoken-column-left {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.top-hoken-column-left figure {
		width: 50px;
		margin: 0 auto;
	}
}




/* widearea-top05 */

.widearea-top05 {
	background: transparent url("assets/img/bg-widearea-top05.png") no-repeat scroll top -10px center;
	padding: 150px 0 0px !important;
}

@media screen and (max-width: 1024px) {
	.widearea-top05 {
		background: transparent url("assets/img/bg-widearea-top05.png") no-repeat scroll bottom -10px center/contain;
		padding: 80px 0 0px !important;
	}
}

@media screen and (max-width:480px) {
	.widearea-top05 {
		padding: 50px 0 50px !important;
	}
}

.top-pickup-area {
	background: #fff;
	border-radius: 10px 10px 0 0;
}

.top-pickup-box {
	margin: 0 auto;
	padding: 70px 20px;
}

.top-pickup-box h3.is-style-section_ttl {
	background: none;
	border: none;
	border-radius: 0;
	color: var(--color_jido_sub);
	padding: 0;
	position: relative;
	text-align: center;
	margin: 0 0 20px;
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: 510;
}

.top-pickup-box h3.is-style-section_ttl span {
	display: block;
}

.top-pickup-box .wp-block-columns {
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
}

.top-pickup-box p {
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	color: var(--color_jido_main);
	font-size: 1.1rem;
	line-height: 1.8rem;
}

@media screen and (max-width: 1280px) {
	
	.top-pickup-box .wp-block-image {
		margin-bottom: 40px !important;
	}
	
	.top-pickup-box p {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
}

@media screen and (max-width:480px) {

	.top-pickup-area {
		border-radius: 10px;
	}
	
	.top-pickup-box { 
		border-radius: 10px;
		padding: 50px 20px;
	}
	
	.top-pickup-box h3.is-style-section_ttl span { display: inherit; }
}

















/*------------------------------------------------------------

>>>>> Page

------------------------------------------------------------*/

/* --------------------

コンテンツヘッダー

--------------------　*/

#top_title_area {
    background: #fff;
	height: 400px;
	padding: 0;
	border-top: 1px solid var(--color_jido_sub);
	border-bottom: 1px solid var(--color_jido_sub);
}

.l-topTitleArea.c-filterLayer::before {
	background-color: inherit;
}

.l-topTitleArea__img.c-filterLayer__img {
	width: 60% !important;
	left: inherit;
	right: 0;
}

#top_title_area.l-topTitleArea .u-obf-cover {
	  object-position: center right;
}

.l-topTitleArea__body {
  color: var(--color_jido_main);
  position: relative;
  text-shadow: none;
}

#top_title_area .l-container {
	padding-right: 0;
	padding-left: 0;
	width: 40%;
	margin: 0;
	position: inherit;
	color: var(--color_jido_main);
	text-shadow: none;
	text-align: center;
}

#top_title_area .l-container .c-pageTitle {
    font-size: 1.8rem;
    line-height: 2.0rem;
 }

#top_title_area .c-pageExcerpt {
	font-family: 'Century Gothic';
	color: var(--color_jido_sub);
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin: 10px 0 0;
}

@media (max-width: 979px) {
	#top_title_area {
		height: 250px;
	}
}

@media screen and (max-width:480px){ 
	#top_title_area {
		height: 150px;
	}
	
	.l-topTitleArea__img.c-filterLayer__img,
	#top_title_area .l-container {
		width: 100% !important;
	}
	
	#top_title_area .l-container {
		color: #FFF;
	}
	
	#top_title_area .c-pageExcerpt {
		color: var(--color_jido_main);
  		font-weight: 910 !important;
		margin: 5px 0 0;
	}
}





.p-breadcrumb__list {
    font-size: 1.0rem;
}





/* --------------------

固定ページ内　共通

--------------------　*/

.page-contents-title-box {
	margin-bottom: 100px;
}

.page-contents-title-box h3 {
	margin: 20px 0 0;
	font-size: 1.8rem;
	line-height: 2.0rem;
	font-weight: 410;
	color: var(--color_jido_sub) !important;
}

.page-contents-title-box2 {
	margin-bottom: 100px;
}

.page-contents-title-box2 h3 {
	margin: 20px 0 0;
	font-size: 1.8rem;
	line-height: 2.0rem;
	font-weight: 410;
	color: var(--color_jido_main) !important;
}

.page-contents-title-box2 p {
	margin: 20px 0 0;
	font-size: 1.2rem;
	line-height: 1.2rem;
	color: var(--color_jido_sub2) !important;
	font-family: 'Century Gothic';
	text-align: center;
}

.page-contents-title-box3 {
	margin-bottom: 100px;
}

.page-contents-title-box3 h3 {
	margin: 20px 0 0;
	font-size: 1.8rem;
	line-height: 2.0rem;
	font-weight: 410;
	color: var(--color_jido_main) !important;
      display: flex;
      align-items: center; /* 垂直中心 */
      justify-content: center; /* 水平中心 */
}

.page-contents-title-box3 > .wp-block-group__inner-container > h3::before {
	background: transparent;
}

.page-contents-title-box3 > .wp-block-group__inner-container > h3:before,
.page-contents-title-box3 > .wp-block-group__inner-container > h3:after {
      border-top: 2px solid;
      content: "";
      width: 3em; /* 線の長さ */
}
.page-contents-title-box3 > .wp-block-group__inner-container > h3:before {
      margin-right: 1em; /* 文字の右隣 */
	position: inherit;
}
.page-contents-title-box3 > .wp-block-group__inner-container > h3:after {
      margin-left: 1em; /* 文字の左隣 */
}


.page-contents-detail-title-box {
	background: transparent url("assets/img/icon-diagonal3.png") no-repeat scroll top center;
	padding: 50px 0 0;
	margin-bottom: 100px;
}

.page-contents-detail-title-box h3.is-style-section_ttl {
	border: none;
	border-radius: 0;
	color: var(--color_jido_main);
	position: relative;
	text-align: center;
	margin: 0 0 20px;
	font-size: 2.8rem;
	line-height: 2.8rem;
	font-weight: normal;
}

.page-contents-detail-title-box p {
	color: var(--color_jido_sub);
	letter-spacing: var(--swl-letter_spacing,.2px);
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 410;
	font-family: 'Century Gothic';
}

@media screen and (max-width:480px){
	.page-contents-title-box h3 span {
		display: block;
	}

}

.page-contents-message-text-area {}
.page-contents-message-text-area p {
	font-size: 1.2rem;
	line-height: 2.0rem;
	text-align: center;
}

.page-contents-message-text-area p span {
	display: block;
}

.page-contents-message-text-area p span.swl-marker {
  display: initial !important;
}


@media screen and (max-width: 1024px) {
	.page-contents-message-text-area p {
		text-align: left;
	}
}

@media screen and (max-width:480px){
	.page-contents-message-text-area p {
		text-align: left;
	}
	
	.page-contents-message-text-area p span {
		display: initial;
	}
}

















/* ------------------------------

PAGE:ご相談メニュー
service

------------------------------*/

/* widearea-consultation01 */

.widearea-consultation01 {
	padding: 120px 0 120px !important;
}

@media screen and (max-width:480px){
	.widearea-consultation01 {
		padding: 60px 0 60px !important;
	}
}

.widearea-consultation01 figure img {
	border-radius: 10px;
}



/* widearea-consultation02 */

.widearea-consultation02 {
	padding: 120px 0 120px !important;
}

@media screen and (max-width:480px){
	.widearea-consultation02 {
		padding: 60px 0 60px !important;
	}
}

.services-for-consultation-list {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	border-top: 1px solid rgba(255,255,255,0.6);
	border-bottom: 1px solid rgba(255,255,255,0.6);
	padding: 10px 0;
}

.services-for-consultation-list-box {
	background: rgba(255,255,255,0.6);
	padding: 20px;
}

.services-for-consultation-list .services-for-consultation-list-box {
	margin-bottom: 10px;
}

.services-for-consultation-list .services-for-consultation-list-box:last-child {
	border-bottom: none;
}

.services-for-consultation-list hr {
	border-bottom: 1px solid rgba(255,255,255,0.6);
	margin: 10px 0;
}

.services-for-consultation-list-box-centering {
	display: flex;
	justify-content: center;
	align-items: center;
}

.services-for-consultation-list-box-left {
	display: flex;
	justify-content: start;
	align-items: center;
}


/* アイコン画像 */
@media screen and (max-width:480px){
	.services-for-consultation-list .wp-block-image img {
		max-width: 60%;
	}
}

/* タイトル */
.services-for-consultation-list-box h4 {
	font-size: 1.5rem;
}
.services-for-consultation-list > .wp-block-group__inner-container > .services-for-consultation-list-box01 h4 { color: #4d59ff; }
.services-for-consultation-list > .wp-block-group__inner-container > .services-for-consultation-list-box02 h4 { color: #a158ff; }
.services-for-consultation-list > .wp-block-group__inner-container > .services-for-consultation-list-box03 h4 { color: #ff307d; }
.services-for-consultation-list > .wp-block-group__inner-container > .services-for-consultation-list-box04 h4 { color: #ff7700; }
.services-for-consultation-list > .wp-block-group__inner-container > .services-for-consultation-list-box05 h4 { color: #e1bc00; }
.services-for-consultation-list > .wp-block-group__inner-container > .services-for-consultation-list-box06 h4 { color: #56d900; }
.services-for-consultation-list > .wp-block-group__inner-container > .services-for-consultation-list-box07 h4 { color: #46d9e9; }
.services-for-consultation-list > .wp-block-group__inner-container > .services-for-consultation-list-box08 h4 { color: #0098ff; }

.services-for-consultation-list-box h4 span {
	display: block;
}

@media screen and (max-width:480px){
	.services-for-consultation-list-box h4 span {
		display: initial;
	}
}


/* 項目リスト */
.services-for-consultation-list ul {
	padding-left: 0;
	list-style: none;
	font-weight: 510;
}

.services-for-consultation-list ul li {
	font-size: 1.2rem;
}

@media screen and (max-width:480px){
	.wp-block-column.services-for-consultation-list-box-left {
		justify-content: center;
	}
	
	.services-for-consultation-list ul {
		text-align: center;
	}
}


/* ＞ボタン */
.services-for-consultation-list .is-style-btn_normal a {
	background: transparent !important;
	border-radius: 100%;
	height: 120px;
	width: 120px;
	color: #111;
	box-shadow: none !important;
	padding: 0 !important;
}

.services-for-consultation-list .is-style-btn_normal a span {
	display: none;
}

.services-for-consultation-list .swell-block-button .__icon {
	font-size: 6rem !important;
}

.services-for-consultation-list .swell-block-button .__icon.-right {
	margin-right: 0;
}

@media screen and (max-width:480px){
	.services-for-consultation-list .is-style-btn_normal a {
		background: #fff !important;
		border-radius: 10px;
		height: auto;
		width: 100%;
		max-width: 250px;
		box-shadow: var(--swl-btn_shadow) !important;
		padding: 10px 30px !important;
	}

	.services-for-consultation-list .is-style-btn_normal a span {
		display: inherit;
	}

	.services-for-consultation-list .swell-block-button .__icon {
		font-size: 1rem !important;
	}

	.services-for-consultation-list .swell-block-button .__icon.-right {
		margin-right: inherit;
	}

}









/* ------------------------------

PAGE:ご相談メニュー - 子ページ

------------------------------*/

/* widearea-consultation01 */

.widearea-consultation-child01 {
	padding: 120px 0 120px !important;
}

.consultation-child-page-title-box {
	margin-bottom: 100px;
}

.consultation-child-page-title-box h3 {
	margin: 50px 0 20px;
	font-size: 1.8rem;
	line-height: 2.0rem;
	font-weight: 410;
	color: #333 !important;
}

.consultation-child-page-title-box p {
	color: var(--color_jido_sub);
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: normal;
	font-family: 'Century Gothic';
}

.consultation-child-page-title-box01 p { color: #4d59ff; }
.consultation-child-page-title-box02 p { color: #a158ff; }
.consultation-child-page-title-box03 p { color: #ff307d; }
.consultation-child-page-title-box04 p { color: #ff7700; }
.consultation-child-page-title-box05 p { color: #e1bc00; }
.consultation-child-page-title-box06 p { color: #56d900; }
.consultation-child-page-title-box07 p { color: #46d9e9; }
.consultation-child-page-title-box08 p { color: #0098ff; }

.consultation-child-page-contents-area {}
.consultation-child-page-contents-box {
	background: #D8E2F5;
	border: 2px solid #D8E2F5;
	border-radius: 10px;
	width: 100%;
	margin: 0 auto 40px !important;
}

.consultation-child-page-contents-box .wp-block-image {
	margin-bottom: 0;
	background: #fff;
  	border-radius: 10px 10px 0 0;
}

.consultation-child-page-contents-box .wp-block-image img {
	border-radius: 10px 10px 0 0;
}

.consultation-child-page-contents-text-box {
	padding: 50px;
	width: 100%;
	margin: 0 auto;
}

.consultation-child-page-contents-text-box p.spell {
	color: var(--color_jido_sub);
	font-weight: normal;
	font-family: 'Century Gothic';
	position: relative;
	margin-bottom: 40px;
}

.consultation-child-page-contents-text-box p.spell::before {
	background-color: var(--color_jido_sub);
	bottom: -20px;
	content: "";
	height: 3px;
	position: absolute;
	width: 50px;
}

.consultation-child-page-contents-text-box h4 {
	color: var(--color_jido_main) !important;
	text-align: left !important;
	margin: 0 0 30px;
	font-size: 1.5rem !important;
	line-height: 1.6rem;
	font-weight: 510;
}


@media screen and (max-width:480px){
	.consultation-child-page-contents-text-box {
  		padding: 20px;
	}
}


/* 動画 */

.movie-area {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}








/* ------------------------------

PAGE:会社概要
company-us

------------------------------*/

/* widearea-company01 */

.widearea-company01 {
	padding: 120px 0 120px !important;
	border-bottom: 1px solid var(--color_jido_sub);
}

.company-message-title-area {
	margin-bottom: 100px;
}

.company-message-title-area figure {
	margin: 0 0 20px;
}

.company-message-title-area h3 {
	margin: 0 0 10px;
	font-size: 1.8rem;
	line-height: 2.0rem;
	font-weight: 410;
}

.company-message-title-area p {
	font-family: 'Century Gothic';
	color: var(--color_jido_sub);
	font-size: 1.2rem;
	line-height: 1.4rem;
	text-align: center;
}

.company-message-text-area {}

.company-message-text-area p {
	font-size: 1.2rem;
	line-height: 2.4rem;
	text-align: center;
}

.company-message-text-area p span {
	display: block;
}

@media screen and (max-width:480px){ 
	.widearea-company01 {
		padding: 80px 0 80px !important;
	}
	
	.company-message-title-area {
  		margin-bottom: 80px;
	}
	
	.company-message-text-area p {
		text-align: left;
	}

	.company-message-text-area p span {
		display: inherit;
	}
	
}



/* widearea-company02 */

.widearea-company02 {
	padding: 120px 0 150px !important;
	background: transparent url("assets/img/bg-widearea-top02.png") no-repeat scroll bottom -10px center;
}

.company-page-contents-title-area {
	background: transparent url("assets/img/icon-diagonal.png") no-repeat scroll top left !important;
	margin-bottom: 30px;
	padding: 30px 0 0 !important;
}

.company-page-contents-title-area h3 {
	font-size: 2.0rem;
  	line-height: 2.4rem;
	color: var(--color_jido_main) !important;
	margin: 0 0 5px !important;
	text-align: left !important;
	font-weight: 410;
}

.company-page-contents-title-area p {
	font-family: 'Century Gothic';
	color: var(--color_jido_sub2);
	text-align: left !important;
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: 410;
	padding: 0px 0 0 !important;
	margin: 0 0 10px;
}

.company-greeting-area {}

.company-greeting-area figure {
	margin: 0 0 50px;
}

.company-greeting-area figure img {
	border-radius: 10px;
	box-shadow: 20px 20px 0px 0px var(--color_jido_main);
}

.company-greeting-representative-box {}
p.representative-post {
	color: var(--color_jido_main);
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: 510;
	margin: 0 0 10px;	
}
p.representative-name {
	color: var(--color_jido_main);
	font-size: 2.4rem;
	line-height: 2.4rem;
	font-weight: 910;
	margin: 0 0 5px;
}
p.representative-spell {
	font-family: 'Century Gothic';
	color: var(--color_jido_sub2);
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin: 0;
}

.company-greeting-message-area {
	width: 100%;
	max-width: 500px;
	margin: 0 0 0 auto;
}

.company-greeting-area .company-greeting-message-area h4 {
	font-size: 2.0rem;
	line-height: 2.8rem;
	text-align: left !important;
	font-weight: 410;
	margin: 0 0 50px;
}

.company-greeting-area .company-greeting-message-area h4 span {
	display: block;
}

@media screen and (max-width: 1280px) {
	.widearea-company02 {
		background: transparent url("assets/img/bg-widearea-top02.png") no-repeat scroll bottom -10px center/contain;
	}
}

@media (max-width: 979px) {
	.company-greeting-area figure img {
		box-shadow: -20px 20px 0px 0px var(--color_jido_main);
	}
}

@media screen and (max-width:480px){ 
	.widearea-company02 {
		padding: 80px 0 80px !important;
	}
	.company-page-contents-title-area {
		background: transparent url("assets/img/icon-diagonal.png") no-repeat scroll top center !important;
	}
	
	.company-page-contents-title-area h3 {
		text-align: center !important;
		font-size: 2.8rem;
		line-height: 3rem;
		padding: 30px 0 0 !important;
	}
	
	.company-page-contents-title-area p {
		font-size: 1.2rem;
		line-height: 1.4rem;
		text-align: center;
	}
	
	.company-greeting-area figure img {
		box-shadow: 0px 20px 0px 0px var(--color_jido_main);
  	}
	.company-greeting-representative-box {
		text-align: center;
		margin-bottom: 30px;
	}
	
	p.representative-name {
		font-size: 2rem;
		line-height: 1.2rem;
		font-weight: 410;
		margin: 0 0 10px;
	}
	
	.company-greeting-area .company-greeting-message-area h4 {
		margin-bottom: 30px;
	}
	.company-greeting-area .company-greeting-message-area h4 span {
 		 display: initial;
	}
}



/* widearea-company03 */

.widearea-company03 {
	padding: 120px 0 120px !important;
	background-image: url("assets/img/bg-widearea-company03left.png"),url("assets/img/bg-widearea-company03right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, bottom right;
	background-attachment: fixed, fixed;
	border-bottom: 1px solid var(--color_jido_sub);
}

.company-info-box {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	width:100%;
	max-width: 750px;
	margin: 0 0 0 auto;
}

/* 表 */
.company-summary-table {
	margin-bottom: 50px;
	border-top: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
}

.company-summary-table table td,
.company-summary-table table th {
	border-left: none;
	border-right: none;
	border-top: 1px solid #aaaaaa;
	vertical-align: middle;
}

.company-summary-table table td {
	padding: 20px 20px;
}

.company-summary-table table th {
	padding: 20px 20px;
}


.company-summary-table table td:last-child,
.company-summary-table table th:last-child {
	border-right: none;
}

.company-summary-table table tbody tr td:first-child {
	width: 25% !important;
	text-align: right !important;
}

.company-summary-table table tbody tr:last-child > td {
	border-bottom: 1px solid #aaaaaa;
}

@media screen and (max-width: 1024px) {
	.company-summary-table table tbody tr td:first-child {
 		text-align: center !important;
		width: 100% !important;
	}
	
	.company-summary-table table td, .company-summary-table table th {
  		padding: 20px 20px;
	}
	
	.company-summary-table table tr td:first-child {
		background: #ededed;
	}
}

@media screen and (max-width:480px){
	.widearea-company03 {
		padding: 80px 0 80px !important;
	}
	
	.company-summary-table table tbody tr td:first-child {
 		text-align: center !important;
	}
	
	.company-summary-table table td {
  		padding: 10px 20px;
	}
	
	.company-summary-table table th {
  		padding: 20px 20px;
	}
	
	.company-summary-table table td,
	.company-summary-table table th {
		border-top: none;
	}
	
	.company-summary-table table tr td:first-child {
		background: #ededed;
	}
}



/* widearea-company04 */

.widearea-company04 {
	padding: 120px 0 120px !important;
	background-image: url("assets/img/bg-widearea-company04left.png"),url("assets/img/bg-widearea-company04right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, bottom right;
	background-attachment: fixed, fixed;
}

@media screen and (max-width:480px){
	.widearea-company04 {
		padding: 80px 0 80px !important;
	}
}



/* widearea-company05 */

.widearea-company05 {
	padding: 120px 0 120px !important;
}

@media screen and (max-width:480px){
	.widearea-company05 {
		padding: 80px 0 80px !important;
	}
}

/* 沿革 */

.company-history-list-box01 {
	padding: 0 0 100px;
	border-bottom: 3px dotted #ccc;
	margin-bottom: 100px;
}

.company-history.is-style-small .swell-block-step__number .__shape {
	width: 20px;
	height: 20px;
}

.company-history .swell-block-step__number .__shape {
  border-radius: 5px;
  transform: rotate(-45deg);
}

.company-history.is-style-small .swell-block-step__item::before {
	left: 9px;
	border-left: 1px solid var(--color_jido_sub);
}

.company-history .swell-block-step__title {
	font-weight: 410;
	margin-left: 40px;
	color: var(--color_jido_main);
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 2.4rem !important;
	line-height: 2.4rem;
}

.company-history .swell-block-step__title span {
	color: var(--color_jido_sub);
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin: 0 0 0 20px;
}

.company-history.is-style-small .swell-block-step__body {
	margin-top: 20px !important;
	padding: 0 0 50px 40px;
}

.company-history.is-style-small > .swell-block-step__item:last-child .swell-block-step__body {
	padding: 0 0 0px 40px;
}

@media screen and (max-width: 1024px) {
	.company-history .swell-block-step__title {
  		font-weight: 410;
  		margin-left: 10px;
  		color: var(--color_jido_main);
  		font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  		font-size: 1.8rem !important;
  		line-height: 2.0rem;
	}
	
	.company-history.is-style-small .swell-block-step__body {
  		margin-top: 10px !important;
  		padding: 0 0 0px 10px;
	}
}

@media screen and (max-width:480px){
	.company-history .swell-block-step__title {
  		font-weight: 410;
  		margin-left: 10px;
  		color: var(--color_jido_main);
  		font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  		font-size: 1.8rem !important;
  		line-height: 2.0rem;
	}
	
	.company-history.is-style-small .swell-block-step__body {
  		margin-top: 10px !important;
  		padding: 0 0 0px 10px;
	}
}








/* ------------------------------

PAGE:提携先・取引先
partner

------------------------------*/

.widearea-partner01 {
	padding: 120px 0 120px !important;
}

@media screen and (max-width:480px){
	.widearea-partner01 {
		padding: 80px 0 80px !important;
	}
}

.partner-link-area {
	border-top: 1px solid var(--color_jido_sub3);
	border-bottom: 1px solid var(--color_jido_sub3);
	padding: 30px 0;
}


.partner-link-area-title-area {
	background: transparent url("assets/img/icon-diagonal.png") no-repeat scroll top left !important;
	margin-bottom: 30px;
	padding: 30px 0 0 !important;
}

.partner-link-area-title-area p {
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: var(--color_jido_main) !important;
	margin: 0 0 10px !important; 
	font-family: 'Century Gothic';
	text-align: left !important;
}

.partner-link-area-title-area h3 {
	color: var(--color_jido_sub2) !important;
	text-align: left !important;
	font-size: 2.0rem;
  	line-height: 2rem;
	font-weight: 410;
	padding: 0px 0 0 !important;
	margin: 0 0 0px;
}

.partner-link-area-title-area h3 span {
	display: block;
}

.partner-link-area .swell-block-button a {
	width: 100%;
	padding: 20px;
	line-height: 1.1rem;
}

p.partner-not-link-btn {
	background: var(--color_jido_main) !important;
	width: 100%;
 	padding: 20px;
	line-height: 1.1rem;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0,0,0,.1),0 12px 24px -12px rgba(0,0,0,.2);
	opacity: 1;
	color: #fff;
	text-align: center;
	font-weight: 700;
}


@media screen and (max-width: 1024px) {
	.partner-link-area-title-area h3 {
		font-size: 1.4rem;
  		line-height: 1.5rem;
	}
	.partner-link-area-title-area p {
  		font-size: 1.0rem;
  		line-height: 1.2rem;
	}
	
	.partner-link-area .swell-block-button a {
		padding: 20px 10px;
		line-height: 1.2rem;
		font-size: 1.1rem;
	}
}

@media screen and (max-width:480px){
	.partner-link-area-title-area h3 span {
		display: initial;
	}
}








/* ------------------------------

PAGE:スタッフ
staff

------------------------------*/

.widearea-staff01 {
	padding: 120px 0 50px !important;
}

.widearea-staff02 {
	padding: 120px 0 120px !important;
	border-bottom: 1px solid var(--color_jido_sub);
}

.widearea-staff03 {
	padding: 120px 0 120px !important;
}

@media screen and (max-width:480px){
	.widearea-staff01,.widearea-staff02,.widearea-staff03 { padding: 80px 0 80px !important; }
}


.staff-prof-area {
	background: rgba(255,255,255,0.5);
	border-radius: 10px;
	padding: 50px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.staff-prof-area figure img {
	border-radius: 10px;
}

.staff-prof-area h4 {
  font-size: 1.4rem !important;
  line-height: 1.5rem !important;
  text-align: left !important;
  font-weight: 410;
	display: flex;
	align-items: center;
}

.staff-prof-area h4 span {
  	font-size: 1.0rem !important;
  	line-height: 1.2rem !important;
	color: #555;
}



/* 表 */
.staff-table {
	margin-bottom: 50px;
	border-top: 1px solid var(--color_jido_sub3);
	border-bottom: 1px solid var(--color_jido_sub3);
	font-size: 0.9rem;
	line-height: 1.2rem;
}

.staff-table table td,
.staff-table table th {
	border-left: none;
	border-right: none;
	border-top: 1px solid var(--color_jido_sub3);
	border-bottom: 1px solid var(--color_jido_sub3);
	vertical-align: middle;
}

.staff-table table td {
	padding: 10px 15px;
}

.staff-table table > tbody td:first-child {
	color: var(--color_jido_sub2) !important;
}

.staff-table table th {
	padding: 10px 20px;
}


.staff-table table td:last-child,
.staff-table table th:last-child {
	border-right: none;
}

.staff-table table tbody tr td:first-child {
	width: 25% !important;
	text-align: right !important;
}

.staff-table table tbody .post_content tr:last-child > td {
	border-bottom: 1px solid var(--color_jido_sub3) !important;
}

@media screen and (max-width: 1024px) {
	.staff-table {
		padding: 5px 0;
	}
	
	.staff-table table tbody tr td:first-child {
 		text-align: center !important;
		width: 100% !important;
	}
	
	.staff-table table td,
	.staff-table table th {
  		padding: 5px 20px;
		border-top: 0;
		border-bottom: 0;
	}
	
	.staff-table table tr td:first-child {
		background: var(--color_jido_sub3);
	}
}

@media screen and (max-width:480px){
	.staff-prof-area {
		padding: 20px;
	}
	
	.staff-prof-area h4 {
  		font-size: 1.2rem !important;
  		line-height: 1.4rem !important;
  		text-align: center !important;
  		font-weight: 410;
		display: inherit;
	}

	.staff-prof-area h4 span {
		display: block;
  		font-size: 0.9rem !important;
  		line-height: 1.2rem !important;
	}
	
	.staff-table table tbody tr td:first-child {
 		text-align: center !important;
	}
	
	.staff-table table td {
  		padding: 10px 20px;
	}
	
	.staff-table table th {
  		padding: 10px 20px;
	}
	
	.staff-table table td,
	.staff-table table th {
		border-top: none;
	}
}









/* ------------------------------

PAGE:採用情報
recruit

------------------------------*/

/* widearea-recruit */

.widearea-recruit01 {
	padding: 120px 0 50px !important;
}

.recruit-title-area {
	background: transparent url("assets/img/icon-diagonal.png") no-repeat scroll left top 5px !important;
	margin-bottom: 30px;
	padding: 0px 0 0 !important;
}

.recruit-title-area h3 {
	color: var(--color_jido_sub2) !important;
	text-align: left !important;
	font-size: 2.0rem;
  	line-height: 2rem;
	font-weight: 410;
	padding: 0px 0 0 30px !important;
	margin: 0 0 10px;
}

.recruit-title-area p {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: var(--color_jido_main) !important;
  margin: 0 0 10px !important;
    margin-bottom: 10px;
  text-align: left !important;
}

.recruit-info-box {
	background: rgba(216,226,245,0.3);
	padding: 30px;
	border-radius: 10px;
	width:100%;
	max-width: 750px;
	margin: 0 0 0 auto;
}

/* 表 */
.recruit-table {
	margin-bottom: 50px;
	border-top: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
}

.recruit-table table {
	font-size: 0.9rem !important;
	line-height: 1.2rem;
}

.recruit-table table td,
.recruit-table table th {
	border-left: none;
	border-right: none;
	border-top: 1px solid #aaaaaa;
	vertical-align: middle;
}

.recruit-table table td {
	padding: 10px 20px;
}

.recruit-table table th {
	padding: 10px 20px;
}


.recruit-table table td:last-child,
.recruit-table table th:last-child {
	border-right: none;
}

.recruit-table table tbody tr td:first-child {
	width: 30% !important;
	text-align: right !important;
}

.recruit-table table tbody tr:last-child > td {
	border-bottom: 1px solid #aaaaaa;
}

@media screen and (max-width: 1024px) {
	.recruit-table {
		margin-bottom: 50px;
		border-top: 2px solid var(--color_jido_sub);
		border-bottom: 2px solid var(--color_jido_sub);
	}
	
	.recruit-table table tbody tr td:first-child {
 		text-align: center !important;
		width: 100% !important;
	}
	
	.recruit-table table td, .recruit-table table th {
  		padding: 10px 20px;
		border: none;
	}
	
	.recruit-table table tr td:first-child {
		background: var(--color_jido_sub3);
	}
	.post_content .recruit-table table tr:last-child > td {
  		border-bottom: none;
	}
	
}

@media screen and (max-width:480px){	
	.recruit-table table tbody tr td:first-child {
 		text-align: center !important;
	}
	
	.recruit-table table td {
  		padding: 10px 20px;
	}
	
	.recruit-table table th {
  		padding: 20px 20px;
	}
	
	.recruit-table table td,
	.recruit-table table th {
		border-top: none;
	}
	
	.recruit-table table tr td:first-child {
		background: var(--color_jido_sub3);
	}
}



.recruit-external-link-area {
	background: rgba(216,226,245,0.3);
	padding: 30px;
	border-radius: 10px;
	width:100%;
	margin: 0 0 0 auto;
}

.recruit-external-link-area .wp-block-columns .wp-block-column:last-child {
	display: flex;
	align-items: center;
}

.recruit-external-link-area .wp-block-columns .wp-block-column .swell-block-button a {
	font-size: 0.95rem;
	width: 100%;
	padding: 10px 10px;
	max-width: 500px;
}








/* ------------------------------

採用応募フォーム
recruit-form

------------------------------*/

/* widearea-recruit */

.widearea-recruit-form01 {
	padding: 120px 0 120px !important;
}

.widearea-recruit-form02 {
	padding: 120px 0 120px !important;
}












/* ------------------------------

PAGE:お問い合わせ
contact-us

------------------------------*/

/* widearea-contact01 */

.widearea-contact01 {
	padding: 120px 0 50px !important;
}

@media screen and (max-width:480px){
	.widearea-contact01 {
		padding: 80px 0 30px !important;
	}
}

.contact-menu-area {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.contact-menu-area .is-style-btn_normal a,
.contact-menu-area .is-style-btn_line a{
	width: 100%;
	max-width: 500px;
	border-radius: 10px;
	box-sizing: border-box;
}

.contact-menu-area .is-style-btn_normal a {
	padding: 20px;
}

.contact-menu-area .is-style-btn_line a {
	border: 3px solid;
	padding: 17px;
}

.contact-menu-area .is-style-btn_line a span {
  font-weight: 700;
}

/* arrow */
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_arrows {
	position: relative;
	display: flex;
	height: 150px;/*画面いっぱいにする場合100vh*/
	margin: 2em auto;
	justify-content: center;
	align-items: center;
}
.cp_arrows .cp_arrow {
	position: absolute;
	top: 50%;/*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
	/*left: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	-webkit-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;*/
	opacity: 0;
}
.cp_arrows .cp_arrowfirst {
	-webkit-animation: arrow-move08 2s ease-in-out infinite;
	        animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrowsecond {
	-webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
	        animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before, .cp_arrows .cp_arrow:after {
	position: absolute;
	top: 0;
	left: -15px;
	display: block;
	width: 30px;
	height: 3px;
	content: '';
	background: var(--color_jido_sub);
}
.cp_arrows .cp_arrow:before {
	-webkit-transform: rotate(30deg) translateX(-39%);
	        transform: rotate(30deg) translateX(-39%);
	-webkit-transform-origin: top left;
	        transform-origin: top left;
}
.cp_arrows .cp_arrow:after {
	-webkit-transform: rotate(-30deg) translateX(39%);
	        transform: rotate(-30deg) translateX(39%);
	-webkit-transform-origin: top right;
	        transform-origin: top right;
}
@-webkit-keyframes arrow-move08 {
	0% {
		top: 40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes arrow-move08 {
	0% {
		top: 40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/* arrow end */




/* widearea-contact02 */

.widearea-contact02 {
	padding: 120px 0 120px !important;
	background: transparent url("assets/img/bg-widearea-contact02.png") no-repeat fixed bottom -10px center/contain;
}

@media screen and (max-width:480px){
	.widearea-contact02 {
		padding: 80px 0 80px !important;
	}
}


.widearea-contact .contact-title-box {
  margin: 0 auto 80px !important;
    margin-top: 0px;
  padding: 0px 0;
}

.widearea-contact h3 {
	padding: 70px 0 0px 0 !important;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.0rem;
	font-weight: 410;
	color: var(--color_jido_main);
	position: relative;
}

.widearea-contact h3::before {
	content: "";
	width: 100%;
	height: 2px;
	background: transparent !important;
}

.widearea-contact h3.contact-line { background: transparent url("assets/img/icon-contact-title01.png") no-repeat center top; }
.widearea-contact h3.contact-tel { background: transparent url("assets/img/icon-contact-title02.png") no-repeat center top; }
.widearea-contact h3.contact-mail { background: transparent url("assets/img/icon-contact-title03.png") no-repeat center top; }


.contact-text-white-area {
	background: #fff;
	border-radius: 30px;
	padding: 60px 0px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}

.contact-line-registration-btn {
	margin-bottom: 20px;
}

.contact-line-registration-btn a {
	border-radius: 100px;
	display: inherit !important;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.contact-line-registration-btn a span {
  display: block;
}

.contact-line-registration-btn a.__icon {
  font-size: 2.4rem !important;
}

p.contact-text-line-id {
	background: #ededed;
	width: 100%;
	max-width: 250px;
	margin: 0 auto 20px;
	padding: 10px;
	text-align: center;
	font-weight: 910;
	border-radius: 10px;
}

@media screen and (max-width:480px){
	.contact-text-white-area {
		border-radius: 30px;
		padding: 50px 20px;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		box-sizing: border-box;
	}
}




/* widearea-contact03 */

.widearea-contact03 {
	padding: 120px 0 120px !important;
	background: transparent url("assets/img/bg-widearea-contact03.png") no-repeat fixed bottom -10px center/contain;
	border-bottom: 1px solid var(--color_jido_sub);
}

@media screen and (max-width:480px){
	.widearea-contact03 {
		padding: 80px 0 80px !important;
	}
}

.contact-text-white-area .wp-block-columns .wp-block-column:first-child {
	border-right: 1px dashed #707070;
}

.contact-text-white-area .wp-block-columns {
  --wp-column-gap: 0;
}

.contact-tel-title-box {
	margin-bottom: 30px;
}

.contact-tel-title-box h4 {
	color: var(--color_jido_main) !important;
	font-size: 2.0rem;
	line-height: 2.2rem;
	margin: 0 0 10px;
	font-weight: 510;
}

.contact-text-white-area > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child > .contact-tel-title-box > .wp-block-group__inner-container > h4 {
	margin: 25px 0 25px !important;
}
	
.contact-tel-title-box h4 span {
	display: block;
}

.contact-tel-title-box p {
	color: var(--color_jido_main);
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 510;
}

.contact-text-white-area p.tel-num {
	font-family: 'Century Gothic';
	text-align: center;
	margin-bottom: 20px;
	color: var(--color_jido_sub);
}

.contact-text-white-area p.tel-address {
	text-align: center;
	margin-bottom: 5px;
	color: var(--color_jido_sub);
}

.contact-text-white-area p.tel-address span:last-child {
	margin-left: 10px;
}

.contact-text-white-area p.tel-num span:first-child {
	font-size: 1.8rem;
	line-height: 2.0rem;
}

.contact-text-white-area p.tel-num span:last-child {
	font-size: 2.4rem;
	line-height: 2.5rem;
}

.contact-text-white-area p.tel-num a { color: var(--color_jido_sub) }
.contact-text-white-area p.tel-num a:hover { color: var(--color_jido_main); }

p.contact-business-hours {
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.4rem;
	color: var(--color_jido_sub) 
}

@media screen and (max-width:480px){
	
	.contact-text-white-area .wp-block-columns .wp-block-column:first-child {
		border-right: none;
		border-bottom: 1px dashed #707070;
		padding-bottom: 50px;
	}	
	.contact-text-white-area .wp-block-columns .wp-block-column:last-child {
		padding-top: 50px;
	}

	.contact-text-white-area > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child > .contact-tel-title-box > .wp-block-group__inner-container > h4 {
		margin: 0px 0 10px !important;
	}

	.contact-text-white-area p.tel-address span:last-child {
		margin-left: 0px;
	}
}




/* widearea-contact04 */

.widearea-contact04 {
	padding: 120px 0 120px !important;
}

@media screen and (max-width:480px){
	.widearea-contact04 {
		padding: 80px 0 80px !important;
	}
}




/*コンタクトフォーム*/

.contact-form-area {
	background: #fff;
	border-radius: 30px;
	padding: 0px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}

.contact-area {
	background: #fff;
    margin: 20px auto 50px;
    max-width: 900px;
    width: 100%;
	padding: 60px 30px;
	box-sizing: border-box;
	font-size: 1.0rem;
	line-height: 1.2rem;
	border-radius: 30px;
}

.contact-area-recruitment-form {
    margin: 0 auto 50px;
    max-width: 750px;
    width: 100%;
}

.contact-area dl {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0px;
}

.contact-area dl:first-child {
    border-top: none;
}

.contact-area dl.contact-area-title {
	margin-bottom: 20px;
}

.contact-area dl.contact-area-title dt {
	text-align: center !important;
	background: var(--color_jido_main);
	color: #fff;
}

.contact-area dl dt, .contact-area dl dd {
    display: table-cell;
    padding: 10px 20px;
	line-height: initial;
}

.contact-area-recruitment-form > dl > dt, .contact-area-recruitment-form > dl > dd {
    border-bottom: 1px solid #dddddd;
}


.contact-area dl > dt {
    width: 25%;
    text-align: right;
	font-weight: normal;
    vertical-align: middle;
}

.contact-area dl > dd {
    width: 75%;
	text-align: left;
    vertical-align: middle;
}


.contact-area-recruitment-form dl > dt {
    width: 30%;
    text-align: right;
	font-weight: normal;
    vertical-align: middle;
}

.contact-area-recruitment-form dl > dd {
    width: 70%;
	text-align: left;
    vertical-align: middle;
}

.contact-area > dl > dd .hula-ninzu > dl > dt { width: 20%; }
.contact-area > dl > dd .hula-ninzu > dl > dd { width: 80%; }

.text-error {
    background-color: var(--color_jido_sub);
    border-radius: 50px;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.0rem;
    padding: 2px 8px 2px;
    text-align: center;
    display: block;
    width: 50px;
    margin: 0 0 0 auto;
    font-weight: normal;
}

.contact-area input.wpcf7-text,
.contact-area select {
	padding: 10px 20px;
	height: 50px;
	border-radius: 50px;
	margin-bottom: 0px !important;
	width: 100%;
	max-width: 580px;
}

/* 日付 */

 .contact-area dl dd.kibou-date input {
	border: 0px solid hsla(0,0%,78%,.5);
	border-radius: 30px;
	padding: 10px 20px;
	margin: 0 20px 0 0;
}

.contact-area dl dd.kibou-date select {
	width: 120px;
}

/**/

.entry-form-fm dd p span > span > span {
	width: auto;
	margin-right: 10px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.yubin {
	width: 100px;
}

span.wpcf7-radio > span {
	display: block;
}

dd.ninzu-man span, dd.ninzu-woman span,dd.ninzu-child span {
  display: inherit;
  width: 100%;
  max-width: 150px;
}

.contact-address-area,.contact-list-area {
  margin-bottom: 10px;
}

@media screen and (max-width:480px){
	.form-birth > span {
		display: block;
		margin-right: 0px;
	}
	.contact-area input.birth-y,.contact-area select.birth-m,.contact-area select.birth-d { max-width: 80px !important; }
}

.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    max-width: 580px;
    border-radius: 20px;
}

.contact-privacy-text {
	text-align: center;
	width: 100%;
	max-width: 750px;
	margin: 0 auto 20px;
	font-size: 0.9rem;
	line-height: 1.1rem;
}

.contact-check {
	text-align: center;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	font-size: 0.9rem;
	line-height: 1.1rem;
}

.contact-check-box {
	padding: 10px;
	border-radius: 10px;
	margin-top: 30px;
}

.contact-check span.wpcf7-list-item,
.contact-check input {
	margin: 0;
}

.form-actions {
    padding: 20px 0px 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    border-top: none;
    *zoom: 1;
	text-align: center;
}

.wpcf7-form-control.wpcf7-submit.btn.btn-large.btn-success {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
	padding: 20px;
}

.contact-area textarea,
.contact-area input[type="text"],
.contact-area input[type="email"],
.contact-area select.birth-m,
.contact-area select.birth-d {
	background: #f5f5f5;
	border: none;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

.contact-area select {
	border: none;
}

textarea:focus, input[type="text"]:focus, input[type="email"]:focus {
    border-color: rgba(42, 146, 78, 0.8);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(42, 146, 78,.6);
}

.form-actions .btn {
    border: none !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #ffffff;
    background-color: #555555;
}

.btn:hover, .btn:focus,.btn-success:active {
    text-decoration: none;
    background-position: 0 -40px;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #555555;
    background-image: -moz-linear-gradient(top, #555555, #555555);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#555555));
    background-image: -webkit-linear-gradient(top, #555555, #555555);
    background-image: -o-linear-gradient(top, #555555, #555555);
    background-image: linear-gradient(to bottom, #555555, #555555);
    background-repeat: repeat-x;
}

.btn-large {
    padding: 10px 20px;
    font-size: 1.4rem;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
}

.contact-area  span.wpcf7-not-valid-tip {
    color: var(--color_jido_sub);
	font-size: 1em;
    font-weight: normal;
    display: block;
}

.contact-form-area div.wpcf7-validation-errors, .contact-form-area div.wpcf7-acceptance-missing {
    border: 2px solid var(--color_jido_sub) !important;
	color: var(--color_jido_sub);
}

.ajax-loader {
    display: block !important;
}

span.wpcf7-spinner {
	display: block;
}

.fm .wpcf7-list-item > label {
	display: flex;
}

.fm .wpcf7-list-item input {
	width: 20px;
	height: 30px
}

.fm .wpcf7-list-item span.wpcf7-list-item-label {
	width: auto;
	text-align: left;
	margin-left: 10px;
}

.wpcf7-list-item {
	margin: 0 0 0 0em;
}

span.form-normal {
	font-size: 0.8rem;
	line-height: 1.0rem;
	font-weight: normal;
	display: block;
	color: #555;
	margin: 10px 0 0;
}

.contact-file-area p {
	margin-bottom: 10px;
}

.contact-file-area .wpcf7-form-control.wpcf7-file {
  	width: 100%;
	border: none;
	border-radius: 50px;
	padding: 10px 20px;
}

	
@media screen and (max-width: 1024px) {
	.contact-privacy-text,
	.contact-check{
		text-align: left;
	}
}

@media screen and (max-width:480px){
	.contact-area {
    	margin: 20px auto 20px;
		padding: 30px 20px;
	}
	.contact-area-recruitment-form {
		margin: 0 auto 30px;
	}
	.contact-form-area form {
    	margin: 0 0 0px;
	}
	
	.contact-area dl {
		margin: 0px 0 20px;
	}
	
	.contact-area dl dt, .contact-area dl dd {
    	display: inherit;
    	border-bottom: none;
    	vertical-align: middle;
    	margin-left: 0px;
    	box-sizing: border-box;
    	word-break: break-all;
    	padding: 10px 0;
	}
	
	.contact-area dl dt {
    	width: 100%;
    	text-align: center;
		background-color: var(--color_jido_sub) !important;
		/*border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;*/
		border-radius: 0;
		margin-bottom: 10px;
	}
	.contact-area dl dt p {
		color: #fff;
	}
	.contact-area dl dd {
    	width: 100%;
    	text-align: center;
	}
	
	.text-error {
		background-color: var(--color_jido_main);
    	margin: 0 auto;
	}
	
	.form-actions {
	    padding: 20px 0px 20px;
    	margin-bottom: 0px;
	}
	
	.contact-file-area .wpcf7-form-control.wpcf7-file {
		padding: 10px 10px;
	}
	
	span.form-normal {
		text-align: left;
	}
}


/* tChaptcha */

span.wpcf7-form-control-wrap .wpcf7-form-control.h-captcha  {
	margin: 0 auto 20px;
}








/* ------------------------------

PAGE:オンライン相談
online

------------------------------*/

/* widearea-online01 */

.widearea-online01 {
	padding: 120px 0 50px !important;
}

.widearea-online02 {
	padding: 120px 0 120px !important;
	background: transparent url("assets/img/bg-widearea-contact03.png") no-repeat fixed bottom -10px center/contain;
	border-bottom: 1px solid #fff;
}

.widearea-online03 {
	padding: 120px 0 120px !important;
}


@media screen and (max-width:480px){
	.widearea-online01 {
		padding: 80px 0 50px !important;
	}
	.widearea-online02 {
		padding: 80px 0 80px !important;
	}
	.widearea-online03 {
		padding: 80px 0 80px !important;
	}
}


.online-can-list-area {
	background: var(--color_jido_sub3);
	border-radius: 10px;
	padding: 50px 20px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.online-can-list {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.online-can-list .wp-block-column {
	border-radius: 10px;
	text-align: center;
	padding: 50px 0;
} 

.online-can-list .wp-block-column p {
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: 510;
}
.online-can-list .wp-block-column p span {
	display: block;
}


.online-flow .swell-block-step__item {
  margin-bottom: 0 !important;
  padding: 30px 0 0 40px;
}

.online-flow .swell-block-step__item::before {
	left: 40px;
}

.online-flow .swell-block-step__number {
	box-sizing: content-box;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 80px;
	justify-content: center;
	left: 0;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: 0;
	width: 80px;
}

.online-flow .swell-block-step__number .__label {
	content: attr(data-label);
	display: block;
	font-size: 1rem;
	padding-bottom: 2px;
}

.online-flow .swell-block-step__number::after {
	content: counter(step);
	counter-increment: step;
	display: block;
	font-size: 1.8rem;
	font-weight: 510;
	line-height: 2.0rem;
}

.online-flow .swell-block-step__title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 48px;
	padding: 40px 50px 10px;
	background: rgba(255,255,255,0.6);
	margin: 0;
	border-radius: 20px 20px 0 0;
	font-size: 1.4rem !important;
	font-weight: 910;
}

.online-flow .swell-block-step__body {
	background: rgba(255,255,255,0.6);
	padding: 20px 50px 40px;
	margin: 0 !important;
    margin-bottom: 0px;
	border-radius: 0 0 20px 20px;
	min-height: 250px;
}


@media screen and (max-width: 1024px) {
	.online-can-list .wp-block-column {
  		padding: 30px 0;
	}
	
	.online-can-list .wp-block-column p {
  		font-size: 1.1rem;
  		line-height: 1.4rem;
	}
	.wp-block-columns.online-flow {
		display: inherit;
	}
	
	.wp-block-columns.online-flow .wp-block-column {
		margin-bottom: 30px !important;
	}
	
	.online-flow .swell-block-step__body {
		min-height: inherit;
	}
}












/* ------------------------------

PAGE:サイトマップ
sitemap

------------------------------*/


.widearea-sitemap { padding: 120px 0 120px !important; }

.sitemap-area .wp-block-columns {
  --wp-column-gap: 10px;
}

.sitemap-area h4.sitemap-area-type01 {
	text-align: left;
	font-size: 1.1rem;
	line-height: 1.2rem;
	margin: 0 0 30px 0 !important;
}

.sitemap-area h4.sitemap-area-type02 {
	text-align: left;
	font-size: 1.1rem;
	line-height: 1.2rem;
	margin: 0 0 20px 0 !important;
}

.sitemap-area ul {
	padding-left: 0 !important;
	list-style: none;
	margin-left: 20px;
}

.sitemap-area ul li {
	font-size: 1.0rem;
	line-height: 1.0rem;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	position: relative;
}

.sitemap-area ul li::before {
	color: inherit;
	content: "-";
	display: inline-block;
	left: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


.sitemap-area h4 a,
.sitemap-area ul li a {
	color: #111;
} 










/* ------------------------------

PAGE:プライバシーポリシー
privacy-policy

------------------------------*/

.widearea-privacy-policy01 { padding: 120px 0 80px !important; }
.widearea-privacy-policy02 { padding: 80px 0 80px !important; }

@media screen and (max-width:480px){
	.widearea-privacy-policy01 { padding: 80px 0 !important; }
	.widearea-privacy-policy02 { padding: 80px 0 !important; }
}

.privacy-policy-text-area p {
	line-height: 1.8rem;
}

.widearea-privacy-policy02 h3 {
	padding: 10px 0 !important;
}

.privacy-policy-text-area .swell-block-button a {
	font-size: 0.95rem;
	width: 100%;
	padding: 10px 10px;
}

.privacy-policy-text-area .swell-block-button a span {
	display: block;
}

@media screen and (max-width:480px){
	.privacy-policy-text-area .swell-block-button a span {
		display: inherit;
	}
}

.privacy-policy-columns-list-area .wp-block-columns,
.privacy-policy-columns-list-area .wp-block-columns > .wp-block-column{
	border-radius: 10px;
}

.privacy-policy-columns-list-area .wp-block-columns { background: rgba(255,255,255,0.5); padding: 20px 30px;}
.privacy-policy-columns-list-area .wp-block-columns > .wp-block-column:first-child { display: flex; align-items: center;}
.privacy-policy-columns-list-area .wp-block-columns > .wp-block-column:last-child { border: 1px dotted var(--color_jido_sub); padding: 20px;}

.privacy-policy-columns-list-area h4 {
	color: var(--color_jido_sub) !important;
	text-align: left !important;
	font-weight: 410;
	font-size: 1.2rem;
}

.privacy-policy-columns-list-area p {
	font-size: 0.9rem;
	line-height: 1.2rem;
}

.privacy-policy-list-area {
	background: rgba(255,255,255,0.5);
	padding: 30px 30px;
	border-radius: 10px;
}

.privacy-policy-contact-area {
  background: rgba(255,255,255,0.5);
  border-radius: 10px;
  padding: 30px 30px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.privacy-policy-contact-box h4 {
  color: var(--color_jido_main) !important;
  font-size: 1.5rem;
  line-height: 1.6rem;
  margin: 0 0 10px;
  font-weight: 410;
}

.privacy-policy-contact-box p {
  color: var(--color_jido_main);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 410;
}

.privacy-policy-contact-area hr {
	margin: 20px 0 20px;
}

.privacy-policy-contact-text-box p {
	color: var(--color_jido_sub2);
	text-align: center;
	font-size: 1.0rem;
	line-height: 1.2rem;
	margin-bottom: 10px;
}

.privacy-policy-contact-text-box p span:first-child {
	margin-right: 10px;
}

@media screen and (max-width:480px){
	.privacy-policy-contact-text-box p span {
		display: block;
		margin: 0 !important;
	}
}









/* ------------------------------

PAGE:勧誘方針
solicitation-policy

------------------------------*/

.widearea-solicitation-policy01 { padding: 120px 0 120px !important; }
.widearea-solicitation-policy02 { padding: 120px 0 120px !important; }

@media screen and (max-width:480px){
	.widearea-solicitation-policy01 { padding: 80px 0 !important; }
	.widearea-solicitation-policy02 { padding: 80px 0 !important; }
}

.solicitation-policy-columns-list-area .wp-block-columns,
.solicitation-policy-columns-list-area .wp-block-columns > .wp-block-column{
	border-radius: 10px;
}

.solicitation-policy-columns-list-area .wp-block-columns { background: rgba(216,226,245,0.4); padding: 20px 30px;}
.solicitation-policy-columns-list-area .wp-block-columns > .wp-block-column:first-child { display: flex; align-items: center;}
.solicitation-policy-columns-list-area .wp-block-columns > .wp-block-column:last-child { border: 1px dotted var(--color_jido_sub); padding: 20px;}


.solicitation-policy-columns-list-area2 { 
	background: rgba(216,226,245,0.4);
	border-radius: 10px;
	padding: 40px 30px;
}

.solicitation-policy-columns-list-area h4 {
	color: var(--color_jido_sub) !important;
	text-align: left !important;
	font-weight: 410;
	font-size: 1.2rem;
}

.solicitation-policy-columns-list-area h4 span {
	display: block;
}

.solicitation-policy-columns-list-area p,
.solicitation-policy-columns-list-area2 p{
	font-size: 0.9rem;
	line-height: 1.2rem;
}









/* ------------------------------

PAGE:お客様本位の業務運営方針について
about-customer-oriented-business-operation-policy

------------------------------*/

.widearea-about-customer-oriented-business-operation-policy { padding: 120px 0 180px !important; }

.about-customer-oriented-business-operation-policy-btn .swell-block-button__link {
	padding: 30px 20px !important;
	width: 100% !important;
	max-width: 600px;
}

.customer-oriented-business-operation-policy-link-box .swell-block-button a{
	width: 100%
}









/* ------------------------------

金融庁 「顧客本位の業務運営に関する原則」「プロダクトガバナンスに関する補充原則」との対応関係表

------------------------------*/

.fsa-table-area {}
.fsa-table-area h4,
.fsa-table-area p {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 20px;
}

@media screen and (max-width:480px){
	.fsa-table-area h4 span {
		display: block;
	}
}

.post_content .fsa-table table {
	font-size: 0.9rem;
	line-height: 1.1rem !important;
}

.fsa-table {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.fsa-table.wp-block-table {
  --table-border: 1px solid #ccc;
}

.fsa-table.wp-block-table th {
	position: inherit;
	text-align: center;
	vertical-align: middle;
}

figure.fsa-table.wp-block-table table {
    --table-width: auto !important;
}

.fsa-table.wp-block-table tbody > tr td {
	vertical-align: middle;
}

.fsa-table.wp-block-table thead > tr > th:first-child { width: 500px; }
.fsa-table.wp-block-table thead > tr > th:nth-child(2) { width: 80px; }
.fsa-table.wp-block-table thead > tr > th:nth-child(3) { width: 170px; }
.fsa-table.wp-block-table thead > tr > th:nth-child(4) { width: 350px; }

/* border
----------*/
.fsa-table.wp-block-table tbody > tr:nth-child(2) {
	border-bottom: 1px solid #888888;
}



/* 原則
----------*/
/* 2 3 */
.fsa-table.wp-block-table tbody > tr:nth-child(1) > td:first-child,
.fsa-table.wp-block-table tbody > tr:nth-child(3) > td:first-child { width: 90px; background: #f5f5f5; text-align: center; } 
.fsa-table.wp-block-table tbody > tr:nth-child(1) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(3) > td:nth-child(2) { width: 60px; background: #f5f5f5; text-align: center; border-left: none !important; }
.fsa-table.wp-block-table tbody > tr:nth-child(1) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(3) > td:nth-child(3) { width: 350px; }
.fsa-table.wp-block-table tbody > tr:nth-child(1) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(3) > td:nth-child(4) { width: 80px; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(1) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(3) > td:nth-child(5) { width: 170px; }
.fsa-table.wp-block-table tbody > tr:nth-child(1) > td:nth-child(6),
.fsa-table.wp-block-table tbody > tr:nth-child(3) > td:nth-child(6) { width: 350px; }

.fsa-table.wp-block-table tbody > tr:nth-child(2) > td:nth-child(1),
.fsa-table.wp-block-table tbody > tr:nth-child(4) > td:nth-child(1) { width: 60px; background: #f5f5f5; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(2) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(4) > td:nth-child(2) { width: 350px; }
.fsa-table.wp-block-table tbody > tr:nth-child(2) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(4) > td:nth-child(3) { width: 80px; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(2) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(4) > td:nth-child(4) { width: 170px; }
.fsa-table.wp-block-table tbody > tr:nth-child(2) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(4) > td:nth-child(5) { width: 350px; }

/* 4 */
.fsa-table.wp-block-table tbody > tr:nth-child(5) > td:first-child { width: 90px; background: #f5f5f5; text-align: center; } 
.fsa-table.wp-block-table tbody > tr:nth-child(5) > td:nth-child(2) { width: 60px; background: #f5f5f5; text-align: center; border-left: none !important; }
.fsa-table.wp-block-table tbody > tr:nth-child(5) > td:nth-child(3) { width: 350px; }
.fsa-table.wp-block-table tbody > tr:nth-child(5) > td:nth-child(4) { width: 80px; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(5) > td:nth-child(5) { width: 170px; }
.fsa-table.wp-block-table tbody > tr:nth-child(5) > td:nth-child(6) { width: 350px; }

/* 5 */
.fsa-table.wp-block-table tbody > tr:nth-child(6) > td:first-child { width: 90px; background: #f5f5f5; text-align: center; } 
.fsa-table.wp-block-table tbody > tr:nth-child(6) > td:nth-child(2) { width: 60px; background: #f5f5f5; text-align: center; border-left: none !important;  }
.fsa-table.wp-block-table tbody > tr:nth-child(6) > td:nth-child(3) { width: 350px; }
.fsa-table.wp-block-table tbody > tr:nth-child(6) > td:nth-child(4) { width: 80px; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(6) > td:nth-child(5) { width: 170px; }
.fsa-table.wp-block-table tbody > tr:nth-child(6) > td:nth-child(6) { width: 350px; }

.fsa-table.wp-block-table tbody > tr:nth-child(7) > td:nth-child(1),
.fsa-table.wp-block-table tbody > tr:nth-child(8) > td:nth-child(1),
.fsa-table.wp-block-table tbody > tr:nth-child(9) > td:nth-child(1),
.fsa-table.wp-block-table tbody > tr:nth-child(10) > td:nth-child(1),
.fsa-table.wp-block-table tbody > tr:nth-child(11) > td:nth-child(1) { width: 60px; background: #f5f5f5; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(7) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(8) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(9) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(10) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(11) > td:nth-child(2) { width: 350px; }
.fsa-table.wp-block-table tbody > tr:nth-child(7) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(8) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(9) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(10) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(11) > td:nth-child(3) { width: 80px; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(7) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(8) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(9) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(10) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(11) > td:nth-child(4) { width: 170px; }
.fsa-table.wp-block-table tbody > tr:nth-child(7) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(8) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(9) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(10) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(11) > td:nth-child(5) { width: 350px; }

/* 6 */
.fsa-table.wp-block-table tbody > tr:nth-child(12) > td:first-child { width: 90px; background: #f5f5f5; text-align: center; } 
.fsa-table.wp-block-table tbody > tr:nth-child(12) > td:nth-child(2) { width: 60px; background: #f5f5f5; text-align: center; border-left: none !important;  }
.fsa-table.wp-block-table tbody > tr:nth-child(12) > td:nth-child(3) { width: 350px; }
.fsa-table.wp-block-table tbody > tr:nth-child(12) > td:nth-child(4) { width: 80px; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(12) > td:nth-child(5) { width: 170px; }
.fsa-table.wp-block-table tbody > tr:nth-child(12) > td:nth-child(6) { width: 350px; }

.fsa-table.wp-block-table tbody > tr:nth-child(13) > td:nth-child(1),
.fsa-table.wp-block-table tbody > tr:nth-child(14) > td:nth-child(1),
.fsa-table.wp-block-table tbody > tr:nth-child(15) > td:nth-child(1),
.fsa-table.wp-block-table tbody > tr:nth-child(16) > td:nth-child(1),
.fsa-table.wp-block-table tbody > tr:nth-child(17) > td:nth-child(1),
.fsa-table.wp-block-table tbody > tr:nth-child(18) > td:nth-child(1),
.fsa-table.wp-block-table tbody > tr:nth-child(19) > td:nth-child(1) { width: 60px; background: #f5f5f5; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(13) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(14) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(15) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(16) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(17) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(18) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(19) > td:nth-child(2) { width: 350px; }
.fsa-table.wp-block-table tbody > tr:nth-child(13) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(14) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(15) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(16) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(17) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(18) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(19) > td:nth-child(3) { width: 80px; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(13) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(14) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(15) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(16) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(17) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(18) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(19) > td:nth-child(4) { width: 170px; }
.fsa-table.wp-block-table tbody > tr:nth-child(13) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(14) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(15) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(16) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(17) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(18) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(19) > td:nth-child(5) { width: 350px; }

/* 7 */
.fsa-table.wp-block-table tbody > tr:nth-child(20) > td:first-child { width: 90px; background: #f5f5f5; text-align: center; } 
.fsa-table.wp-block-table tbody > tr:nth-child(20) > td:nth-child(2) { width: 60px; background: #f5f5f5; text-align: center; border-left: none !important; }
.fsa-table.wp-block-table tbody > tr:nth-child(20) > td:nth-child(3) { width: 350px; }
.fsa-table.wp-block-table tbody > tr:nth-child(20) > td:nth-child(4) { width: 80px; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(20) > td:nth-child(5) { width: 170px; }
.fsa-table.wp-block-table tbody > tr:nth-child(20) > td:nth-child(6) { width: 350px; }

.fsa-table.wp-block-table tbody > tr:nth-child(21) > td:nth-child(1) { width: 60px; background: #f5f5f5; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(21) > td:nth-child(2) { width: 350px; }
.fsa-table.wp-block-table tbody > tr:nth-child(21) > td:nth-child(3) { width: 80px; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(21) > td:nth-child(4) { width: 170px; }
.fsa-table.wp-block-table tbody > tr:nth-child(21) > td:nth-child(5) { width: 350px; }



/* 補充原則
----------*/
/* 1 */
.fsa-table.wp-block-table tbody > tr:nth-child(22) > td:first-child { width: 90px; background: #f5f5f5; text-align: center; } 
.fsa-table.wp-block-table tbody > tr:nth-child(22) > td:nth-child(2) { width: 60px; background: #f5f5f5; text-align: center; border-left: none !important; }
.fsa-table.wp-block-table tbody > tr:nth-child(22) > td:nth-child(3) { width: 350px; }
.fsa-table.wp-block-table tbody > tr:nth-child(22) > td:nth-child(4) { width: 80px; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(22) > td:nth-child(5) { width: 170px; }
.fsa-table.wp-block-table tbody > tr:nth-child(22) > td:nth-child(6) { width: 350px; }

/* 2 */
.fsa-table.wp-block-table tbody > tr:nth-child(23) > td:first-child { width: 90px; background: #f5f5f5; text-align: center; } 
.fsa-table.wp-block-table tbody > tr:nth-child(23) > td:nth-child(2) { width: 60px; background: #f5f5f5; text-align: center; border-left: none !important; }
.fsa-table.wp-block-table tbody > tr:nth-child(23) > td:nth-child(3) { width: 350px; }
.fsa-table.wp-block-table tbody > tr:nth-child(23) > td:nth-child(4) { width: 80px; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(23) > td:nth-child(5) { width: 170px; }
.fsa-table.wp-block-table tbody > tr:nth-child(23) > td:nth-child(6) { width: 350px; }

.fsa-table.wp-block-table tbody > tr:nth-child(24) > td:nth-child(1),
.fsa-table.wp-block-table tbody > tr:nth-child(25) > td:nth-child(1) { width: 60px; background: #f5f5f5; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(24) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(25) > td:nth-child(2) { width: 350px; }
.fsa-table.wp-block-table tbody > tr:nth-child(24) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(25) > td:nth-child(3) { width: 80px; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(24) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(25) > td:nth-child(4) { width: 170px; }
.fsa-table.wp-block-table tbody > tr:nth-child(24) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(25) > td:nth-child(5) { width: 350px; }

/* 3 4 */
.fsa-table.wp-block-table tbody > tr:nth-child(26) > td:first-child,
.fsa-table.wp-block-table tbody > tr:nth-child(30) > td:first-child { width: 90px; background: #f5f5f5; text-align: center; } 
.fsa-table.wp-block-table tbody > tr:nth-child(26) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(30) > td:nth-child(2) { width: 60px; background: #f5f5f5; text-align: center; border-left: none !important; }
.fsa-table.wp-block-table tbody > tr:nth-child(26) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(30) > td:nth-child(3) { width: 350px; }
.fsa-table.wp-block-table tbody > tr:nth-child(26) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(30) > td:nth-child(4) { width: 80px; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(26) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(30) > td:nth-child(5) { width: 170px; }
.fsa-table.wp-block-table tbody > tr:nth-child(26) > td:nth-child(6),
.fsa-table.wp-block-table tbody > tr:nth-child(30) > td:nth-child(6) { width: 350px; }

.fsa-table.wp-block-table tbody > tr:nth-child(27) > td:nth-child(1),
.fsa-table.wp-block-table tbody > tr:nth-child(28) > td:nth-child(1),
.fsa-table.wp-block-table tbody > tr:nth-child(29) > td:nth-child(1),
.fsa-table.wp-block-table tbody > tr:nth-child(31) > td:nth-child(1),
.fsa-table.wp-block-table tbody > tr:nth-child(32) > td:nth-child(1),
.fsa-table.wp-block-table tbody > tr:nth-child(33) > td:nth-child(1) { width: 60px; background: #f5f5f5; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(27) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(28) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(29) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(31) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(32) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(33) > td:nth-child(2) { width: 350px; }
.fsa-table.wp-block-table tbody > tr:nth-child(27) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(28) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(29) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(31) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(32) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(33) > td:nth-child(3) { width: 80px; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(27) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(28) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(29) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(31) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(32) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(33) > td:nth-child(4) { width: 170px; }
.fsa-table.wp-block-table tbody > tr:nth-child(27) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(28) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(29) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(31) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(32) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(33) > td:nth-child(5) { width: 350px; }

/* 5 */
.fsa-table.wp-block-table tbody > tr:nth-child(34) > td:first-child { width: 90px; background: #f5f5f5; text-align: center; } 
.fsa-table.wp-block-table tbody > tr:nth-child(34) > td:nth-child(2) { width: 60px; background: #f5f5f5; text-align: center; border-left: none !important; }
.fsa-table.wp-block-table tbody > tr:nth-child(34) > td:nth-child(3) { width: 350px; }
.fsa-table.wp-block-table tbody > tr:nth-child(34) > td:nth-child(4) { width: 80px; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(34) > td:nth-child(5) { width: 170px; }
.fsa-table.wp-block-table tbody > tr:nth-child(34) > td:nth-child(6) { width: 350px; }

.fsa-table.wp-block-table tbody > tr:nth-child(35) > td:nth-child(1),
.fsa-table.wp-block-table tbody > tr:nth-child(36) > td:nth-child(1) { width: 60px; background: #f5f5f5; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(35) > td:nth-child(2),
.fsa-table.wp-block-table tbody > tr:nth-child(36) > td:nth-child(2) { width: 350px; }
.fsa-table.wp-block-table tbody > tr:nth-child(35) > td:nth-child(3),
.fsa-table.wp-block-table tbody > tr:nth-child(36) > td:nth-child(3) { width: 80px; text-align: center; }
.fsa-table.wp-block-table tbody > tr:nth-child(35) > td:nth-child(4),
.fsa-table.wp-block-table tbody > tr:nth-child(36) > td:nth-child(4) { width: 170px; }
.fsa-table.wp-block-table tbody > tr:nth-child(35) > td:nth-child(5),
.fsa-table.wp-block-table tbody > tr:nth-child(36) > td:nth-child(5) { width: 350px; }

.wp-block-group.fsa-table-area figure.fsa-table.wp-block-table .swl-inline-list {
	line-height: 1.1rem;
}

@media screen and (max-width:480px){
	.c-scrollHint { margin-top: 1em; }
	figure.fsa-table.wp-block-table table { --table-width: 1100px !important; }
	figure.fsa-table.wp-block-table .has-fixed-layout { table-layout: auto; }
}


.wp-block-group.fsa-table-area figure.fsa-table-sub.wp-block-table {
	--table-border: 1px solid #ccc;
	font-size: 0.9rem;
	line-height: 1.1rem !important;
}

.wp-block-group.fsa-table-area figure.fsa-table-sub.wp-block-table table th {
	background: #f5f5f5;
	font-weight: normal;
	vertical-align: middle;
}



/* */

.kpi-juuyoujissekihyouka-box {
	border: 1px solid #ccc;
	background: #fff;
}

.kpi-juuyoujissekihyouka-box h4 {
	color: #fff !important;
	padding: 20px 10px !important;
	font-size: 1.1rem;
	line-height: 1.4rem;
	font-weight: 410;
	margin: 0 !important;
}
.kpi-juuyoujissekihyouka-area01 .kpi-juuyoujissekihyouka-box:nth-child(1) h4,
.kpi-juuyoujissekihyouka-area02 .kpi-juuyoujissekihyouka-box:nth-child(2) h4,
.kpi-juuyoujissekihyouka-area03 .kpi-juuyoujissekihyouka-box:nth-child(1) h4,
.kpi-juuyoujissekihyouka-area04 .kpi-juuyoujissekihyouka-box:nth-child(2) h4,
.kpi-juuyoujissekihyouka-area05 .kpi-juuyoujissekihyouka-box:nth-child(1) h4 { background: #f09f4d !important; }
.kpi-juuyoujissekihyouka-area01 .kpi-juuyoujissekihyouka-box:nth-child(2) h4,
.kpi-juuyoujissekihyouka-area02 .kpi-juuyoujissekihyouka-box:nth-child(1) h4,
.kpi-juuyoujissekihyouka-area03 .kpi-juuyoujissekihyouka-box:nth-child(2) h4,
.kpi-juuyoujissekihyouka-area04 .kpi-juuyoujissekihyouka-box:nth-child(1) h4,
.kpi-juuyoujissekihyouka-area05 .kpi-juuyoujissekihyouka-box:nth-child(2) h4 { background: #3d79d5 !important; }


.kpi-juuyoujissekihyouka-box figure.wp-block-table {
	width: 100%;
	max-width: 350px;
	margin: 20px auto 20px !important;
}
.kpi-juuyoujissekihyouka-box figure.wp-block-table table tbody > tr > td:first-child {
	width: 25%;
}






/* ------------------------------

PAGE:お客様本位の業務運営方針
customer-oriented-business-operation-policy

------------------------------*/

.widearea-customer-oriented-business-operation-policy01 { padding: 120px 0 120px !important; }
.widearea-customer-oriented-business-operation-policy02 { padding: 120px 0 120px !important; }

@media screen and (max-width:480px){
	.widearea-customer-oriented-business-operation-policy01 { padding: 80px 0 !important; }
	.widearea-customer-oriented-business-operation-policy02 { padding: 80px 0 !important; }
}

.customer-oriented-business-operation-policy-text-area p {
	line-height: 1.8rem;
}

.customer-oriented-business-operation-policy-text-area .swell-block-button a span {
	display: block;
}

@media screen and (max-width:480px){
	.customer-oriented-business-operation-policy-text-area .swell-block-button a span {
		display: inherit;
	}
}









/* ------------------------------

PAGE:お客様本位の業務運営方針 IFA
customer-oriented-business-operation-policy-ifa

------------------------------*/

.widearea-customer-oriented-business-operation-policy-ifa01 { padding: 120px 0 120px !important; }
.widearea-customer-oriented-business-operation-policy-ifa02 { padding: 120px 0 120px !important; }

@media screen and (max-width:480px){
	.widearea-customer-oriented-business-operation-policy-ifa01 { padding: 80px 0 !important; }
	.widearea-customer-oriented-business-operation-policy-ifa02 { padding: 80px 0 !important; }
}

.customer-oriented-business-operation-policy-ifa-text-area p {
	line-height: 1.8rem;
}








/* ------------------------------

PAGE:お客様本位の業務運営方針に関する評価指標　各ページ
fiduciary-kpi-

------------------------------*/

.widearea-fiduciary-kpi01 { padding: 120px 0 120px !important; }
.widearea-fiduciary-kpi02 { padding: 120px 0 120px !important; }
.widearea-fiduciary-kpi03 { padding: 120px 0 120px !important; }

.parent-pageid-432 #top_title_area {
	height: 200px;
	background: #d8e2f5;
}

.parent-pageid-432 #top_title_area img {
	display: none;
}

.parent-pageid-432 #top_title_area .l-container {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  margin: 0 auto;
  position: inherit;
  color: var(--color_jido_main);
  text-shadow: none;
  text-align: center;
}


.fiduciary-kpi-table table thead th {
	background-color: transparent !important;
	color: #111111 !important;
	font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .fiduciary-kpi-table table tr:last-child > td {
		border-bottom: 1px solid #dcdcdc;
  }
}


.fiduciary-kpi-message-box {
	background: rgba(255,255,255,0.3) !important;
	padding: 50px 50px 20px 60px !important;
}

.fiduciary-kpi-message-box.-list-under-dashed > li {
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
}

.fiduciary-kpi-message-box.-list-under-dashed > li br {
	margin-bottom: 20px;
}

/* */

.fiduciary-kpi-box {
	border: 1px solid #ccc;
}

.fiduciary-kpi-box h4 {
	color: #fff !important;
	padding: 20px 10px !important;
	font-size: 1.1rem;
	line-height: 1.4rem;
	font-weight: 410;
	margin: 0 !important;
}
.fiduciary-kpi-area01 .fiduciary-kpi-box:nth-child(1) h4,.fiduciary-kpi-area02 .fiduciary-kpi-box:nth-child(2) h4,.fiduciary-kpi-area03 .fiduciary-kpi-box:nth-child(1) h4 { background: #f09f4d !important; }
.fiduciary-kpi-area01 .fiduciary-kpi-box:nth-child(2) h4,.fiduciary-kpi-area02 .fiduciary-kpi-box:nth-child(1) h4,.fiduciary-kpi-area03 .fiduciary-kpi-box:nth-child(2) h4 { background: #3d79d5 !important; }

.fiduciary-kpi-box p {
	font-size: 1rem !important;
	line-height: 1.5rem;
	padding: 30px 20px;
}








/* ------------------------------

PAGE:健康経営
health-management

------------------------------*/

.widearea-health-management01 { padding: 120px 0 120px !important; }
.widearea-health-management02 { padding: 120px 0 120px !important; }

@media screen and (max-width:480px){
	.widearea-health-management01 { padding: 80px 0 !important; }
	.widearea-health-management02 { padding: 80px 0 !important; }
}

.health-management-text-area p {
	line-height: 1.8rem;
}

.widearea-health-management01 .health-management-effect {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

figure.health-management-text-table table{
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 auto;
    margin-bottom: 0px;
    background: rgba(255,255,255,0.8) !important;
	font-size: 0.9rem;
	line-height: 1.4rem;
}

figure.health-management-text-table table tbody tr th {
	width: 30% !important;
	vertical-align: middle;
	text-align: right !important;
}
	
@media screen and (max-width: 1024px) {
	figure.health-management-text-table table tbody tr th {
		width: 100% !important;
		vertical-align: middle;
		text-align: center !important;
	}
}












/* ------------------------------

PAGE:その他
-ちょいのり保険

------------------------------*/


.widearea-other-type01 { padding: 80px 0 80px !important; }
.widearea-other-type02 { padding: 180px 0 180px !important; }

.choinori-pickup-area {
	width:100%;
	max-width:900px;
	margin:0 auto;
	border-radius:10px;
}

.choinori-touroku-area{
	width:100%;
	max-width:900px;
	margin:0 auto;
	border-radius:10px;
}

p.choinori-touroku-title {
	padding:20px 10px;
	font-size: 1.1rem !important;
	line-height: 1.2rem !important;
	border-radius:10px;
}

.choinori-touroku-area  .wp-block-columns .wp-block-column {
	background: #fff;
	border-radius:10px;
	padding:20px;
}

.choinori-touroku-area  .wp-block-columns .wp-block-column h4 {
	border-radius:10px;
	padding:10px;
}

.choinori-touroku-exp {
	width: 100%;
	max-width: 500px;
	margin: 0 auto 20px;
	padding: 10px;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.choinori-touroku-exp table tbody tr th,
.choinori-touroku-exp table tbody tr td {
	border: transparent !important;
	padding: 5px 15px;
}

.choinori-touroku-exp table tbody tr th {
	text-align: right;
	width: 35% !important;
}

.choinori-touroku-exp-attention {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

ul.choinori-touroku-exp-attention li {
	margin: 0 0 5px 0;
	font-size: 0.9rem;
	line-height: 1.1rem;
}

.choinori-copyright {
	text-align: center;
	color: var(--color_jido_main);
	font-size: 0.9rem;
	line-height: 1.2rem;
}

@media screen and (max-width:480px){
	.choinori-touroku-exp table tbody tr th {
		width: 100%;
	}
	
	.choinori-copyright {
		text-align: left;
	}
}







/*------------------------------------------------------------

Widget

------------------------------------------------------------*/







/*------------------------------------------------------------

Archive&Single

------------------------------------------------------------*/


.archive.category #top_title_area {
    background: #fff;
	height: 250px;
	padding: 0;
	border-top: 1px solid var(--color_jido_sub);
	border-bottom: 1px solid var(--color_jido_sub);
}

.archive.category .l-topTitleArea__img.c-filterLayer__img {
	width: 100% !important;
	left: inherit;
	right: 0;
}

.archive.category #top_title_area .l-container {
	padding-right: 0;
	padding-left: 0;
	width: 100%;
	margin: 0 auto;
	color: #fff;
}

.archive.category #top_title_area .l-container .c-pageTitle__subTitle {
	letter-spacing: initial;
	display: block;
	margin: 10px 0 0;
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: 410;
}

.archive.category .l-content {
  padding-top: 50px;
}

.-type-big .p-postList__item:not(:last-child) {
	border-bottom: 1px solid var(--color_jido_sub);
}

.-type-big .p-postList__body::after, .-type-list2 .p-postList__body::after {
	box-shadow: 0 0 0 1px var(--color_border);
	display: block;
	font-size: 1.0rem;
	padding: 10px 0;
	background: var(--color_jido_sub);
	opacity: 1;
	color: #fff;
}







/*------------------------------------------------------------

Footer

------------------------------------------------------------*/

#before_footer_widget {
	  margin: 0 !important;
}

/***

footer before --- contact

 */

#before_footer_widget.w-beforeFooter .l-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.footer-before-area-top {
	background: #3a6fcf url("assets/img/bg-footer-before.png") no-repeat fixed center center / cover;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0 !important;
}

.footer-before-title-box {
	background: rgba(0,18,119,0.5);
	width: 100%;
	max-width: 400px;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
}
.footer-before-title-box p.footer-before-title-spell {
	background: url("assets/img/icon-footer-before-mail.png") no-repeat scroll top center;
	font-family: 'Century Gothic';
  	font-size: 2.8rem;
  	line-height: 3.0rem;
	margin: 0 0 10px;
  	color: #ffffff;
	padding: 45px 0 0;
}

.footer-before-title-text {
  	color: #ffffff;
}

.footer-before-text-box {
	text-align: center;
	padding: 50px 0;
}

.footer-before-text-box p {
  	font-size: 1.2rem;
  	line-height: 1.6rem;
  	color: #ffffff;
}
.footer-before-btn-box {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.footer-before-btn-contact {}
.is-style-btn_normal.footer-before-btn-contact a {
	background: #fff;
	color: var(--color_jido_sub);
}

.footer-before-area-top .swell-block-button__link {
  	width: 100% !important;
  	max-width: 240px;
  	padding: 30px !important;
  	font-size: 1.2rem;
  	line-height: 1.4rem;
  	border-radius: 10px !important;
}


@media screen and (max-width: 1024px) {
	.footer-before-title-box p.footer-before-title-spell {
		font-size: 2.4rem;
  		line-height: 2.8rem;
	}
	.footer-before-text-box {
		text-align: left;
	}
	.footer-before-area-top .swell-block-button__link {
		padding: 30px 10px !important;
	}
}

@media screen and (max-width:480px){
	.footer-brfotr-contact-box .swell-block-fullWide {
		padding: 0 !important;
	}
	
	.footer-brfotr-contact-box .swell-block-fullWide .swell-block-fullWide__inner {
  		padding: 60px 30px;
	}
	
	.footer-before-title-box {
		height: 200px;
	}
	
	.footer-before-area-top .swell-block-button__link {
    	padding: 20px 10px !important;
  	}
	
	.footer-before-area-top .swell-block-button__link {
		max-width: 100%;
	}
}






/***

footer before --- company

*/

.footer-before-company-area {
	padding: 0 !important;
}

.footer-before-company-area .l-article {
	max-width: 100%;
	padding: 0;
}

.footer-before-company-area .l-article .wp-block-columns {
  --wp-column-gap: 0 !important;
}

.footer-before-company-area > .swell-block-fullWide__inner.l-article > .wp-block-columns > .wp-block-column {
	padding: 70px 0 0 !important;
}

.footer-before-company-area > .swell-block-fullWide__inner.l-article > .wp-block-columns > .wp-block-column:first-child {
	border-right: 1px solid var(--color_jido_main);
}

.footer-company-info-title-box {
	color: var(--color_jido_main);
	position: relative;
	text-align: center; /* 文字の中央寄せ */
	font-family: "Noto Sans JP", sans-serif;
	margin: 0 0 50px;
}

.footer-company-info-title-box::before {
	background-color: var(--color_jido_main); /* 線の色 */
	bottom: -30px; /* 線の位置 */
	content: "";
	height: 3px; /* 線の高さ */
	left: 50%; /* 線の中央寄せ */
	position: absolute;
	transform: translateX(-50%); /* 線の中央寄せ */
	width: 30px; /* 線の長さ */
}

.footer-company-info-title-box p.footer-company-info-title-main { font-size: 2.2rem; line-height: 2.4rem; font-weight: 910; margin-bottom: 10px; }
.footer-company-info-title-box p.footer-company-info-title-sub { font-size: 1.8rem; line-height: 1.8rem; font-weight: 910; margin-bottom: 0px; }

.footer-company-info-title-box p.footer-company-info-title-main span:last-child {
	margin-left: 10px;
}

.footer-before-company-area p.footer-company-info-tel {
	font-family: 'Century Gothic';
	color: var(--color_jido_sub);
  	font-size: 2.8rem;
  	line-height: 3.0rem;
	text-align: center;
	font-weight: 910;
	margin-bottom: 10px;
}

.footer-before-company-area p.footer-company-info-address {
	color: var(--color_jido_sub);
	text-align: center;
	margin-bottom: 30px;
}
.footer-before-company-area p.footer-company-info-address span:first-child{
	margin-right: 10px;
}

.footer-before-company-area .footer-business-hours {
	border: 1px solid var(--color_jido_sub);
	border-radius: 10px;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 30px;
}

.footer-before-company-area .footer-business-hours.wp-block-columns{
	--wp-column-gap: 0 !important;
}

.footer-before-company-area .footer-business-hours.wp-block-columns > .wp-block-column:first-child {
	background: var(--color_jido_sub);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	border-radius: 10px 0 0 10px;
}

.footer-before-company-area .footer-business-hours.wp-block-columns > .wp-block-column:last-child {
	padding: 20px 40px;
	color: var(--color_jido_sub);
	font-size: 1.2rem;
	line-height: 1.2rem;
}

.footer-before-company-btn-box {}

.footer-before-company-btn-box.wp-block-columns {
	--wp-column-gap: 0 !important;
}
.footer-before-company-btn-box.wp-block-columns .c-bannerLink__figure {
	height: 200px;
}

.footer-before-company-btn-box a.c-bannerLink .c-bannerLink__text .c-bannerLink__title {
	background: url("assets/img/icon-footer-before-staff.png") no-repeat scroll top center;
	padding: 50px 0 0;
	font-family: 'Century Gothic';
	font-size: 1.8rem;
	line-height: 2.0rem;
}


@media screen and (max-width: 1024px) {
	.footer-before-company-area > .swell-block-fullWide__inner.l-article > .wp-block-columns > .wp-block-column:first-child {
  		border-right: none;
	}
	
	.footer-company-info-title-box p.footer-company-info-title-main {
  		font-size: 2.0rem;
  		line-height: 2.2rem;
  		font-weight: 910;
  		margin-bottom: 10px;
	}
	.footer-company-info-title-box p.footer-company-info-title-sub {
  		font-size: 1.8rem;
  		line-height: 2.0rem;
	}
	
	.footer-before-company-area p.footer-company-info-tel {
		font-size: 2.4rem;
		line-height: 2.5rem;
		font-weight: 510;
	}
	
	.footer-before-company-area p.footer-company-info-address {
		font-size: 1.0rem;
		line-height: 1.2rem;
	}
	
	.footer-before-company-area p.footer-company-info-address span {
		display: block;
	}
	.footer-before-company-area p.footer-company-info-address span:first-child{
		margin-right: 0px;
	}

	.footer-before-company-area .footer-business-hours {
		max-width: 350px;
	}
	
	.footer-before-company-area .footer-business-hours.wp-block-columns > .wp-block-column:last-child {
  		padding: 10px 20px;
  		color: var(--color_jido_sub);
  		font-size: 1.0rem;
  		line-height: 1.2rem;
	}
}

@media screen and (max-width:480px){
	.footer-company-info-title-box p.footer-company-info-title-main span {
		display: block;
	}
	.footer-company-info-title-box p.footer-company-info-title-main span:last-child {
		margin-left: 0;
	}
	.footer-before-company-area .footer-business-hours {
		max-width: 320px;
	}
	.footer-before-company-area .footer-business-hours.wp-block-columns > .wp-block-column:first-child {
		border-radius: 10px 10px 0 0;
	}
	.footer-before-company-area .footer-business-hours.wp-block-columns > .wp-block-column:last-child {
  		padding: 10px 20px;
		font-size: 1rem;
		line-height: 1.2rem;
	}
	.footer-before-company-area .footer-business-hours.wp-block-columns > .wp-block-column p {
  		text-align: center;
	}
}



/***

footer before --- footer menu sub

*/

.footer-menu-sub-area {
	padding: 0 !important;
	border-top: 5px solid var(--color_jido_main);
}

.footer-menu-sub-area .l-article {
	max-width: 100%;
	padding: 0;
}

.footer-menu-sub-area .wp-block-columns {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
}

.footer-menu-sub-area .wp-block-columns .wp-block-column p a {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: var(--color_jido_main);
	display: block;
}

@media screen and (max-width:480px){
	.footer-menu-sub-area .wp-block-columns {
		--wp-column-gap: 0;
	}
}



/***

footer --- footer menu

*/

/*copyright delete*/
.l-footer__foot {
	display: none;
}


#footer.l-footer .l-container {
	max-width: 100%;
	padding: 0;
}

#footer.l-footer .l-footer__widgetArea,
#footer.l-footer .l-container .w-footer__box{
	padding: 0;	
}

.footer-menu-area {
	background: transparent !important; 
	padding: 0 !important;
	border-top: 1px solid var(--color_jido_main);
}

#footer.l-footer .l-container {
	max-width: 100%;
	padding: 0;
}

.footer-menu-area .wp-block-columns {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.footer-menu-area .wp-block-columns .wp-block-column p a {
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
	padding: 10px 3px;
	text-align: center;
	color: #fff;
	display: block;
}

@media screen and (max-width:480px){
	.footer-menu-area .wp-block-columns {
		--wp-column-gap: 0;
	}
}
























