/*
Theme Name: gig01
Author: ThemeIsle
Author URI: https://themeisle.com
Description: Flat is a free Blog Theme designed by YoArts. Works nice for a personal blog, magazine ,news or review website.
Version: 1.7.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: flat
Tags: black, orange, white, white, dark, light, two-columns, responsive-layout, left-sidebar, custom-background, custom-colors, custom-menu, editor-style, post-formats, custom-colors, translation-ready,featured-images, threaded-comments, translation-ready,photoblogging

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

*{
	font-family: "", "Yu Gothic", YuGothic, "", "Hiragino Kaku Gothic Pro", "", "Meiryo", sans-serif;
	font-size:auto;
}


.font-bold {
	font-weight: bold;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 2px solid #406092;
}
/* 
.l-inner {
	margin:0 calc(50% - 50vw);
	width:100vw;
} */

.pe-none {
	pointer-events: none;
}
.news {
	list-style:none;
	margin:0;
	padding:0;
}

.news li {
	margin-bottom:0.5em;
}



.small{
	font-size:80%;
}

.sub-menu {
	width: 100%;
}

.sub-menu li a{
	line-height:1.4em!important;
	display:inline-block;
}

/* .sub-menu li {
	padding-left:0.6em!important;
} */


#site-navigation .sub-menu, #site-navigation .children{
	overflow: visible;
}

.column {
	list-style:none;
	margin:0;
	padding:0;
}

.column li {
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-bottom:dotted 1px #ccc;
}
.column li:last-child {
	border-bottom:none!important;
}

.tel{
	line-height:1em;
	margin:0.5em 0 0 0;
	font-size:180%;
}

.tel-home{
	line-height:1em;
	margin:0.5em 0 0 0;
	font-size:150%;
	color: #00479d!important;
}


.widget,
.widget-title{
	color: #00479d!important;

}



.home-movie{
	position:relative;
	width:100%;
	padding-top:50%;
}
.home-movie iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

.post-label{
	font-size:80%;
	background:#777;
	padding:0.2em 0.6em ;
	border-radius:1em;
	color:#fff;
}




.sticky {}
.bypostauthor {}

.no-gutter > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}


ul.news-list{
	list-style:none;
	margin:0;
	padding:0;
}


ul.news-list .date {
	background:none;
	font-size:100%;
	margin-right:1em;
}

ul.news-list li{
	margin:0.7em 0;
}


ul.news-list .category {
	background:#000;
	color:#fff;
	width:8em;
	text-align:center;
	display:inline-block;
	font-size:80%;
	padding:0.1em 0em;
	margin-right:1em;
}

a:not(.btn), a:link:not(.btn) {
	color: #666666;
	text-decoration:underline;
}
a:visited:not(.btn) {
	color: #666666;
}



/*
#site-navigation a
{
color: #222;
}
*/


#page {
	max-width: 100%;
	margin: 0px auto 0 auto!important;
	position: relative;
	background: #fff;
}
#page:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: auto;
	background: #333;
}

@media screen and (min-width: 991px){
	#secondary {
		position: sticky;
		top: 0px;
		height: 300px!important;
	}
}
@media screen and (min-width: 768px){
	#secondary {
		position: sticky;
		top: 0px;
		height: 300px;
	}
}

/*
#primary{
max-width:100%;
}
*/

.page-header{
	margin:0;
	padding:0 ;
	height:300px;
}

.page-header h1{
	font-size:24px;
	color:#fff;
	line-height:300px;
	margin:0;
	height:300px;
	background:rgba(0,0,0,0.4);
	padding-left:30px;
}


