<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/*-----------------------------------------------------------

  =Global Layout

-----------------------------------------------------------*/
html {
	font-family: "Noto Sans JP", system-ui;
	font-weight: 400;
	font-style: normal;
	font-size: 62.5%;
	color: #242D60;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased !important;
}
body{
	background-color: #EEF3FA;
	width: 100%;
	font-size: 1.6rem;
	font-feature-settings: 'palt' 1;
	letter-spacing:.08em;
	line-height: 2;
}
body{
  background-image: url(../img/mv-bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

@media only screen and ( max-width:960px) {
	body{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 768px){
  body {
    min-width: 320px;
  }
}
/* Shippori Mincho B1*/
.f-serif{
	font-family: "Shippori Mincho B1", system-ui;
	letter-spacing: 0;
}
/* Instrument Serif*/
.f-en{
	font-family: "Instrument Serif", system-ui;
	font-weight: 400;
	font-style: normal;
}


/* Frame Format
---------------------------------*/
#wrapper {
	width: 100%;
	position: relative;
}
.inner {
	max-width: 128rem;
	margin: 0px auto;
	padding: 0 2rem;
}
.wrap {
	padding: 12rem 0;
}

@media screen and ( max-width:1460px) {
	#wrapper {
		padding-top: 6rem;
	}
	.wrap {
		padding:8rem 0 ;
	}
}


/* Font Format
---------------------------------*/
.section-heading{
	margin-bottom:5rem;
	position: relative;
	text-align: center;
}
.section-heading .en{
	display: inline-block;
	border-bottom: 1px solid #015db2;
	font-size: 2rem;
	letter-spacing: .08em;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 1.2rem;
}
.section-heading .jp{
	display: block;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.44;
	position: relative;
}
.section-heading::before {
	content: attr(data-en);
	position: absolute;
	color: rgba(68, 76, 231, .04);
	font-size: 190px;
	font-family: "Instrument Serif", system-ui;
	font-weight: 400;
	line-height: 1.96;
	letter-spacing: -.01em;
	white-space: nowrap;
	top: -90px;
	left: 50%;
}
#point .section-heading::before{
	color: rgba(13, 13, 13, .08);
}
#point .section-heading::before,
#interview .section-heading::before,
#case .section-heading::before,
#footer .section-heading::before{
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);

}
#news .section-heading::before{
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

#point .section-heading .en,
#entry .section-heading .en,
#footer .section-heading .en{
	border-bottom: 1px solid #fff;
}
#footer .section-heading::before{
	color: rgba(255, 255, 255, .02);
}
.lead-copy{
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
}
.borderd-heading{
	color:#444CE7;
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 600;
	position: relative;
	padding: 0 1.5rem 4rem;
	text-align: center;
}
.borderd-heading:before {
  position: absolute;
  bottom: 2rem;
  left: calc(50% - 10px);
  width: 20px;
  height: 2px;
  content: '';
  background: #444CE7;
}

@media screen and ( max-width:960px) {
	.section-heading{
		margin-bottom:3rem;
	}
	.section-heading .en{
		font-size: 1.6rem;
		margin-bottom: 1.2rem;
	}
	.section-heading .jp{
		font-size: 2.6rem;
	}
	.section-heading::before {
		font-size: 120px;
		top: -40px;
		left: 50%;
	}
	.lead-copy{
		font-size: 1.4rem;
	}
	.borderd-heading{
		font-size: 2rem;
		padding: 0 1.5rem 4rem;
	}
}





/* Header
------------------------------------------------------- */
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9;
	transition: .5s;
}
@media screen and (min-width: 1381px) {
	#header{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 110px;
		padding:0 25px;
	}
	#header .logo{
    width: 280px;
    height: auto;
		transition: .5s;
	}
	#toggle {
		display:none;
	}
	#header.scroll{
		box-shadow: 0 2px 3px rgba(0,0,0,0.1);
		background: rgba(255,255,255, 1);
	}
}

@media screen and ( max-width:1380px) {
	#header{
		height: 60px;
		background: rgba(255,255,255, 1);
	}
	#header .header-in{
		display: block;
		width: 100%;
		overflow: hidden;
		height: 60px;

	}
	#header .logo{
		width: 200px;
    height: auto;
		padding:15px 20px;
	}
}

