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

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

/*text-color*/
.colorAi {
	background: linear-gradient(90deg, #4F8EF7, #7B61FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.colorConsulting {
	background: linear-gradient(90deg, #80A74D, #168A83);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*grd*/
.grdAi .swl-bg-color {
	background: linear-gradient(90deg, #4F8EF7, #7B61FF);
	padding: 3px 10px;
}

.grdConsulting .swl-bg-color {
	background: linear-gradient(90deg, #80A74D, #168A83);
	padding: 3px 10px;
}

/*btn-style*/
.swell-block-button.is-style-btn_normal .swell-block-button__link {
	box-shadow: none;
	border: 1px solid #138495;
	transition: .2s;
}

.swell-block-button.is-style-btn_normal .swell-block-button__link:hover {
	background-color: #fff;
	color: #138495;
}

.swell-block-button.is-style-btn_line .swell-block-button__link {
	background-color: #fff;
	transition: .2s;
}

.swell-block-button.is-style-btn_line .swell-block-button__link:hover {
	background-color: #E3F5F8;
	color: #138495 !important;
	border: 1px solid #138495;
}

/*moreBtn*/
.moreBtn strong {
	border-bottom: 1px solid #138495;
	display: inline-block;
}

/*bgGray*/
.bgGray {
	background-color: inherit !important;
}

.bgGray:before {
	content: "";
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%;
	height: calc(100% - 150px);
	background-color: #F7F7F7;
}

/*sp_menu*/
#sp_menu .c-widget__title {
	display: none;
}

#sp_menu .c-spnav .menu-item {
	font-size: 15px;
	font-weight: 500;
}

#sp_menu .c-listMenu a:hover {
	background: none;
}

#sp_menu .c-listMenu a:before {
	display: none;
}

#sp_menu .sub-menu .menu-item  {
	font-weight: 400;
	margin-bottom: 0;
}

#sp_menu .sub-menu a {
	background-color: #F8F8F8;
}

#sp_menu .swell-block-button__link {
	width: 100%;
	font-size: 15px;
}

#sp_menu .p-spMenu__body {
	display: flex;
	flex-direction: column;
	row-gap: 2em;
}

#sp_menu .p-spMenu__nav {
	order: 2;
}

#sp_menu .p-spMenu__bottom {
	order: 1;
	margin-top: 0;
}

/*footer*/
#content {
	margin-bottom: 0 !important;
}

#before_footer_widget {
	margin-top: 1em;
}

.footerMenu {
	padding-bottom: 0 !important;
}

.footerMenu a {
	text-decoration: none;
}

.footerMenu a:hover {
	text-decoration: underline;
}

.copyright {
	display: none;
}

/*backTop*/
.backTopArea {
	text-align: right;
}

.backTop {
	display: inline-block;
	cursor: pointer;
}

.backTop:hover {
	text-decoration: underline;
}

.backTop img {
    margin-top: -5px;
    margin-left: 10px;
    vertical-align: middle;
}

/*pagetop*/
#pagetop {
	opacity: 1;
	border: 1px solid #82A84B;
}

#pagetop:hover {
	background-color: #F0F8E5 !important;
}

#pagetop:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2026/08/page-top.png) no-repeat center;
	background-size: 14px;
}

#pagetop .icon-chevron-up:before {
	content: "";
}

/*iconList*/
.iconList .wp-block-column {
	position: relative;
	background-color: #E5F6F8;
	box-shadow: none;
}

.iconList .wp-block-column:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	background-color: #fff;
}

.iconListGreen .wp-block-column:before {
	background-color: #138495;
}

.iconList .wp-block-column * {
	position: relative;
	z-index: 1;
}

.iconList .wp-block-column .num {
	position: absolute;
	top: -33px;
	left: 0;
	z-index: 1;
}

/*borderBox*/
.borderBox .swell-block-column {
	position: relative;
	background-color: #fff;
	transition: .2s;
}