.view {
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.view .mask,.view .content {
	width:100%;
	height:100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
}
.view h2 {
	color: #fff;
	text-align: center;
	position: absolute;
	font-size: 17px;
	padding: 10px;
	/*   background: rgba(0, 0, 0, 0.5);*/
	margin: 0px auto;
	bottom:40%;
	width:100%;
}


.view img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: rgba(0,0,0, 0.3);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.view h2 {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view:hover img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.view:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.view:hover h2,
.view:hover p,
.view:hover a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.view:hover p {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.view:hover a.info {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

dl.privacy dt{
	font-size:120%;
	margin-bottom:0.5em;
}

dl.privacy dd{
	margin-bottom:2em;
}

.menu{
	list-style:none;
	margin:0!important;
	padding:0!important;
}

.menu li{
	margin:0!important;
	padding:0!important;
}


.hgroup {
	text-align:center;
}


.hgroup img{
	max-width:100%;

}

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

	/*
	#site-navigation a {
	font-size:18px;
	padding:15px 0px 0px 15px;
}

	#site-navigation li{
	padding:15px 0px;
}
	*/

	.hgroup{
		text-align:center;
		margin:0 auto;
	}

	.hgroup img{
		max-height:100px;
	}

}

#secondary .toggle-sidebar, #secondary .toggle-navigation
{
	margin-top: -65px;
	width: 50px;
	height: 50px;
	font-size:26px;
	border:none;
	background: #406092;
}


.require{
	background:#666;
	color:#fff;
	border-radius:1em;
	margin-left:1em;
	font-size:70%;
	padding:0em 0.6em;
	display:inline-block;
}

a:link.btn-default,
a:visited.btn-default,
a:hover.btn-default,
a:active.btn-default{
	color:#fff;
}

.btn-link {
	text-align: center;
}

.btn-link a {
	color: #fff;
	background: #7493C2;
	transition: .3s;
}

.btn-link a:hover {
	color: #fff;
	opacity: .6;
	transition: .3s;
}



ul.news-list{
	margin-bottom:60px;
}

.copyright{
	margin-top:30px;
}



li#menu-item-1361 i {
	color: #fff !important;
	position: absolute;
	left: 166px;
}

#secondary i
{
/* 	color: #406092!important; */
	color: #fff!important;
}



#secondary a
{
	color: #406092!important;
	font-weight:bold;
}



#site-navigation a
{
	color: #406092!important;

}


#secondary a:hover, #secondary a:active
{
	color: #00479d;
}

#site-navigation a:hover, #site-navigation a:focus
{
	color: rgba(0, 71, 157, 0.5)!important;
}

#site-navigation a:hover, #site-navigation a:focus
{
	color: rgba(0, 71, 157, 0.5)!important;
}

#site-navigation .current-menu-item > a, 
#site-navigation .current-menu-parent > a, 
#site-navigation .current-menu-ancestor > a, 
#site-navigation .current_page_item > a, 
#site-navigation .current_page_parent > a, 
#site-navigation .current_page_ancestor > a
{
	color: rgba(0, 71, 157,0.5)!important;
}


#site-navigation .current-menu-item > a, #site-navigation .current-menu-parent > a, #site-navigation .current-menu-ancestor > a, #site-navigation .current_page_item > a, #site-navigation .current_page_parent > a, #site-navigation .current_page_ancestor > a
{
	color: rgba(0, 71, 157,0.5)!important;
}


.btn-footer {
	background: #406092;
	color: #fff!important;
	border: none;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	transition:0.3s all;
}
.btn-footer:hover, .btn-footer:focus {
	background: #86A1CA;
}
.btn-footer:active {
	background: #86A1CA;
}

.row-offcanvas{
	display: flex;
	align-items: stretch;
}



@media screen and (max-width: 969px) {
	.row-offcanvas{
		//  display: block;
	}
}

.sales{
	padding-bottom:45px;

}

/* h2.section-title {
padding: 0.4em 0.5em;
color: #494949;
border-left: solid 5px #e60012;
font-weight:bold;
background-color:#f5f5f5;
border-bottom: solid 1px #ddd;
} */


h2.section-title {
	padding: 0.4em 0.5em;
	font-optical-sizing: auto;
	color: #494949;
	font-size: 1.6rem;
	font-weight:bold;
	border-left: none;
}

h2.section-title .en {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	color: #406092;
	/* 	color:#7493C2; */
	font-weight:bold;
	font-size: 6rem;
}

.title {
	color: #555;
	padding: 1.2rem 0;
	margin-bottom:2rem;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
}

.title .en {
	margin-bottom: 1.6rem;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	color: #406092;
	/* 	color:#7493C2; */
	font-weight:bold;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}


.head {
	margin-bottom: 2rem;
	font-size: 2.4rem;
	font-weight: bold;
	color: #406092;
}

h3.section-title {
	border-bottom: solid 2px #ddd;
	position: relative;
	font-weight:bold;
	padding:0.4em 0;
}

h3.section-title:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #e60012;
	bottom: -2px;
	width: 20%;
}

@media screen and (max-width: 767px) {
	.head {
		font-size: 2rem;
	}
}



@media screen and (max-width: 600px) {
	.page-id-185 
	.page-header h1 {
		font-size: 16px;
	}

	h2.section-title .en {
		font-size: 3.8rem;
	}
}

span.txt {
	font-family: serif;
}

.top-textbox {
	text-align: center;
	font-weight: 500;
	font-size: 1.7rem;
}
.top-textbox span {
	color: #5178B2;
}
/* .top-textbox{
margin:1em 0;
position: relative;
padding: 1.5em 1.5em;
border-top: solid 2px #98AFD1;
border-bottom: solid 2px #98AFD1;
}
.top-textbox:before, .top-textbox:after{
content: '';
position: absolute;
top: -10px;
width: 2px;
height: -webkit-calc(100% + 20px);
height: calc(100% + 20px);
background-color: #98AFD1;
}
.top-textbox:before {left: 10px;}
.top-textbox:after {right: 10px;}
.top-textbox p {
margin: 0; 
padding: 0;
} */

.top-textbox{
	margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
	padding: 1.5em 1.5em 1.2em; /* 内側余白 */
	border: 3px solid #eee; /* 線の太さ（3px）、種類（実線）、色（#eee） */
	position: relative; /* 配置（基準となる位置） */
	z-index: 0; /* 他の要素との重なり順（0は通常の順番） */
}
.top-textbox:before {
	border-top: 3px solid #7493C2; /* 上辺の線の色（# */
	border-left: 3px solid #7493C2; /* 左辺の線の色（# */
	content: ''; /* 擬似要素にコンテンツなし */
	display: block; /* 擬似要素をブロック表示 */
	position: absolute; /* 配置（親要素から絶対的に位置を指定） */
	top: -3px; /* 上から-3pxずらす */
	left: -3px; /* 左から-3pxずらす */
	width: 65px; /* 幅 */
	height: 65px; /* 高さ */
	z-index: 1; /* 重なり順（前面に表示） */
}

/* pタグの余白 */
.top-textbox p {
	margin: 0;
}

/*----------------------
access
-----------------------*/
.map-table {
	display: table;
	width: 100%;
	margin: 0;
	color: #252728;
}
.access-info {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	background: #fff;
	padding: 50px;
}
p.contents-ttl {
	margin: 16px 0 32px 0;
	text-align: center;
	color: #5C7DC1;
	line-height: 32px;
}
.contents-ttl span {
	display: block;
	font-family: sans-serif;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 22px;
	color: #5C7DC1;
}

.access-map {
	display: table-cell;
	width: 50%;
}

.access-tel span {
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	.sp-width {
		width: 94%;
		margin: 0 auto;
	}
	.access-info .contents-ttl {
		margin: 16px 0 0 0;
	}
	.access-info, .access-map {
		display: block;
		width: 100%;
		padding: 20px;
	}
}

/*----------------------
message
-----------------------*/
.company-table{
	border-collapse: collapse;
	border: none;
}
.company-table td,
.company-table th {
	padding: 2rem;
	border: none;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff !important;
}
.company-table td:first-child,
.company-table th:first-child {
	border-left:none;
}
.company-table tr:first-child td, 
.company-table tr:first-child th {
	border-top:none;
}
.company-table th {
	background: #DFE6F1;
}

.company-table td {
	background: #F0F4F8;
}
.timeline {
	margin: 30px auto;
	list-style-type: none;
}

.timeline p {
	margin-bottom: 0;
}

.timeline-list {
	padding-left: 0;
}

.timeline-list-item {
	display: flex;
	line-height: 1.5;
	font-size: 16px;
}

.timeline .year{
	width: 15%;
	padding: 0 0 0 20px;
	color: #406092;
	font-size: 1.8rem;
	font-weight: bold;
}

.timeline .date{
	margin-bottom: .5rem;
	font-weight: bold;
}

.timeline .content {
	position: relative;
	width: 80%;
	padding: 0 20px 30px 30px;
	border-left: 4px solid #eee;
}


.timeline .content::before {
	content: "";
	position: absolute;
	top: 0;
	left: -6px;
	width: 8px;
	height: 8px;
	background-color: #406092;
	border-radius: 10px;
}

@media screen and (max-width: 767px){
	.company-table td,
	.company-table th {
		padding: 1.4rem;
		font-size: 1.5rem;
	}
	.timeline .year {
		padding: 0;
		width: 20%;
		font-size: 1.6rem;
	}

	.timeline .content {
		padding-bottom: 2rem;
	}
}



/*----------------------
about
-----------------------*/
.strengths-list {
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
	gap: 30px;
}

.strengths-list:nth-child(even) {
	flex-direction: row-reverse;
}


.strengths-list .txt {
	padding: 3rem;
	margin-right: 3rem;
	width: 50%;
	background: #DFE6F1;
	border-radius: 5px;
}

.strengths-list .img {
	flex: 1;
}

.strengths-list .img img {
	border-radius: 5px;
}

.group-company .title {
	padding-left: 2rem;
	position: relative;
	color: #7493C2;
	font-weight: bold;
}
.group-company .title:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);

	background: #7493C2;
}