@media screen and (min-width: 1381px) {
	#gnav{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	#gnav .gnav-list{
		display: flex;
		align-items: center;
	}
	#gnav li{
		margin: 0 10px;
		font-size: 1.5rem;
		font-weight: 600;
    letter-spacing: -.02em;
		text-align:center;
	}
	#gnav li:last-child{
		margin: 0 0 0 20px;
	}
	#gnav li a{
		display: inline-block;
		position: relative;
	}
	#gnav li.nav-item a:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: -7px;
		left: 0;
		background: -moz-linear-gradient(left, #111 50%, #333);
		background: -webkit-linear-gradient(left, #111 50%, #333);
		background: linear-gradient(to right, #111 50%, #333);
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	#gnav li.nav-item a:hover{
		opacity:1;
		color:#a3a3a3;
	}
	#gnav li.nav-item a:hover:after{
		-webkit-transform-origin:left top;
		transform-origin:left top;
		-webkit-transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform:scaleX(1);transform:scaleX(1);
	}
	#gnav li.nav-item.current a::after {
		opacity:1;
		color:#a3a3a3;
		-webkit-transform-origin:left top;
		transform-origin:left top;
		-webkit-transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform:scaleX(1);transform:scaleX(1);
	}
	#gnav-entry a {
		color: #fff!important;
		font-weight: 600;
		display: block;
		padding: 1rem 1.4rem;
		border-radius: 8rem;
		transition: 0.5s;
		background: #242D60;
	}
	#gnav-entry span{
		padding-left: 3.2rem;
		position: relative;
	}
	#gnav-entry a:hover {
		background:#444CE7;
	}
	#gnav-entry span::before{
		content: "無料";
		background-color: #fff;
		border-radius: 2px;
		font-size: 1.1rem;
		font-weight: 600;
		color: #242D60;
		text-align: center;
		line-height: 1;
		padding: .5rem .3rem;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	#gnav-entry a:hover span::before{
		color: #444CE7;
	}
  .nav-blank{
    display: block;
    padding-left:20px;
    position: relative;
  }
  .nav-blank::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    margin-top: -9px;
    border-left: rgba(0, 0, 0, .4) solid 1px;
  }
  .nav-blank span{
    position: relative;
    padding-right:15px;
  }
  .nav-blank span::before{
    background-size: cover;
    background-image: url(../img/link-blank.svg);
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: 0px;
  }
  .gnav-company-sp{
    display: none;
  }
}

@media screen and (max-width: 1380px) {
	#panel-btn {
		background:#242D60;
		display:inline-block;
		height:60px;
		position:absolute;
		right:0px;
		top:0;
		width:60px;
	}
	#toggle {
		display:block;
		float:right;
		margin:0 10px 0 0;
	}
	#panel-btn:hover {
		opacity:0.6;
		-moz-opacity:.6;
		filter:alpha(opacity=60);
	}
	#panel-btn-icon {
		width:20px;
		height:1px;
		margin:-1px 0px 0px -10px;
		position:absolute;
		top:50%;
		left:50%;
		background-color:#fff;
		display:block;
		-webkit-transition: .1s;
		-moz-transition: .1s;
		transition: .1s;
	}
	#panel-btn-icon:before, #panel-btn-icon:after {
		width:20px;
		height:1px;
		background-color:#fff;
		position:absolute;
		top:50%;
		left:0;
		display:block;
		content:"";
		-webkit-transition: .3s;
		-moz-transition: .3s;
		transition: .3s;
	}
	#panel-btn-icon:before{
	margin-top:-7px;
	}
	#panel-btn-icon:after {
		margin-top:5px;
	}
	#panel-btn .close     {
		background:transparent;
	}
	#panel-btn .close:before, #panel-btn .close:after {
		margin-top:-1px;
	}
	#panel-btn .close:before {
		-webkit-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}
	#panel-btn .close:after {
		-webkit-transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
		transform:rotate(-135deg);
	}
	#gnav {
		display: block;
		width:100%;
		z-index:99;
		margin:0px 0 0;
		padding:0 0 30px;
		background:#fff;
		height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#gnav .gnav-list{
		border-top: rgba(0,0,0,.06) solid 1px;
    display: flex;
    flex-wrap: wrap;
	}
	#gnav .gnav-list li {
		width:50%;
		margin:0;
		padding:0;
		line-height:1.3;
	}
	#gnav li.nav-item{
		border-bottom: rgba(0,0,0,.06) solid 1px;
	}
	#gnav li.nav-item a {
		padding:2rem;
		display:block;
		font-size: 1.4rem;
		font-weight: 600;
		color:#242D60;
		text-decoration:none;
		border:none;
		line-height:1.6;
		position: relative;
	}
	#gnav li.nav-item a:after {
		content: '';
		width: 5px;
		height: 5px;
		margin-top: -.3rem;
		border-top: solid 1px rgba(36, 45, 96, .4);
		border-right: solid 1px rgba(36, 45, 96, .4);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 2rem;
	}
	#gnav li.nav-item a:hover  {
		background:#EEF3FA;
	}
  #gnav li#gnav-entry{
    width: 100%;
  }
	#gnav-entry a {
		border: 1px solid #242D60;
		background: #242D60;
		color: #fff!important;
		display: block;
		width: 70%;
		margin: 30px auto 0;
		border-radius: 4rem;
		text-align: center;
		padding: 2rem 2rem !important;
	}
	#gnav-entry a:hover {
		background:#444CE7;
	}
	#gnav-entry span{
		padding-left: 4.6rem;
		position: relative;
	}
	#gnav-entry span::before{
		content: "無料";
		background-color: #fff;
		border-radius: 2px;
		font-size: 1.2rem;
		font-weight: 600;
		color: #242D60;
		text-align: center;
		line-height: 1;
		padding: .5rem;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	#gnav-entry a:hover span::before{
		color: #444CE7;
	}
  #gnav li.nav-item:nth-child(odd) {
    border-right: rgba(0, 0, 0, .06) solid 1px;
  }
  .nav-blank{
    display:none;
  }
  .gnav-company-sp{
    display: block;
    margin-top:30px;
    text-align: center;
  }
  .gnav-company-sp li{
    position: relative;
    padding-right:16px;
    font-weight: 600;
    display: inline-block;
  }
  .gnav-company-sp li::before{
    background-size: cover;
    background-image: url(../img/link-blank.svg);
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: 0px;
  }
  .gnav-company-sp li a:hover{
    color: #444CE7;
  }
}