.borderBox .swell-block-column:hover {
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.borderBox a {
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#body_wrap .borderBox .moreBtn {
	position: absolute;
	bottom: var(--swl-box_padding);
	right: var(--swl-box_padding);
}

/*postList*/
.p-postList__item a {
	padding: 20px 30px 20px 0 !important;
}

.p-postList__item a:hover {
	background: none !important;
}

.p-postList__item .p-postList__title {
	font-weight: 500;
	transition: .2s;
}

.p-postList__item a:hover .p-postList__title {
	text-decoration: underline;
	color: #138495;
}

.p-postList__item a:after {
	content: "→";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
	color: #138495;
	font-weight: 700;
}

.p-postList__body {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}

.p-postList__meta {
	margin-bottom: 0 !important;
}

.home .p-postList__meta :before,
.c-categoryList:before,
.p-postList__cat:before {
	display: none;
}

.c-postTimes__posted {
	font-size: 13px;
	color: #888888;
	margin-right: 10px;
}

.c-postTimes__modified {
	font-size: 13px;
	color: #888888;
}

.p-postList__cat,
.c-categoryList__link {
	color: #138495;
	border: 1px solid #138495;
	background-color: #fff;
	border-radius: 50px;
	padding: 3px 10px;
}

.c-categoryList__link {
	transition: .2s;
}

.c-categoryList__link:hover {
	box-shadow: none;
	background-color: #E3F5F8;
	animation: none;
}

.p-postListTabBody .p-postList__cat {
	order: 1;
	margin-right: 15px;
}

.p-postListTabBody .p-postList__times {
	order: 2;
}

.p-postListTabBody .p-postList__title {
	width: 100%;
	font-size: 15px;
}

/*before_footer_widget*/
#before_footer_widget .fixBtn {
	position: fixed;
	top: var(--swl-adminbarH,0);
	right: 60px;
	z-index: 100;
	padding-top: 10px;
	height: 56px;
	display: flex;
	height: 45px;
}

#before_footer_widget .fixBtn a {
	padding: 6px 15px;
	font-size: 15px;
}

/*MV*/
#main_visual .p-mainVisual__textLayer {
	text-shadow: none !important;
}

#main_visual .p-mainVisual__textLayer {
	text-shadow: none !important;
}

#main_visual .swl-bg-color {
	padding-top: 0;
	padding-bottom: 0;
}

/*top_title_area*/
.l-topTitleArea {
	min-height: 280px;
}

/*c-pageTitle*/
.c-pageTitle {
	position: relative;
	font-size: 20px;
	text-shadow: none;
	color: #000;
	padding-left: 20px;
}

.c-pageTitle:first-letter {
	color: #82A84B;
}

.c-pageTitle:before {
	font-family: "Roboto", sans-serif;
	font-size: 5rem;
	font-weight: 500;
	display: block;
	margin-left: -20px
}

.page-id-18 .c-pageTitle:before {
	content: "Company";
}

.page-id-20 .c-pageTitle:before {
	content: "Features";
}

.page-id-22 .c-pageTitle:before {
	content: "FAQ";
}

.page-id-24 .c-pageTitle:before {
	content: "Service";
}

.page-id-26 .c-pageTitle:before {
	content: "AI-automation";
}

.page-id-28 .c-pageTitle:before {
	content: "Consulting";
}

.blog .c-pageTitle:before,
.category-news .c-pageTitle:before {
	content: "News";
}

.category-financialresult .c-pageTitle:before {
	content: "Financialresult";
}

.category-ir .c-pageTitle:before {
	content: "IR";
}

.category-column .c-pageTitle:before {
	content: "Column";
}

.category-featured-in .c-pageTitle:before {
	content: "Featured in";
}

.page-id-15 .c-pageTitle:before {
	content: "Contact";
}

.privacy-policy .c-pageTitle:before {
	content: "Privacy Policy";
}

.c-pageTitle__subTitle {
	display: none;
}

.c-pageTitle:after {
	    clear: none;
    height: auto;
    visibility: visible;
	content: "⚫︎";
	position: absolute;
	bottom: 3px;
	left: 0;
	color: #82A84B;
	font-size: 15px;
	display: inline-block;
	margin: 4px 5px 0 0;
	vertical-align: top;
}

/*breadcrumb*/
#breadcrumb {
	background-color: #FBFBFC !important;
	border-bottom: 1px solid #E8E8E8 !important;
}

#breadcrumb a {
	color: #138495;
	text-decoration: underline;
}

#breadcrumb a:hover {
	text-decoration: none;
}

.p-breadcrumb__text .__home:before {
	display: none;
}

/*line-height*/
.post_content li {
	line-height: 1.8;
}

