@charset "UTF-8";
/* CSS Document */
body{
	color: #1e1e1e;
	margin: 0 auto;
	padding: 0px;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
}

*{
	list-style: none;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

html{
	overflow-x: hidden;
}

.grecaptcha-badge{
	display: none !important;
}

p{
	line-height: 1.8em;
}

th{
	text-align: left;
}

a{
	outline: none;
}

::placeholder {
	color: #ddd;
	font-size: 12px;
}

address{
	font-style: inherit;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.block{
	overflow: hidden;
}

fit{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

just{
	text-align: justify;
	text-justify: inter-ideograph;
}

.min{
	font-family: 'Noto Serif JP', serif;
}

img{
	border: none;
	height: auto;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

a,
a img{
	transition: 0.3s;
}

a[href^="tel:"] {
	pointer-events: none;
	color:#666;
	text-decoration: underline;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.sp{
	display: none;
}

#nav-toggle {
	position: fixed;
	top: 25px;
	right: 25px;
	height: 24px;
	cursor: pointer;
	display: none;
}
#nav-toggle > div {
	position: relative;
	width: 36px;
}
#nav-toggle span {
	width: 100%;
	height: 1px;
	left: 0;
	display: block;
	background: #333;
	position: absolute;
	transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 12px;
}
#nav-toggle span:nth-child(3) {
	top: 24px;
}
.open #nav-toggle span {
	background: #1e1e1e;
}
.open #nav-toggle span:nth-child(1) {
	top: 15px;
	transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
	top: 15px;
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 15px;
	transform: rotate(-45deg);
}
#nav-toggle {
	z-index: 1000;
}
#container {
	z-index: 900;
}
#gloval-nav {
	background: #fff;
	color: #1e1e1e;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	opacity: 0;
}
#gloval-nav a {
	display: block;
	color: #1e1e1e;
	text-decoration: none;
	padding: 20px 0;
	transition: color .6s ease;
}
#gloval-nav a:hover {
	color: #666;
}
#gloval-nav ul {
	list-style: none;
}
#gloval-nav ul li {
	opacity: 0;
	transform: translateX(200px);
	transition: transform .6s ease, opacity .2s ease;
}
#gloval-nav ul li:nth-child(2) {
	transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
	transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
	transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
	transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
	transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
	transition-delay: .9s;
}
.open {
	overflow: hidden;
}
.open #gloval-nav {
	visibility: visible;
	opacity: 1;
}
.open #gloval-nav li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}

/*----------------------------contents----------------------------*/

header{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #fff;
	z-index: 5;
}

#globalheader{
	width: 94%;
	margin: 0 auto;
	padding: 20px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header h1{
	width: 170px;
}

header h1 img{
	width: 100%;
	height: auto;
}

header nav{
	text-align: right;
}

header #upper{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header #upper #tel{
	padding-right: 30px;
	border-right: 1px solid #EEEEEE;
}

header #upper .btn a{
	border-radius: 5px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 30px;
	text-decoration: none;
}

header #upper .recruit-btn{
	margin-right: 20px;
}

header #upper .recruit-btn a{
	background-color: #006CD1;
	border: 1px solid #006CD1;
	color:#fff;
}

header #upper .recruit-btn a:hover{
	background-color: #fff;
	color:#006CD1;
}

header #upper .contact-btn a{
	background-color: #FFDA0F;
	border: 1px solid #FFDA0F;
	color:#1e1e1e;
}

header #upper .contact-btn a:hover{
	background-color: #fff;
	color:#1e1e1e;
}

header nav ul{
	margin-top: 15px;
}

header nav li{
	display: inline-block;
	margin-left: 35px;
	font-size: 14px;
}

header nav li a{
	color:#1e1e1e;
	text-decoration: none;
}

h2#top-catchy{
	text-align: center;
	line-height: 1.4em;
	font-size: 52px;
	letter-spacing: .05em;
	padding-top: 220px;
	padding-bottom: 25px;
}

h2#top-catchy b.num{
	font-family: "Poppins", system-ui;
}

h2#top-catchy b.ltl{
	font-size: 34px;
}

h2#top-catchy span{
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 20px;
	color:#3D8BD2;
	display: block;
	font-family: "Poppins", system-ui;
	letter-spacing: .05em;
}