.group-company .inner {
	margin-bottom: 20px;
	padding: 20px;
    background: #F0F4F8;   
}


.group-company .wrap {
	margin-bottom: 3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}


.group-company .txt {
	flex:1 ;

} 

.group-company .img {
	border: 1px solid #eee;
}

.group-company .copy {
	color: #406092;
	font-size: 1.8rem;
	font-weight: bold;
}

.group-company .desc {
	border-top:1px solid #dddddd;
	border-right: none;
	border-left: none;
}

.group-company .desc th{
	width:20%;
	background: none;
	vertical-align: middle;
}

.group-company .desc th, 
.group-company .desc td {
	border-top:none;
	border-right:none;
	border-left:none;
}

.group-company .btn {
	color: #fff;
	background: #406092;
}



@media screen and (max-width: 767px){
	.strengths-list {
		flex-direction: column-reverse;
		gap: 0;
	}
	.strengths-list .txt {
		padding: 2rem;
		margin-right: 0;
		width: 100%;
	}

	.strengths-list:nth-child(even) {
		flex-direction: column-reverse;
	}
	.group-company .wrap {
		flex-direction: column-reverse;
	}
	.group-company .head {
		text-align: center;
	}
	.group-company .txt {
		width: 100%;
	}
	.group-company .btn-wrap {
		text-align: center;
	}

}

