@charset "utf-8";
/* CSS Document */

* {
	line-height: 1;
}


html {
  scroll-padding-top:100px;
	scroll-behavior: smooth;
}

img {
    border: 0;
    vertical-align: top;
	object-fit: cover;
}


/*clearfix*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
	overflow-x : hidden;
}

* {
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
word-wrap: break-word;
}

/*body*/

body {
width: 100%;
	-webkit-text-size-adjust: 100%;
    background-color: #F1F1F1;
	}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	transition: 0.5s;
}

a:hover {
	opacity: 0.75;
    transition: .5s;
}

/* basefont */
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --title-font:"Poppins", sans-serif;
	
  --base-font-size: 16px;
  --base-font-size2: 20px;
  --base-font-size3: 24px;
  --base-font-size4: 30px;

  --base-font-weight: 400;
  --base-font-weight2: 500;
  --base-font-weight3: 600;
	
  --color-base: #000;
  --color-main: #0059A1;
  --color-sub: #00A1A1;
  --color-back01:#98A5AF;
}


.c-layout {
	font-family: var(--base-font);
font-weight: var(--base-font-weight);
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-size: var(--base-font-size);
	color : var(--color-base);
	line-height: 1;
}

.c-layout p {
	font-family: var(--base-font);
font-weight: var(--base-font-weight);
	font-size: var(--base-font-size);
	color : var(--color-base);
	line-height: 2;
	letter-spacing: 0.05em;
}

.c-layout a {
	color : var(--color-base);
	font-weight: var(--base-font-weight);
}

.c-layout p a {
	color : var(--color-base);
	font-weight: var(--base-font-weight);
}

/* background-color */