p#top-catchy-txt{
	line-height: 1.8em;
	text-align: center;
	letter-spacing: .05em;
	padding-bottom: 70px;
	font-size: 15px;
}

#top-catchy-btn{
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

#top-catchy-btn a{
	margin: 0px 10px;
	width: 250px;
	line-height: 65px;
	height: 65px;
	text-align: left;
	padding-left: 40px;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	border-radius: 50px;
}

#top-catchy-btn a i{
	font-size: 18px;
	position: absolute;
	right: 30px;
	top: 25px;
}

#top-catchy-btn a#service{
	border: 1px solid #666;
	color:#666;
}

#top-catchy-btn a#service:hover{
	background-color: #666;
	color:#fff;
}

#top-catchy-btn a#contact{
	border: 1px solid #3D8BD2;
	background-color: #3D8BD2;
	color:#fff;
}

#top-catchy-btn a#contact:hover{
	color:#3D8BD2;
	background-color: #fff;
}

#top-catchy-btn a#contact{
	
}

h3.title{
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
	padding: 125px 0px 35px;
}

h3.title.first{
	padding-top: 0px;
}

h3.title.left-txt,
h3.title.left-txt span{
	text-align: left;
}

h3.title span{
	color:#000;
	line-height: 1.2em;
	font-size: 80px;
	font-weight: 600;
	display: block;
	padding-bottom: 5px;
	text-align: center;
	font-family: "Poppins", system-ui;
}

ul#cta-link{
	border-top: 1px solid #DBDBDB;
	display: flex;
}

ul#cta-link li{
	width: 33.333333%;
	box-sizing: border-box;
}

ul#cta-link li:nth-child(2){
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
}

ul#cta-link li a{
	display: block;
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 50px 50px 50px 50px;
	color:#1e1e1e;
	text-decoration: none;
	background-repeat: no-repeat;
}

ul#cta-link li.cta1 a{
	background-color: inherit;
	background-image: ;
}

ul#cta-link li a h4{
	font-size: 20px;
	color:#006CD1;
}

ul#cta-link li a p{
	font-size: 14px;
	padding: 25px 0px 40px;
	line-height: 1.8em;
}

ul#cta-link li a b{
	font-weight: 400;
}

#cta{
	background-image: url(../image/common/cta.png);
	background-size: cover;
	background-position: center center;
	padding: 75px 0px;
}

#globalcta{
	max-width: 1150px;
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

#globalcta h3.title{
	text-align: left;
	color:#fff;
	padding: 0px;
}

#globalcta h3.title span{
	color:#fff;
}

#globalcta #contact-btn a{
	text-decoration: none;
	color:#fff;
}

#globalcta #contact-btn a.btn1{
	font-size: 24px;
	font-weight: 600;
	font-family: "Poppins", system-ui;
}

#globalcta #contact-btn a.btn2{
	font-size: 20px;
	font-weight: bold;
}

#globalcta #contact-btn{
	display: flex;
	align-items: center;
}

#globalcta #contact-btn a{
	display: flex;
	align-items: center;
	width: 355px;
	height: 120px;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #FFFFFF;
	vertical-align: top;
	margin-left: 20px;
	padding: 0 0px 0 55px;
	background-color: rgba(255,255,255,0.1);
	text-align: left;
}

#globalcta #contact-btn a:hover{
	background-color: rgba(255,255,255,0);
}

#globalcta #contact-btn a:hover b,
#globalcta #contact-btn a:hover span{
	color:#333;
}

#globalcta #contact-btn a span{
	font-size: 14px;
	font-weight: bold;
	color:#E2E2E2;
	display: block;
	padding-top: 3px;
	line-height: 1.2em;
}

#main{
	max-width: 1150px;
	width: 94%;
	margin: 0 auto;
	padding: 100px 0px;
}

ul#news-cat li{
	display: inline-block;
	margin-right: 10px;
}

ul#news-cat li:first-child a{
	color:#fff;
	background-color: #006CD1;
}

ul#news-cat li a{
	color:#1e1e1e;
	background-color: #EDEDED;
	text-decoration: none;
	padding: 10px 25px;
	display: block;
	border-radius: 50px;
}

