@charset "UTF-8";

/*******BREAK*******/

@media screen and (max-width: 750px) {
	.pc {
		display:none;
		}
	.sp {
		display:block;
		}
}
@media screen and (min-width: 750px) {
	.pc {
		display:block;
		}
	.sp {
		display:none;
		}
}

#pn_ind-topics {
    padding-top: 120px !important;
}


/*******GRID*******/

.grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.grid .clm {
	width: calc(33% - 20px * 2 / 3);
	margin: 0 20px 20px 0;
}
.grid .clm:nth-child(3n) {
	margin-right: 0px;
}
.grid .clm-1 {
	width: 100%;
	margin: 0 0 20px 0;
}
.grid .clm-2 {
	width: calc(50% - 20px * 1 / 2);
	margin: 0 20px 20px 0;
}
.grid .clm-2:nth-child(2n) {
	margin-right: 0px;
}
.grid .clm-4 {
	width: calc(25% - 20px * 3 / 4);
	margin: 0 20px 20px 0;
}
.grid .clm-4:nth-child(4n) {
	margin-right: 0px;
}
.grid .clm.last, .grid .clm-2.last, .grid .clm-3.last {
	margin-right: 0px;
}
@media screen and (max-width: 750px) {
	.grid .clm, .grid .clm-2, .grid .clm-3, .grid .clm-3 .clm, .grid .clm-4 {
		width: 100% !important;
		margin: 0 0 20px 0;
	}
	.grid img{
		width: 100% !important;
	}
}


/*******BTN*******/

.btn{
	font-family: "Noto Sans JP";
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#FFF;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	background: #bc1653;
	margin-left:auto;
	margin-right:auto;
	transition: all 0.3s ease 0s;
	box-sizing:border-box;
	}
.btn:hover {
	background-color:#FFF;
	border: solid 2px #bc1653;
	color:#bc1653;
	}
.btn span::after {
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-weight: 900;
	display:inline-block;
	margin-left:8px;
	}	
@media screen and (max-width: 750px) {
	.btn{
		height: 50px;
		}
}

/*******STYLE*******/

hr.noborder {
	margin-bottom:100px;
	border:none;
	height:0px;
	}

#Container {
	padding-top:0px;
	}
header {
	position:absolute;
	top:0;
	left:0;
	background:none;
	}
header img {
	transition: all 0.3s ease 0s;
	width: 200px;
	}
#index header img {
	width: 265px;
}
header.fixed img,
#index header.fixed img {
	width:200px;
	}
header.fixed {
	background-color: rgba(255,255,255,0.9);
	}	
header #g-menu a {
	color:#FFF;
	}
header.fixed #g-menu a {
	color:#BC1653;
	}

@media screen and (max-width: 1053px) {
	header img,
	#index header img,
	#index header.fixed img {
		width: 147px;
	}
	header.fixed img {
		width:135px;
		}
}

@media screen and (max-width: 750px) {
	hr.noborder {
		margin-bottom:50px;
		}
}

/*******メインビジュアル*******/