.bg-color01 {
    background : -moz-linear-gradient(-2.03% 298.88% 0deg,rgba(0, 89, 161, 1) 0%,rgba(1, 161, 161, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 89, 161, 1) 0%, rgba(1, 161, 161, 1) 100%);
  background : -webkit-gradient(linear,-2.03% 298.88% ,-1.98% 298.88% ,color-stop(0,rgba(0, 89, 161, 1) ),color-stop(1,rgba(1, 161, 161, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 89, 161, 1) 0%, rgba(1, 161, 161, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 89, 161, 1) 0%, rgba(1, 161, 161, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0059A1', endColorstr='#01A1A1' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 89, 161, 1) 0%, rgba(1, 161, 161, 1) 100%);
}

/* c-gradation */

.c-gradation, .c-gradation2, .c-gradation3, .c-gradation4 {
    position: relative;
}

.c-gradation::before, .c-gradation::after {
    content: "";
	position: absolute;
	display: block;
    background : -moz-linear-gradient(50% 0% -90deg,rgba(229, 227, 227, 1) 0%,rgba(241, 241, 241, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(229, 227, 227, 1) ),color-stop(1,rgba(241, 241, 241, 1) ));
  background : -o-linear-gradient(-90deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E3E3', endColorstr='#F1F1F1' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
}

.c-gradation2::before, .c-gradation2::after {
    content: "";
	position: absolute;
	display: block;
    background : -moz-linear-gradient(50% 100% 90deg,rgba(229, 227, 227, 1) 0%,rgba(241, 241, 241, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(229, 227, 227, 1) ),color-stop(1,rgba(241, 241, 241, 1) ));
  background : -o-linear-gradient(90deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E3E3', endColorstr='#F1F1F1' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
}

.c-gradation3::before, .c-gradation3::after {
    content: "";
	position: absolute;
	display: block;
    background : -moz-linear-gradient(0% 50% 0deg,rgba(229, 227, 227, 1) 0%,rgba(241, 241, 241, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(229, 227, 227, 1) ),color-stop(1,rgba(241, 241, 241, 1) ));
  background : -o-linear-gradient(0deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E3E3', endColorstr='#F1F1F1' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
}

.c-gradation4::before, .c-gradation4::after {
    content: "";
	position: absolute;
	display: block;
     background : -moz-linear-gradient(100% 50% 180deg,rgba(229, 227, 227, 1) 0%,rgba(241, 241, 241, 1) 100%);
  background : -webkit-linear-gradient(180deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
  background : -webkit-gradient(linear,100% 50% ,0% 50% ,color-stop(0,rgba(229, 227, 227, 1) ),color-stop(1,rgba(241, 241, 241, 1) ));
  background : -o-linear-gradient(180deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
  background : -ms-linear-gradient(180deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E3E3', endColorstr='#F1F1F1' ,GradientType=0)";
  background : linear-gradient(-90deg, rgba(229, 227, 227, 1) 0%, rgba(241, 241, 241, 1) 100%);
}





/* animation_box */

.animation_box {
  transition: 1s ease;
	opacity: 0;
	transition-delay: .5s;
	transform: translate(0px, 0px);
}

.animation_box2 {
	transition-delay: 1s;
}

.animation_box3 {
	transition-delay: 1.5s;
}

.animation_box4 {
	transition-delay: 2s;
}

.animation_box-top {
	transform: translateY(50px);
}

.animation_box-bottom {
	transform: translateY(-50px);
}

.animation_box-left {
	transform: translateX(-50px);
}

.animation_box-right {
	transform: translateX(50px);
}

.animation_box.effect {
	opacity: 1;
	transform: translate(0px, 0px);
}


/*privacycontent*/


#privacycontent{position:relative}

.js-privacyinfo{display:none}

.js-privacyinfo.is-open{display:block}

.js-privacyinfo[aria-hidden=false]

.js-privacyinfo_overlay{animation:mmfadeIn .3s cubic-bezier(0, 0, 0.2, 1)}

.js-privacyinfo[aria-hidden=true]

.js-privacyinfo_overlay{animation:mmfadeOut .3s cubic-bezier(0, 0, 0.2, 1)}

.js-privacyinfo[aria-hidden=false] 

.js-privacyinfo_container{animation:mmslideIn .3s cubic-bezier(0, 0, 0.2, 1)}

.js-privacyinfo[aria-hidden=true] 

.js-privacyinfo_container{animation:mmslideOut .3s cubic-bezier(0, 0, 0.2, 1)}

.js-privacyinfo_overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999999;background:rgba(255,255,255,.95);display:flex;justify-content:center;align-items:center}


.js-privacyinfo_container{background-color:#fff;margin-right:auto;margin-left:auto;padding:max(2rem,70px) max(2rem,70px);width:calc(100% - 40px);max-width:1080px;overflow-y:auto;max-height:90vh;scroll-behavior:smooth;opacity:0;transform:translateY(-50px);transition:all 1s ease;border:2px solid #0d6bbb;border-radius:1rem;position:relative;}

@media(max-width: 767px){
	.js-privacyinfo_container{padding:max(2rem,35px) max(2rem,35px);}
}

.is-open .js-privacyinfo_container{opacity:1;transform:translateY(0)}

.js-privacyinfo_header{padding-right:8rem}

@media(max-width: 767px){
	.js-privacyinfo_header{padding-right:0rem}
}

.js-privacyinfo_title{font-size:27px;font-weight:600;color:var(--color-main);flex:1;line-height:1.6;text-align:justify;color: #0d6bbb;
}

@media(max-width: 767px){
	.js-privacyinfo_title{font-size:18px;}
}

.js-privacyinfo_body{padding-top:30px;text-align:justify;font-size:16px;line-height:1.8}

@media(max-width: 767px){
	.js-privacyinfo_body{padding-top:20px;font-size:14px;}
}

.js-privacyinfo_close{width:49px;aspect-ratio:1/1;background-image:url(../img/common/icn-close.png);background-repeat:no-repeat;background-position:center;background-size:100%;text-indent:-99999rem;outline:none;position:absolute;top:25px;right:25px;
	border-style : none;
	border-radius: 50%;
	cursor: pointer;
}

@media(max-width: 767px){
	.js-privacyinfo_close{top:-55px;right:15px;width:32px;z-index: 11;}
}

@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}
@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}
@keyframes mmslideIn{from{transform:translateY(15%);opacity:0}to{transform:translateY(0);opacity:1}}
@keyframes mmslideOut{from{transform:translateY(0);opacity:1}to{transform:translateY(-10%);opacity:0}}




/*header*/

.l-header {
	z-index: 99;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

.l-header .inner {
	display: flex;
  justify-content: space-between;
	align-items: center;
	padding: 10px 15px 10px;
/*	background-color: #FFF;*/
}

.c-header__logo img {
	height: 40px;
	width: auto;
}

.c-header__nav {
	display: flex;
  justify-content: flex-end;
	align-items: flex-end;
	gap:0px 10px;
}

.c-header__nav--sites {
	position: absolute;
right: 110px;
top: 0px;
}

.c-header__nav h5 a {
font-weight: var(--base-font-weight2);
color: #FFF;
    font-size: 14px;
line-height: 1.2;
letter-spacing: 0.05em;
	min-width: 280px;
    padding: 12px 40px;
	text-align: center;
    display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
    border-radius: 0px 0px 8px 8px;
    position: relative;
}

.c-header__nav h5 a::before {
    content: "";
	position: absolute;
right: 20px;
top: 0px;
	background-image: url("../img/common/icon-link2.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 9px;
	width: 13px;
	height: 100%;
}


/* スマホメニュー */

.c-spheader {
	width: 50px;
	z-index: 99999999;
  justify-content: space-between;
flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
}

.c-spheader .hn {
	width: 50px;
}
	
.drawer-nav {
	display: none;
		position: absolute;
		top:0;
	right: 0px;
		width: 100%;
	max-width: 100%;
		height: 100vh;
		overflow: auto;
	z-index: 99;
	background-color: #FFF;
	}

@media screen and (max-width: 767px) {
.drawer-nav {
		width: 100%;
	}
}

	.drawer-menu {
		width: 100%;
		max-width: 100%;
		height: 100vh;
		display: flex;
  justify-content: center;
        align-items: center;
flex-wrap: wrap;
        position: relative;
	}

@media screen and (max-width: 767px) {
    .drawer-menu {
		align-items: flex-start;
	}
}


.drawer-menu .c-header__logo {
	position: absolute;
left: 15px;
top: 15px;
}

.drawer-menu-item {
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    position: relative;
}

.d-itembox-wrap {
    flex: 1;
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    padding-left: 8%;
}

.d-itembox {
     width: 31%;
}

.d-itembox .d-item:not(:last-child) {
   margin-bottom: 40px;
}


@media screen and (max-width: 767px) {
    
.d-itembox-wrap {
    width: 100%;
    padding-top: 60px;
    padding-left: 0%;
}
    
.c-spheader .d-itembox {
    width: 100%;
	border-bottom-style : solid;
border-color : rgba(204,204,204,0.5);
border-width : 1px;
}

.c-spheader .d-item {
	position: relative;
}
    
.d-itembox .d-item:not(:last-child) {
   margin-bottom: 0px;
}
    
.c-spheader .d-itembox, .c-spheader .d-item {
    width: 100%;
}
    
    .c-spheader .d-item:not(:last-child) {
	border-bottom-style : solid;
border-color : rgba(204,204,204,0.5);
border-width : 1px;
}
}


.c-spheader .d-item-in a, .c-spheader .d-item-in span {
    font-family: var(--title-font);
    color: var(--color-main);
    font-weight: var(--base-font-weight2);
  font-size: 17px;
	line-height: 1.2;
    letter-spacing: 0.05em;
  text-decoration: none;
	position: relative;
    border-bottom-style : solid;
border-color : var(--color-main);
border-width : 1px;
    display: block;
    padding-bottom: 10px;
	width: 100%;
}


@media screen and (max-width: 767px) {
    .c-spheader .d-item-in a, .c-spheader .d-item-in span {
	padding: 20px 5px;
}
}


/* 子階層 */


.c-spheader .d-sublist {
	padding-top: 15px;
}

.c-spheader .sublist:not(:last-child) {
  margin-bottom: 15px;
}

.c-spheader .sublist a {
  font-weight: var(--base-font-weight);
    font-size: 15px;
line-height: 1.2;
letter-spacing: 0em;
    position: relative;
    padding-left: 25px;
    display: inline-block;
}

@media screen and (max-width: 1500px) {
.c-spheader .sublist a {
    font-size: 14px;
}
}

.c-spheader .sublist a::after {
   content: "";
	position: absolute;
left: 2px;
top: 4px;
	background-image: url("../img/common/link-arrow02.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 12px;
	height: 10px;
}

.c-spheader a:hover {
  opacity: 1;
    text-decoration: underline;
}

.c-spheader .d-item-in a:hover {
    text-decoration: none;
}


@media screen and (max-width: 767px) {
    
.c-spheader .d-sublist {
	border-top-style : solid;
border-color : rgba(204,204,204,0.5);
border-width : 1px;
    display: none;
	padding: 0px;
	background-color: #f2f2f2;
}
    
.c-spheader .sublist:not(:last-child) {
  margin-bottom: 0px;
}
        
.c-spheader .sublist a {
  padding: 15px 20px;
    padding-left: 30px;
    display: block;
}
    
.c-spheader .sublist:not(:last-child) a {
  border-bottom-style : solid;
border-color : rgba(204,204,204,0.5);
border-width : 1px;
}
    
.c-spheader .sublist a::before {
  content: "";
	position: absolute;
left: 17px;
top: 20px;
	width: 5px;
	height: 5px;
	display: block;
	background-color: #333;
	border-radius: 50%;
}  
    
.c-spheader .sublist a::after {
   display: none;
}
    
.c-spheader a:hover {
    text-decoration: none;
}
    
}


/* 子階層トグルボタン */

.c-spheader .d-btn {
	position: absolute;
right: 0px;
top: 0px;
	width: 60px;
	height: 60px;
	cursor: pointer;
    display: none;
	}


@media screen and (max-width: 767px) {
.c-spheader .d-btn {
    display: block;
	}
}

.c-spheader .d-btn span {
	position: relative;/*+マークの位置基準とするためrelative指定*/
    transition: all .5s ease;
	}

.c-spheader .d-btn::before,
.c-spheader .d-btn::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 2px;
    background-color: var(--color-main);
	 transition: all .5s ease;
    
}
.c-spheader .d-btn::before{
    top:30px;
    right: 13px;
    transform: rotate(0deg);
    
}
.c-spheader .d-btn::after{    
    top:30px;
    right: 13px;
    transform: rotate(90deg);

}

.c-spheader .d-btn.close::after{
  transform: rotate(180deg);
}
	
/*開閉ボタン*/
	#nav_toggle{
		width: 50px;
		height: 50px;
		padding: 20px 12px;
		position: relative;
		top: 0px;
		right: 0px;
		z-index: 1000000;
		cursor: pointer;
		background-color: #FFF;
        border-radius: 50%;

	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 1px;
		background: var(--color-main);
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:5px;
	}  
    #nav_toggle span:nth-child(3){
		top:10px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 5px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}

       .open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 5px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}


/* l-mainimg */

.l-mainimg {
	width: 100%;
    position: relative;
	margin-top: 60px;
}

.l-mainimg .item__img {
	width: 100%;
    position: relative;
}

.l-mainimg .item__img::before {
    content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	display: block;
	width: 100%;
	height: 50%;
    mix-blend-mode: multiply;
    background : -moz-linear-gradient(50% 0% -90deg,rgba(255, 255, 255, 1) 0%,rgba(90, 128, 159, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(90, 128, 159, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(255, 255, 255, 1) ),color-stop(1,rgba(90, 128, 159, 1) ));
  background : -o-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(90, 128, 159, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(90, 128, 159, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#5A809F' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(90, 128, 159, 1) 100%);
  opacity : 0.8;
}

.l-mainimg .item__img::after {
    content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	display: block;
	width: 50%;
	height: 100%;
    mix-blend-mode: multiply;
    background : -moz-linear-gradient(100% 50% 180deg,rgba(255, 255, 255, 1) 0%,rgba(90, 128, 159, 1) 100%);
  background : -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(90, 128, 159, 1) 100%);
  background : -webkit-gradient(linear,100% 50% ,0% 50% ,color-stop(0,rgba(255, 255, 255, 1) ),color-stop(1,rgba(90, 128, 159, 1) ));
  background : -o-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(90, 128, 159, 1) 100%);
  background : -ms-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(90, 128, 159, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#5A809F' ,GradientType=0)";
  background : linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(90, 128, 159, 1) 100%);
  opacity : 0.8;
}


.l-mainimg .item__img img {
	width: 100%;
height: auto;
    min-height: 450px;
}

.l-mainimg .item__txt {
	position: absolute;
left: 0px;
top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
  justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
    padding-top: 50px;
    padding-left: 5%;
}

.l-mainimg h2 {
font-family: var(--title-font);
font-weight: var(--base-font-weight3);
    color: #FFF;
    font-size: 100px;
	line-height: 0.8;
    letter-spacing: 0em;
}

.l-mainimg h2::first-letter {
    color: var(--color-sub);
}

.l-mainimg h3 {
font-weight: var(--base-font-weight2);
    color: #FFF;
    font-size: 24px;
	line-height: 1.2;
    letter-spacing: 0em;
    padding-top: 20px;
}

/* l-container--page */

.l-container--page {
	width: 100%;
	position: relative;
}

.l-container--page img {
	width: 100%;
height: auto;
}

.l-wrapper--page {
	width: 100%;
	padding-top: 180px;
}

.l-wrapper--page section {
    position: relative;
	padding-bottom: 180px;
}


/* layout */

.c-layout {
	margin-left: auto;
	margin-right: auto;
}

.l-container--1200 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.l-container--1400 {
	width: 80%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.l-container--1600 {
    width: 90%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.l-container--96 {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}


/* layout-imglink */

.layout-imglink .box-img {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	box-shadow: 25px 25px 10px rgba(0,0,0,0.1);
}

.layout-imglink .box-img a:hover {
	opacity: 1;
}

.layout-imglink .box-img img {
	transition:.5s all;
}

.layout-imglink .box-img:hover img {
	transform:scale(1.1,1.1);
  transition:.5s all;
}


/* c-page__ttl */

.c-page__ttl--ttl01 {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 15px;
}

.c-page__ttl--ttl01::before {
    content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	width: 100%;
	height: 60%;
    display: block;
    background : -moz-linear-gradient(50% 100% 90deg,rgba(241, 241, 241, 1) 0%,rgba(241, 241, 241, 0) 100%);
  background : -webkit-linear-gradient(90deg, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 0) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(241, 241, 241, 1) ),color-stop(1,rgba(241, 241, 241, 0) ));
  background : -o-linear-gradient(90deg, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 0) 100%);
  background : -ms-linear-gradient(90deg, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1', endColorstr='#F1F1F1' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 0) 100%);
}

.c-page__ttl--ttl01 h2 {
    font-family: var(--title-font);
    font-weight: var(--base-font-weight3);
    font-size: 100px;
    color: #E6E4E4;
line-height: 0.9;
letter-spacing: 0.05em;
}

.c-page__ttl--ttl01 h3 {
    font-weight: var(--base-font-weight2);
    color: var(--color-main);
	font-size: 40px;
line-height: 1.2;
letter-spacing: 0.05em;
    position: absolute;
left: 0px;
bottom: 0px;
    width: 100%;
}


.c-page__ttl--ttl02 {
    margin-bottom: 30px;
}

.c-page__ttl--ttl02 h4 {
    font-weight: var(--base-font-weight2);
    color: var(--color-main);
	font-size: 40px;
line-height: 1.4;
letter-spacing: 0.05em;
    position: relative;
    padding-left: 22px;
}

.c-page__ttl--ttl02 h4 span {
	font-size: 24px;
}

.c-page__ttl--ttl02 h4::before {
    content: "";
	position: absolute;
left: 0px;
top: 0px;
	width: 4px;
	height: 100%;
    display: block;
    background : -moz-linear-gradient(50% 100% 90deg,rgba(0, 89, 161, 1) 0%,rgba(1, 161, 161, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(0, 89, 161, 1) 0%, rgba(1, 161, 161, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(0, 89, 161, 1) ),color-stop(1,rgba(1, 161, 161, 1) ));
  background : -o-linear-gradient(90deg, rgba(0, 89, 161, 1) 0%, rgba(1, 161, 161, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(0, 89, 161, 1) 0%, rgba(1, 161, 161, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0059A1', endColorstr='#01A1A1' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(0, 89, 161, 1) 0%, rgba(1, 161, 161, 1) 100%);
}




/* c-link01 */

.c-link01 a, .icon-arrow2 a {
    font-family: var(--title-font);
font-weight: var(--base-font-weight2);
    font-size: 18px;
line-height: 1.2;
letter-spacing: 0em;
    display: inline-block;
    position: relative;
}

.c-link01 a {
    padding: 20px 0px;
    padding-right: 80px;
}

.c-link01 a:hover, .icon-arrow2 a:hover {
    opacity: 1;
}

.c-link01 a::before, .icon-arrow2 a::before {
    content: "";
	position: absolute;
right: 0px;
bottom: 0px;
	background-image: url("../img/common/link-arrow01.svg");
background-position: center;
background-repeat: no-repeat;
	background-size: auto 11px;
	width: 60px;
	height: 60px;
    display: block;
    border-radius: 50%;
    background-color: var(--color-main);
    transition: .5s;
}

.icon-arrow2 a::before {
    margin-right: -15px;
    margin-bottom: -15px;
}

.c-link01 a:hover::before, .icon-arrow2 a:hover::before {
    background-color: var(--color-sub);
}

/* c-link02 */

.c-link02 {
    width: 400px;
    height: 80px;
    position: relative;
    text-align: left;
    border-radius: 100px;
    transition: .5s;
    background : -moz-linear-gradient(100% 50% 180deg,rgba(1, 161, 161, 1) 0%,rgba(0, 89, 161, 1) 100%);
  background : -webkit-linear-gradient(180deg, rgba(1, 161, 161, 1) 0%, rgba(0, 89, 161, 1) 100%);
  background : -webkit-gradient(linear,100% 50% ,0% 50% ,color-stop(0,rgba(1, 161, 161, 1) ),color-stop(1,rgba(0, 89, 161, 1) ));
  background : -o-linear-gradient(180deg, rgba(1, 161, 161, 1) 0%, rgba(0, 89, 161, 1) 100%);
  background : -ms-linear-gradient(180deg, rgba(1, 161, 161, 1) 0%, rgba(0, 89, 161, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#01A1A1', endColorstr='#0059A1' ,GradientType=0)";
  background : linear-gradient(-90deg, rgba(1, 161, 161, 1) 0%, rgba(0, 89, 161, 1) 100%);
}

.c-link02::before {
    content: "";
	position: absolute;
left: 0px;
top: 0px;
    display: block;
	width: 100%;
	height: 100%;
    border-radius: 100px;
    background : -moz-linear-gradient(0% 50% 0deg,rgba(1, 161, 161, 1) 0%,rgba(0, 89, 161, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(1, 161, 161, 1) 0%, rgba(0, 89, 161, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(1, 161, 161, 1) ),color-stop(1,rgba(0, 89, 161, 1) ));
  background : -o-linear-gradient(0deg, rgba(1, 161, 161, 1) 0%, rgba(0, 89, 161, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(1, 161, 161, 1) 0%, rgba(0, 89, 161, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#01A1A1', endColorstr='#0059A1' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(1, 161, 161, 1) 0%, rgba(0, 89, 161, 1) 100%);
    transition: .5s;
}

.c-link02:hover::before {
    opacity: 0;
}

.c-link02 a {
    width: 400px;
    height: 80px;
color: #FFF;
    letter-spacing: 0.05em;
line-height: 1.4;
    padding-left: 30px;
    font-weight: var(--base-font-weight2);
    display: flex;
  justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
    position: relative;
}

.c-link02 a::before {
    content: "";
	position: absolute;
right: 10px;
top: 10px;
background-position: center;
background-repeat: no-repeat;
	width: 60px;
	height: 60px;
    background-color: #FFF;
    border-radius: 50%;
}

.c-link02 a:hover {
    opacity: 1;
}




/* c-sidebanner */

.c-sidebanner {
    position: fixed;
right: 0px;
bottom: 40px;
    z-index: 99;
    text-align: right;
}

.c-sidebanner a:hover {
   opacity: 1;
}

.c-sidebanner ul {
    display: flex;
flex-wrap: wrap;
    flex-direction: column;
    gap:10px;
}

.c-sidebanner ul li {
    transition: .5s;
    position: relative;
    margin-right: -220px;
}

.c-sidebanner ul li img {
    transition: .5s;
}

.c-sidebanner ul li:hover {
    margin-right: 0px;
}

/*l-footer*/

.l-footer {
	width: 100%;
	text-align: center;
    background-color: #FFF;
}

/* c-footer__btn--recruit */

.c-footer__btn--recruit {
	width: 100%;
}

.c-footer__btn--recruit a {
	width: 100%;
    height: 130px;
    display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
    position: relative;
    transition: .5s;
    background : -moz-linear-gradient(0% 50% 0deg,rgba(1, 161, 161, 1) 0%,rgba(0, 89, 161, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(1, 161, 161, 1) 0%, rgba(0, 89, 161, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(1, 161, 161, 1) ),color-stop(1,rgba(0, 89, 161, 1) ));
  background : -o-linear-gradient(0deg, rgba(1, 161, 161, 1) 0%, rgba(0, 89, 161, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(1, 161, 161, 1) 0%, rgba(0, 89, 161, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#01A1A1', endColorstr='#0059A1' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(1, 161, 161, 1) 0%, rgba(0, 89, 161, 1) 100%);
    transition: .5s;
}

.c-footer__btn--recruit a::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	height: 100%;
    display: block;
    background : -moz-linear-gradient(100% 50% 180deg,rgba(1, 161, 161, 1) 0%,rgba(0, 89, 161, 1) 100%);
  background : -webkit-linear-gradient(180deg, rgba(1, 161, 161, 1) 0%, rgba(0, 89, 161, 1) 100%);
  background : -webkit-gradient(linear,100% 50% ,0% 50% ,color-stop(0,rgba(1, 161, 161, 1) ),color-stop(1,rgba(0, 89, 161, 1) ));
  background : -o-linear-gradient(180deg, rgba(1, 161, 161, 1) 0%, rgba(0, 89, 161, 1) 100%);
  background : -ms-linear-gradient(180deg, rgba(1, 161, 161, 1) 0%, rgba(0, 89, 161, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#01A1A1', endColorstr='#0059A1' ,GradientType=0)";
  background : linear-gradient(-90deg, rgba(1, 161, 161, 1) 0%, rgba(0, 89, 161, 1) 100%);
    transition: .5s;
}

.c-footer__btn--recruit a:hover {
    opacity: 1;
}

.c-footer__btn--recruit a:hover::before {
	opacity: 0;
}

.c-footer__btn--recruit h6 {
    font-size: var(--base-font-size4);
    font-weight: var(--base-font-weight);
color: #FFF;
line-height: 1.2;
letter-spacing: 0.15em;
    position: relative;
}

.c-footer__btn--recruit h6::before {
    content: "";
	position: absolute;
right: 0px;
top: 0px;
	background-image: url("../img/common/link-arrow01.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 18px;
	width: 25px;
	height: 100%;
    margin-right: -35px;
}


/* c-footer__nav--menu */

.c-footer__nav--menu {
	width: 100%;
    padding: 60px 0px;
    text-align: left;
}

.c-footer__nav--menu .inner {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    position: relative;
}

.c-footer__logo img {
    height: 52px;
    width: auto;
}

.c-footer__nav--list {
    flex: 1;
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    padding-left: 8%;
}

.c-footer__nav--list .item {
    width: 31%;
}

.c-footer__nav--list .item--inner:not(:last-child) {
   margin-bottom: 40px;
}

.c-footer__nav--list h5 a, .c-footer__nav--list h5 span {
    font-family: var(--title-font);
    font-weight: var(--base-font-weight2);
color: var(--color-main);
font-size: 17px;
line-height: 1.2;
letter-spacing: 0.05em;
    border-bottom-style : solid;
border-color : var(--color-main);
border-width : 1px;
    display: block;
    padding-bottom: 10px;
}

.c-footer__nav--list ul {
    padding-top: 15px;
}

.c-footer__nav--list ul li:not(:last-child) {
   margin-bottom: 15px;
}

.c-footer__nav--list ul li a {
    font-weight: var(--base-font-weight);
    font-size: 15px;
line-height: 1.2;
letter-spacing: 0em;
    position: relative;
    padding-left: 25px;
    display: inline-block;
}

@media screen and (max-width: 1500px) {
.c-footer__nav--list ul li a {
    font-size: 14px;
}
}

.c-footer__nav--list ul li a::after {
   content: "";
	position: absolute;
left: 2px;
top: 4px;
	background-image: url("../img/common/link-arrow02.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 12px;
	height: 10px;
}


/* icon-arrow */

.icon-arrow {
   position: relative;
}

.icon-arrow::after {
   content: "";
	position: absolute;
right: 2px;
top: 4px;
	background-image: url("../img/common/link-arrow02.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 12px;
	height: 10px;
}

@media screen and (max-width: 767px) {
.d-itembox .icon-arrow::after {
right: 12px;
top: 20px;
	width: 20px;
	height: 15px;
}
}

.c-footer__copy {
    position: absolute;
left: 0px;
bottom: 0px;
}

.c-footer__copy h6 {
    margin-top: 10px;
}

.c-footer__copy h6 a {
    font-size: 14px;
    font-weight: var(--base-font-weight);
line-height: 1.2;
letter-spacing: 0.05em;
    position: relative;
    cursor: pointer;
}

.c-footer__copy p {
    font-weight: var(--base-font-weight);
    font-size: 10px;
line-height: 1.2;
letter-spacing: 0em;
    padding-top: 15px;
}

.c-footer__nav--list .item:last-child ul li a::before, .c-footer__copy h6 a::before, a.icon-link::before {
    content: "";
	position: absolute;
right: 0px;
top: 7px;
	background-image: url("../img/common/icon-link.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 13px;
	height: 11px;
    margin-right: -20px;
}

.c-footer__nav--list .item:last-child h5 a::before, .d-itembox:last-child a::before {
    margin-right: 0px;
}

@media screen and (max-width: 767px) {
.d-itembox:last-child a::before {
    top: 15px;
    right: 15px;
}
}

.c-footer__nav--menu a:hover {
    opacity: 1;
    
}

.c-footer__nav--menu ul li a:hover, .c-footer__nav--menu h6 a:hover {
    text-decoration: underline;
}



/* c-footer__nav--sites */

.c-footer__nav--sites {
	width: 100%;
    padding: 30px 0px;
    border-top-style : solid;
border-color : #D3D3D3;
border-width : 1px;
}

.c-footer__nav--sites ul {
	position: relative;
    display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
    gap:0px 40px;
    padding-top: 40px;
}

.c-footer__nav--sites ul li a {
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.c-footer__nav--sites img {
    width: auto;
	max-height: 30px;
}

.c-footer__nav--sites ul::before {
	content: "SBI新生銀行グループ　採用サイト";
	position: absolute;
left: 0px;
top: 0px;
    width: 100%;
	font-weight: var(--base-font-weight2);
    font-size: 15px;
line-height: 1.2;
letter-spacing: 0em;
    text-align: center;
}


/**
 * for SmartPhone
 */
@media screen and (min-width: 768px) {
	
	body {
	min-width: 1280px;
	}
	
a[href^="tel:"] {
    pointer-events: none;
}

	
.dropmenu{
  *zoom: 1;
	z-index: 1000000;
		width: 100%;
		max-width: 100%;
		display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
}


.dropmenu:before, .dropmenu:after {
  content: "";
  display: table;
}
.dropmenu:after{
	clear: both;
}
	
.dropmenu .box-li, .dropmenu .box-in2 {
	line-height: 1.2;
}
	
.dropmenu .box-li {
	position: relative;
}


.dropmenu .box-li > .box-in {
	list-style: none;
	position: absolute;
	z-index: 1000000000;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	width:100%;
	max-width: 100%;
}
	
.dropmenu .box-li:hover > .box-in {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}
	
.dropmenu .box-in2 {
	width: 100%;
	max-width: 100%;
	background-color: #50A0FE;
}
	
.dropmenu .box-in4 a {
	text-align: center;
	color: #FFF;
	font-size: 13px;
	letter-spacing: 0em;
	line-height:1.2;
	display: block;
	font-weight: 500;
	padding: 10px 5px;
	border-top-style : solid;
border-color : rgba(255,255,255,0.5);
border-width : 1px;
}
	
.dropmenu .box-li > .box-in a {
	opacity: 1;
}

.dropmenu .box-li > .box-in a:hover {
	opacity: 0.75;
}
	

#fade-in2 .box-li > .box-in {
  opacity: 0;
  top: 80%;
  visibility: hidden;
  transition: .5s;
}

#fade-in2 .box-li:hover > .box-in {
  top: 110%;
  visibility: visible;
  opacity: 1;
}
	
	

}
@media screen and (max-width: 767px) {
	
html {
  scroll-padding-top:60px;
}
	
    body {
    }

/* basefont */
:root {
    --base-font-size: 14px;
  --base-font-size2: 16px;
  --base-font-size3: 18px;
  --base-font-size4: 22px;
}

	
/* l-header */

.l-header .inner {
	padding: 7px;
}

.c-header__logo {
	padding-left: 0px;
}
    
.c-header__logo img {
	height: 30px;
}

.c-header__nav--sites {
	display: none;
}
    
.c-header__nav--joblist {
    display: none;
}
	
	
/* スマホメニュー */

.c-spheader {
	display: block;
}
    
.drawer-menu .c-header__logo {
	position: absolute;
left: 7px;
top: 17px;
}
    
	
/* l-mainimg */

.l-mainimg .item__img img {
	min-height: 250px;
}

.l-mainimg .item__txt {
    padding-top: 30px;
    padding-left: 6%;
}

.l-mainimg h2 {
    font-size: 10vw;
}

.l-mainimg h3 {
font-size: 3.5vw;
    padding-top: 15px;
}

/* l-container--page */

.l-container--page .item__img {
	text-align: center;
}
    
.l-container--page .item__img img {
	max-width: 400px;
}

.l-wrapper--page {
	padding-top: 70px;
}

.l-wrapper--page section {
	padding-bottom: 70px;
}

/* layout */

.l-container--1200, .l-container--1400, .l-container--1600 {
	width: 88%;
}

.l-container--96 {
	width: 88%;
}


/* layout-imglink */

.layout-imglink .box-img {
	box-shadow: 15px 15px 10px rgba(0,0,0,0.1);
}
	
.layout-imglink .box-img img {
	max-width: 100%;
}
    
/* c-page__ttl */

.c-page__ttl--ttl01 {
    margin-bottom: 35px;
    padding-bottom: 15px;
}

.c-page__ttl--ttl01::before {
	height: 70%;
}

.c-page__ttl--ttl01 h2 {
    font-size: 45px;
}

.c-page__ttl--ttl01 h3 {
	font-size: 22px;
}


.c-page__ttl--ttl02 {
    margin-bottom: 20px;
}

.c-page__ttl--ttl02 h4 {
	font-size: 22px;
    padding-left: 20px;
}

.c-page__ttl--ttl02 h4 span {
	font-size: 16px;
}
    
    
    
/* c-link02 */
    
.c-link02 {
    width: 320px;
    margin: 0px auto;
}
    
.c-link02 a {
    width: 320px;
}

    
/* c-sidebanner */


.c-sidebanner ul {
    gap:7px;
}
    
.c-sidebanner ul li {
    margin-right: -150px;
}

.c-sidebanner ul li:hover {
    margin-right: 0px;
}
    
.c-sidebanner img {
    width: auto;
}
    
.c-sidebanner ul li:nth-child(1) img {
    height: 55px;
}
    
.c-sidebanner ul li:nth-child(2) img {
    height: 49px;
}
    
    
/* l-footer */

.l-footer {
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    flex-direction: column;
}
    
/* c-footer__btn--recruit */

.c-footer__btn--recruit {
    order: 1;
}
    
.c-footer__btn--recruit a {
    height: 80px;
}

.c-footer__btn--recruit h6::before {
	background-size: auto 15px;
}


/* c-footer__nav--menu */

.c-footer__nav--menu {
    padding: 30px 0px;
    order: 3;
    border-top-style : solid;
border-color : #333;
border-width : 1px;
}

.c-footer__nav--menu .inner {
  justify-content: center;
    gap:0px;
    text-align: center;
}

.c-footer__logo {
    width: 100%;
    text-align: center;
}

.c-footer__logo img {
    height: 40px;
}

.drawer-menu .c-footer__logo {
    display: none;
}

.c-footer__nav--list {
    width: 100%;
    padding-top: 0px;
    gap:40px;
    display: none;
}

.c-footer__nav--list .item--inner:not(:last-child) {
   margin-bottom: 40px;
}

.c-footer__nav--list ul {
    padding-top: 20px;
}

.c-footer__nav--list ul li:not(:last-child) {
   margin-bottom: 20px;
}

.c-footer__copy {
    width: 100%;
    position: static;
    padding-top: 40px;
}

.c-footer__nav--list .item:last-child ul li br {
    display: none;
}

.c-footer__nav--list .item:last-child ul li:last-child a::before {
right: 0px;
top:7px;
    margin-right: -15px;
}


/* c-footer__nav--sites */

.c-footer__nav--sites {
	text-align: center;
    order: 2;
}

.c-footer__nav--sites ul {
    gap:20px 40px;
    flex-direction: column;
}

.c-footer__nav--sites img {
	max-height: 25px;
}

      
}