/* mv
------------------------------------------------------- */
#mv{
	/* background-image: url(../img/mv-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: cover; */
	padding:13rem 0 8rem;
	position: relative;
	overflow: hidden;
}
#mv .mv-inner{
	max-width: 1400px;
	margin:0 auto;
	position: relative;
	height: 600px;
}
#mv .mv-inner .txt-row{
	width: 45%;
	padding:10rem 0 0;
}
#mv .mv-txt{
	font-size: 2rem;
	font-weight: 600;
	background-image: linear-gradient(90deg, rgba(116, 160, 234, 1), rgba(68, 76, 231, 1));
	color: #fff;
	line-height: 1.22;
	padding: 1rem 2rem;
	margin-bottom: 3rem;
	display: inline-block;
	border-radius: .4rem;
}
#mv .mv-catch{
	font-size: 2.8rem;
	line-height: 1.33;
	font-weight: 600;
  letter-spacing: -.08em;
}
#mv .mv-catch span{
	font-size: 6rem;
}
#mv .mv-inner .pic-row{
	position: absolute;
	right: -130px;
	top: 0;
	width: 970px;
}
@media screen and (max-width: 1280px) {
	#mv{
		padding:4rem 0 0;
	}
	#mv .mv-inner{
		height: auto;
		padding:0 ;
	}
	#mv .mv-inner .txt-row{
		width: 100%;
		padding:0;
		text-align: center;
		margin-bottom:2.4rem;
		padding:0 20px;
	}
	#mv .mv-txt{
		font-size: 1.4rem;
		padding: 1rem 2rem;
		margin-bottom: 2rem;
		border-radius: .4rem;
	}
	#mv .mv-catch{
		font-size: 1.8rem;
	}
	#mv .mv-catch span{
		font-size: 3.2rem;
	}
	#mv .mv-inner .pic-row{
		position: static;
		width: 100%;
	}
}



/* Cv
------------------------------------------------------- */
.cv-block{
	background-color: #242D60;
	border-radius: 2.4rem;
	color: #fff;
	max-width: 940px;
	margin:14rem auto 0;
	padding:3rem 2rem;
	text-align: center;
}
.mv-cv{
	position: relative;
	/* top:-240px;
	margin-bottom:-240px; */
}
.cv-block .cta-btn {
	align-items: center;
	color: #242D60;
	border-radius: 6rem;
	display: flex;
	height: 80px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	transition: .3s;
	background-color: #fff;
	width: 440px;
	margin:20px auto 0;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
}
/* .cv-block .cta-btn::before  {
	background-image: url(../img/btn-arrow.svg);
	background-size: cover;
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: calc(50% - 12px);
	right: 20px;
} */
.cv-block .btn-contact__txt {
	position: relative;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0;
	margin: 0;
	padding-left: 54px;
	padding-right:20px;
	text-decoration: none;
}
.cv-block .btn-contact__txt:before {
	content: "無料";
	background-color: #242D60;
	border-radius: .4rem;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 7px 8px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.cv-block .btn-contact__txt::after{
	background-image: url(../img/ico-blank-bl.svg);
	background-size: cover;
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: calc(50% - 6px);
	right: 0px;
}
.cv-block .cta-btn:hover {
	color:#fff;
	transform: translateY(3px);
	box-shadow: none;
	border: 2px solid #444CE7;
  background-color: #444CE7;
}
.cv-block .cta-btn:hover .btn-contact__txt:before {
	background-color: #fff;
	color: #444CE7;
}
.cv-block .cta-btn:hover .btn-contact__txt::after{
	background-image: url(../img/ico-blank-w.svg);
}
.cv-block .cv-catch{
	font-size:2.4rem;
	font-weight: 600;
	margin-bottom:1rem;
}
.cv-block .cv-txt{
	font-size:1.6rem;
	font-weight: 400;
}
@media screen and (max-width: 960px) {
	.cv-block{
		background-color: #242D60;
		width: 90%;
		margin:7rem auto 0;
		padding:3rem 2rem;
	}
	.mv-cv{
		position: relative;
		top:-20px;
		margin-bottom:-20px;
	}
	.cv-block .cta-btn {
		border-radius: 6rem;
		height: 60px;
		width: 100%;
		margin:20px auto 0;
	}
	.cv-block .btn-contact__txt {
		font-size: 1.4rem;
		padding-left: 50px;
		padding-right:20px;
	}
	.cv-block .btn-contact__txt:before {
		font-size: 1rem;
	}
	.cv-block .cv-catch{
		font-size:1.6rem;
	}
	.cv-block .cv-txt{
		font-size:1.3rem;
	}
}



/* About
------------------------------------------------------- */
#about{
	padding:16rem 0;
	overflow: hidden;
}
.about-2row .pic-row{
	width: 48.3%;
}
.about-2row .pic-row img{
	border-radius: .4rem;
	overflow: hidden;
}
.about-2row .txt-row{
	width: 46.6%;
}
@media screen and (max-width: 960px) {
	#about{
		padding:8rem 0;
	}
	.about-2row .pic-row{
		width: 100%;
		margin-bottom:2rem
	}
	.about-2row .txt-row{
		width: 100%;
	}
}




