@charset "utf-8";
/* CSS Document */
.swiper-container .swiper-wrapper .swiper-slide{
	opacity: 1;
	overflow: hidden;
    	position: relative;
}
body.on .swiper-container{
	width: 100%;
	margin: 0 auto;
    z-index: -5;
	overflow: hidden;
    aspect-ratio: 4 / 3;
    max-height: 1100px;
}

body.on .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

}

.swiper-pagination{
    z-index: 50;
}

body{
	font-family: "Noto Sans JP", "Oswald",  sans-serif;
	background-color: #FFFFFF;
	color: #2B2B2B;
}
.more3 a{
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    text-decoration: none;
	border-radius: 5px;
    
}
.more3 a .flex{
	justify-content: flex-start;
}
.more3 a::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url("https://office-raptor.com/system_panel/uploads/images/more-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: 0.3s ease;
}

.more3 a:hover::after,a:hover .more > div::after {
    transform: translate(3px, -50%);
}
.more3 {
    position: relative; 
    display: flex;
    align-items: center;
	justify-content: flex-start;
    gap: 10px;
    padding-bottom: 20px; 
}

.more3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #0070D4;
}

.more3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    width: calc(100% - 30px);
    height: 2px;
    background-color: #DBDBDB;
}
.more4::before,
.more4::after{
    display: none;
}
.more4{
	border: #E1EDF7 1px solid;
padding-bottom: 0px;
	border-radius: 10px;
}
.more4 a{
padding: 35px;

}


.title-style3{
	position: relative;
	justify-content: space-between;
	border-bottom: #DBDBDB 2px solid;
}
.title-style3 .leftbox h2{
	background-color: #00327B;
	padding: 5px 12px;
}
.more2-r{
	justify-content: flex-start;
}
.more2-r .flex{
	justify-content: flex-start;
}
.more2-r a > div {
    padding-left: 0px;
}
.main-img_wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}
.main-img_wrap .main-img img {
    width: 100%; 
    display: block;
}
.main-img_wrap .txtbox{
	position: absolute;
    top: 50%;  
    left: 50%;    
	transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1200px;
    height: auto; 
    background-color: #404040CC;
    padding: 40px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 150px 100px;
}
.main-img_wrap .txtbox h2{
	letter-spacing: 0.15em;
}
.main-img_wrap .txtbox h2 span{
	color: #F6FF01;
}
.main-img_wrap .txtbox p{
	letter-spacing: 0.15em;
}
.txtbox .bg-txt {
    position: absolute;
    right: 0px;
    bottom: -10px;
    width: 600px;
    height: 120px;
    background: url("https://office-raptor.com/system_panel/uploads/images/top-bgtxt.png") no-repeat center/contain;
    opacity: 1;
    pointer-events: none;
	z-index: 10;
}

.cate1 .bg-blue{
	background-color: #E0EEF7;
	margin-left: clamp(20px, 20vw, 300px);
	padding: 90px 110px;
}
.cate1 .box_wrap .box-item{
	gap:60px;
	margin: 40px 0;
	padding-bottom: 40px;
	border-bottom: #DBDBDB 2px solid; 
}
.cate1 .box_wrap .box-item .imgbox{
	width: calc(30% - 30px);
}
.cate1 .box_wrap .box-item .imgbox img{
	border-radius: 10px;
}
.cate1 .box_wrap .box-item .txtbox{
	width: calc(70% - 30px);
}
.cate_wrap .cate2{
	padding-top: 200px;
}
.cate2 .title-style3{
	border-bottom: none;
	align-items: flex-start;
}
.cate2 .title-style3 .leftbox{
    align-items: flex-start;
}
.cate2 .title-style3 .en_title{
	font-size: 90px;
}
.cate2 .bg-gray{
	background-color: #F7F7F7;
	position: relative;
}
.cate2 .bg-gray .box_wrap{
	position: relative;
	top: -70px;
	margin: 0 auto;
}
.cate2 .box_wrap{
	gap: 100px;
}

.cate2 .box_wrap >.leftbox{
	width: calc(40% - 50px);
	flex-direction: column;
}
.cate2 .box_wrap >.rightbox{
	gap: 40px;
	width: calc(60% - 50px);
	align-items: stretch;
}
.cate2 .box_wrap .rightbox .box-item{
	flex-direction: column;
	gap: 30px;
	width: calc(50% - 20px);
	margin-bottom: auto;
}
.cate2 .box_wrap .rightbox .box-item img{
	border-radius: 10px;
}
.cate2 .box_wrap .rightbox .box-item .namebox{
	flex-direction: column;
}
.cate3 .titlebox{
	flex-direction: column;
	width: 100%;
}
.cate3 .titlebox img{ 
	width: 28px;
}
.cate3 .iframe-box {
    position: relative;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9; 
    margin: 0 auto;
    border-radius: 15px; 
    overflow: hidden; 
    border: #DCDDC7 solid 2px;
}