/*----------------------
factory
-----------------------*/
.factory .top-textbox {
	margin-bottom: 6rem;
}
.factory .copy {
	font-family: "Noto Serif JP", serif;
	font-size: 2.4rem;
	text-align: center;
	color: #406092;
}

.factory-box {
	margin-bottom: 6rem;
}


@media screen and (max-width: 767px){
	.factory .copy {
		font-size: 2rem;
	}
	.factory .top-textbox {
		margin-bottom: 4rem;
	}
	.factory-box {
		margin-bottom: 4rem;
	}
}







/*----------------------
privacy policy
-----------------------*/
.privacy h2.section-title {
	padding: 1rem;
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: bold;
	background: #F0F4F8;
	border-left: 5px solid #406092;
	line-height: 1;
}

/*----------------------
contact
-----------------------*/
.inquiry .txt a {
	text-decoration: underline !important;
}
/***** コンタクトフォーム *****/
.table-contactform7{
	overflow: hidden;
	table-layout: fixed;
	width:100%;
}

.required-contactform7{
	padding: 3px;
	background: #DE8686;
	color: #fff;
	border-radius: 3px;
	margin-left: 3px;
	font-size:80%;
}

.unrequired-contactform7{
	padding: 3px;
	background: #BDBDBD;
	color: #fff;
	border-radius: 3px;
	margin-left: 3px;
	font-size:80%;
}

.table-contactform7 th{
	font-weight:bold;
}

.table-contactform7 input,
.table-contactform7 textarea{
	max-width: 90% !important;
	margin: 5px 10px 5px 10px;
	border:1px solid #ddd;
	border-radius:5px;
	padding:0 0.5em ;
}

.table-contactform7 textarea{
	min-height:100px;
}

.address-100 input{
	max-width: 90% !important;
	margin: 10px 10px 10px 10px;
}

.message-100 textarea{
	width: 100%;
	margin: 10px 10px 10px 10px;
}

.table-contactform7 select{
	margin: 5px 10px 5px 10px;
	height:2em;
	padding:0.3em 0!important;
}

.table-contactform7 select option{
	padding:0.3em 0;
}


@media screen and (min-width: 900px){
	.table-contactform7 th{
		width:28%;
	}
}

@media screen and (max-width: 900px){
	#news {
		padding: 0 1em;
	}
	#news, #blog {
		min-height: 100vh;
	}
	.table-contactform7{
		display:block;
	}     

	.table-contactform7 tbody,
	.table-contactform7 tr{
		display: block;
		width: 100%;
	}
	.table-contactform7 th{
		width:100%;
		display:block;
		margin: 0 auto;
		border:none;
	}
	.table-contactform7 td{
		display: list-item;
		list-style-type:none;
		margin:0;
		padding:0;
		width: 100%;
		border-top: none !important;
	}
}


.row::after,
.row::before{
	display: none;
}


/*----------------------
contact-box
-----------------------*/

.contact-box {
    margin: 0 auto 2em;
    padding: 1em 2em 1.5em;
    background-color: #DFE6F1;
    border-radius: 10px;
}