.mainvisual {
	width: 100%;
	height: 550px;
	background-image: url(../images/index-new/mainvisual.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	position:relative;
	box-sizing:border-box;
}
	
.mainvisual .scroll {
	font-family: Roboto;
	font-weight: bold;
	letter-spacing: 0.4em;
	text-align: left;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
	position:absolute;
	width:100%;
	text-align:center;
	bottom:0;
	color:#FFF;
}
.mainvisual .scroll span {
	font-size: 14px;
	}
.mainvisual .scroll::after {
	content:"";
	width:1px;
	height:40px;
	background-color:#FFF;
	display:block;
	margin-left:50%;
}
.mainvisual h2 {
	font-family: "Noto Sans JP";
	font-weight:300;
	position:absolute;
	top:140px;
	right:220px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size:40px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
	color:#FFF;
	letter-spacing: 0.2em;
	text-indent:-1em;
	}

.mainvisual .copy {
	position:absolute;
	left:50px;
	bottom:50px;
	}

.mainvisual .copy h3{
	font-family: "Noto Sans JP";
	letter-spacing:0.12em;
	font-weight:900;
	line-height:120%;
	font-size:30px;
	margin-bottom:20px;
	}
.mainvisual .copy h3 strong{
	font-size:40px;
	}
.mainvisual .copy li{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 16px;
	margin-bottom:10px;
	}
.mainvisual .copy li:last-child{
	margin-bottom:0;
	}
.mainvisual .copy li strong{
	font-weight:900;
	font-size:20px;
	}

@media screen and (max-width: 1250px) {
	.mainvisual .copy {
		width:50%;
		}
	.mainvisual h2 {
		right:50px;
		}
}
@media screen and (max-width: 750px) {
	.mainvisual {
		height: 720px;
		background-position:center;
	}
	.mainvisual h2 {
		font-size:25px;
		top:115px;
		left: calc( 50% - 39px );
		right:auto;
		text-indent:0em;
		}
	.mainvisual .scroll span {
		font-size: 12px;
		}
	.mainvisual .scroll::after {
		height:30px;
	}
	.mainvisual .copy {
		width:100%;
		left:0;
		bottom:0;
		padding:30px;
		box-sizing:border-box;
		}
	.mainvisual .copy h3{
		font-size:20px;
		margin-bottom:20px;
		}
	.mainvisual .copy h3 strong{
		font-size:22px;
		}
	.mainvisual .copy p{
		font-size:14px;
		}
	.mainvisual .copy li strong{
		font-size:16px;
		}
}	

@media screen and (max-width: 320px) {
	.mainvisual h2 {
		top:90px;
		}
}	

/*******コンテンツ*******/


/*見出し*/

h2.title span {
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.25em;
	color: #333;
	display:block;
	text-align:center;
	margin-bottom:20px;
	}

h2.title span::before {
	content:"";
	width:22px;
	height:36px;
	background-image:url(../images/index-new/ico-h2@2x.png);
	background-size:cover;
	display:block;
	margin:0 auto 15px auto;
	}

h2.title {
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.2em;
	text-align:center;
	color: #333;
	padding-top:40px;
	margin-bottom:40px;
	}
p.read {
	font-family: "Noto Sans JP";
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 30px;
	text-align: center;
	color: #fff;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
	padding-bottom:30px;
	}
section {
	padding-top:50px;
	padding-bottom:100px;
	}
section .inner {
	width:92%;
	max-width:1200px;
	margin:0px auto;
	padding:0px 50px;
	box-sizing:border-box;
	}
@media screen and (max-width: 750px) {
	h2.title span {
		font-size: 10px;
		margin-bottom:10px;
		}

	h2.title span::before {
		margin:0 auto 10px auto;
		}
	h2.title {
		font-size: 20px;
		padding-top:25px;
		margin-bottom:25px;
		}
	p.read {
		text-align: left;
		width:92%;
		margin-left:auto;
		margin-right:auto;
		}
	section {
		padding-top:25px;
		padding-bottom:50px;
	}
	section .inner {
		width:100%;
		padding:0px 25px;
		box-sizing:border-box;
		}
}	


/*サービス*/

h2.service-title {
	text-align:center;
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size:26px;
	margin-bottom:25px;
	margin-top:-90px;
	padding-top:90px;
	}
h2.service-title:after {
	content:"";
	display:block;
	width:34px;
	height:4px;
	background-color:#bc1653;
	margin:10px auto 0 auto;
	}
section.service {
	position:relative;
	padding-top:0;
	padding-bottom:0;
	z-index:1;
	}
section.service h2.title,
section.service h2.title span {
	color: #fff;
	}
section.service::before{
	content:"";
	position:absolute;
	background-image: url(../images/index-new/bg-service.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position: left top;
	width:100%;
	height:540px;
	top:0;
	z-index:-1;
	}
#contents-page section.service::before{
	height:280px;
	}
#contents-page section.service::before {
	background-color:rgba(000,000,000,0.3);
	background-blend-mode:hue;
}
section.service .inner {
	padding-top:50px;
	padding-bottom:50px;
	background-color:#FFF;
	}
#contents-page .inner p{
	font-size:16px;
	text-align:center;
	margin-bottom:50px;
	}
section.service .grid.ex {
	margin-bottom:30px;
	}
section.service .grid a {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	display:block;
	padding:20px;
	box-sizing:border-box;
	}
_:-ms-lang(x)::-ms-backdrop, section.service .grid a {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	}
section.service .grid a:hover .btn{
	background-color:#FFF;
	border: solid 2px #bc1653;
	color:#bc1653;
	}
section.service .grid.ex-aimsbridge a::before { /* 20240709 追加 */
	content: "";
	background-image: url("../../aimsbridge/images/aimsbridge_top_banner.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	aspect-ratio: 2401 / 937; /* 元サイズはPCで W1060px H230px */
	margin-bottom: 20px;
	display: block;
}
section.service .grid.ex li:first-child a::before{
	content: "";
	background-image: url(../images/index-new/btn-service-01.jpg);
	background-size:cover;
	height: 230px;
	width: 100%;
	margin-bottom: 20px;
	display: block;
	}
section.service .grid.ex li:last-child a::before{
	content: "";
	background-image: url(../images/index-new/btn-service-02.jpg);
	background-size:cover;
	height: 230px;
	width: 100%;
	margin-bottom: 20px;
	display: block;
	}
section.service .grid a h3 {
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.01em;
	text-align: center;
	color: #333;
	display:block;
	margin-bottom:30px;
	}

#contents-page .grid a h3 {
	font-size: 25px;
	padding-top:10px;
	}