ul#news-list{
	margin-top: 40px;
}

ul#news-list li{
	margin-bottom: 20px;
}

ul#news-list li a{
	position: relative;
	display: flex;
	color:#1e1e1e;
	text-decoration: none;
	border-radius: 5px;
	padding: 25px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.2);
}

ul#news-list li a:hover{
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

ul#news-list li .img{
	width: 420px;
	max-width: 420px;
	min-width: 420px;
	margin-right: 35px;
}

ul#news-list li .img img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 420px;
	height: 230px;
	border-radius: 5px;
}

ul#news-list li .cont{
	padding-top: 20px;
}

ul#news-list li .cont h3{
	font-size: 22px;
	line-height: 1.6em;
	padding-top: 10px;
}

ul#news-list li .cont p.day{
	font-family: "Poppins", system-ui;
	display: inline-block;
	margin-right: 25px;
	font-size: 14px;
}

ul#news-list li .cont p.cat{
	display: inline-block;
	font-size: 12px;
	color:#004CB3;
	line-height: 1.2em;
	border-radius: 20px;
	border: 1px solid #004CB3;
	padding: 7px 15px;
}

ul#news-list li .cont b{
	font-family: "Poppins", system-ui;
	font-size: 14px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	line-height: 24px;
}

ul#news-list li .cont b i{
	margin-left: 10px;
	display: inline-block;
	font-size: 10px;
	width: 24px;
	line-height: 24px;
	height: 24px;
	background-color: #F9F8F7;
	text-align: center;
	border-radius: 12px;
}

p#pan{
	font-size: 12px;
	/*max-width: 1150px;*/
	width: 94%;
	margin: 0 auto;
	padding-top: 120px;
	font-weight: bold;
}

p#pan a{
	color:#1e1e1e;
	text-decoration: none;
}

p#pan span{
	color:#ccc;
}

p#pan i{
	display: inline-block;
	margin: 0px 5px;
}

ul#works-list{
	display: flex;
	flex-wrap: wrap;
}

ul#works-list.top{
	max-width: 1150px;
	width: 94%;
	margin: 0 auto;
}

ul#works-list li{
	width: 32%;
	margin-bottom: 35px;
	margin-right: 2%;
}

ul#works-list li:nth-child(3n+3){
	margin-right: 0px;
}

ul#works-list li a{
	color:#1e1e1e;
	text-decoration: none;
}

ul#works-list li a:hover img{
	box-shadow: 0px 0px 15px -5px #777777;
}

ul#works-list li img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 500px;
	border: 1px solid #eee;
	border-radius: 10px;
	object-position: left top;
}

ul#works-list li h3{
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: .05em;
	padding: 20px 0 15px;
}

ul#works-list li p.cat a{
	display: inline-block;
	font-size: 12px;
	color:#606060;
	background-color: #E9E9E9;
	border-radius: 5px;
	line-height: 1.2em;
	margin-right: 5px;
	padding: 7px 10px;
}

#main.works #contents{
	max-width: 920px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 70px 80px 80px;
	background-color: #fff;
}

#main.works #contents h3{
	font-size: 36px;
	line-height: 1.4em;
}

#main.works #contents table{
	border-top: 1px solid #DDDDDD;
	margin-bottom: 50px;
}

#main.works #contents th{
	padding: 25px 0px 23px 0px;
	line-height: 1.4em;
	min-width: 130px;
	max-width: 130px;
	width: 130px;
	color:#999;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}

#main.works #contents td{
	padding: 25px 0px 23px 0px;
	line-height: 1.6em;
	font-size: 14px;
	border-bottom: 1px solid #DDDDDD;
}

#main.works #contents td a{
	color:#006CD1;
}

#main.works #contents td a:hover{
	text-decoration: none;
}

#main.works #contents #image img{
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	object-position: left top;
	height: 1500px !important;
	border: 1px solid #dddddd;
}

#main.works #contents p#text{
	letter-spacing: .05em;
	line-height: 1.6em;
	padding-top: 50px;
}


#main.works #aside{
	width: 30%;
}

#main.works #aside h3:before{
	content: "";
	display: block;
	width: 5px;
	height: 30px;
	background-color: #006CD1;
	position: absolute;
	top: 0px;
	left: 0px;
}