.contact-box .box-title {
	margin-bottom: 1rem;
    color: #406092;
    font-size: 1.1em;
    font-weight: bold;
}

.contact-box p {
    margin: 0;
}



/*----------------------
contact form
-----------------------*/
.table-contactform7{
	overflow: hidden;
	table-layout: fixed;
	width:100%;
}

.required-contactform7{
	padding: 3px;
	background: #DE8686;
	color: #fff;
	border-radius: 3px;
	margin-left: 3px;
	font-size:80%;
}

.unrequired-contactform7{
	padding: 3px;
	background: #BDBDBD;
	color: #fff;
	border-radius: 3px;
	margin-left: 3px;
	font-size:80%;
}

.table-contactform7 th{
	font-weight:bold;
}

.table-contactform7 input,
.table-contactform7 textarea{
	max-width: 90% !important;
	margin: 5px 10px 5px 10px;
	border:1px solid #ddd;
	border-radius:5px;
	padding:0 0.5em ;
}

.table-contactform7 textarea{
	min-height:100px;
}

.address-100 input{
	max-width: 90% !important;
	margin: 10px 10px 10px 10px;
}

.message-100 textarea{
	width: 100%;
	margin: 10px 10px 10px 10px;
}

.table-contactform7 select{
	margin: 5px 10px 5px 10px;
	height:2em;
	padding:0.3em 0!important;
	width:90%!important;
}

.table-contactform7 select option{
	padding:0.3em 0;
}


@media screen and (min-width: 900px){
	.table-contactform7 th{
		width:28%;
	}
}

@media screen and (max-width: 900px){
	.table-contactform7{
		display:block;
	}     

	.table-contactform7 tbody,
	.table-contactform7 tr{
		display: block;
		width: 100%;
	}
	.table-contactform7 th{
		width:100%;
		display:block;
		margin: 0 auto;
		border:none;
	}
	.table-contactform7 td{
		display: list-item;
		list-style-type:none;
		margin:0;
		padding:0;
		width: 100%;
		border-top: none !important;
	}
}



.news .category{
	background:#1e73be;
	border-radius:1em;
	padding:0.3em 0.7em;
	margin-right:0.5em;
	width:7em;
	color:#fff;
}



.filter.active{
	opacity:0.6!important;
}

.news .category.blog{
	background:#111;
}

.news .category.event{
	background:#c00;
}

.news .date{
	margin:0 0.8em;
	font-size:80%;
}

.news .mix{
	display: none;
}

.news .post{
	padding:1em 0;
	border-bottom: 1px solid #ddd;

	width:100%;
}

.slick-slide{
	margin:0 5px;
}

.slick-next:before, .slick-prev:before{
	color:#000!important;
}

ul.philosophy {
	list-style:none;
}


ul.philosophy li{
	position:relative;
	margin-bottom:0.4em;
}

ul.philosophy li:before{
	content: '一.';
	margin-left:-30px;
	position:absolute;
	font-family:sans-serif;
}

.service-flow{
	position:relative;
}
.service-flow:after{
	position:absolute;
	display:inline-block;
	content:"\f0a9";
	font-family: FontAwesome;
	font-size:20px;
	top:40%;
	right:-8px;
	color:#00479d;
}

@media screen and (max-width: 768px) {
	.service-flow:after{
		content:"\f0ab";
		right:calc(50% - 10px);
		top:auto;
		bottom:-25px;
	}
}


.tab-container {
	display: flex;
}

.tab {
	position: relative;
	border-radius: 6px 6px 0 0;
	background-color: #ddd;
	transition: all .2s;
	cursor: pointer;
	padding:0.6em;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

/* タブ現在値 */
.current {
	color: #eaeaea;
	background-color: #00479d;
}

.current::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	background-color: #f5f5f5;
}

/************* メニュー *************/
.menu-box {
	width: 100%;
}

.menu {
	padding: 2em 1em;

	transition: all .2s;
	cursor: pointer;
}


.catch-copy  span {
	position: relative;
	padding: 1em 2em;
	text-align: center;
}

.catch-copy span:before,
.catch-copy span:after {
	position: absolute;
	content: '';
}

.catch-copy span:after {
	top: 0;
	left: 0;
	width: 50px;
	height: 35px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
}