#contents-page .grid a h3 span {
	font: inherit;
	display: inline-block;
}
section.service .grid.ex a h3 {
	margin-bottom:15px;
	}
section.service .grid a p {
	font-family: "Noto Sans JP";
	font-size: 14px;
	letter-spacing: 0.01em;
	color: #333;
	margin-bottom:30px;
	}

section.service .grid.ex a p {
	margin-bottom:20px;
	}
section.service .grid dl {
	text-align:center;
	margin-bottom:10px;
	}
section.service .grid dl dt {
	color: #666;
	width: 100%;
	font-size: 10px;
	margin-bottom: 15px;
	background-color: #ededed;
	background-image: -moz-linear-gradient(45deg, #ededed 0%, #ededed 25%, #ffffff 25%, #ffffff 50%, #ededed 50%, #ededed 75%, #ffffff 75%);
	background-image: -webkit-linear-gradient(45deg, #ededed 0%,#ededed 25%,#ffffff 25%,#ffffff 50%,#ededed 50%,#ededed 75%,#ffffff 75%);
	background-image: linear-gradient(45deg, #ededed 0%,#ededed 25%,#ffffff 25%,#ffffff 50%,#ededed 50%,#ededed 75%,#ffffff 75%);
	background-position: 0px 0px;
	background-size: 10px 10px;
	}
section.service .grid dl dt span {
	display:inline-block;
	background-color:#FFF;
	padding:0 20px;
	}
section.service .grid dl dd {
	display: inline-block;
	font-size: 10px;
	padding: 2px 8px;
	border-radius: 15px;
	border: 1px solid #bc1653;
	margin:0 6px 10px 0;
	}
_:-ms-lang(x)::-ms-backdrop, section.service .grid dl dd {
	padding-bottom:0px;
	}
section.service .grid dl dd:last-child {
	margin-right:0;
	}
@media screen and (max-width: 750px) {
	h2.service-title {
		font-size:18px;
		}
	section.service::before{
		background-position: right top;
		background-image: url(../images/index-new/bg-service-sp.jpg);
		}
	section.service .inner {
		padding-top:25px;
		padding-bottom:25px;
		}
	#contents-page .inner p{
		text-align:left;
		}
	.service h2.title {
		width:92%;
		margin-left:auto;
		margin-right:auto;
		}
	section.service .grid a h3 {
		font-size: 16px;
		font-weight:900;
		margin-bottom:15px;
		}
	.clm-4 h3,.clm-4 p,.clm-2 p,.clm-2 dl {
		height:auto;
		}
	section.service .grid.ex li:first-child a::before,
	section.service .grid.ex li:last-child a::before{
		height: 190px;
		}
}

@media screen and (max-width: 320px) {
	section.service .grid.ex li:first-child a::before,
	section.service .grid.ex li:last-child a::before{
		height: 155px;
		}
}


/*ケーススタディ*/

section.case-study {
	background-image:url(../images/index-new/bg-case.jpg);
	background-size:cover;
	padding-top:150px;
	padding-bottom:150px;
	background-position:right center;
	}
	
section.case-study .btn{
	height: 60px;
    border-radius: 30px;
	}
	
section.case-study .grid {
	margin-bottom:50px;
	}
section.case-study .grid h3 {
	font-family: "Noto Sans JP";
	font-size:16px;
	letter-spacing: 0.01em;
	color: #333;
	font-weight:bold;
	margin-bottom:15px;
	}
section.case-study .grid h3::before {
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-weight: 900;
	display:inline-block;
	margin-right:8px;
	}
section.case-study .grid p {
	font-family: "Noto Sans JP";
	font-size:14px;
	letter-spacing: 0.01em;
	color: #333;
	}
section.case-study .grid a:hover h3,
section.case-study .grid a:hover p{
	color: #BC1653;
	}
section.case-study .btn {
	width:420px;
	}
@media screen and (max-width: 750px) {
	section.case-study {
		padding-top:100px;
		padding-bottom:100px;
		}
	section.case-study .grid {
		margin-bottom:25px;
		}
	section.case-study .grid h3 {
		font-size:16px;
		margin-bottom:5px;
		}
	section.case-study .btn {
		width:100%;
		}
}


/*ミッション*/

section.mission {
	background-color:#3D3D3D;
	padding-bottom:50px;
	padding-top:0px;
	margin-bottom:120px;
	}
section.mission h2.title span {
	font-size:20px;
	font-weight:bold;
	margin-bottom:0px;
	}
section.mission h2.title span::before {
	display:none;
	}
section.mission .btn{
	width: 300px;
	height: 44px;
	border-radius: 22px;
	background: transparent;
	letter-spacing:0.3em;
	border: 1px solid #9f9f9f;
	color:#FFF;
	}
section.mission .btn:hover{
	background-color:#FFF;
	color:#333;
	letter-spacing:0.6em;
	}
section.mission h2.title,
section.mission h2.title span {
	color: #fff;
	}
@media screen and (max-width: 750px) {
	section.mission {
		padding-bottom:30px;
		}
	section.mission h2.title {
		width:92%;
		margin-left:auto;
		margin-right:auto;
		}
	section.mission .btn{
		width: 240px;
		}
}


/*インフォメーション*/

section.information dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top:-15px;
	width:100%;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	}
section.information dt {
	width: 8em;
	padding-right:1em;
	box-sizing:border-box;
	}
section.information dd {
	width: calc(100% - 8em) ;
	}
section.information dt,
section.information dd {
	padding-top:15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	}
section.information dl,
section.information dl a {
	font-family: "Noto Sans JP";
	font-size:16px;
	letter-spacing: 0.01em;
	color: #333;
	}
section.information dl a:hover {
	text-decoration:underline;
	}
@media screen and (max-width: 750px) {
	section.information dt {
		width: 100%;
		border:none;
    	padding-bottom: 0px;
		font-weight:bold;
		font-size:12px;
		}
	section.information dd {
		width: 100%;
		font-size:14px;
		}
}

/*パートナー*/

.ms-partner-area {
	width: 100%;
	background-color:#eeeeee;
	padding:50px 25px;
	box-sizing:border-box;
	}
.ms-partner-area a{
	width: 100%;
	max-width:1100px;
	margin:0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	}
.ms-partner-area a .image{
	background-color:#FFF;
	width:320px;
	padding:60px 40px;
	box-sizing:border-box;
	}
.ms-partner-area a .image img{
	width:100%;
	}
.ms-partner-area a p {
	color:#555555;
	line-height:180%;
	padding-left:50px;
	font-size:16px;
	}
.ms-partner-area a:hover p {
	text-decoration:underline;
	}
.ms-partner-area a p::after{
	font-family: "Font Awesome 5 Free";
	content: '\f2d2';
	font-weight: 900;
	}
@media screen and (max-width: 750px) {
	.ms-partner-area {
		padding:25px;
	}
	.ms-partner-area a{
		display: block;
	}
	.ms-partner-area a .image{
		padding:50px 35px;
		width:100%;
	}
	.ms-partner-area a p {
		margin-top:10px;
		padding-left:0px;
		font-size:14px;
	}
	}

/*お問い合わせ*/

.contact-area {
	width: 100%;
	background-image: url(../images/index-new/bg-contact.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	padding:50px 0;
	text-align:center;
	}
.contact-area h4{
	font-family: "Noto Sans JP";
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 0.2em;
	color: #fff;
	margin-bottom:15px;
	}		
.contact-area p{
	font-family: "Noto Sans JP";
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.2em;
	color: #fff;
	margin-bottom:25px;
	}
.contact-area .tel {
	font-family: Roboto;
	font-weight: 600;
	font-size: 40px;
	letter-spacing: 0.05em;
	color: #fff;
	}
.contact-area .tel::before {
	content:"";
	width:37px;
	height:22px;
	background-image:url(../images/index-new/ico-tel@2x.png);
	background-size:cover;
	display:inline-block;
	margin-right:10px;
	}
.contact-area .btn-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:30px auto 0 auto;

	}
.contact-area  a.btn {
	color:#FFF;
	width: 300px;
	height: 62px;
	background: transparent;
	border: 1px solid #fff;
	margin-left:auto;
	margin-right:10px;
	}
.contact-area  a.btn.form {
	margin-left:10px;
	margin-right:auto;
	}
.contact-area  a.btn:hover {
	color:#333;
	background-color:#FFF;
	}
.contact-area  a.btn span::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	font-weight: 900;
	display:inline-block;
	margin-right:8px;
	}
.contact-area  a.btn.form span::before{
	content: '\f109';
	}
.contact-area  a.btn span::after{
	display:none;
	}
@media screen and (max-width: 750px) {
	.contact-area h4{
		font-size: 20px;
		margin-bottom:10px;
		font-weight:bold;
	}
	.contact-area p{
		width:92%;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
		margin-bottom:15px;
		}
	.contact-area .tel {
		font-size: 30px;
		}
	.contact-area .tel::before {
		width:28px;
		height:15px;
		margin-right:5px;
		}
	.contact-area a.btn {
		width: 80%;
		height: 40px;
	}
	.contact-area a.btn,.contact-area a.btn.form {
		margin-left:auto;
		margin-right:auto;
		}
	.contact-area a.btn.form {
		margin-top:15px;
		}
	.contact-area .btn-area {
		margin:15px auto 0 auto;
	}
}