#main.works #aside h3{
	border-bottom: 1px solid #CECECE;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 30px;
	position: relative;
}

ul#new-cont{
	padding-bottom: 30px;
}

ul#new-cont li{
	margin-bottom: 15px;
}

ul#new-cont li a{
	display: flex;
	color:#1e1e1e;
	text-decoration: none;
}

ul#new-cont li a img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 35%;
	height: 80px !important;
	object-position: left top;
}

ul#new-cont li a p{
	width: 60%;
	margin-left: 5%;
	padding-top: 10px;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: bold;
}

.outline{
	margin-top: -135px;
}

.company-right{
	float: right;
	width: 700px;
}

p.philosophy-ttl{
	margin-bottom: 10px;
}

p.philosophy-ttl span{
	background-color: #000;
	color:#fff;
	padding: 5px 15px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}

p.philosophy-txt{
	font-size: 32px;
	line-height: 1.6em;
	padding-bottom: 50px;
	padding-left: 15px;
	font-weight: bold;
}

#outline-table th{
	padding: 25px 0px 23px 0px;
	line-height: 1.6em;
	min-width: 150px;
	max-width: 150px;
	width: 150px;
	text-align: left;
	letter-spacing: .1em;
	font-weight: 400;
	font-size: 15px;
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}

#outline-table td{
	padding: 25px 0px 23px 0px;
	line-height: 1.6em;
	font-size: 16px;
	font-size: 15px;
	border-bottom: 1px solid #DDDDDD;
}

#outline-table td span{
	display: block;
	font-weight: bold;
}

#outline-table td span.guide{
	margin-top: 10px;
}

#outline-table td ul{
	display: flex;
	flex-wrap: wrap;
}

#outline-table td ul li{
	width: 48%;
	margin-right: 2%;
	margin-bottom: 20px;
	text-align: center;
}

#outline-table td ul li:nth-child(5),
#outline-table td ul li:nth-child(6){
	margin-bottom: 0px;
}

#outline-table td ul li img{
	width: auto;
	height: 30px !important;
}

#message-cont{
	display: flex;
	justify-content: space-between;
}

#message-cont #image{
	width: 38%;
}

#message-cont #image img{
	border-radius: 20px;
}

#message-cont #image p{
	font-size: 16px;
	line-height: 1.4em;
	padding-top: 20px;
	letter-spacing: .05em;
}

#message-cont #image p span{
	font-size: 28px;
	margin-top: 3px;
	line-height: 1.4em;
	letter-spacing: .05em;
	display: block;
}

#message-cont #cont{
	width: 58%;
}

#message-cont #cont p{
	font-size: 15px;
	line-height: 2em;
}

#message-cont #cont span{
	display: block;
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: 400;
}

#message-cont #cont span b{
	display: block;
	font-size: 20px;
	margin-top: 17px;
	font-weight: bold;
	letter-spacing: .05em;
}

#logo-image{
	text-align: center;
	border-radius: 20px;
	border: 1px solid #DDDDDD;
	padding: 50px 0px;
}

p#logo-txt{
	font-size: 16px;
	line-height: 2em;
	padding-top: 30px;
	color:#333;
}

.scroll1{
	display: none;
}

.service-list{
	display: flex;
}

.service-list.inner{
	padding-bottom: 100px;
}

.service-list .image{
	width: 50%;
}

.service-list .image img{
	width: 100%;
	height: 500px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.service-list .cont{
	width: 50%;
	box-sizing: border-box;
	padding: 30px 60px 0px;
}

.service-list .cont h4{
	font-size: 30px;
	line-height: 1.2em;
	padding-bottom: 30px;
}

.service-list .cont h4 span{
	font-size: 18px;
	line-height: 1.2em;
	display: block;
	font-family: "Poppins", system-ui;
	margin-bottom: 5px;
}

.service-list .cont li{
	border-bottom: 1px solid #DDDDDD;
	position: relative;
}

.service-list .cont li a{
	padding: 20px 0px 20px 15px;
	display: block;
	text-decoration: none;
	color:#1e1e1e;
	font-size: 15px;
}

.service-list .cont li i{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 10px;
	height: 16px;
	margin: auto;
}

.service-list .cont li a:hover{
	padding-left: 20px;
}

ul#top-link{
	text-align: center;
	display: flex;
	justify-content: center;
	position: relative;
	padding-bottom: 50px;
}