/* Point
------------------------------------------------------- */
#point{
	background-image: linear-gradient(90deg, rgba(116, 160, 234, 1), rgba(68, 76, 231, 1));
	border-radius: 6rem 6rem 0 0;
	padding:13rem 0 19rem;
	color:#fff;
	overflow: hidden;
}
.point-list .item a{
	display: block;
	padding-bottom: 3.6rem;
	position: relative;
}
.point-list .item a::before  {
	background-image: url(../img/arrow-down.svg);
	background-size: cover;
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 0px;
	right: calc(50% - 12px);
	transition: .2s;
}
.point-list .item a:hover::before {
	transform: translateY(3px);
}
.point-list .item-pic{
	margin-bottom:1.6rem;
	border-radius: .8rem;
	overflow: hidden;
}
.point-list .item-pic img{
	border-radius: .8rem;
	overflow: hidden;
}
.point-list .item-txt{
	text-align: center;
}
.point-list .item-txt .num{
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.2;
}
.point-list .item-txt .num::before,
.point-list .item-txt .num::after {
	content: '';
	width: 10px;
	height: 1px;
	background-color: #fff;
}

.point-list .item-txt .num::before {
	margin-right: 10px;
}
.point-list .item-txt .num::after {
	margin-left: 10px;
}
.point-list .item-txt .ttl{
	color:#fff;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.44;
	margin-top:.8rem;
}
@media screen and (max-width: 960px) {
	#point{
		border-radius: 3rem 3rem 0 0;
		padding:8rem 0 8rem;
	}
	.point-list.grid-col-4 {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 1.6rem;
		row-gap: 2rem;
	}
  .point-list.grid-col-3{
    grid-template-columns: repeat(2, 1fr);
		column-gap: 1.6rem;
		row-gap: 2rem;
    place-content: center;
  }
	.point-list .item-txt .num{
		font-size: 1.2rem;
	}
	.point-list .item-txt .ttl{
		font-size: 1.4rem;
		margin-top:.8rem;
	}
}



/* Feature
------------------------------------------------------- */
#feature {
	position: relative;
	padding:13rem 0 13rem;
	top:-120px;
	max-width: 1600px;
	margin:0 auto -120px;
	background: #fff;
	border-radius: 6rem;
	overflow: hidden;
}
#feature .inner {
	position: relative;
	z-index: 2;
}

.feature-list .item-pic{
	width: 50%;
}
.feature-list .item:not(:first-child) {
	margin-top: 10rem;
}
.feature-list .item-pic  img{
	border-radius: .8rem;
	overflow: hidden;
}
.feature-list .item-txt{
	width: 45%;
}
.feature-list .item-txt .num{
	color: #444CE7;
	position: relative;
	padding-left: 20px;
	font-size: 1.8rem;
}
.feature-list .item-txt .num::before {
	content: '';
	width: 10px;
	height: 1px;
	top: 50%;
	left: 0;
	position: absolute;
	background-color: #444CE7;
}
.feature-list .item-txt .ttl{
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.44;
	margin-bottom: 2.4rem;
}
@media screen and (max-width: 960px) {
	#feature {
		padding:8rem 0 8rem;
		top:-20px;
		margin:0 auto -20px;
		border-radius: 3rem;
	}
	.feature-list .item-pic{
		width: 100%;
		margin-bottom:2rem;
	}
	.feature-list .item:not(:first-child) {
		margin-top: 6.4rem;
	}
	.feature-list .item-txt{
		width: 100%;
	}
	.feature-list .item-txt .num{
		padding-left: 20px;
		font-size: 1.4rem;
	}
	.feature-list .item-txt .ttl{
		font-size: 2rem;
		margin-bottom:1.6rem;
	}
}