.catch-copy span:before {
	right: 0;
	bottom: 0;
	width: 50px;
	height: 35px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

.catch-copy.text-blue span:before,
.catch-copy.text-blue span:after{
	border-color:#00479d;
} 
.text-blue{
	color:#00479d;
}

.marker-yellow {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}





.section-title {
	margin-bottom: 20px;
}
img.aligncenter {
	display: block;
}
.header-logo {
	font-size: 1.4vw;
	font-weight: bold;
}
@media screen and (max-width: 991px) {
	.header-logo {
		font-size: 1.8vw;
	}
}
@media screen and (max-width: 767px) {
	.header-logo {
		font-size: 5vw;
	}
}
@media screen and (max-width: 767px) {
	table {
		font-size: 12px;
	}
}
table th {
	white-space: nowrap;
}
table .nowrap {
	white-space: nowrap;
}
table dl {
	display: flex;
	margin-bottom: 0;
}
table dt {
	font-weight: normal;
	width: 6em;
}
table figcaption {
	font-size: 11px;
	padding-top: 8px;
}

.contribution-txt1 {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
.contribution-txt1.message {
	margin: 40px 0 60px;
}
.contribution-txt1.contribution {
	font-size: 28.8px;
	margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
	.contribution-txt1.contribution {
		margin: 20px 0 60px;
	}
}
.contribution-txt1::after {
	background: #FAF5CA;
	border-radius: 100%;
	content: '';
	display: block;
	height: 150px;
	left: 50%;
	margin: -75px 0 0 -150px;
	position: absolute;
	top: 50%;
	width: 300px;
}
.contribution-txt1.contribution::after {
	height: 180px;
	margin: -90px 0 0 -180px;
	width: 360px;
}
@media screen and (max-width: 767px) {
	.contribution-txt1::after {
		height: 36vw!important;
		margin: -18vw 0 0 -36vw!important;
		width: 72vw!important;
	}
}
@media screen and (max-width: 767px) {
	.contribution-txt1 {
		font-size: 5vw!important;
		margin-bottom: 40px;
	}
}
.contribution-txt1 > div {
	display: inline-block;
	position: relative;
	padding: 16px;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.contribution-txt1 > div {
		padding: 4vw;
	}
}
.contribution-txt1 > div div {
	line-height: 1;
}
.contribution-txt1 > div div:first-child {
	margin-bottom: 10px;
}
.contribution-txt1 > div div:first-child span {
	font-size: 28px;
	color: #5DA152;
}
.contribution-txt1 > div div:first-child span:first-child {
	color: #c9171e;
}
.contribution-txt1.contribution > div div:first-child span {
	font-size: 33.6px;
}
@media screen and (max-width: 767px) {
	.contribution-txt1 > div div:first-child span {
		font-size: 6vw!important;
	}
}
.contribution-txt1 > div div:last-child {
	font-size: 36px;
}
.contribution-txt1.contribution > div div:last-child {
	font-size: 43.2px;
}
@media screen and (max-width: 767px) {
	.contribution-txt1 > div div:last-child {
		font-size: 10vw!important;
	}
}
.contribution-txt1 > div div:last-child span {
	color: #5DA152;
}
.contribution-txt1 br.sp-only {
	display: none;
}
@media screen and (max-width: 767px) {
	.contribution-txt1 br.sp-only {
		display: inline;
	}
}

.contribution-gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 24px 0;
}
.contribution-gallery figure {
	margin-right: 2%;
	width: 23.5%;
}
@media screen and (max-width: 767px) {
	.contribution-gallery figure {
		margin-bottom: 4%;
		margin-right: 4%;
		width: 48%;
	}
}
.contribution-gallery figure:last-child {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.contribution-gallery figure:nth-child(2n) {
		margin-right: 0;
	}
}
.contribution-gallery figure img {
	width: 100%;
}
.contribution-fig1 {
	max-width: 640px;
	width: 100%;
}

.mod-table {
	overflow: auto;
}
@media screen and (max-width: 767px) {
	.mod-table table {
		max-width: 767px;
		width: 767px;
	}
}

.information-txt1 {
	margin-top: -2em;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.information-txt1 {
		margin-top: 0;
	}
}

.container, .container-sm, .container-md, .container-lg, .container-xl {
	max-width: 860px;
}

.detail-txt1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.detail-txt1 {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.detail-txt1 {
		margin-top: 40px;
	}
}
.detail-list ul {
	padding-left: 1em;
	list-style-type: decimal;
}

.contact-privacy {
	margin-bottom: 40px
}
.contact-privacy__hd {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
}
.contact-privacy__scroll {
	border: 1px solid #ccc;
	height: 300px;
	overflow: auto;
	width: 100%;
}
.contact-privacy__scroll__in {
	padding: 20px
}
@media screen and (max-width: 767px) {
	.contact-privacy__scroll__in {
		font-size: 12px;
	}
}

#menu-global a {
	color: #fff!important;
}
#menu-global .current-menu-item a,
#menu-global a:hover {
	color: #CCCCCC!important;
	opacity: .5;
}