/*h2*/
h2.wp-block-heading {
	color: #138495;
	border-top: none;
	padding-top: 0;
}

/*content*/
.top #content,
.page-id-15 #content,
.page-id-24 #content {
	padding-top: 0;
}

/*form*/
.form {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.form td {
	padding-left: 0;
	padding-right: 0;
}

.form td:first-child {
	padding-top: 30px;
	font-weight: 700;
	font-size: 15px;
	width: 200px !important;
}

.form td:last-child {
	padding-top: 20px;
	padding-bottom: 20px;
}

.form input,
.form textarea {
padding: 10px;
box-sizing: border-box;
line-height: 1.5;
border-radius: 0 !important;
	background: #fff;
	min-height: 46px;
	width: 100% !important;
	font-size: 15px;
}

.form input {
display: block;
width: 100%;
}

.wpcf7-list-item {
  margin: 0;
	cursor: pointer;
}

.wpcf7-list-item-label {
	vertical-align: middle;
}

.form ::placeholder {
  color: #BBBBBB;
}

/*check*/
.form .check .wpcf7-list-item {
width: 100%;
display: block;
}

.form input[type="checkbox"] {
width: 17px !important;
height: 17px;
vertical-align: middle;
margin: 0 5px 0 0;
	display: inline-block;
	min-height: 35px;
}

.form .check label {
cursor: pointer;
	display: block;
	width: 100%;
}

.form textarea {
display: inline-block;
width: calc(100% - 200px);
letter-spacing: normal;
vertical-align: top;
border-radius: 0;
}

.form span.gray {
display: inline-block;
background: #fff;
color: #138495;
	border: 1px solid #138495;
padding: 4px 7px 5px;
font-size: 11px;
	font-weight: 700;
margin: 2px 10px 0 0;
border-radius: 5px;
	line-height: 1;
	vertical-align: top;
}

.form span.red {
display: inline-block;
background: #138495;
color: #fff;
		border: 1px solid #138495;
padding: 4px 7px 5px;
font-size: 11px;
	font-weight: 700;
margin: 2px 10px 0 0;
border-radius: 5px;
	line-height: 1;
	vertical-align: top;
}

.form span {
letter-spacing: normal;
}

.form input[type="submit"] {
color: #fff;
background: #138495;
	    box-shadow: var(--swl-btn_shadow);
	border: none;
	font-size: 15px;
	font-weight: 700;
transition: .3s;
	width: 100%;
max-width: 350px;
margin: 50px auto 10px auto;
border-radius: 40px !important;
	transition: .2s;
}

.form .wpcf7-spinner {
display: none;
}

.form .mininote {
	font-size: 12px;
	display: block;
	font-weight: 400;
	margin: 10px 0 0 0;
	color: #888888;
}

.grecaptcha-badge { visibility: hidden; }

/*news*/
.blog .l-mainContent__inner,
.archive .p-termContent {
	display: flex;
	flex-direction: column;
	row-gap: 4em;
}

.archive .p-termContent {
	padding-top: 2em;
	row-gap: 2em;
}

.blog .l-mainContent__inner .p-homeContent,
.archive .p-termContent .p-blogParts {
	order: 1;
	margin-top: 2em !important;
}

.blog .l-mainContent__inner .post_content,
.archive .p-termContent .post_content{
	order: 2;
	margin-bottom: 0;
}

/*sectionTitleSub*/
.sectionTitleSub .en {
	margin-bottom: -10px !important;
}

/*companyMessage*/
.companyMessage {
	position: relative;
	padding-right: 1em;
}

.companyMessage:before {
	content: "";
	position: absolute;
	top: 30px;
	left: 50px;
	width: calc(100% - 50px);
	height: 100%;
	background-color: #E5F6F8;
	z-index: -1;
}

.companyMessage .wp-block-column:last-child {
		padding-top: 4em;
	}

.swell-block-capbox.is-style-onborder_ttl2 {
	text-align: center;
}

.swell-block-capbox.is-style-onborder_ttl2 .cap_box_content {
	padding: 3em 2em;
	border: none;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}

.swell-block-capbox.is-style-onborder_ttl2 .cap_box_ttl {
	left: 0;
}

.swell-block-capbox.is-style-onborder_ttl2 * {
	text-align: left;
}

.swell-block-capbox.is-style-onborder_ttl2 .has-text-align-center{
	text-align: center;
}

/*companyTable*/
.companyTable.wp-block-table.is-style-simple * {
	border: none;
}

.companyTable.wp-block-table.is-style-simple tr {
	display: block;
	border-bottom: 1px solid #000;
	padding: 20px 0;
}

.companyTable.wp-block-table.is-style-simple th {
	padding-top: 0;
	padding-bottom: 0;
}

/*philosophSection*/
.philosophSection {
	padding-bottom: 8em !important;
	margin-bottom: -150px !important;
}

/*caseSection*/
.caseSection .swell-block-columns img {
	vertical-align: middle;
	margin: -5px 5px 0 0;
}

/*bottomBtn*/
.bottomBtn .__icon {
	color: #82A84B;
}


/*faq*/
.swell-block-faq__item {
	border-bottom: 1px solid var(--color_main);
}

.swell-block-faq__item:first-child {
	border-top: 1px solid var(--color_main);
}

.faq_a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0s;
    padding: 0!important;
}
.faq_a.open {
    max-height: fit-content;
    padding: 1em 1em 1em 3em!important;
    border-top: solid 1px var(--color_main);
	background-color: #E5F6F8;
}