/* Voice
------------------------------------------------------- */
#voice{
	padding:13rem 0 .8rem;
	overflow: hidden;
	text-align: center;
}
#company-voice{
	padding:0 0 .8rem;
	overflow: hidden;
	text-align: center;
}

.voice-box{
	background-color: #fff;
	border-radius: 1.6rem;
	box-shadow: rgba(68, 76, 231, .16) 0px 1px 10px;
	padding:5rem;
	margin-top:9rem;
}
#voice .borderd-heading{
	padding-left:32px;
}
#company-voice .borderd-heading{
	padding-left:32px;
}
.borderd-heading.voice-heading01::after  {
	background-image: url(../img/voice-ico01.svg);
	background-size: cover;
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
}
.borderd-heading.voice-heading02{
	margin-top:6rem;
}
.borderd-heading.voice-heading02::after  {
	background-image: url(../img/voice-ico02.svg);
	background-size: cover;
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
}
.voice-list .item{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.voice-list .item:nth-child(n+2){
	padding-top:3rem;
	margin-top:3rem;
	border-top:1px dotted #A7ABBF;
}

.voice-list .item:nth-child(n+4){
	padding-bottom:3rem;
	border-bottom:1px dotted #A7ABBF;
}

.voice-list .item .item-pic{
	width: 90px;
}
.voice-list .item .item-txt {
	width: calc(100% - 120px);
	line-height: 1.66;
	text-align: left;
	font-size:1.4rem;
}
.voice-list .item .item-txt .ttl{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.44;
	margin-bottom:1.4rem;
}


@media screen and (max-width: 960px) {
	#voice{
		padding:8rem 0 1rem;
	}
	#company-voice{
		padding:0 0 1rem;
	}
	.voice-box{
		border-radius: 1.6rem;
		padding:3rem 2rem;
		margin-top:2rem;
	}
	.voice-list .item .item-pic{
		width: 90px;
		margin:0 auto 1.6rem;
	}
	.voice-list .item .item-txt {
		width: 100%;
		font-size:1.4rem;
	}
	.voice-list .item .item-txt .ttl{
		font-size: 1.6rem;
		margin-bottom:1.4rem;
		text-align: center;
	}
}

/* Voice-news
------------------------------------------------------- */
#news {
	padding:0 0 .18rem;
	overflow: hidden;
}

/* .lists__item:first-of-type {
    border-top: 1px dotted #A7ABBF;
} */

.lists__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 24px 0;
    border-bottom: 1px dotted #A7ABBF;
}


.item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.item__date {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0em;
    white-space: nowrap;
}

.txt-ttl:hover {
	opacity: 1;
    color: #a3a3a3;
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
}



.item__link {
    margin-left: 0;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: fit-content;
}

.item__link:hover {
	opacity: 1;
    color: #a3a3a3;
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
}

.news-head {
	padding-left: 30px;
}

.item__head.ns-ttl::before {
	content: "";
	margin: auto;
	position: absolute;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #0084cf;
	top: 84px;
	
}

.more-tit {
	margin-top: 14px;
}

.more {

}

.more:hover {
	opacity: 1;
    color: #a3a3a3;
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
}

@media screen and (max-width: 960px) {
	.item__head.ns-ttl::before {
		top: 62px;
	}
}








/* Case
------------------------------------------------------- */
#case{
	padding:14rem 0 0;
	overflow: hidden;
	text-align: center;
}
#case .lead-copy{
	margin-bottom:4rem;
}
#case .swiper-wrapper {
	align-items: stretch!important;
}
#case .carousel-slider{
	max-width: 700px;
	margin:auto;
	overflow: visible;
}
#case .carousel-slider .swiper-slide {
	max-width: 700px !important;
	margin: 5px 20px 50px;
	height: auto;
	display: flex;
	flex-direction: column;
	padding:4rem 4rem 3rem;
	text-align: left;
}
@media screen and (max-width: 960px) {
	#case{
		padding:8rem 0 0;
	}
  #case .carousel-slider .swiper-slide,
  .related-entry .carousel-slider .swiper-slide {
    width: 90% !important;
		padding:2rem 3rem 3rem;
  }
}
#case .swiper-button-prev,
#case .swiper-button-next{
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
#case .swiper-button-prev{
  top:0;
  left: -30px;
}
#case .swiper-button-next {
  top: 0;
  right: -30px;
}
@media screen and (max-width:960px) {
  #case .swiper{
    overflow: visible;
  }
  #case .swiper-button-prev{
    left: 10px;
  }
  #case .swiper-button-next {
    right: 10px;
  }
}

/* Common Styles */
#case .swiper-pagination-fraction,
#case .swiper-pagination-custom,
#case .swiper-horizontal &gt; .swiper-pagination-bullets,
#case .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
}
#case .swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,
#case .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
#case .swiper-pagination-bullet-active {
  transform: scale(1);
  background: #242D60;
}