.hgroup {
	background: #fff;
}
/* 
h2.section-title {
border-left: solid 5px #406092;
} */

.information-cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
	.information-cols {
		flex-direction: column;
		margin-right: 0;
		margin-bottom: 8px;
	}
	.information-cols br.pc-only {
		display: none;
	}
}
.information-cols__col {
	background: #F1FFEF;
	border: 2px solid #5DA152;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	padding: 16px;
	text-align: center;
	width: 31%;
}
@media screen and (max-width: 1000px) {
	.information-cols__col {
		font-size: 1.6vw;
		padding: 1.6vw;
	}
}
@media screen and (max-width: 575px) {
	.information-cols__col {
		font-size: 16px;
		padding: 16px;
		margin-bottom: 16px;
		width: 100%;
	}
}
.information-cols__col:last-child {
	margin-right: 0;
}
.information-cols__col span {
	color: #5DA152;
	display: inline-block;
	font-size: 22px;
	margin-top: 8px;
}
@media screen and (max-width: 1000px) {
	.information-cols__col span {
		margin-top: 0.8vw;
		font-size: 2vw;
	}
}
@media screen and (max-width: 575px) {
	.information-cols__col span {
		font-size: 22px;
		margin-top: 8px;
	}
}

.feature-hd1 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #5DA152;
	margin-bottom: 16px;
	padding-bottom: 4px;
}
.feature-hd1 span {
	color: #5DA152;
	font-size: 20px;
	margin-right: 4px;
}	


.detail-box {
	margin-top: 40px;
	border: 1px solid #999;
	padding: 20px;
}
.detail-box__hd1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 575px) {
	.detail-box__hd1 {
		font-size: 16px;
	}
}

.table-hd1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
}
@media screen and (max-width: 575px) {
	.table-hd1 {
		font-size: 16px;
	}
}

.detail-list1 {
	list-style-type: none!important;
	padding-left: 0!important;
}
.detail-list1 li {
	margin-bottom: 1em;
	position: relative;
	padding-left: 1.5em!important;
}
.detail-list1 li:last-child {
	margin-bottom: 0;
}
.detail-list1__num {
	left: 0;
	position: absolute;
	top: 0;
}

.contribution-box1 {
	margin-top: 80px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	text-align: center;
}
.contribution-box1 > div {
	border: 1px solid #5DA152;
	display: inline-block;
	padding: 5px;
}
.contribution-box1 > div > div {
	border: 1px solid #5DA152;
	display: inline-block;
	padding: 20px 40px;
}
@media screen and (max-width: 575px) {
	.contribution-box1 {
		margin-top: 40px;
		font-size: 16px;
		text-align: left;
	}
	.contribution-box1 > div {
		padding: 1vw;
	}
	.contribution-box1 > div > div {
		padding: 3vw;
	}
	.contribution-box1 br {
		display: none;
	}
	.contribution-box1 br.sp-show {
		display: inline;
	}
}


@media screen and (max-width: 767px) {
	.hgroup img{
		width: 60vw;
	}
}

@media screen and (max-width: 767px) {
	.hgroup {
		//    background: none;
	}
}


@media screen and (max-width: 767px) {
	.home .n2-ss-text p {
		font-size: 4vw!important;
	}
	.home .n2-ss-layer-content .txt {
		display: block;
		font-size: 6vw;
	}
	.home .n2-ss-layer-content .pc-only {
		display: none;
	}
}

.cmn-note {
	font-size: 13px;
}

.n-uc-iw9oSJkRiUVo {

}

@media screen and (min-width: 768px) {
	#secondary {
		min-height: 100vh;
	}
}


.pc { display: block !important; }
.sp { display: none !important; }


@media only screen and (max-width: 767px) {
	.pc { display: none !important; }
	.sp { display: block !important; }
}

.product-menu {
    display: flex;
    height: 6rem;
    margin: 0 auto 60px;
	padding: 0;
}

.product-men a {
	color: #fff !important;
}

.product-menu > li {
    width: 25%;
}

.product-menu li {
    list-style: none;
    position: relative;
}

.product-menu li a {
    background: #406092;
    border-right: 1px solid #eee;
    color:#fff!important;
    display: block;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.product-menu li.current a {
	background: #30486D;
}

.product-menu li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}