ul#top-link:before{
	content: "";
	height: 285px;
	background-color: #FAFAFA;
	width: 100%;
	bottom: 0px;
	left: 0px;
	position: absolute;
}

ul#top-link li{
	width: 420px;
	margin: 0px 15px;
}

ul#top-link li a{
	display: block;
	overflow: hidden;
	border-radius: 20px;
	padding-bottom: 50px;
	text-decoration: none;
	color:#1e1e1e;
	position: relative;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 15px -5px #777777;
}

ul#top-link li a:hover{
	margin-top: 10px;
	margin-bottom: 0px;
}

ul#top-link li a p{
	padding: 30px 30px 0px 30px;
	line-height: 1.4em;
	font-size: 20px;
	text-align: left;
}

ul#top-link li a p span{
	font-weight: bold;
	line-height: 1.4em;
	color:#BDBDBD;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}

ul#top-link li a i{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.reason-list li{
	display: flex;
	max-width: 1150px;
	width: 94%;
	margin: 0 auto;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.reason-list .image{
	width: 52%;
}

.reason-list .image img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 20px;
}

.reason-list .cont{
	width: 44%;
}

.reason-list .cont p.en{
	display: flex;
	align-items: center;
}

.reason-list .cont p.en b{
	width: 60px;
	line-height: 60px;
	height: 60px;
	text-align: center;
	border-radius: 30px;
	font-size: 18px;
	font-family: "Poppins", system-ui;
	border: 1px solid #EFEFEF;
}

.reason-list .cont p.en span{
	font-family: "Poppins", system-ui;
	font-size: 16px;
	border-bottom: 1px solid #1e1e1e;
	padding-bottom: 5px;
	font-weight: bold;
	margin-left: 20px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.reason-list .cont h4{
	padding: 25px 0px 20px;
	line-height: 1.6em;
	letter-spacing: .05em;
	font-size: 28px;
}

.reason-list .cont p.txt{
	line-height: 2em;
	font-size: 15px;
}

.reason-list li:nth-child(2){
	margin-top: 50px;
	margin-bottom: 50px;
	flex-direction: inherit;
}

.color{
	background-color: #f3f3f3;
	margin-top: 80px;
	padding-bottom: 50px;
}

.color.margin0{
	margin-top: 0px;
}

ul#box-list{
	max-width: 1150px;
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul#box-list li{
	width: 32%;
	text-align: left;
	padding: 60px 55px;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 20px;
}

ul#box-list li b{
}

ul#box-list li h4{
	padding: 45px 0px 20px;
	line-height: 1.4em;
	letter-spacing: .05em;
	font-size: 20px;
}

ul#box-list li p{
	letter-spacing: .05em;
	font-size: 14px;
	line-height: 1.8em;
	text-align: left;
}

/*タブ切り替え全体のスタイル*/
.tabs {
	background-color: #fff;
	max-width: 1150px;
	width: 94%;
	margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
	display: inline-block;
	width: 370px;
	height: 70px;
	border-radius: 5px;
	background-color: #EDEDED;
	line-height: 70px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin: 0px 5px;
	cursor: pointer;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	margin: 25px 5px 0;
	font-size: 16px;
	line-height: 2em;
	display: none;
	clear: both;
	overflow: hidden;
	padding: 20px;
	background-color: #FAFAFA;
}


/*選択されているタブのコンテンツのみを表示*/
#aichi:checked ~ #aichi_content,
#gifu:checked ~ #gifu_content,
#mie:checked ~ #mie_content {
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #3D8BD2;
	color: #fff;
}

.column .swiper-wrapper{
	padding: 10px 0px;
	text-align: center;
}

.column .swiper-wrapper .swiper-slide img{
	width: 100%;
	border-radius: 10px 10px 0px 0px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	height: 200px;
}

.column .swiper-wrapper .swiper-slide{
	width: 350px;
	display: inline-block;
	margin: 0 10px;
}

.column .swiper-wrapper .swiper-slide a{
	color:#1e1e1e;
	text-decoration: none;
	display: block;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 10px;
}