.swell-block-faq .faq_q,
.swell-block-faq .faq_a {
	padding-left: 50px !important;
}

.swell-block-faq .faq_q {
	font-weight: 500;
	cursor: pointer;
}

.swell-block-faq .faq_a {
	color: #555555;
}

.swell-block-faq .faq_q:before,
.swell-block-faq .faq_a:before {
    box-shadow: none;
    left: 10px;
}

.swell-block-faq .faq_a:before {
	background-color: #fff;	
}

.swell-block-faq .swell-block-faq__item+.swell-block-faq__item {
    position: relative;
	margin-top: 0;
}
.swell-block-faq__item .faq_q:after {
    content: "\e91c";
    font-family: icomoon!important;
    color: var(--color_main);
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.swell-block-faq__item.open .faq_q:after {
    content: "\e919";
}

/*worrySection*/
.worrySection .wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/*serviceImg*/
.serviceImg img {
	min-height: 145.09px;
}

@media screen and (min-width: 960px){
/*before_footer_widget*/
#before_footer_widget .fixBtn {
	display: none !important;
}
}

@media screen and (max-width: 959px){

/*sectionTitle*/
.sectionTitle .en span {
	font-size: 4rem !important;
}

/*bgGray*/
.bgGray:before {	
	top: 100px !important;
	height: calc(100% - 100px) !important;
}
	
/*MV*/
#main_visual h2 .swl-fz {
	font-size: 2.3rem !important;
}
	
#main_visual h2 .swl-fz:first-child {
	font-size: 2rem !important;
}
	
/*top_title_area*/
.l-topTitleArea {
	min-height: 200px !important;
}

/*c-pageTitle*/
	.p-postList__title {
		width: 100%;	
	}
	
.c-pageTitle:before {
	font-size: 3rem !important;
}
	
/*form*/
	.form td {
		width: 100% !important;
	}
.form td {
	display: block;
	border: none;
}
.form td:first-child {
    padding-top: 20px !important;
}
.form td:last-child {
    padding-top: 5px !important;
}
.form tr:first-child {
	border-top: 1px solid #DEDEDE;
}
.form tr {
	border-bottom: 1px solid #DEDEDE;
}

/*companyTable */
.companyTable.wp-block-table.wp-block-table>table tr>:first-child:not(.-no1) {
	min-width: 100% !important;
}

.companyTable.wp-block-table.is-style-simple td {
	padding-bottom: 0;
}
	
/*philosophSection*/
.philosophSection {
	margin-bottom: -100px !important;
}
	
}

@media screen and (min-width: 782px){
	
.iconList2 .wp-block-heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 58.22px;
}
	
}

@media screen and (max-width: 781px){
	
/*companyMessage*/
.companyMessage {
	padding-right: 0 !important;
}
	
.companyMessage .wp-block-column:last-child {
		padding-left: 1em;
	        padding-right: 1em;
	padding-top: 0 !important;
	}

.companyMessage:before {
	left: 0 !important;
	width: 100% !important;
}
	
/*capbox*/
.swell-block-capbox.is-style-onborder_ttl2 .cap_box_content {
	padding: 3em 1em 1em !important;
}

	
}
