@charset "UTF-8";

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body{
	margin:0;
	padding:0;
	color: #333333;
	background-color: #ffffff;
	font-size: 1.5rem;/* 15px */
	line-height: 2;
	/* [disabled]line-height:26px; */
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	body {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	body {
		font-size: 1.3rem;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt160 {
	margin-top: 160px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}

/*-------------------- Reset */
h1,
h2,
h3,
p,
dl,
dt,
dd,
li {
  margin: 0;
  word-break: break-word;
}
a {
  color: #000;
  text-decoration: none; 
}
  a:hover {
    text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; 
}
img {
	max-width: 100%;
	height: auto;
}


.img-spnone {
	display: block;
}
.img-pcnone {
	display: none;
}
@media screen and (max-width: 768px) {
	.img-spnone {
		display: none;
	}
	.img-pcnone {
		display: block;
	}
}


.futo {
	font-weight: bold;
}
.en {
	font-family: 'Sen', sans-serif;
}


.sec {
	width: 100%;
	padding-top: 6em;
	padding-bottom: 6em;
}
@media screen and (max-width: 768px) {
	.sec {
		padding-top: 4em;
		padding-bottom: 4em;
	}
}

 h2 {
  font-size: 2.6rem;
}
@media screen and (min-width: 481px)  and (max-width: 768px){
 h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
 h2 {
    font-size: 1.8rem;
  }
}


.catch {
	font-size: 2.4rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch {
		font-size: 2rem;
	}
}
@media screen and (max-width: 480px) {
	.catch {
		font-size: 1.7rem;
	}
}

.catch2 {
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch2 {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 480px) {
	.catch2 {
		font-size: 1.5rem;
	}
}

.catch3 {
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch3 {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 480px) {
	.catch3 {
		font-size: 1.4rem;
	}
}

.box_center {
	text-align: center;
}

.btn_link {
	display: block;
	width: 200px;
	height: 50px;
	padding: 10px;
	background-color: #241690;
	color: #ffffff;
	text-align: center;
	border: 1px solid #241690;
	transition: .2s;
}
.btn_link:hover {
	background-color: #ffffff;
	color: #241690;
}
@media screen and (max-width: 768px) {
	.btn_link {
		height: 46px;
	}
}

.marker {
	background: rgba(255,243,131,1.0);
	background: -moz-linear-gradient(transparent 60%, rgba(255,243,131,1.0) 60%);
	background: -webkit-linear-gradient(transparent 60%, rgba(255,243,131,1.0) 60%);
	background: linear-gradient(transparent 60%, rgba(255,243,131,1.0) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff383",endColorstr="#fff383",GradientType=1);
}


/*---------------フッター*/
.footer {
	background-color: #cacadc;
	position: relative;
	overflow: hidden;
}
.footer .footer_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.footer .footer_inner .contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto;
}
.footer .footer_inner .contents .left {
	display: flex;
	flex-direction: column;
}
.footer .footer_inner .contents .left h1 {
	font-size: 1.2rem;
	font-weight: 400;
	color: #333333;
	margin-bottom: 10px;
}
.footer .footer_inner .contents .left img {
	max-width: 120px;
	margin-bottom: 20px;
}
.footer .footer_inner .contents .left .company_info {
	font-size: 1.2rem;
	color: #333333;
}
.footer .footer_inner .contents .right {
	max-width: 42%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}
.footer .footer_inner .contents .right .footer_link {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.footer .footer_inner .contents .right .footer_link li {
	margin: 0 0 10px 40px;
}
.footer .footer_inner .contents .right .footer_link li a {
	font-size: 1.2rem;
	color: #333333;
}
.footer .footer_inner .contents .right .copyright {
	font-size: 1rem;
	color: #333333;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.footer .footer_inner .contents {
		flex-direction: column;
		align-items: center;
		margin: 20px auto;
	}
	.footer .footer_inner .contents .left {
		align-items: center;
	}
	.footer .footer_inner .contents .left h1 {
		font-size: 1.1rem;
	}
	.footer .footer_inner .contents .left .company_info {
		font-size: 1.1rem;
	}
	.footer .footer_inner .contents .right {
		max-width: inherit;
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
	}
	.footer .footer_inner .contents .right .footer_link {
		justify-content: center;
		margin-bottom: 20px;
	}
	.footer .footer_inner .contents .right .footer_link li {
		display: none;
		margin: 0 10px;
	}
	.footer .footer_inner .contents .right .footer_link li.spshow {
		display: block;
	}
	.footer .footer_inner .contents .right .footer_link li a {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 480px) {
	.footer .footer_inner .contents .left h1 {
		display: none;
	}
}




/*-----------------------TOP*/
.top .title_area {
	margin-bottom: 40px;
}
.top .title_area .section_title {
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	font-family: 'Sen', sans-serif;
	position: relative;
}
.top .title_area .section_title::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background-color: #B90003;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
	.top .title_area  .section_title {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 480px) {
	.top .title_area  .section_title {
		font-size: 2rem;
	}
}

.top .top_news {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	background: rgb(36, 22, 144);
	background: -moz-linear-gradient(90deg, rgba(36,22,144, 1) 20%, rgba(74,74,198,1) 80%, rgba(90,90,224,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(36,22, 144,1) 20%, rgba(74,74,198,1) 80%, rgba(90,90,224,1) 100%);
	background: linear-gradient(90deg, rgba(36,22,144,1) 20%, rgba(74,74,198,1) 80%, rgba(90,90,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#241690", endColorstr="#5a5ae0", GradientType=1);
}
.top .top_news .top_news_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
.top .top_news .top_news_inner .title_area {
	text-align: center;
}
.top .top_news .top_news_inner .title_area .section_title {
	color: #ffffff;
}
.top .top_news .top_news_inner .news {
	width: 100%;
	max-width: 980px;
	height: 400px;
	overflow-y: scroll;
	margin: 0 auto 30px;
	padding: 0 1.5em;
	background-color: #ffffff;
}
.top .top_news .top_news_inner .news dl {
	display: flex;
	flex-wrap: wrap;
	padding: 1em;
	margin-bottom: 20px;
	border-bottom: 1px solid #e3e6fa;
}
.top .top_news .top_news_inner .news dl:first-child {
	padding-top: 30px;
}
.top .top_news .top_news_inner .news dl dt {
	width: 150px;
}
.top .top_news .top_news_inner .news dl dd {
	width: calc(100% - 150px);
}
.top .top_news .top_news_inner .news dl dd a {
	color: #333333;
	transition: .2s;
}
.top .top_news .top_news_inner .news dl dd a:hover {
	color: #5a5ae0;
}
.top .top_news .top_news_inner .btn_link {
	background-color: #ffffff;
	color: #241690;
	border: none;
	margin: 0 auto;
}
.top .top_news .top_news_inner .btn_link:hover {
	background: rgb(36, 22, 144);
	background: -moz-linear-gradient(90deg, rgba(36,22,144, 1) 20%, rgba(74,74,198,1) 80%, rgba(90,90,224,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(36,22, 144,1) 20%, rgba(74,74,198,1) 80%, rgba(90,90,224,1) 100%);
	background: linear-gradient(90deg, rgba(36,22,144,1) 20%, rgba(74,74,198,1) 80%, rgba(90,90,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#241690", endColorstr="#5a5ae0", GradientType=1);
	color: #ffffff;
}
@media screen and (max-width: 768px) {
	.top .top_news {
		padding: 40px 0;
	}
	.top .top_news .top_news_inner .news {
		width: 100%;
		margin: 20px auto;
	}
	.top .top_news .top_news_inner .news dl {
		flex-direction: column;
		padding: 0 10px 20px;
	}
	.top .top_news .top_news_inner .news dl::after {
		width: calc(100% - 20px);
	}
	.top .top_news .top_news_inner .news dl dt {
		width: 100%;
		margin-bottom: 5px;
	}
	.top .top_news .top_news_inner .news dl dd {
		width: 100%;
	}
}

.top .top_greeting {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}
.top .top_greeting::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;background-color: #3532b2;
	position: absolute;
	top: 0;
	right: -50%;
	transform: skewX(20deg);
}
.top .top_greeting .top_greeting_inner {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	z-index: 2;
}
.top .top_greeting .top_greeting_inner .imagebox {
	width: 50%;
}
.top .top_greeting .top_greeting_inner .textbox {
	width: 50%;
	padding: 6em 4em 6em 6em;
}
.top .top_greeting .top_greeting_inner .textbox .catch2 {
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.top .top_greeting .top_greeting_inner .textbox .text {
	line-height: 2;
}
.top .top_greeting .top_greeting_inner .textbox .bg_text {
	font-size: 11rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1;
	color: #e3e6fa;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
@media screen and (max-width: 991px) {
	.top .top_greeting::before {
		display: none;
	}
	.top .top_greeting .top_greeting_inner {
		flex-direction: column;
		width: calc(100% - 20%);
		margin-left: 20%;
	}
	.top .top_greeting .top_greeting_inner .imagebox {
		width: 100%;
		height: 0;
		padding-top: 56.25%;
		background-image: url("../img/top/top_greeting.jpg");
		background-position: bottom center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.top .top_greeting .top_greeting_inner .imagebox img {
		display: none;
	}
	.top .top_greeting .top_greeting_inner .textbox {
		width: 100%;
		padding: 3em 20px 0 0;
	}
	.top .top_greeting .top_greeting_inner .textbox .bg_text {
		font-size: 10rem;
		left: -22%;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}
@media screen and (max-width: 480px) {
	.top .top_greeting .top_greeting_inner .textbox .bg_text {
		font-size: 7rem;
	}
}

.top .top_area {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	background-color: #edf0fc;
}
.top .top_area::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;background-color: #3532b2;
	position: absolute;
	top: 0;
	left: -50%;
	transform: skewX(20deg);
}
.top .top_area .top_area_inner {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	z-index: 2;
}
.top .top_area .top_area_inner .imagebox {
	width: 50%;
}
.top .top_area .top_area_inner .textbox {
	width: 50%;
	padding: 6em 4em 6em 6em;
}
.top .top_area .top_area_inner .textbox .catch {
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.top .top_area .top_area_inner .textbox .catch2 {
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 30px;
}
.top .top_area .top_area_inner .textbox .text {
	line-height: 2;
	max-width: 520px;
}
.top .top_area .top_area_inner .textbox .bg_text {
	font-size: 11rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1;
	color: #ffffff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
@media screen and (max-width: 991px) {
	.top .top_area::before {
		display: none;
	}
	.top .top_area .top_area_inner {
		flex-direction: column;
		width: calc(100% - 20%);
		margin-left: 20%;
	}
	.top .top_area .top_area_inner .imagebox {
		width: 100%;
		height: 0;
		padding-top: 56.25%;
		background-image: url("../img/top/top_area.jpg");
		background-position: bottom center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.top .top_area .top_area_inner .imagebox img {
		display: none;
	}
	.top .top_area .top_area_inner .textbox {
		width: 100%;
		padding: 3em 20px 0 0;
	}
	.top .top_area .top_area_inner .textbox .text {
		max-width: 100%;
	}
	.top .top_area .top_area_inner .textbox .bg_text {
		font-size: 10rem;
		left: -26%;
		right: unset;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}
@media screen and (max-width: 480px) {
	.top .top_area .top_area_inner .textbox .bg_text {
		font-size: 7rem;
	}
}


/*-----------------------第二階層共通*/
.page-title-out {
	clear: both;
	overflow: hidden;
	position: relative;
	background: rgb(36, 22, 144);
	background: -moz-linear-gradient(90deg, rgba(36,22,144, 1) 20%, rgba(74,74,198,1) 80%, rgba(90,90,224,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(36,22, 144,1) 20%, rgba(74,74,198,1) 80%, rgba(90,90,224,1) 100%);
	background: linear-gradient(90deg, rgba(36,22,144,1) 20%, rgba(74,74,198,1) 80%, rgba(90,90,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#241690", endColorstr="#5a5ae0", GradientType=1);
}
#page-title {
	clear: both;
  overflow: hidden;
  position: relative;
	padding-top: calc(6em + 80px);
	padding-bottom: 4em;
	z-index: 1;
}
#page-title .page-title-text {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin:0 auto;
	text-align: center;
}
#page-title .page-title-text h3 {
	margin:0 0 15px;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.15em;
	font-weight: 600;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 50px;
	color: #ffffff;
}
#page-title .page-title-text .lead {
	margin-bottom: 0;
	font-size: 1.4rem;
	letter-spacing: 0.3em;
	font-family: 'Sen', sans-serif;
	color: #e50012;
}
@media screen and (max-width: 1199px) {
	#page-title {
		padding-top: calc(4em + 60px);
		padding-bottom: 4em;
	}
	#page-title .page-title-text h3 {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 768px) {
	#page-title .page-title-text h3 {
		font-size: 2.2rem;
	}
	#page-title .page-title-text .lead {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	#page-title .page-title-text h3 {
		font-size: 1.8rem;
	}
	#page-title .page-title-text .lead {
		font-size: 1.2rem;
	}
}
.daini .section {
	padding: 60px 0;
}
.daini .section_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
@media screen and (max-width: 480px) {
	.daini .section {
		padding: 40px 0;
	}
}

.daini .section-heading{
	width: 100%;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}
.daini .section-heading h2 {
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	margin-bottom: 10px;
	position: relative;
}
.daini .section-heading h2::before,
.daini .section-heading h2::after {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	position: absolute;
	bottom: 0;
}
.daini .section-heading h2::before {
	background-color: #5a5ae0;
	left: calc(50% - 20px);
}
.daini .section-heading h2::after {
	background-color: #e50012;
	left: 50%;
}
.daini .section-heading .lead {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-family: 'Sen', sans-serif;
	color: #c8cdfa;
}
@media screen and (max-width: 768px) {
	.daini .section-heading {
		margin-bottom: 30px;
	}
}


/*---------------プライバシーポリシー*/
.privacy {
	overflow: hidden;
}
.privacy .section_inner {
	max-width: 900px;
}
.privacy .dl_privacy dt {
	margin-bottom: 15px;
	font-size: 1.8rem;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: 600;
	border-bottom: 1px solid #241690;
}
.privacy .dl_privacy dd {
	margin-bottom: 40px;
}
.privacy .dl_privacy dd ul {
	margin-left: 20px;
}
.privacy .dl_privacy dd ul li {
	list-style: disc;
}
@media screen and (max-width: 768px) {
	.privacy .dl_privacy dt {
		font-size: 1.5rem;
	}
}


/*---------------サイトマップ*/
.sitemap {
	overflow: hidden;
	min-height: 500px;
}
.sitemap ul.list_sitemap_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sitemap ul.list_sitemap_link li {
	width: 30%;
	padding: 2em 1.5em;
	border-bottom: 1px solid #e3e6fa;
	position: relative;
}
.sitemap ul.list_sitemap_link li:first-child,
.sitemap ul.list_sitemap_link li:nth-child(2),
.sitemap ul.list_sitemap_link li:nth-child(3) {
	border-top: 1px solid #e3e6fa;
}
.sitemap ul.list_sitemap_link li::before {
	font-family: 'Material Icons';
  content: "east";
	color: #241690;
	position: absolute;
	right: 1.5em;
	transition: .3s;
}
.sitemap ul.list_sitemap_link li:hover::before {
	right: 1em;
}
.sitemap ul.list_sitemap_link li a {
	display: block;
}
@media screen and (max-width: 768px) {
	.sitemap ul.list_sitemap_link li {
		width: 48%;
		padding: 2em 1em;
	}
	.sitemap ul.list_sitemap_link li:nth-child(3) {
		border-top: none;
	}
	.sitemap ul.list_sitemap_link li::before {
		right: 1em;
	}
	.sitemap ul.list_sitemap_link li:hover::before {
		right: 0.5em;
	}
}
@media screen and (max-width: 480px) {
	.sitemap ul.list_sitemap_link li {
		width: 100%;
	}
	.sitemap ul.list_sitemap_link li:nth-child(2) {
		border-top: none;
	}
}


/*---------------お問合せ*/
.contact {
	overflow: hidden;
}
.contact a {
	color: #333333;
	transition: .2s;
}
.contact a:hover {
	color: #4a4ac6;
}
.contact .section_inner {
	max-width: 900px;
}
.contact .contactbox_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.contact .contactbox_wrap .contactbox {
	width: 48%;
	padding: 3em 1em;
	text-align: center;
	border: 1px solid #241690;
}
.contact .contactbox_wrap .contactbox:first-child {
	margin-right: 4%;
}
.contact .contactbox_wrap .contactbox .num {
	letter-spacing: 0.1em;
	font-family: 'Sen', sans-serif;
	font-size: 2.6rem;
	font-weight: 700;
	margin-top: 5px;
}
.contact .form_wrap {
	max-width: 960px;
	margin: 60px auto 0;
}
.contact .dl_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em 0;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #e3e6fa;
}
.contact .dl_form:first-child {
	border-top: 1px solid #e3e6fa;
}
.contact .dl_form dt {
	width: 340px;
	text-align: left;
	line-height: 40px;
}
.contact .dl_form dt span {
	display: inline-block;
	padding: 0 10px;
	font-size: 1.1rem;
	line-height: 2;
	background-color: #e50012;
	color: #ffffff;
	margin-left: 15px;
}
.contact .dl_form dd {
	width: calc(100% - 340px);
}
.contact .dl_form dd .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 20px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.contact .dl_form dd .form-control.short {
	max-width: 400px;
	margin: 0 auto 0 0;
}
.contact .dl_form dd textarea.form-control {
	height: auto;
}
.contact .submit_area {
	margin: 30px auto 0;
	text-align: center;
}
.contact .submit_area input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	height: 50px;
	padding: 6px 12px;
	margin: 0 auto;
	color: #ffffff;
	background-color: #241690;
	border: 1px solid #241690;
	transition: .2s;
}
.contact input[type=submit]:hover {
	color: #241690;
	background-color: #ffffff;
	cursor: pointer;
}
.contact .btn_link {
	margin: 90px auto 0;
	color: #ffffff;
}
@media screen and (max-width: 768px) {
	.contact .dl_form {
		flex-direction: column;
	}
	.contact .dl_form dt {
		width: 100%;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.contact .dl_form dt span {
		position: static;
		margin-right: 10px;
	}
	.contact .dl_form dd {
		width: 100%;
	}
}


/*---------------会社概要*/
.company {
	overflow: hidden;
}
.company .overview  .textbox {
	max-width: 900px;
	margin: 0 auto 7em;
}
.company .box_wrap {
	max-width: 900px;
	margin: 0 auto;
}
.company .box_wrap .dl_com {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #e3e6fa;
	padding: 20px 0;
}
.company .box_wrap .dl_com:first-of-type {
	border-top: 1px solid #e3e6fa;
}
.company .box_wrap .dl_com dt {
	width: 220px;
	font-weight: 600;
	padding-left: 20px;
}
.company .box_wrap .dl_com dd {
	width: calc(100% - 220px);
	padding-left: 40px;
}
.company .box_wrap .dl_com dd a {
	color: #6e78a5;
	transition: .2s;
}
.company .box_wrap .dl_com dd a:hover {
	opacity: .7;
}
.company .box_wrap .dl_com dd span.office {
	font-weight: 600;
	color: #3532b2;
}
.company .box_wrap .dl_com dd span.zipcode {
	display: inline-block;
	width: 110px;
}
.company .box_wrap .dl_com dd > p + p {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #cccccc;
}
@media screen and (max-width: 768px) {
	.company .box_wrap .dl_com {
		flex-direction: column;
	}
	.company .box_wrap .dl_com dt {
		width: 100%;
		margin-bottom: 10px;
		padding: 0 10px;
	}
	.company .box_wrap .dl_com dd {
		width: 100%;
		padding: 0 10px;
	}
}
.company .access .box_wrap .catch2 {
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 10px;
	padding-left: 17px;
	border-left: 7px solid #3532b2;
}
.company .access .box_wrap .map {
	margin-bottom: 3em;
}
.company .access .box_wrap .map .g-maps {
	position: relative;
	height: 0;
	padding-bottom: 400px;
	overflow: hidden;
}
.company .access .box_wrap .map .g-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.company .access .box_wrap .catch2 {
		font-weight: 600;
		margin-bottom: 10px;
		padding-left: 15px;
		border-left: 5px solid #3532b2;
	}
	.company .access .box_wrap .map .g-maps {
		padding-bottom: 56.25%;
	}
}


/*---------------求人募集*/
.recruit {
	overflow: hidden;
}
.recruit .intro {
	position: relative;
}
.recruit .intro .introbox {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.recruit .intro .introbox .textbox {
	width: 45%;
	padding: 6em 2em 6em 0;
}
.recruit .intro .introbox .textbox .catch {
	font-weight: 600;
	margin-bottom: 20px;
}
.recruit .intro .introbox .textbox .catch2 {
	font-weight: 600;
	margin-bottom: 20px;
}
.recruit .intro .introbox .textbox .catch2 span {
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 7px;
	color: #ffffff;
	background: rgb(36, 22, 144);
	background: -moz-linear-gradient(90deg, rgba(36,22,144, 1) 20%, rgba(74,74,198,1) 80%, rgba(90,90,224,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(36,22, 144,1) 20%, rgba(74,74,198,1) 80%, rgba(90,90,224,1) 100%);
	background: linear-gradient(90deg, rgba(36,22,144,1) 20%, rgba(74,74,198,1) 80%, rgba(90,90,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#241690", endColorstr="#5a5ae0", GradientType=1);
}
.recruit .intro .introbox .intro_img {
	width: 55%;
	height: 0;
	padding-top: 40%;
	margin-left: auto;
	background-image: url("../img/recruit/img_intro.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 991px) {
	.recruit .intro .introbox {
		flex-direction: column-reverse;
	}
	.recruit .intro .introbox .textbox {
		width: 90%;
		padding: 2em;
		margin: -5% auto 0;
		background-color: rgba(255, 255, 255, 0.8);
		box-shadow: 0 5px 10px rgba(200,205, 255, 0.5);
		position: relative;
	}
	.recruit .intro .introbox .intro_img {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.recruit .intro .introbox .textbox {
		width: 96%;
		padding: 2em 1em;
	}
	.recruit .intro .introbox .intro_img {
		padding-top: 45%;
	}
}
.recruit .box_wrap {
	max-width: 900px;
	margin: 0 auto;
}
.recruit .box_wrap .dl_job {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #c8cdfa;
	padding: 20px 0;
}
.recruit .box_wrap .dl_job:first-of-type {
	border-top: 1px solid #c8cdfa;
}
.recruit .box_wrap .dl_job dt {
	width: 220px;
	font-weight: 600;
	padding-left: 20px;
}
.recruit .box_wrap .dl_job dd {
	width: calc(100% - 220px);
	padding-left: 40px;
}
.recruit .box_wrap .dl_job dd ul {
	margin: 10px 0;
}
.recruit .box_wrap .dl_job dd ul li {
	position: relative;
	padding-left: 25px;
	margin: 0 0 5px 0;
}
.recruit .box_wrap .dl_job dd ul li::before {
	font-family: 'Material Icons';
	content: '\e876';
	position: absolute;
	left: 0;
	top: 0;
	color: #4a4ac6;
}
.recruit .box_wrap .dl_job dd .text + .text {
	margin-top: 15px;
}
@media screen and (max-width: 768px) {
	.recruit .box_wrap .dl_job {
	flex-direction: column;
}
	.recruit .box_wrap .dl_job dt {
		width: 100%;
		margin-bottom: 10px;
		padding: 0 10px;
	}
	.recruit .box_wrap .dl_job dd {
		width: 100%;
		padding: 0 10px;
	}
}


/*---------------スタッフインタビュー*/
.interview {
	overflow: hidden;
}
.interview ul {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.interview ul li{
	width: 100%;
	margin-bottom: 30px;
}
.interview ul li .personal-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background-color: #e3e6fa;
}
.interview ul li:nth-child(even) .personal-box{
	flex-direction: row-reverse;
}
.interview ul li .personal-box .personal-img {
	width: 50%;
	padding-top: 300px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.interview ul li .personal-box .personal-img.staff01 {
	background-image: url("../img/interview/interview01.png");
}
.interview ul li .personal-box .personal-img.staff02 {
	background-image: url("../img/interview/interview02.png");
}
.interview ul li .personal-box .personal-img.staff03 {
	background-image: url("../img/interview/interview03.png");
}
.interview ul li .personal-box .personal-img.staff04 {
	background-image: url("../img/interview/interview04.png");
}
.interview ul li .personal-box .personal-img.staff05 {
	background-image: url("../img/interview/interview05.png");
}
.interview ul li .personal-box .personal-img.staff06 {
	background-image: url("../img/interview/interview06.png");
}
.interview ul li .personal-box .personal-img.staff07 {
	background-image: url("../img/interview/interview07.png");
}
.interview ul li .personal-box .personal-img.staff08 {
	background-image: url("../img/interview/interview08.png");
}
.interview ul li .personal-box .personal-img.staff09 {
	background-image: url("../img/interview/interview09.png");
}
.interview ul li .personal-box .personal-img.staff10 {
	background-image: url("../img/interview/interview10.png");
}
.interview ul li .personal-box .personal-img.staff11 {
	background-image: url("../img/interview/interview11.png");
}
.interview ul li .personal-box .personal-text {
	width: 50%;
	padding: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.interview ul li .personal-box .personal-text dl dt{
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.interview ul li .personal-box .personal-text dl dd.name{
	letter-spacing: 0.2em;
	font-size: 2.4rem;
	margin-bottom: 1.5em;
}
.interview ul li .personal-box figcaption.hover-mask {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(36, 22, 144);
	background: -moz-linear-gradient(90deg, rgba(36,22,144,0.8) 20%, rgba(74,74,198,0.8) 80%, rgba(90,90,224,0.8) 100%);
	background: -webkit-linear-gradient(90deg, rgba(36,22, 144,0.8) 20%, rgba(74,74,198,0.8) 80%, rgba(90,90,224,0.8) 100%);
	background: linear-gradient(90deg, rgba(36,22,144,0.8) 20%, rgba(74,74,198,0.8) 80%, rgba(90,90,224,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#241690", endColorstr="#5a5ae0", GradientType=1);
	opacity: 0;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition:all 0.2s ease;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-shadow: 0 0 10px rgba(168,58,167,1.00);
	padding: 20px;
}
.interview ul li a:hover .personal-box figcaption.hover-mask {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.interview ul li .personal-box .personal-img {
		padding-top: 250px;
	}
	.interview ul li .personal-box .personal-text {
		padding: 20px;
	}
	.interview ul li .personal-box .personal-text dl dd.name {
		font-size: 2rem;
	}
	.interview ul li .personal-box figcaption.hover-mask {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 480px) {
	.interview ul li .personal-box, .interview ul li:nth-child(even) .personal-box {
		flex-direction: column;
		padding: 20px;
	}
	.interview ul li .personal-box .personal-img {
		content: "";
		display: block;
		width: 100%;
		height: 0;
		padding-top: 65%;
		background-size: contain;
		margin-bottom: 20px;
	}
	.interview ul li .personal-box .personal-text {
		width: 100%;
		padding: 0;
	}
	.interview ul li .personal-box .personal-text dl dd.name {
		margin-bottom: 1em;
	}
	.interview ul li .personal-box figcaption.hover-mask {
		font-size: 1.6rem;
	}
}
.interview .btn {
	width: 200px;
	letter-spacing: 0.3em;
}

/*---------------スタッフインタビュー個人ページ*/
.interview_s .intro {
	width: 100%;
}
.interview_s .catch {
	text-align: center;
	font-weight: 600;
	margin: 80px auto 100px;
	letter-spacing: 0.1em;
	position: relative;
}
.interview_s .catch::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background-color: #e50012;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
}
.interview_s .intro .intro-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #e3e6fa;
}
.interview_s .intro .intro-item .intro-item-text {
	width: 50%;
}
.interview_s .intro .intro-item .intro-item-text .intro-item-text_inner {
	padding: 45px 30px;
	width: 100%;
	min-height: 300px;
	margin: auto;
}
.interview_s .intro .intro-item .intro-item-img {
	width: 50%;
	background-position: 50% bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.interview_s .intro .intro-item.staff01 .intro-item-img {
	background-image: url("../img/interview/interview01.png");
}
.interview_s .intro .intro-item.staff02 .intro-item-img {
	background-image: url("../img/interview/interview02.png");
}
.interview_s .intro .intro-item.staff03 .intro-item-img {
	background-image: url("../img/interview/interview03.png");
}
.interview_s .intro .intro-item.staff04 .intro-item-img {
	background-image: url("../img/interview/interview04.png");
}
.interview_s .intro .intro-item.staff05 .intro-item-img {
	background-image: url("../img/interview/interview05.png");
}
.interview_s .intro .intro-item.staff06 .intro-item-img {
	background-image: url("../img/interview/interview06.png");
}
.interview_s .intro .intro-item.staff07 .intro-item-img {
	background-image: url("../img/interview/interview07.png");
}
.interview_s .intro .intro-item.staff08 .intro-item-img {
	background-image: url("../img/interview/interview08.png");
}
.interview_s .intro .intro-item.staff09 .intro-item-img {
	background-image: url("../img/interview/interview09.png");
}
.interview_s .intro .intro-item.staff10 .intro-item-img {
	background-image: url("../img/interview/interview10.png");
}
.interview_s .intro .intro-item.staff11 .intro-item-img {
	background-image: url("../img/interview/interview11.png");
}
.interview_s .intro .intro-item .intro-item-text .name{
	width: 100%;
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
.interview_s .intro .intro-item .intro-item-text .dl_plofile {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px solid #e6e1ff;
	padding: 15px 0;
}
.interview_s .intro .intro-item .intro-item-text .dl_plofile:last-of-type {
	border-bottom: none;
}
.interview_s .intro .intro-item .intro-item-text .dl_plofile dt {
	width: 120px;
	line-height: 2;
	font-weight: 600;
}
.interview_s .intro .intro-item .intro-item-text .dl_plofile dd {
	width: calc(100% - 120px);
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.interview_s .catch {
		margin: 60px auto 80px;
	}
	.interview_s .catch::after {
		width: 50px;
		bottom: -20px;
	}
	.interview_s .intro .intro-item {
		flex-direction: column;
	}
	.interview_s .intro .intro-item .intro-item-text {
		width: 100%;
		min-height: unset;
		background: rgb(230,225,255);
		background: -moz-linear-gradient(0deg, rgba(230,225,255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
		background: -webkit-linear-gradient(0deg, rgba(230,225,255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
		background: linear-gradient(0deg, rgba(230,225,255,0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
		margin-top: -5%;
	}
	.interview_s .intro .intro-item .intro-item-text .intro-item-text_inner {
		margin: 0 auto;
		padding: 30px;
		min-height: auto;
	}
	.interview_s .intro .intro-item .intro-item-img {
		width: 100%;
		height: 300px;
	}
}
@media screen and (max-width: 480px) {
	.interview_s .intro .intro-item .intro-item-text .name {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.interview_s .intro .intro-item .intro-item-text .dl_plofile {
		flex-direction: column;
		padding: 0.7em 0;
	}
	.interview_s .intro .intro-item .intro-item-text .dl_plofile dt {
		width: 100%;
		margin-bottom: 5px;
	}
	.interview_s .intro .intro-item .intro-item-text .dl_plofile dd {
		width: 100%;
	}
}
.interview_s .item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 30px;
}
.interview_s .item.item_a {
	flex-direction: row-reverse;
}
.interview_s .item .item-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-position: center center;
	background-size: contain;
	background-color: #f3f5ff;
}
.interview_s .item.item_q .item-img {
	background-image: url("../img/interview/interviewer.png");
}
.interview_s .item.item_a .item-img.staff01 {
	background-image: url("../img/interview/interview01_i.png");
}
.interview_s .item.item_a .item-img.staff02 {
	background-image: url("../img/interview/interview02_i.png");
}
.interview_s .item.item_a .item-img.staff03 {
	background-image: url("../img/interview/interview03_i.png");
}
.interview_s .item.item_a .item-img.staff04 {
	background-image: url("../img/interview/interview04_i.png");
}
.interview_s .item.item_a .item-img.staff05 {
	background-image: url("../img/interview/interview05_i.png");
}
.interview_s .item.item_a .item-img.staff06 {
	background-image: url("../img/interview/interview06_i.png");
}
.interview_s .item.item_a .item-img.staff07 {
	background-image: url("../img/interview/interview07_i.png");
}
.interview_s .item.item_a .item-img.staff08 {
	background-image: url("../img/interview/interview08_i.png");
}
.interview_s .item.item_a .item-img.staff09 {
	background-image: url("../img/interview/interview09_i.png");
}
.interview_s .item.item_a .item-img.staff10 {
	background-image: url("../img/interview/interview10_i.png");
}
.interview_s .item.item_a .item-img.staff11 {
	background-image: url("../img/interview/interview11_i.png");
}
.interview_s .item .item-text {
	width: calc(100% - 140px);
	padding: 20px 30px;
	border-radius: 5px;
	position: relative;
}
.interview_s .item.item_q .item-text {
	background-color: #f3f5ff;
}
.interview_s .item.item_q .item-text::before {
	content: "";
	display: block;
	border-right: 15px solid #f3f5ff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 20px;
	left: -15px;
}
.interview_s .item.item_a .item-text {
	background-color: #e3e6fa;
}
.interview_s .item.item_a .item-text::before {
	content: "";
	display: block;
	border-left: 15px solid #e3e6fa;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 20px;
	right: -15px;
}
.interview_s .item .item-text .question {
	font-weight: 600;
	letter-spacing: 0.1em;
}
.interview_s .item .item-text .answer {
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.interview_s .item .item-img {
		width: 80px;
		height: 80px;
	}
	.interview_s .item .item-text {
		width: calc(100% - 110px);
		padding: 20px;
	}
}
.interview_s .btn_link {
	margin: 50px auto 0;
	font-family: inherit;
}


/*---------------保有車両一覧*/
.vehicle {
	overflow: hidden;
}
.vehicle .vehicle_info {
	margin-top: 40px;
}
.vehicle .scroll_text {
	display: none;
}
.vehicle .tbl_vehicle {
	width: 100%;
	border-collapse: collapse;
	margin: 15px auto;
}
.vehicle .tbl_vehicle th,
.vehicle .tbl_vehicle td {
	padding: 5px 10px;
	border: 1px solid #333333;
	border-collapse: collapse;
	font-size: 1.3rem;
	letter-spacing: 0.07em;
}
.vehicle .tbl_vehicle th {
	background-color: #e3e6fa;
}
.vehicle .tbl_vehicle td {
	text-align: right;
}
.vehicle .tbl_vehicle td:first-child,
.vehicle .tbl_vehicle td:nth-child(2),
.vehicle .tbl_vehicle td:last-child{
	text-align: center;
}
.vehicle .tbl_vehicle td.head {
	background-color: #e3e6fa;
	text-align: center;
	font-weight: 600;
}
@media screen and (max-width: 991px) {
	.vehicle .scroll_text {
		display: block;
	}
	.vehicle .scroll {
		overflow-x: scroll;
		white-space: nowrap;
	}
	.vehicle .scroll::-webkit-scrollbar {
		height: 5px;
	}
	.vehicle .scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	.vehicle .scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
}

.vehicle .vehicle_item_wrap {
	display: flex;
	flex-wrap: wrap;
}
.vehicle .vehicle_item_wrap .item {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
}
.vehicle .vehicle_item_wrap .item:nth-child(3n) {
	margin-right: 0;
}
.vehicle .vehicle_item_wrap .item .image_box {
	overflow: hidden;
	margin-bottom: 10px;
}
.vehicle .vehicle_item_wrap .item .text_box {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.vehicle .vehicle_item_wrap .item .text_box .vehicle_name {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 10px;
}
.vehicle .vehicle_item_wrap .item .text_box .btn_more {
	display: block;
	width: 200px;
	height: 50px;
	padding: 10px;
	text-align: center;
	background: rgb(36, 22, 144);
	background: -moz-linear-gradient(90deg, rgba(36,22,144, 1) 10%, rgba(74,74,198,1) 40%, rgba(90,90,224,1) 50%, rgba(74,74,198,1) 60%, rgba(36,22,144,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(36,22,144, 1) 10%, rgba(74,74,198,1) 40%, rgba(90,90,224,1) 50%, rgba(74,74,198,1) 60%, rgba(36,22,144,1) 100%);
	background: linear-gradient(90deg, rgba(36,22,144, 1) 10%, rgba(74,74,198,1) 40%, rgba(90,90,224,1) 50%, rgba(74,74,198,1) 60%, rgba(36,22,144,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#241690", endColorstr="#5a5ae0", GradientType=1);
	background-size: 300% 100%;
	color: #ffffff;
	margin: auto auto 0;
	overflow: hidden;
	transition: .3s;
}
.vehicle .vehicle_item_wrap .item .text_box .btn_more:hover {
	background-position: 100% 0;
}
@media screen and (max-width: 768px) {
	.vehicle .vehicle_item_wrap  {
		flex-direction: column;
	}
	.vehicle .vehicle_item_wrap .item {
		width: 100%;
		padding: 0 5%;
		margin: 0 0 40px;
	}
	.vehicle .vehicle_item_wrap .item .text_box .vehicle_name {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 480px) {
	.vehicle .vehicle_item_wrap .item .text_box .vehicle_name {
		font-size: 1.4rem;
	}
	.vehicle .vehicle_item_wrap .item .text_box .btn_more {
		height: 45px;
	}
}


/*---------------事業概要*/
.business {
	overflow: hidden;
}
.business .box_business {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.business .box_business .textbox {
	width: 50%;
	padding-right: 40px;
}
.business .box_business .imagebox {
	width: 50%;
}
.business .box_list_materials_wrap {
	margin-top: 40px;
	padding: 2em 4em;
	background-color: #f3f5ff;
}
.business .box_list_materials_wrap .catch2 {
	font-weight: 600;
	color: #4a4ac6;
	margin-bottom: 20px;
}
.business .box_list_materials_wrap .list_materials {
	display: flex;
	flex-wrap: wrap;
}
.business .box_list_materials_wrap .list_materials li {
	width: 32%;
	margin: 0 0.5% 15px;
	padding-left: 25px;
	line-height: 1.6;
	position: relative;
}
.business .box_list_materials_wrap .list_materials li::before {
	font-family: 'Material Icons';
	content: '\e876';
	position: absolute;
	left: 0;
	top: 0;
	color: #4a4ac6;
}
.business .v_image {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3em;
}
.business .v_image li {
	width: 48%;
}
.business .list_contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}
.business .list_contact li {
	width: 32%;
	margin-right: 2%;
	padding: 2em;
	background-color: #f3f5ff;
	text-align: center;
}
.business .list_contact li:last-child {
	margin-right: 0;
}
.business .list_contact li .catch3 {
	font-weight: 600;
	margin-bottom: 10px;
}
.business .list_contact li .num,
.business .list_contact li .num a {
	letter-spacing: 0.1em;
	font-family: 'Sen', sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	color: #241690;
}
.business .list_contact li .btn_link {
	width: auto;
	max-width: 200px;
	margin: 0 auto;
}
.business .list_business {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.business .list_business li {
	width: 24%;
	margin: 0 0.5%;
	padding: 80px 20px 20px;
	background-color: #f3f5ff;
	color: #4a4ac6;
	font-weight: 600;
	text-align: center;
	background-position: center 20px;
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
.business .list_business li:first-child {
	background-image: url("../img/business/ic_business01.png");
}
.business .list_business li:nth-child(2) {
	background-image: url("../img/business/ic_business02.png");
}
.business .list_business li:nth-child(3) {
	background-image: url("../img/business/ic_business03.png");
}
.business .list_business li:last-child {
	background-image: url("../img/business/ic_business04.png");
}
.business .text_center {
	text-align: center;
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.business .box_business {
		flex-direction: column;
	}
	.business .box_business .textbox {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.business .box_business .imagebox {
		width: 100%;
	}
	.business .box_list_materials_wrap {
		margin-top: 20px;
		padding: 2em;
	}
	.business .box_list_materials_wrap .list_materials li {
	width: 48%;
	margin: 0 1% 15px;
}
	.business .list_contact {
		flex-direction: column;
	}
	.business .list_contact li {
		width: 100%;
		padding: 2em;
		margin: 0 0 10px;
	}
	.business .list_contact li .num, .business .list_contact li .num a {
		font-size: 2rem;
		line-height: 1;
	}
	.business .list_business li {
		width: 49%;
		margin-bottom: 10px;
	}
	.business .text_center {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	.business .box_list_materials_wrap {
		margin-top: 20px;
		padding: 1em 2em;
	}
	.business .box_list_materials_wrap .list_materials li {
		width: 100%;
		margin: 0 0 15px;
	}
	.business .v_image {
		flex-direction: column;
	}
	.business .v_image li {
		width: 100%;
		margin-bottom: 20px;
	}
}

/*---------------当社の特長*/
.feature {
	overflow: hidden;
}
.feature .box_feature {
	padding-top: 130px;
	margin-bottom: 60px;
	position: relative;
}
.feature .box_feature .textbox {
	width: 630px;
	padding: 5em 3em;
	background: rgb(240,243,255);
	background: -moz-linear-gradient(-30deg, rgba(240,243,255,1) 0%, rgba(243,245,255,1) 20%, rgba(255,255,255,1) 80%);
	background: -webkit-linear-gradient(-30deg, rgba(240,243,255,1) 0%, rgba(243,245,255,1) 20%, rgba(255,255,255,1) 80%);
	background: linear-gradient(-30deg, rgba(240,243,255,1) 0%, rgba(243,245,255,1) 20%, rgba(255,255,255,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f3ff",endColorstr="#ffffff",GradientType=1);
}
.feature .box_feature.reverse .textbox {
	margin-left: auto;
}
.feature .box_feature .textbox .catch {
	margin-bottom: 20px;
	line-height: 1.8;
	display: flex;
	align-items: center;
}
.feature .box_feature .textbox .catch .num {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 7rem;
	font-weight: 700;
	line-height: 1;
	color: #c8cdfa;
	min-width: 80px;
}
.feature .box_feature .textbox .catch .ja {
	font-weight: 600;
	line-height: 1.6;
	color: #241690;
	margin-left: 15px;
}
.feature .box_feature .imagebox {
	width: 55%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.feature .box_feature.reverse .imagebox {
	left: 0;
}
@media screen and (max-width: 768px) {
	.feature .box_feature {
		padding-top: 0;
		margin-bottom: 40px;
		position: relative;
	}
	.feature .box_feature .textbox {
		width: 100%;
		padding: 2em;
	}
	.feature .box_feature .textbox .catch .num {
		font-size: 6rem;
		min-width: 70px;
	}
	.feature .box_feature .imagebox {
		width: 100%;
		position: relative;
		z-index: -1;
	}
}


/*---------------最新情報*/
.daini.news {
	overflow: hidden;
	min-height: 500px;
}
.news .box {
	max-width: 800px;
	margin: 0 auto;
}
.news .box .news-heading {
	padding: 1em;
	margin-bottom: 30px;
	position: relative;
	border-top: 3px solid #e3e6fa;
	border-bottom: 3px solid #e3e6fa;
}
.news .box .news-heading .news_ttl {
	font-size: 2rem;
	font-weight: 600;
}
.news .box .text {
	margin-bottom: 20px;
}
.news .box figure {
	margin: 30px 0;
}
.news .text a {
	color: #5a5ae0;
}
.news .news_pagenation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px auto 0;
}
.news .news_pagenation li {
	margin: 0 10px;
}
.news .news_pagenation li a {
	display: block;
	padding: 10px;
	width: 200px;
	border: 1px solid #231c1c;
	background-color: #231c1c;
	color: #ffffff;
	text-align: center;
	position: relative;
	transition: .2s;
}
.news .news_pagenation li a:hover {
	background-color: #ffffff;
	color: #231c1c;
}
.news .news_pagenation li a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	transition: .2s;
}
.news .news_pagenation li.pre a::after {
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	top: 50%;
	left: 10px;
	transform: rotate(45deg) translateY(-50%);
}
.news .news_pagenation li.next a::after {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	top: 50%;
	right: 10px;
	transform: rotate(-45deg) translateY(-50%);
}
.news .news_pagenation li.pre a:hover::after {
	border-bottom: 1px solid #231c1c;
	border-left: 1px solid #231c1c;
}
.news .news_pagenation li.next a:hover::after {
	border-bottom: 1px solid #231c1c;
	border-right: 1px solid #231c1c;
}
@media screen and (max-width: 768px) {
	.news .box .news-heading .news_ttl {
		font-size: 1.6rem;
		font-weight: 600;
	}
	.news .box  figure {
		margin: 20px 0;
	}
}
@media screen and (max-width: 480px) {
	.news .box .news-heading .news_ttl {
		font-size: 1.4rem;
		font-weight: 600;
	}
	.news .news_pagenation li {
		margin-bottom: 10px;
	}
	.news .news_pagenation li a {
		width: 140px;
	}
}

.news .news_list_box {
	max-width: 800px;
	margin: 0 auto;
}
.news .news_list_box dl.dl_news {
	padding: 1.5em;
	border-bottom: 1px solid #e3e6fa;
}
.news .news_list_box dl.dl_news:first-child {
	border-top: 1px solid #e3e6fa;
}
.news .news_list_box dl.dl_news dt {
	margin-bottom: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.news .news_list_box dl.dl_news dd{
	line-height: 1.6;
}
.news .news_list_box dl.dl_news dd a {
	color: #333333;
	transition: .2s;
}
.news .news_list_box dl.dl_news dd a:hover {
	color: #5a5ae0;
}
.news .btn_link {
	display: block;
	margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
	.news .news_list_box dl.dl_news dt {
		margin-bottom: 5px;
	}
}

/*---------------レンタル事業*/
.rental {
	overflow: hidden;
}
.rental .intro {
	position: relative;
}
.rental .intro .introbox {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.rental .intro .introbox .textbox {
	width: 50%;
	padding: 6em 2em 6em 0;
}
.rental .intro .introbox .textbox .catch2 {
	font-weight: 600;
	margin-bottom: 1.5em;
}
.rental .intro .introbox .textbox .catch2 span {
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 7px;
	color: #ffffff;
	background: rgb(36, 22, 144);
	background: -moz-linear-gradient(90deg, rgba(36,22,144, 1) 20%, rgba(74,74,198,1) 80%, rgba(90,90,224,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(36,22, 144,1) 20%, rgba(74,74,198,1) 80%, rgba(90,90,224,1) 100%);
	background: linear-gradient(90deg, rgba(36,22,144,1) 20%, rgba(74,74,198,1) 80%, rgba(90,90,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#241690", endColorstr="#5a5ae0", GradientType=1);
}
.rental .intro .introbox .intro_img {
	width: 50%;
	height: 0;
	padding-top: 40%;
	margin-left: auto;
	background-image: url("../img/rental/img_intro.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 991px) {
	.rental .intro .introbox {
		flex-direction: column-reverse;
	}
	.rental .intro .introbox .textbox {
		width: 90%;
		padding: 2em;
		margin: -5% auto 0;
		background-color: rgba(255, 255, 255, 0.8);
		box-shadow: 0 5px 10px rgba(200,205, 255, 0.5);
		position: relative;
	}
	.rental .intro .introbox .intro_img {
		width: 100%;
		padding-top: 66%;
		background-position: 50% 65%;
	}
}
@media screen and (max-width: 480px) {
	.rental .intro .introbox .textbox {
		width: 96%;
		padding: 2em 1em;
	}
	.rental .intro .introbox .intro_img {
		padding-top: 45%;
	}
}

.rental .products .products_box_wrap .products_box {
	/*display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;*/
	position: relative;
	margin-bottom: 60px;
}
.rental .products .products_box_wrap .products_box .imagebox {
	width: 65%;
	height: 540px;
	position: relative;
}
.rental .products .products_box_wrap .products_box .imagebox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
}
.rental .products .products_box_wrap .products_box:nth-child(even) .imagebox {
	margin-left: auto;
}
.rental .products .products_box_wrap .products_box .textbox {
	width: 50%;
	position: absolute;
	z-index: 2;
}
.rental .products .products_box_wrap .products_box:nth-child(odd) .textbox {
	right: 0;
	bottom: 0;
}
.rental .products .products_box_wrap .products_box:nth-child(even) .textbox {
	left: 0;
	bottom: 0;
}
.rental .products .products_box_wrap .products_box .textbox .subtitle {
	color: #c8cdfa;
	font-weight: 700;
	font-family: 'Sen', sans-serif;
	line-height: 1;
}
.rental .products .products_box_wrap .products_box .textbox .subtitle span.subtitle_text {
	display: inline-block;
	font-size: 1.6rem;
	margin-right: 10px;
}
.rental .products .products_box_wrap .products_box .textbox .subtitle span.num {
	font-size: 5rem;
}
.rental .products .products_box_wrap .products_box:nth-child(odd) .textbox .subtitle {
	text-align: right;
}
.rental .products .products_box_wrap .products_box .textbox .textbox_inner {
	background-color: #ffffff;
}
.rental .products .products_box_wrap .products_box:nth-child(odd) .textbox .textbox_inner {
	padding: 3em 0 0 3em;
}
.rental .products .products_box_wrap .products_box:nth-child(even) .textbox .textbox_inner {
	padding: 3em 3em 0 0;
}
.rental .products .products_box_wrap .products_box .textbox .textbox_inner .catch {
	font-weight: 600;
	padding-bottom: 0.3em;
	margin-bottom: 1em;
	position: relative;
}
.rental .products .products_box_wrap .products_box .textbox .textbox_inner .catch::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background-color: #241690;
	position: absolute;
	left: 0;
	bottom: 0;
}
.rental .products .products_box_wrap .products_box .textbox .textbox_inner .text {
	letter-spacing: normal;
}
.rental .products .products_box_wrap .text_center {
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
}
.rental .products .products_box_wrap .ashiba_pict  {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rental .products .products_box_wrap .ashiba_pict li {
	position: relative;
	overflow: hidden;
	height: 460px;
}
.rental .products .products_box_wrap .ashiba_pict li:first-child {
	width: 40%;
}
.rental .products .products_box_wrap .ashiba_pict li:last-child {
	width: 58%;
}
.rental .products .products_box_wrap .ashiba_pict li img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	.rental .products .products_box_wrap .products_box .imagebox {
		width: 100%;
		height: auto;
		padding-top: 66.7%;
	}
	.rental .products .products_box_wrap .products_box:nth-child(even) .imagebox {
		margin-left: 0;
	}
	.rental .products .products_box_wrap .products_box .textbox {
		width: 100%;
		position: relative;
		margin-top: 1.4em;
	}
	.rental .products .products_box_wrap .products_box:nth-child(odd) .textbox .subtitle {
		text-align: left;
	}
	.rental .products .products_box_wrap .products_box .textbox .subtitle span.subtitle_text {
		font-size: 1.4rem;
	}
	.rental .products .products_box_wrap .products_box .textbox .subtitle span.num {
		font-size: 4.6rem;
	}
	.rental .products .products_box_wrap .products_box:nth-child(odd) .textbox .textbox_inner, .rental .products .products_box_wrap .products_box:nth-child(even) .textbox .textbox_inner {
		padding: 1.5em 0 0;
	}
	.rental .products .products_box_wrap .ashiba_pict li {
		height: 0;
		padding-top: 50%;
	}
}
@media screen and (max-width: 480px) {
	.rental .products .products_box_wrap .products_box .textbox .subtitle span.subtitle_text {
		font-size: 1.3rem;
	}
	.rental .products .products_box_wrap .products_box .textbox .subtitle span.num {
		font-size: 3.6rem;
	}
	.rental .products .products_box_wrap .ashiba_pict {
		flex-direction: column;
	}
	.rental .products .products_box_wrap .ashiba_pict li:first-child {
		width: 100%;
		padding-top: 100%;
		margin-bottom: 10px;
	}
	.rental .products .products_box_wrap .ashiba_pict li:last-child {
		width: 100%;
		padding-top: 75%;
	}
}