.column .swiper-wrapper .swiper-slide a h4{
	font-size: 16px;
	font-weight: 400;
	padding: 25px 25px 23px 25px;
	line-height: 1.6em;
}

.column .swiper-wrapper .swiper-slide a p{
	border-top: 1px solid #EBEBEB;
	padding: 10px 25px;
	font-family: "Poppins", system-ui;
	font-size: 14px;
	line-height: 1.2em;
}

.column .swiper-wrapper .swiper-slide a p i{
	color:#999999;
	margin-right: 5px;
}

.issue.color{
	margin-top: -125px;
	position: relative;
	z-index: -1;
	padding-bottom: 75px;
}

.issue.color h3{
	padding-top: 200px;
}

.issue #arrow{
	padding-top: 20px;
	text-align: center;
}

dl.faq-box{
	max-width: 1150px;
	width: 94%;
	margin: 0 auto;
}

dl.faq-box dt{
	background-color: #F6F8FB;
	border-radius: 10px 10px 0px 0px;
	padding: 25px 30px;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
}

dl.faq-box dt span{
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	margin-right: 20px;
	height: 50px;
	font-family: "Poppins", system-ui;
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
	line-height: 50px;
	border-radius: 25px;
	background-color: #004CB3;
	color:#fff;
	text-align: center;
}

dl.faq-box dd{
	font-size: 15px;
	line-height: 1.8em;
	padding: 40px 30px;
	border: 1px solid #E8E8E8;
	border-radius: 0 0 10px 10px;
	margin-bottom: 35px;
}

#price-kome{
	max-width: 1150px;
	width: 94%;
	margin: 0 auto;
	margin-top: 35px;
}

#price-kome p{
	line-height: 1.6em;
	position: relative;
	padding-left: 20px;
	font-size: 14px;
}

#price-kome p span{
	position: absolute;
	top: 0px;
	left: 0px;
}

ul#option-list,
ul#price-list{
	display: flex;
	justify-content: flex-start;
	max-width: 1150px;
	width: 94%;
	margin: 0 auto;
	flex-wrap: wrap;
}

ul#option-list li{
	width: 365px;
	margin-right: 27px;
	margin-bottom: 20px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

ul#option-list li:nth-child(3n+3),
ul#price-list li:nth-child(3n+3){
	margin-right: 0px;
}

ul#option-list li .image{
	width: 135px;
}

ul#option-list li .image img{
	width: 100%;
	height: 125px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

ul#option-list li p{
	padding-left: 25px;
	font-weight: bold;
	line-height: 1.6em;
}

ul#option-list li p span{
	display: block;
	font-family: "Poppins", system-ui;
	font-size: 16px;
}

ul#option-list li p span b{
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	margin-left: 3px;
}

ul#price-list li{
	background-color: #fff;
	width: 365px;
	margin-right: 27px;
	padding: 50px 0px 30px 0;
}

ul#price-list li h4{
	text-align: center;
	font-size: 24px;
	line-height: 1.4em;
	color:#3D8BD2;
}

ul#price-list li p.txt{
	text-align: center;
	font-size: 16px;
	line-height: 1.6em;
	color:#666666;
	padding: 5px 55px 0px;
}

ul#price-list li p.price{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding: 30px 20px;
}

ul#price-list li p.price span{
	font-size: 50px;
	font-family: "Poppins", system-ui;
}

ul#price-list li p.detail{
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 1.4em;
	margin-left: 30px;
}

ul#price-list li p.detail span{
	position: absolute;
	top: 7px;
	left: 0px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #3D8BD2;
	display: block;
}

#inner-mv{
	background-image: url(../image/page/service/topmv.png);
	height: 396px;
	background-position: center center;
}

#solution{
	background-color: #fff;
	max-width: 1150px;
	width: 94%;
	margin: 0 auto;
	text-align: center;
	padding-top: 70px;
	margin-top: -35px;
}

#solution #solution-ttl{
	font-size: 34px;
	font-weight: bold;
}

#solution #solution-ttl span{
	font-size: 40px;
}

#solution p#solution-txt{
	line-height: 1.8em;
	padding-top: 25px;
	letter-spacing: .05em;
}

ul.area-list li {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 0px;
	padding-right: 15px;
	margin-right: 5px;
	position: relative;
}