#case .case-item{
	background-color: #fff;
	border-radius: 1.6rem;
	box-shadow: rgba(68, 76, 231, .16) 0px 1px 10px;
}
.case-item .ttl,
.modal-container .ttl{
	font-size:2rem;
	font-weight: 600;
	line-height: 1.44;
	margin-bottom:2.4rem;
}
.case-table{
	border-top:1px solid #DBDBDB;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom:3rem;
}
.case-table tr {
	border-bottom: 1px solid #DBDBDB;
}
.case-table th {
	background-color: #F8F8F8;
	width: 25%;
	padding:1.6rem 2rem;
	font-weight: 600;
	text-align: left;
}
.case-table td {
	padding:1.6rem 2rem;
}
.case-table td .tx-caption {
	display: block;
	font-size: 1.2rem;
}
.case-item .link-btn{
	margin:auto auto 10px;
}
.case-item .case-caption{
	color:#242D60;
	opacity: .6;
	font-size:1.2rem;
	letter-spacing: 0;
	position: absolute;
	bottom:10px;
	right:10px;
}
@media screen and (max-width: 960px) {
	.case-item .ttl,
	.modal-container .ttl{
		font-size:1.6rem;
		margin-bottom:1.6rem;
	}
	.case-table{
		font-size: 1.3rem;
	}
	.case-table th {
		display: block;
		width: 100%;
		padding:1.2rem 2rem ;
		text-align: center;
	}
	.case-table td {
		display: block;
		width: 100%;
		padding:1.2rem 0 ;
	}
}

/* モーダルのスタイル調整 */
.modaal-container {
	max-width: 960px;
}
.modaal-content-container {
  padding: 4rem;
	overflow-y: auto;
	max-height: 600px;
  color: #242D60;
}
/* ✕ボタンの位置調整 */
.modaal-close {
  /* position: absolute;
  top: -60px;
  right: 0; */
  background-color: #fff !important;
}
.modaal-inline .modaal-close {
  position: absolute;
  top: -60px;
  right: 0;
}
/* ✕ボタンの色 */
.modaal-close:after,
.modaal-close:before {
  background:#111;
}
/* ホバーしたときの✕ボタンの色 */
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #444CE7;
}
.modal {
  display: none;
}
.modal-title {
  color: #FFF;
}
.case-modal-ttl{
  font-size: 1.6rem;
  font-weight: 700;
}
.case-modal-txt{
	font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
	.modaal-content-container {
		padding: 3rem 2rem 3rem;
	}
}



/* Flow
------------------------------------------------------- */
#flow{
	padding:14rem 0;
	overflow: hidden;
	text-align: center;
}
#flow .flow-box{
	max-width: 1600px;
	margin: 0 auto;
	background: #fff;
	border-radius: 6rem;
	overflow: hidden;
	padding:10rem 0;
}
.flow-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 5rem;
	position: relative;
}
@media screen and (min-width: 961px) {
	.flow-list::before {
		content: "";
		display: block;
		position: absolute;
		border-width: 0;
		border-style: dotted;
		border-color: #444CE7;
		top: 105px;
		left: 10%;
		width: 80%;
		border-top-width: 2px;
	}
}
.flow-list li{
	z-index: 1;
	width: 14.6%;
	display: flex;
	flex-direction: column;
}

.flow-list .num{
	color: #444CE7;
	font-size:2rem;
	margin-bottom:1rem;
	line-height: 1;
	/* display: inline-block; */
	background: #fff;
	padding:.8rem .4rem;
}
.flow-list .img{
	width: 120px;
	height: auto;
	margin:0 auto 2rem;
}
.flow-list .ttl{
	color: #444CE7;
	font-size:1.8rem;
  font-weight: 600;
	margin-bottom:1.6rem;
	line-height: 1.44;
	vertical-align: middle;
}
.flow-list .txt{
  line-height: 1.55;
}
@media screen and (min-width: 961px) {
	.flow-list .ttl{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 2em;
		vertical-align: middle;
	}
}
.flow-list .txt{
	font-size:1.4rem;
	margin-top:auto;
	text-align: left;
}

@media screen and (max-width: 960px) {
	#flow{
		padding:8rem 0;
	}
	#flow .flow-box{
		border-radius: 3rem;
		overflow: hidden;
		padding:6rem 0;
	}
	.flow-list{
		margin-top: 2rem;
	}
	.flow-list::before {
		content: "";
		display: block;
		position: absolute;
		border-width: 0;
		border-style: dotted;
		border-color: #444CE7;
		left: 5rem;
		top: 15%;
		height: 70%;
		border-left-width: 2px;
	}
	.flow-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.flow-list li .item-pic{
		width: 100px;
	}
	.flow-list li:not(:first-child) {
		margin-top: 3rem;
	}
	.flow-list li .item-txt {
		width: calc(100% - 120px);
		padding-top:3rem;
	}
	.flow-list .num{
		font-size:1.4rem;
		margin-bottom:0;
	}
	.flow-list .img{
		width: 100px;
		height: auto;
		margin:0;
	}
	.flow-list .ttl{
		color: #444CE7;
		font-size:1.6rem;
		margin-bottom:.6rem;
		height: auto;
		vertical-align: middle;
		text-align: left;
	}
	.flow-list .txt{
		font-size:1.4rem;
		margin-top:0;
		text-align: left;
	}
}



