@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  index
* --------------------------------------------------------------------------------------------------*/
.js-header-scroll .header_bar{
	height: 127px;
	background: transparent;
}
.js-header-scroll .header_bar .list_nav a{
	color: #000;
}

.ttl_sec .txt_en{
	display: block;
	line-height: 1.3;
	font-family: "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 5rem;
	color: #0094d9;
}
.ttl_sec .txt_ja{
	display: block;
	line-height: 1.5;
	font-size: 2rem;
	color: #1c1c1c;
}
.ttl_sec .txt_ja::after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 3px;
	margin: -3px 0 0 10px;
	vertical-align: middle;
	background: #d53a30;
}

@media screen and (max-width: 768px){
	.js-header-scroll .header_bar{
		height: 16vw;
	}
	.js-header-scroll .header_bar.js-active{
   	background: rgba(49,49,49,0.8);
	}
	.ttl_sec .txt_en{
		font-size: 7vw;
	}
	.ttl_sec .txt_ja{
		font-size: 3vw;
	}
	.ttl_sec .txt_ja::after{
		width: 3vw;
		height: 2px;
		margin: -2px 0 0 1em;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  sec_fv
* --------------------------------------------------------------------------------------------------*/
.sec_fv {
	position: relative;
}
.sec_fv .slider_fv{
	width: 66.5vw;
	margin-left: auto;
}
.sec_fv .slider_fv img{
	width: 100%;
	max-width: unset;
}
.sec_fv .slider_fv .slick-dots{
  opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.sec_fv .slider_fv .slick-dots li{
	margin: 0 5px;
}
.sec_fv .slider_fv .slick-dots li.slick-active button{
	background: #00a0e3;
}
.sec_fv .slider_fv .slick-dots button{
	width: 15px;
	height: 15px;
	font-size: 0;
	border-radius: 100%;
	background: #fff;
}
.sec_fv .content_fv{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: calc(127px + 7.7%) 0 9.8%;
}
.sec_fv .content_fv .txt_fv{
	width: 54.2vw;
	max-width: 732px;
	margin: 0 0 6.7% -8.8%;
}
.sec_fv .content_fv .btn_more{
	margin-left: -4.4%;
}

.sec_fv .p-fixed-item-bnr {
	position: relative;
}

.sec_fv .p-fixed-item-bnr.is-none {
	display: none;
}

.sec_fv .p-fixed-item-bnr:not(.is-none) {
	bottom: 30px;
	position: absolute;
	right: 30px;
	z-index: 5;
}

.sec_fv .p-fixed-item-bnr:not(.is-none) a {
	display: block;
	transition: opacity .45s cubic-bezier(.215,.61,.355,1);
}

.sec_fv .p-fixed-item-bnr:not(.is-none) a:hover {
	opacity: 0.8;
}

.sec_fv .p-fixed-item-bnr .p-fixed-item-bnr__btn {
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px #fff;
	display: block;
	height: 35px;
	margin-left: auto;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(5px,-5px);
	width: 35px;
	z-index: 1;
	background-color: #313131!important;
	cursor: pointer;
}

.sec_fv .p-fixed-item-bnr .p-fixed-item-bnr__btn:before,
.sec_fv .p-fixed-item-bnr .p-fixed-item-bnr__btn:after {
	background-color: #fff;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 100%;
	width: calc(100% - 20px);
}

.sec_fv .p-fixed-item-bnr .p-fixed-item-bnr__btn:before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.sec_fv .p-fixed-item-bnr .p-fixed-item-bnr__btn:after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

@media screen and (min-width: 1321px){
	.sec_fv .slider_fv{
		width: calc( 50% - 560px + 813px );
	}
	.sec_fv .content_fv{
		padding-top: 168px;
	}
	.sec_fv .content_fv .txt_fv{
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 1024px){
	.sec_fv .slider_fv img{
		width: 100%;
		min-height: 600px;
		object-fit: cover;
	}
	.sec_fv .p-fixed-item-bnr:not(.is-none) {
		width: 100%;
		max-width: 230px;
	}
}

@media screen and (max-width: 768px){
	.sec_fv .slider_fv{
		width: 100%;
	}
	.sec_fv .slider_fv img{
		min-height: 0;
	}
	.sec_fv .slider_fv .slick-dots{
		bottom: 4vw;
	}
	.sec_fv .slider_fv .slick-dots li{
		margin: 0 0.8vw;
	}
	.sec_fv .slider_fv .slick-dots button{
		width: 2vw;
		height: 2vw;
	}
	.sec_fv .content_fv{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		transform: translate(0);
		margin: 0 auto;
		padding: 22.6vw 0 0 0;
	}
	.sec_fv .content_fv .txt_fv{
		width: 76.93vw;
		margin: 0 0 8vw;
	}
	.sec_fv .content_fv .btn_more{
		margin-left: 0;
	}
	.sec_fv .p-fixed-item-bnr:not(.is-none) {
		max-width: 180px;
		bottom: 15px;
		right: 15px;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  sec_news01
* --------------------------------------------------------------------------------------------------*/
.sec_news01{
	padding: 20px 0;
	background: #3f3f3f;
}
.sec_news01_inner{
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec_news01 .ttl_news{
	padding-right: 1.5em;
	font-weight: bold;
	font-size: 2.1rem;
    color: #199edd;
    background: -webkit-linear-gradient(-55deg, #4cb6e8, #199edd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec_news01 .archives_news_list{
	position: relative;
	width: 64.44%;
	max-width: 870px;
	padding: 4px 80px 4px 20px;
	border-left: 2px solid #8e8e8e;
}
.sec_news01 .archives_news_list .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 27px;
	height: 26px;
	font-size: 0;
	background: url(../images/index/btn_news_arrow.png) #38bfff 50% 50% no-repeat;
	background-size: 8px auto;
	cursor: pointer;
}
.sec_news01 .archives_news_list .slick-prev{
	right: 29px;
}
.sec_news01 .archives_news_list .slick-next{
	right: 0;
	transform: translateY(-50%) scaleX(-1);
}
.sec_news01 .archives_news_item{
	display: flex;
	align-items: center;
}
.sec_news01 .archives_news_item .cate{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 114px;
	height: 26px;
	margin-right: 25px;
	line-height: 1;
	font-size: 1.5rem;
	color: #313131;
	background: #fff;
}
.sec_news01 .archives_news_item time{
	margin-right: 25px;
	font-size: 1.6rem;
	color: #fff;
}
.sec_news01 .archives_news_item .ttl{
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.5;
	font-size: 1.6rem;
	color: #fff;
}
.sec_news01 .archives_news_item .ttl h3{
	display: inline;
	font-size: inherit;
	color: #fff;
}

@media screen and (max-width: 1320px){
	.sec_news01 .archives_news_list{
		width: 80%;
	}
}

@media screen and (max-width: 768px){
	.sec_news01{
		padding: 2.2vw 0;
	}
	.sec_news01_inner{
		position: relative;
		display: block;
		margin: 0 10.4vw;
	}
	.sec_news01 .ttl_news{
		position: absolute;
		left: 16vw;
		padding-right: 2.2vw;
		line-height: 1.26;
		font-size: 3.46vw;
		border-right: 2px solid #8e8e8e;
	}
	.sec_news01 .archives_news_list{
		width: 100%;
		padding: 0;
		font-size: 3.4vw;
		border-left: none;
	}
	.sec_news01 .archives_news_list .slick-arrow{
		top: auto;
		transform: translateY(0);
		bottom: 0;
		width: 5.6vw;
		height: 5.3vw;
		background-size: 1.3vw auto;
	}
	.sec_news01 .archives_news_list .slick-prev{
		right: auto;
		left: 0;
		background-color: #00c1ff;
	}
	.sec_news01 .archives_news_list .slick-next{
		right: 0;
		transform: scaleX(-1);
		background-color: #06b4ec;
	}
	.sec_news01 .archives_news_item{
		justify-content: center;
		flex-wrap: wrap;
	}
	.sec_news01 .archives_news_item .cate{
		width: 15.7vw;
		height: 3.6vw;
		margin: 0 2.6vw 0 16vw;
		font-size: 2.1vw;
	}
	.sec_news01 .archives_news_item time{
		margin-right: 0;
		font-size: 2.4vw;
	}
	.sec_news01 .archives_news_item .ttl{
		margin: 1.3vw 10.5vw 0;
		font-size: 2.6vw;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  sec_company
* --------------------------------------------------------------------------------------------------*/
.sec_company{
	position: relative;
	margin-bottom: 100px;
	padding: 85px 0 80px;
}
.sec_company::before{
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	content: "";
	width: calc( 50% - 560px + 805px );
	height: 100%;
	background-image: linear-gradient( -55deg, #00b8ed 1%, #00a0e3 100% );
	transition: width 0.3s ease-out;
}
.sec_company .ttl_sec{
	margin-bottom: 50px;
}
.sec_company .company_content{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.sec_company .img{
	width: 58.2%;
	margin-left: -10%;
}
.sec_company .txt_box{
	width: 47.14%;
}
.sec_company .txt_box .ttl{
	margin-bottom: 1.3em;
	line-height: 1.5;
	letter-spacing: -0.03em;
	font-weight: bold;
	font-size: 3rem;
	color: #fff;
}
.sec_company .txt_box .txt{
	margin-bottom: 3.125em;
	line-height: 1.75;
	font-size: 1.6rem;
	color: #fff;
}
.sec_company .txt_box .btn_more{
	width: 337px;
	height: 76px;
	background: #fff;
}
.sec_company .btn_more::before{
	border-color: transparent transparent transparent #0094d9;
}
.sec_company .btn_more .link_txt{
	color: #0094d9;
}

@media screen and (max-width: 1320px){
	.sec_company::before{
		width: 58vw;
	}
	.sec_company .company_content{
		align-items: center;
	}
}

@media screen and (max-width: 768px){
	.sec_company{
		margin-bottom: 10vw;
		padding: 10vw 0 5vw;
	}
	.sec_company .ttl_sec{
		margin-bottom: 8vw;
	}
	.sec_company::before{
		top: auto;
		bottom: 0;
		width: 100%;
		height: 60%;
	}
	.sec_company .company_content{
		display: block;
	}
	.sec_company .img{
		width: 100%;
		margin: 0 0 8vw;
		text-align: center
	}
	.sec_company .txt_box{
		width: 100%;
	}
	.sec_company .txt_box .ttl{
		letter-spacing: 0;
		font-size: 5vw;
	}
	.sec_company .txt_box .txt{
		font-size: 3vw;
	}
	.sec_company .txt_box .btn_more{
	    width: 42.6vw;
	    height: 10.6vw;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  sec_services
* --------------------------------------------------------------------------------------------------*/
.sec_services{
	padding-bottom: 100px;
}
.sec_services .ttl_sec{
	margin-bottom: 30px;
}
.sec_services .ttl_sec .txt_en,
.sec_services .ttl_sec .txt_ja{
	text-align: center;
}
.sec_services .list_services{
	display: flex;
	flex-wrap: wrap;
}
.sec_services .item_services{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 30.3vw;
	max-height: 400px;
	background: 50% 50% no-repeat;
	background-size: cover;
}
.sec_services .item_services .c-bg-cover__img{
  overflow: hidden;
}
.sec_services .item_services .c-bg-cover__img img{
  transition: .3s ease-in-out;
}
.sec_services .item_services:hover .c-bg-cover__img img{
  transform: translate( -50%, -50% ) scale( 1.07 );
}
.sec_services .item_services .c-bg-cover__img .js-objectfit:before{
  padding-top: calc( 400 / 675 * 100% );
}
.sec_services .item_services01{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/* background-image: url(../images/index/bg_services01.jpg); */
}
.sec_services .item_services02{
	border-bottom: 1px solid #fff;
	/* background-image: url(../images/index/bg_services02.jpg); */
}
.sec_services .item_services03{
	border-right: 1px solid #fff;
	/* background-image: url(../images/index/bg_services03.jpg); */
}
.sec_services .item_services04{
	/* background-image: url(../images/index/bg_services04.jpg); */
}
.sec_services .item_services .services_content{
	width: 450px;
}
.sec_services .item_services .ttl{
	margin-bottom: 10px;
	text-align: center;
}
.sec_services .item_services .ico{
	display: inline-block;
	width: 47px;
	height: 47px;
	margin: -20px 20px 0 0;
	vertical-align: middle;
}
.sec_services .item_services .ttl_txt{
	font-weight: bold;
	font-size: 2.8rem;
	color: #fff;
}
.sec_services .item_services .list{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	line-height: 1.55;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	background: rgba(0,148,217,0.9);
}
.sec_services .btn_more{
	width: 337px;
	height: 76px;
	margin: 60px auto 0;
}

@media screen and (max-width: 1024px){
	.sec_services .item_services .services_content{
		width: 90%;
		min-width: 0;
	}
	.sec_services .item_services .ttl_txt{
		font-size: 2.2rem;
	}
	.sec_services .item_services .list{
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 768px){
	.sec_services{
		padding-bottom: 10vw;
	}
	.sec_services .ttl_sec{
		margin-bottom: 5vw;
	}
	.sec_services .list_services{
		display: block;
	}
	.sec_services .item_services{
		width: 100%;
		height: 60vw;
		max-height: unset;
	}
	.sec_services .item_services01{
		border-right: none;
	}
	.sec_services .item_services03{
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	.sec_services .item_services .services_content{
		width: 80%;
	}
	.sec_services .item_services .ico{
		width: 8vw;
		height: 8vw;
		margin: -3vw 3vw 0 0;
	}
	.sec_services .item_services .ttl_txt{
		font-size: 5vw;
	}
	.sec_services .item_services .list{
		height: 18vw;
		font-size: 3vw;
	}
	.sec_services .btn_more{
		width: 42.6vw;
		height: 10.6vw;
		margin-top: 5vw;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  sec_news02
* --------------------------------------------------------------------------------------------------*/
.sec_news02{
	position: relative;
	padding-bottom: 120px;
}
.sec_news02::before{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	display: block;
	width: 84.84vw;
	height: calc( 100% + 236px );
	background: #f5f5f5;
}
.sec_news02 .ttl_sec{
	margin-bottom: 30px;
}
.sec_news02 .sec_news02_content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec_news02 .sec_news02_content .left_column{
	width: 38.39%;
}
.archives_news_item.new_news .img{
	margin-bottom: 30px;
}
.sec_news02 .sec_news02_content .right_column{
	width: 58.24%;
	padding: 45px 50px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.sec_news02 .sec_news02_content .right_column .js-scroll{
	position: relative;
	height: 460px;
	padding-right: 40px;
}
/* js-scroll */
.ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
	width: 5px;
	right: 0;
	border-radius: 0;
	background-color: #0094d9;
	transition: none;
   -webkit-transition: none;
}
.ps__rail-y{
	width: 5px;
}
.ps__rail-x{
	display: block;
}
.ps__rail-y,
.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y{
	opacity: 1;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
   background-color: #e1e1e1;
}
.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking{
    background-color: #e1e1e1;
    opacity: 1;
}
.sec_news02 .archives_news_item{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.sec_news02 .archives_news_item + .archives_news_item{
	margin-top: 35px;
}
.sec_news02 .archives_news_item .cate{
	display: flex;
	justify-content: center;
	width: 114px;
	height: 26px;
	margin-right: 20px;
	line-height: 28px;
	font-size: 1.3rem;
	color: #fff;
}
.sec_news02 .archives_news_item .cate_news{
	background: #33baec;
}
.sec_news02 .archives_news_item .cate_blog{
	background: #1b4999;
}
.sec_news02 .archives_news_item time{
	line-height: 2;
	font-size: 1.5rem;
	color: #909090;
}
.sec_news02 .archives_news_item a{
	display: block;
	width: 100%;
	margin-top: 15px;
	line-height: 1.625;
	text-decoration: underline;
	font-size: 1.6rem;
	color: #000;
}
.sec_news02 .archives_news_item a h3{
	line-height: 1.625;
	font-size: inherit;
}
.sec_news02 .archives_news_item.new_news a{
	font-size: 2rem;
}
.sec_news02 .btn_more{
	width: 337px;
	height: 76px;
	margin: 60px auto 0;
	background: #fff;
	border: 2px solid #0094d9;
}
.sec_news02 .btn_more::before{
	border-color: transparent transparent transparent #0094d9;
}
.sec_news02 .btn_more .link_txt{
	color: #0094d9;
}

@media screen and (max-width: 768px){
	.sec_news02{
		padding-bottom: 10vw;
	}
	.sec_news02::before{
		height: calc( 100% + 25.6vw );
	}
	.sec_news02 .ttl_sec{
		margin-bottom: 5vw;
	}
	.sec_news02 .sec_news02_content{
		display: block;
	}
	.sec_news02 .sec_news02_content .left_column{
		width: 100%;
		margin-bottom: 8vw;
	}
	.archives_news_item.new_news .img{
		width: 100%;
		text-align: center;
		margin-bottom: 5vw;
	}
	.sec_news02 .sec_news02_content .right_column{
		width: 100%;
		height: 120vw;
		padding: 5vw;
	}
	.sec_news02 .sec_news02_content .right_column .js-scroll{
		height: 110vw;
		padding-right: 5vw;
	}
	.sec_news02 .archives_news_item + .archives_news_item{
		margin-top: 5vw;
	}
	.sec_news02 .archives_news_item .cate{
	   width: 15.7vw;
	   height: 3.6vw;
	   margin-right: 2.6vw;
	   line-height: 3.6vw;
		font-size: 2.1vw;
	}
	.sec_news02 .archives_news_item time{
		font-size: 2.4vw;
	}
	.sec_news02 .archives_news_item.new_news a,
	.sec_news02 .archives_news_item .ttl{
		margin-top: 1.3vw;
		font-size: 2.6vw;
	}
	.sec_news02 .btn_more{
		width: 42.6vw;
		height: 10.6vw;
		margin-top: 5vw;
	}
}