ul.area-list li:before {
	content: "/";
	position: absolute;
	right: 0px;
}

ul.area-list li a {
	color: #1e1e1e;
	text-decoration: none;
}

.news-box{
	max-width: 1150px;
	width: 94%;
	margin: 100px auto;
	position: relative;
}

.news-box.inner{
	margin: 0px auto;
}

.news-box .news-box-item .link-wrap{
	position: absolute;
	top: 0px;
	right: 0px;
}

.news-box .news-box-item .link-wrap a{
	color:#1e1e1e;
	text-decoration: none;
	border-radius: 5px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	background-color: #3D8BD2;
	border: 1px solid #3D8BD2;
	color:#fff;
	line-height: 60px;
}

.news-box .news-box-item .link-wrap a:hover{
	background-color: #fff;
	color:#006CD1;
	
}

.news-box .news-box-item h3.title{
	text-align: left;
	padding: 0px;
}

.news-box .news-box-item h3.title span{
	text-align: left;
}

.news-box .top-new__item .link-wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.news-box .news-box-list{
	width: 100%;
	padding-top: 25px;
}

.news-box .news-box-list a{
	display: flex;
	border-bottom: 1px solid #D9D9D9;
	padding: 35px 0 35px 10px;
	position: relative;
	align-items: center;
	text-decoration: none;
}

.news-box .news-box-list a:hover{
	text-decoration: none;
	background-color: #F5F5F5;
}

.news-box .news-box-list .day{
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	color:#999999;
	width: 100px;
	font-family: "Poppins", system-ui;
}

.news-box .news-box-list .tag{
	color: #3D8BD2;
	width: 100px;
	text-align: center;
	margin-right: 40px;
	border-radius: 15px;
	font-size: 14px;
	line-height: 30px;
	border: 1px solid #3D8BD2;
}

.news-box .news-box-list .title{
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	color:#1e1e1e;
}

.news-box .news-box-list a:hover{
	text-decoration: none;
}

#pagenavi{
	text-align: center;
	padding-top: 30px;
}

#pagenavi span,
#pagenavi a{
	display: inline-block;
	padding: 10px 15px;
	border-radius: 3px;
	border: 1px solid #eee;
	color:#1e1e1e;
	text-decoration: none;
	font-size: 14px;
}

#inner-mv{
	background-position: center center;
	height: 350px;
}

h2#inner-ttl{
	font-size: 40px;
	line-height: 1.4em;
	max-width: 1150px;
	width: 94%;
	margin: 0 auto;
	padding: 100px 0px 50px;
	text-align: left;
}

h2#inner-ttl.single{
	padding-bottom: 25px;
}

h2#inner-ttl span{
	font-size: 14px;
	padding-bottom: 10px;
	color:#969696;
	display: block;
	text-transform: uppercase;
	line-height: 1.4em;
	letter-spacing: .1em;
	font-family: "Poppins", system-ui;
}

#inner-mainimg img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 500px;
}

p#service-txt{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8em;
	padding: 100px 0px 75px;
}

ul.cate-list li{
	display: inline-block;
	margin: 0px 5px 10px 0px;
}

ul.cate-list li a{
	display: block;
	padding: 7px 15px;
	border-radius: 20px;
	border: 1px solid #006CD1;
	color:#006CD1;
	font-size: 13px;
	text-decoration: none;
}

#scroll .voice-list{
	max-width: 1150px;
	width: 94%;
	margin: 0 auto;
	padding-bottom: 70px;
}

#scroll .voice-list li{
	background-color: #FAFAFA;
	padding: 30px 35px;
	margin-bottom: 10px;
}

#scroll .voice-list li h4{
	line-height: 1.4em;
	letter-spacing: .05em;
	font-size: 22px;
	color: #3D8BD2;
}

#scroll .voice-list li p{
	font-size: 14px;
	line-height: 1.8em;
	padding: 20px 0px 15px;
}

#scroll .voice-list li b{
	display: block;
	color: #3D8BD2;
	font-size: 12px;
	text-align: right;
}

.area-inner{
	padding-bottom: 100px;
}

#main.single-cont{
	padding-top: 70px;
	display: flex;
	justify-content: space-between;
}