.cate3 .iframe-box iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    left: 0;
    top: 0;
    display: block;
}
.cate3 .box_wrap{
	gap: 30px;
}
.cate3 .box_wrap .box-item {
    width:calc((100% - 60px) / 3);
}
.cate3 .box-item .iframe-box{
	aspect-ratio: 16 / 9;
    border-radius: 15px;
    overflow: hidden;
}
.cate4 .box_wrap{
	width: 100%;
	gap: 20px;
}
.cate4 .box-item{
	width:calc(50% - 10px);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.main-img_wrap .txtbox {
		padding: 100px 80px;
	}
	.txtbox .bg-txt {
		bottom: -25px;
		width: 400px;
	}
	.cate1 .bg-blue{
		margin-left: clamp(20px, 10vw, 350px);
	}
	.cate1 .box_wrap .box-item{
		gap:30px;
		margin: 30px 0;
		padding-bottom: 30px;
		flex-direction: column;
	}
	.cate1 .box_wrap .box-item .imgbox{
		width: 100%;
	}
	.cate1 .box_wrap .box-item .txtbox{
		width: 100%;
	}
	.cate3 .box_wrap {
		flex-direction: column;
	}
	.cate3 .box_wrap .box-item {
		width:70%;
	}
	.cate4 .box_wrap {
		flex-direction: column;
	}
	.cate4 .box_wrap .box-item {
		width:100%;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.main-img_wrap .txtbox {
		padding: 80px 50px;
	}
	.txtbox .bg-txt {
		bottom: -30px;
		width: 300px;
	}
	.cate2 .box_wrap{
		flex-direction: column;
	}
	.cate2 .box_wrap >.leftbox {
		width:100%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}
	.cate2 .box_wrap >.rightbox {
		width:100%;
		flex-direction: row;
	}
	.cate2 .title-style3 .en_title {
		font-size: 70px;
	}
	.cate2 .box_wrap {
		gap: 80px;
	}
	.cate2 .box_wrap .rightbox .box-item {
		gap: 20px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
    .swiper-container{
height: 600px;
    }
	.main-img_wrap .txtbox {
		padding: 60px 40px;
	}
	.txtbox .bg-txt {
		bottom: -40px;
		width: 200px;
	}
	.cate1 .box_wrap .box-item{
		gap:20px;
		margin: 20px 0;
		padding-bottom: 20px;
	}
	.cate1 .bg-blue {
		padding: 30px 50px;
	}
    .cate2 .title-style3 .en_title {
        font-size: 50px;
    }

	.more3 {
		padding-bottom: 10px;
	}
	   .more4 {
        padding: 0px;
    }
	.cate3 .box_wrap .box-item {
		width:100%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
.swiper-container{
height: 450px;
    }
	.main-img_wrap .main-img {
        height: 60vh;
        overflow: hidden;
    }
    .main-img_wrap .main-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
	.main-img_wrap .txtbox {
		padding: 30px 20px 50px 20px;
	}
	.txtbox .bg-txt {
		bottom: -45px;
		width: 150px;
	}
	.main-img_wrap .txtbox h2 {
		font-size: 18px;
		letter-spacing: 0.1em;
	}
	.main-img_wrap .txtbox p br{
    display: none;
	}
	.title-style3 .leftbox h2 {
		padding: 3px 8px;
		font-size: 12px;
	}
	.cate1 .bg-blue {
		padding: 20px 30px;
	}
	.cate1 .box_wrap .box-item{
		gap:10px;
		margin: 10px 0;
		padding-bottom: 10px;
	}
	.cate2 .title-style3 .en_title {
		font-size: 40px;
	}
    .cate2 .box_wrap >.rightbox {
        flex-direction: column;
    }
	 .cate2 .box_wrap >.rightbox .box-item{
        width: 80%;
		 margin: 0 auto;
    }
    .title-style3 .leftbox h2 {
        padding: 3px 5px;
    }
	.cate2 .box_wrap {
		gap: 50px;
	}
	.cate2 .box_wrap .rightbox .box-item {
		gap: 10px;
	}

   
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