.product-menu li li a {
    border-top: 1px solid #eee;
}

.product-menu li:hover > ul > li {
    height: 6rem;
    overflow: visible;
}

.product-menu li ul li ul {
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.product-menu > li:nth-child(5) ul li ul {
    left: -100%;
}

.product-menu li:hover a {
    background: #00305c;
}

.product-menu li li a {
    background: #00305c;
}
.product-menu li li:hover a {
    background: #004789;
}
.product-menu li ul li ul li a {
    background: #004789;
}
.product-menu li ul li ul li:hover a {
    background: #0065c1;
}
.product-menu li ul li ul li ul li a {
    background: #0065c1;
}
.product-menu li ul li ul li ul li:hover a {
    background: #1e7dd4;
}

.product-menu > li > ul:before{
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    right: 2rem !important;
    position: absolute;
    top: 3rem !important;
    transform: translateY(-40%);
}

/* .product-menu > li > ul:before{
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    right: 1rem;
    position: absolute;
    top: 1rem;
    transform: translateY(-40%);
} */


.product-menu li ul li ul:before {
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    content: "";
    left: -20px;
    position: absolute;
    top: 1em;
    transform: translateY(-50%);
}


.product-menu li ul li ul li a {
    background: #004789;
}


.product-menu li:nth-child(5) ul li ul:before {
    border: 5px solid transparent;
    border-right: 5px solid #fff;
    left: auto;
    right: -20px;
}

.product_list {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	width: calc(100% + 15px); 
  overflow: hidden;
}

.product_list li {
	width: calc(33.3333% - 15px);
  margin: 0 15px 30px 0;
}

.product_item .img {
	margin-bottom: 10px;
	text-align: center!important;
	background-color: #f2f2f2!important;
	aspect-ratio: 16/9;
}

.product_item .img img {
	width: auto;
	height: 100%;
}

.product_item .stit {
	margin-top: 8px;
	font-size: 17px;
}

.product_item .cat-name {
	margin-right: 1rem;
	padding: .5rem;
	display: inline;
	color: #406092;
    font-size: 12px;
	background: #F0F4F8;
}

.product_item .cat-wrap {
	display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
	    flex-wrap: wrap;
}







.single-post-product .entry-title {
    background-color: #fff;
    padding: 20px;
    display: block;
    border: 2px solid #406092;
    box-shadow: 5px 8px 0 #406092;
}


.single-post-product .post-thumbnail {
	text-align: center;
    aspect-ratio: 16 / 9;
    background: #f2f2f2;
	width: 50%;
    margin: 0 auto 2rem;
}

.single-post-product .post-thumbnail img {
	width: auto;
	height: 100%;
}

.single-post-product .entry-meta {
	display: none;
}

.single-post-product .hentry .entry-title {
	margin-bottom: 5rem;
}

.single-post-product .btn-link {
	margin-bottom: 5rem;
}

@media only screen and (max-width: 767px) {
	.product-menu {
		margin-bottom: 4rem;
		height: auto;
		flex-direction: column !important;
	}
	.product-menu li {
		width: 100%;
	}
	.product-menu li {
		border-top: 1px solid #fff;
	}
	
	.product-menu-parent {
		width: 100%;
	}
	.product_list li {
		width: calc(50% - 15px);
	}
	.product-menu li a {
		height: 4rem;
		line-height: 4rem;
	}
	.product-menu > li > ul:before {
		top: 2rem !important;
	}
	.product-menu li:hover > ul > li {
		height: 4rem;
	}
	.product-menu li > ul {
		padding-left: 0;
	}
	.single-post-product .entry-title {
		padding: 1.2rem;
	}
	.single-post-product .post-thumbnail {
		margin: 0 auto 1rem;
		width: 100%;
	}
	.single-post-product .hentry .entry-title {
		margin-bottom: 3rem;
	}
	.product_item .cat-wrap {
		flex-direction: column-reverse;
	}
	.product_item .cat-name {
		margin: 0 0 .8rem 0;
	}
}



.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi .current {
	background: #406092;
}

.wp-pagenavi span.current {
	border-color: #406092 !important;
}

.wp-pagenavi a:hover {
	border-color:#666;
	background: #f2f2f2;
}

.pagination {
	    justify-content: center;
}

.pagination a{
	margin-right: 8px;
}

.pagination .current, .pagination .dots {
	margin-right: 8px;
}

.pagination .page-numbers {
	color: #fff!important;
	background-color: #7493C2 !important;
	border-color: #7493C2 !important;
}


.hentry {
	border-bottom: 0;
}