.single-cont #cont{
	max-width: 880px;
	width: 94%;
	margin: 0 auto;
}

.single-cont #cont h2{
	font-size: 48px;
	line-height: 1.6em;
	padding-bottom: 25px;
}

.single-cont #cont p#day{
	font-size: 14px;
	color:#ccc;
	line-height: 1.4em;
	padding-bottom: 20px;
}

.single-cont #cont #content,
.single-cont #cont #txt{
	padding-top: 25px;
	font-size: 15px;
	line-height: 2em;
}

.single-cont #cont #content p,
.single-cont #cont #content #txt{
	line-height: 2.6em;
}

.single-cont #side{
	width: 25%;
}

.single-cont #side h3{
	border-left: 4px solid #1e1e1e;
	padding: 5px 15px;
	margin-bottom: 20px;
	position: relative;
}

.single-cont #side h3:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	bottom: -5px;
	left: 0px;
}

p#blogback{
	text-align: center;
	padding-top: 50px;
}

p#blogback a{
	border-radius: 5px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 60px;
	padding: 0 30px;
	width: 300px;
	margin: 0 auto;
	text-decoration: none;
	background-color: #006CD1;
	border: 1px solid #006CD1;
	color:#fff;
}

p#blogback a:hover{
	background-color: #fff;
	color:#006CD1;
}

p.descri-txt{
	font-size: 14px;
	line-height: 1.8em;
	padding-bottom: 0px;
}

h3.descri-ttl,
h3.term-mainttl{
	border-left: 4px solid #1e1e1e;
	padding: 5px 15px;
	position: relative;
	font-size: 18px;
	margin-top: 50px;
	margin-bottom: 15px;
}

h4.descri-ttl{
	font-size: 16px;
	padding: 20px 0px 10px;
	border-bottom: 1px solid #ddd;
}

h3.descri-ttl:before,
h3.term-mainttl:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	bottom: -5px;
	left: 0px;
}

ol.num-list li{
	font-size: 15px;
	line-height: 1.8em;
	padding-bottom: 0px;
}

footer{
	background-color: #333333;
	color:#fff;
	padding: 100px 0px 30px;
	text-align: center;
	font-size: 14px;
}

footer #top{
	display: flex;
	justify-content: space-between;
	max-width: 1150px;
	width: 94%;
	margin: 0 auto;
	align-items: center;
	padding-bottom: 35px;
}

footer #top #footer-logo{
	
}

footer p.nav a{
	color:#fff;
	text-decoration: none;
	display: inline-block;
	margin: 0px 0px 0px 20px;
}

footer p.nav a:hover{
	color:#ddd;
}

footer #bottom{
	display: flex;
	justify-content: space-between;
	max-width: 1150px;
	width: 94%;
	margin: 0 auto;
	align-items: center;
	flex-direction: row-reverse;
	padding-top: 30px;
}

footer p{
	font-size: 14px;
}

footer p a{
	color:#808080;
	text-decoration: none;
	display: inline-block;
	margin-left: 15px;
}

footer small{
	display: block;
	color:#808080;
	font-size: 10px;
}

p#form_submit{
	text-align: center;
}

p#form_submit input{
	color:#1e1e1e;
	text-decoration: none;
	border-radius: 5px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	width: 250px;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	background-color: #006CD1;
	border: 1px solid #006CD1;
	color:#fff;
	line-height: 60px;
	cursor: pointer;
	border: none;
}

.mailform{
	max-width: 900px;
	width: 94%;
	margin: 0 auto;
}

.mailform dt{
	
}

.mailform dt span{
	color:#f00;
	margin-left: 10px;
}

.mailform dd{
	padding: 5px 0px 20px;
}

.mailform dd input{
	width: 100%;
	height: 55px;
	line-height: 55px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.mailform dd textarea{
	width: 100%;
	height: 150px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.mailform dd .wpcf7-radio .wpcf7-list-item{
	line-height: 18px;
	height: 18px;
	margin: 0px 25px 0px 0px;
}

.mailform dd .wpcf7-radio input{
	width: 18px;
	height: 18px;
	line-height: 18px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.mailform dd .wpcf7-radio .wpcf7-list-item-label{
	font-size: 16px;
	vertical-align: top;
	margin-left: 10px;
}