#footer{
	background-color: #242D60;
	border-radius: 6rem 6rem 0 0;
	padding: 13rem 0 10rem;
	color: #fff;
	overflow: hidden;
	text-align: center;
}
.company-list{
	margin-bottom:6rem;
}
.company-list .item{
	background-color: #fff;
	border-radius: 1.6rem;
	padding:4rem;
	display: flex;
	flex-direction: column;
}
.company-table{
	border-top:1px solid #DBDBDB;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom:3rem;
	color: #242D60;
}
.company-table tr {
	border-bottom: 1px solid #DBDBDB;
}
.company-table th {
	width: 24%;
	padding:1.6rem 0;
	font-weight: 600;
	text-align: left;
}
.company-table td {
	padding:1.6rem 0;
}
#footer .link-btn {
	margin-top: auto;
}
#footer .link-btn__txt{
	padding-right:20px;
}
#footer .link-btn__txt::after {
	background-image: url(../img/ico-blank-bl.svg);
	background-size: cover;
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: calc(50% - 6px);
	right: 0px;
}
#footer .link-btn:hover .link-btn__txt::after {
	background-image: url(../img/ico-blank-w.svg);
}
#footer .copyright{
	font-size:1.2rem;
}
@media screen and (max-width: 960px) {
	#footer{
		border-radius: 3rem 3rem 0 0;
		padding: 8rem 0 12rem;
	}
	.company-list{
		margin-bottom:4rem;
	}
	.company-list .item{
		padding:2rem;
	}
	.company-list .item:nth-child(2){
		margin-top:2rem;
	}
	.company-table{
		font-size: 1.2rem;
	}
	.company-table th {
		display: block;
		width: 100%;
		padding:1.2rem 0 0;
		text-align: left;
	}
	.company-table td {
		display: block;
		width: 100%;
		padding:.6rem 0 1.2rem;
	}
}


#fix-cta a {
	color: #fff !important;
	font-weight: 600;
	display: block;
	padding: 1.2rem 2rem;
	border-radius: 6rem;
	border:1px solid #fff;
	font-size: 1.4rem;
	font-weight: 600;
	transition: 0.5s;
	background: #242D60;
}
#fix-cta a .btn-txt {
	padding-left: 4rem;
	position: relative;
}
#fix-cta a .btn-txt::before {
	content: "無料";
	background-color: #fff;
	border-radius: 2px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #242D60;
	text-align: center;
	line-height: 1;
	padding: .5rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#fix-cta a:hover {
	border:1px solid #444CE7;
	background:#444CE7;
}
#fix-cta a:hover .btn-txt::before{
	color: #444CE7;
}

@media screen and ( min-width:961px) {
  #fix-cta{
    position: fixed;
    bottom: -250px;
    right:30px;
    z-index: 2;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    text-align: center;
  }
  #fix-cta.show {
    bottom: 30px;
  }
}

@media screen and ( max-width:960px) {
  #fix-cta{
    position: fixed;
    bottom: -250px;
    left:0px;
    z-index: 2;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    text-align: center;
    box-shadow: rgba(68, 76, 231, .16) 0px 0px 16px;
    padding:20px;
    background: #fff;
    width: 100%;
  }
  #fix-cta.show {
    bottom: 0px;
  }
}


/* 利用規約
------------------------------------------------------- */

#terms{
  padding:100px 0;
}
.term-box{
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 6rem;
  overflow: hidden;
  padding: 10rem 0;
  line-height: 1.66;
}
#terms .inner{
  max-width: 1000px;
  margin:0 auto;
}



#terms .p-term__container:last-child{
  margin-top:100px;
}

#terms .p-term_heading{
  font-family: "Shippori Mincho B1", system-ui;
  font-weight: 600;
  font-size:2.8rem;
  margin-bottom:2rem;
  line-height: 1.6;
}
#terms .p-term_heading span{
  font-size:2rem;
  display: block;
}
#terms .p-term_subheading{
  border-radius: .4rem;
  margin:6rem 0 1.6rem;
  font-size:2rem;
  font-family: "Shippori Mincho B1", system-ui;
  font-weight: 600;
  background: #e9f0f5;
  padding:2.2rem 2rem;
}
#terms .p-term_smallheading{
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
  line-height: 1.6;
  padding-bottom: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#terms .disc-list{
  margin:2rem;
}
#terms .disc-list li {
  padding-left: 1em;
  line-height: 1.6;
  margin-bottom: .6rem;
  position: relative;
}
#terms .disc-list li:before {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #0084cf;;
  position: absolute;
  left: 0;
  top: 12px;
}
#terms .disc-list li:nth-of-type(n+2) {
  margin-top: .8rem;
}
@media screen and (max-width:960px) {
  #terms{
    padding:50px 0;
  }
  .term-box{
    border-radius: 3rem;
    overflow: hidden;
    padding: 5rem 0;
  }
  .p-term__container {
    font-size:1.4rem;
  }
  #terms .p-term_heading{
    font-size:2rem;
    margin-bottom:2rem;
  }
  #terms .p-term_heading span{
    font-size:1.4rem;
    display: block;
  }
  #terms .p-term_subheading{
    margin:4rem 0 1.6rem;
    font-size:1.6rem;
    background: #e9f0f5;
    padding:2rem 2rem;
  }
  #terms .p-term_smallheading{
    border-bottom: 1px solid #ddd;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-bottom: 1rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}



/* Interview
------------------------------------------------------- */
#interview{
	padding:13rem 0 2rem;
	overflow: hidden;
}
.interview-intro .pic-row{
  width: 20%;
}
.interview-intro .pic-row img{
  border-radius: 1rem;
}
.interview-intro .txt-row{
  width: 76%;
}
.interview-intro .txt-row .ttl{
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.66;
  margin-bottom:2.4rem
}
.interview-intro .txt-row .name{
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom:2rem
}
.interview-intro .txt-row .name span{
  font-size:2rem
}
.interview-intro .txt-row .txt{
  font-size: 1.4rem;
}


.interview-moive{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  row-gap: 3rem;
  align-items: center;
  margin: 6rem 0;
}
.interview-moive li{
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.interview-moive li img{
  border-radius: 1rem;
  position: relative;
}
.interview-moive li iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width:960px) {
  #interview{
    padding:8rem 0 2rem;
    overflow: hidden;
  }
  .interview-intro .pic-row{
    width:60%;
    margin: 0 auto 2rem;
  }
  .interview-intro .txt-row{
    width: 100%;
  }
  .interview-intro .txt-row .ttl{
    font-size: 1.8rem;
    margin-bottom:1.6rem
  }
  .interview-intro .txt-row .name{
    font-size: 1.2rem;
    margin-bottom:2rem
  }
  .interview-intro .txt-row .name span{
    font-size:1.6rem
  }
  .interview-intro .txt-row .txt{
    font-size: 1.2rem;
  }
  .interview-moive{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4rem;
    align-items: center;
    margin: 4rem 0;
  }

}


.modal-interview .interview-intro{
  margin-bottom:4rem;
}
.modal-interview .interview-intro .profile{
  font-size: 1.4rem;
  line-height: 1.55;
}
.modal-interview-ttl{
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.55;
  margin-bottom:4rem;
  line-height: 1.55;
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
  padding:2.4rem 0;
}
.modal-interview-subttl{
  color: #444CE7;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom:1.6rem;
  line-height: 1.55;
}
.modal-interview-wrap:not(:first-child){
  margin-top:5rem;
}
.modal-interview-wrap .flex-row .pic-row{
  width: 44%;
}
.modal-interview-wrap .flex-row .txt-row{
  width: 50%;
}
.modal-interview-wrap.bottom .modal-interview-subttl{
  text-align: center;
  margin-top:2rem;
}
.modal-interview-wrap img{
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width:960px) {
  .modal-interview .interview-intro{
    margin-bottom:3rem;
  }
  .modal-interview .interview-intro .profile{
    font-size: 1.2rem;
  }
  .modal-interview-ttl{
    font-size: 2rem;
    margin-bottom:2rem;
    padding:1rem 0;
  }
  .modal-interview-subttl{
    font-size: 1.6rem;
    margin-bottom:1rem;
  }
  .modal-interview-wrap:not(:first-child){
    margin-top:4rem;
  }
  .modal-interview-wrap .flex-row .pic-row{
    width: 100%;
    margin-bottom:1.6rem
  }
  .modal-interview-wrap .flex-row .txt-row{
    width: 100%;
  }
  .modal-interview-wrap.bottom .modal-interview-subttl{
    text-align: center;
    margin-top:1.6rem;
  }
}


/* rss */

#message {
	display: block;
}

#message p img {
	display: none;
}

#message a.btn {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

#message .mu {
	position: relative
}

#message .mu img {
	width: 100%;
	height: auto
}

#message .mu h3 {
	margin-bottom: 10px;
}

#message .mu small {
	display: block;
	padding-bottom: 10px;
}

.news-ttl:nth-child(-n+3)  {
	border-bottom: 1px dotted #A7ABBF;
	padding-top: 20px;
	padding-bottom: 20px;
}

</pre></body></html>