@charset "utf-8";
/* CSS Document */

div, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, address, code, del, em, img, small, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, nav, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0
}

html { font-size: 62.5%;
scroll-behavior: smooth;} /* 10px */

body { font-family: Zen Kaku Gothic Antique,Arial,Noto Sans JP,Noto Sans Japanese,Hiragino Kaku Gothic ProN,Meiryo,san-serif,Zen Kaku Gothic Antique,Concert One, cursive; 
	font-size: 1.5rem; 
	line-height: 1.8;
	}

img { vertical-align: bottom;
	height: auto;}

.sp-br{
	display: none;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #333;
    border: solid 2px #333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.sp-view{
	display: none;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #cfffff;
    border-right: 3px solid #cfffff;
    transform: translateY(20%) rotate(-45deg);
}
.fixed-bg { 
	background-image: url('/onsite-training/assets/img/pickup/dx-hr/bg.png');
	width: 100%;
	position: relative; 
	background-size: cover; 
	background-attachment: fixed; 
	background-repeat: repeat; 
	background-position: center;
}
.header{
	z-index: 1000;
	background-color: #CFFFFF;
	position: fixed;
	display: flex;
	padding: 25px;
	justify-content: space-between;
	align-items: center;
	box-shadow: 5px 3px 9px -6px #777777;

}
.nav a span {
	font-color:#333 !important;
	font-family: 'Zen Kaku Gothic Antique';
	letter-spacing: 0.1rem;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}
.nav a :hover{
	color: #333333 !important;
}
.sanno-logo{
	width: 25%;

}
.nav ul{

	display: flex;
}
.nav li{
	margin-left: 50px;
}
.wrapper{
	padding-top: 120px;
	width: 1000px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;	
	padding-left: 18px;
	padding-right: 18px;
		
}
.text-strong{
	color: #FF5151;
}

.top-img{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.top-img__dxtitle{
	padding: 10px;
	width: 55%;

}
.top-img__dximage{
	position: relative;
	top: 70px;
	padding-left: 40px;
	width: 60%;
}

/* 見出し　*/
h2{
	text-align: center;
}
.heading-02{
font-family: 'Noto Sans JP';
letter-spacing: 0.1em;
font-size: 2.7rem;
font-weight: 900;
margin: 50px 40px auto;
position: relative;
line-height: 1.4;
padding:0.25em 1em;

display: inline-block;
text-align: center;
top:0;	
}
.heading-02:before,.heading-02:after{
position: absolute;
top: 0;
content:'';
width: 8px;
height: 100%;
display: inline-block;
}
.heading-02:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
left: 0;	
}
.heading-02:after{
content: '';
border-top: solid 1px black;
border-right: solid 1px black;
border-bottom: solid 1px black;
right: 0;
}
.heading-03{
	width: 500px;
	text-align: center;
	margin: 10px auto;
	font-size: 1.8rem;
	font-weight: 700;
}
/* 見出しend　*/
/* アンカーリンク */
a.anchor{
	display: block;
	padding-top: 70px;
	margin-top: -70px;
		
}
/* アンカーリンクend */

/* コンバージョンボタン　*/
.cv-button__dl a {
	background: #FFDC2A;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    max-width: 300px;
    padding: 20px 25px;
    color: #333333;
    transition: 0.3s ease-in-out;
	font-family:  'Zen Kaku Gothic Antique';
    font-weight: 900;
    z-index:0;
}
.cv-button__dl a:before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #2A63FF;
    transition: .3s;
    left:0;
}
.cv-button__dl a:hover{
	color: #FFF;
}
.cv-button__dl a:hover:before{
	width: 100%;
    z-index: -1;
}
/* コンバージョンボタンend　*/

/* section01 */
.section01__lead{
	color: #525252;
	font-weight: 800;
	text-align: center;
	padding: 20px;
}	
.viewpoint__container{
	display: flex;
	gap:30px;
	justify-content: center;
	max-width: 800px;
	margin: 20px auto;
}

.inner01 {
	background-color: #fff;
	box-shadow: 4px 4px #E0B3EF;
	border-radius: 12px;
	border: 5px solid #5A2D75;
	font-size: 1.9rem;
	color: #5A2D75;
	font-weight: 500;
	padding: 20px 30px;
}

.inner01:hover{
	transform: translateY(4px);
	background-color: #F8E3FF;
	transition: 0.3s;
	box-shadow: none;
}

.inner02{
	font-size: 1.9rem;
	box-shadow: 4px 4px #B5DAFF;
	color: #1C67B1;
	font-weight: 500;
	background-color: #fff;
	padding: 20px 30px;
	border: 5px solid #1C67B1;
	border-radius: 12px;
}
.inner02:hover{
	transform: translateY(4px);
	background-color: #E9F4FF;
	transition: 0.3s;
	box-shadow: none;
}

.viewpoint__1{
	font-family: 'Concert One';
	font-size: 40px;
	text-align: center;
}
.viewpoint__2{
	font-family: 'Concert One';
	font-size: 40px;
	text-align: center;
}

.triangle {
	margin: 20px auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 20px solid ;
	border-bottom: 0;
}

.tasks{
	margin-bottom: 20px;
}
.task-container__header{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	margin: 20px auto;
}
.task-img{
	width: 100px;
}
.task-text{
	background-color: #fff;
	color: #5A2D75;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 1rem 1rem;
	border-top: 2px solid #5A2D75;
	border-bottom: 2px solid #5A2D75;
}
.task-container__header{
	width: 95%;
}
.task-container__detail{
	max-width: 800px;
	display: flex;
	align-items: flex-start;
	margin: 0 auto;
}
.task-model{
	width: 150px;
}
.model-employee{
	width: 160px;
}
/*フキダシ*/
.balloon{
	position: relative;
	margin: 0 0 1em 40px;
	padding: 30px;
	background: #E2E2E2;
	border-radius: 30px;
}
.balloon:before{
	content: "";
	position: absolute;
	left: -20px;
	width: 13px;
	height: 12px;
	bottom: 0;
	background: #E2E2E2;
	border-radius: 50%;
}
.balloonn:after{
	content: "";
	position: absolute;
	left: -24px;
	width: 20px;
	height: 20px;
	bottom: 3px;
	background: #E2E2E2;
	border-radius: 50%;
}
.balloon p{
	margin: 0; 
	padding: 0;
}
.exective{
	background: #A8D9FF;
}
.exective:before{
	background: #A8D9FF;
}
.exective:after{
	background: #A8D9FF;
}
.manager{
	background: #FFCFCF;
}
.manager:before{
	background: #FFCFCF;
}
.manager:after{
	background: #FFCFCF;
}
.employee{
	background: #FFFFBB;
}
.employee:before{
	background: #FFFFBB;
}
.employee:after{
	background: #FFFFBB;
}
/*フキダシend*/
.task-text__negative{

	font-weight: 700;
}
.recommend-container{
	display: flex;
	gap:15px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 20px;

}
.recommend-seminar{
	width:360px;
	background-color: #fff;
	border: 5px solid #5A2D75;
	border-radius: 10px;
	padding: 20px ;
	text-align: center;
	line-height: 1.5;
}
.task-level{
	font-size: 1.4rem;
	font-weight: 700;
	background-color: #A8D9FF;
	border-radius: 10px;
	padding: 10px auto;
}
.b{
	background-color: #FFCFCF;
}
.c{
	background-color: #FFFFBB;
}

.seminar-title{
	position: relative;
	text-align: center;
	font-family: 'noto sans JP';
	color: #5A2D75;
	font-weight:900;
	font-size: 2.1rem;
	margin-top: 10px;
	margin-bottom: 20px;
}
.seminar-title:before{
	background-color: #5A2D75;
	border-radius: 5px;
	bottom: -10px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 30px;
	
}
.seminar-title span{
	font-size: 1.4rem;
	font-weight: 700;

}
.seminar-spec{
	font-family: 'noto sans JP';
	color: #5A2D75;
	font-weight: 500;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.cv-button__detail a {
	background: #8CE6E6;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    max-width: 300px;
    padding: 20px 25px;
    color: #333333;
    transition: 0.3s ease-in-out;
	font-family:  'Zen Kaku Gothic Antique';
    font-weight: 900;
    z-index:0;
}
.cv-button__detail a:before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #2A63FF;
    transition: .3s;
    left:0;
}
.cv-button__detail a:hover{
	color: #FFF;
}
.cv-button__detail a:hover:before{
	width: 100%;
    z-index: -1;
}

.lead-text{
	max-width: 550px;
	padding-top: 20px;
	margin: 0 auto 20px auto;
	letter-spacing: 0.1rem;
	font-weight: 700;
}
.lead-text span{
text-decoration: underline;
  text-decoration-thickness: 0.5em; 
  text-decoration-color: rgba(255, 228, 0, 0.4); 
  text-underline-offset: -0.4em; 
  text-decoration-skip-ink: none; 
}
.dx-scene{
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 30px auto;
}
.dx-scene__inner01{
	max-width: 600px;
}
.dx-definition__container{
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.dx-definition-img{
	width: 400px;
}
.dx-definition{
	width: 500px;
	margin-left: 20px;
	padding: 10px;
}
.dx-definition dt{
	font-family: 'noto sans JP';
	font-weight: 700;
	border-bottom: 1px solid #333333;
}
.dx-definition dt span{
	text-decoration: underline;
  text-decoration-thickness: 0.5em; 
  text-decoration-color: rgba(255, 228, 0, 0.4); 
  text-underline-offset: -0.4em; 
  text-decoration-skip-ink: none; 
	
}
.dx-definition dd{
	padding-bottom: 10px;
	font-family: 'noto sans JP';
	font-weight: 500;
}
.reference{
	margin-bottom: 40px;
	font-size: 1.3rem;
	text-align: center;
}
.reference span{
	padding: 2px 3px;
	border: 1px solid #333;
}
.seminar-box__sec2{
	background-color: #fff;
	padding-top: 20px;
	border-radius: 5px solid #5894CF;
	margin-bottom: 50px;
}
.seminar-title__sec2{
	margin-left:20px;
	font-size: 2rem;
	color: #2774BF;
	font-family: 'noto sans JP';
	font-weight: 700;
}
.seminar-container__sec2{
	width: 900px;
	border: 5px solid #5894CF;
	border-radius: 10px;
	display: flex;
	align-items: flex-start
}
.seminar-img__sec2{
	width: 150px;
	padding: 20px 30px;
	flex: 1 0 50%;
}
.seminar-inner{
	flex: 2 0 50%;
	padding-top: 20px;

}
.seminar-spec{
	color: #00217D;

}

.dl__container{
	display: flex;
	align-items: center;
	justify-content: center;
}
.dl-inner__img{
	width: 250px;
	padding: 20px;
}
.dl-inner__spec{
	width: 500px;
	padding: 20px;
	font-family: 'noto sans JP';
	font-weight: 500;
}
.dl-inner__spec dt{
	font-family: 'noto sans JP';
	font-weight: 700;
	border-bottom: 1px solid #333333;
}
.dl-inner__spec dd{
	font-size: 1.4rem;
	padding: 10px;
	font-family: 'noto sans JP';
	font-weight: 500;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.lp-footer__img{
	width: 300px;
	margin: 40px auto;
}
.movie__container{
	width: 500px;
	margin: 20px auto;
}
.movie__title{
	text-align: center;
	margin-top: 10px;
	font-family: 'noto sans JP';
	font-weight: 700;
	padding-bottom: 10px ;
	border-bottom: 1px solid #333333;
}
.movie__title .title-strong{
	font-size: 1.7rem;	
}
.movie__spec{
	padding-top: 10px;
	font-family: 'noto sans JP';
	font-size: 1.4rem;
}
.lp-footer{
	background-color: #F3F3F3;
	font-weight: 500;
	text-align: center;
	margin-top: 80px;
	padding: 50px;
	font-size: 1rem;
}

.lp-footer__lead{
	text-align: center;
	margin: 50px auto;
	font-weight: 700;
	
}
/* タブレット */	
@media screen and (min-width:1024px){
/* タブレット用レイアウト　1024px以内の範囲に収めるデザインをここに記述する */
}	
		

/* スマートフォン */
	@media screen and (max-width:599px){
	/* スマートフォン用レイアウト　599px以内の範囲に収めるデザインをここに記述する */
		.sp-view{
			display: block;
		}
		.sp-header__container{
			display: flex;
			justify-content: space-between;
		}

		/* Navbar & Navmenu color */

.sp-header__container {
	z-index: 1000;
background-color: #CFFFFF;
  position: fixed;
  width: 100%;
	box-shadow: 5px 3px 9px -6px #777777;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
background-color: #CFFFFF;
  width: 100%;
  height: auto;
	box-shadow: 5px 3px 9px -6px #777777;
  top: 10px;
  margin-top: 52px;
  padding: 0 0 10px 0;
  clear: both;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.5rem;
  text-transform: capitalize;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  padding: 15px 0;
text-align: center;
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 36px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: #494949;
  display: block;
  height: 3px;
  width: 30px;
	border-radius: 5px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #494949;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;

}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}
	.sp-br{
			display: block;
		}
	img{
			width: 100%;
			height: auto;

		}
	.header{
			display: none;
		}
	.sanno-logo__sp{
		display: block;
		width: 70%;
		margin-top: 15px;
		margin-bottom: 10px;
		margin-left: 20px;

	}
	.wrapper{
		padding-top: 30px;
	}
	.top-img{
		width: 100%;
		margin-top: 0 !important;
		flex-direction: column;
		justify-content: normal;
	}

	.top-img__dxtitle{
		width: 85%;
		margin: 0 auto;
		padding-top: 70px;
	}

	.top-img__dximage{
		position: relative;
		top: -5px;
		width: 100%;
		padding-top: 20px;
		margin: 0 auto;

	}

	.viewpoint__container{
		width: 90%;
		flex-direction: column;
		justify-content: normal;
	}
	.task-container__header{
		flex-direction: column;
		justify-content: normal;
	}
	.task-img{
		padding-bottom: 10px;
	}
	.task-container__detail{
		align-items: flex-end;
	}
	.task-model{
	}
	.task-text__negative{
		font-size:1.4rem;
	}
	.lead-text{
		width: 80%;

	}
	.dx-definition__container{
		flex-direction: column;
		justify-content: normal;
	}
		.dx-definition__container{
		margin-top: 0;
			
		}
		
	.dx-definition-img{
		margin:  10px auto;
		width: 80%;
		}
		
		.dx-definition{
			margin-top: 10px auto;
			width: 90%;
		}
		
		.dx-definition dt{
			text-align: center;
		}
		
		.dx-definition dd{
			margin-bottom: 10px;
		}
		.dx-scene__inner01{
			width: 110%;
		}
		
		.reference{
			width: 80%;
			margin: 0 auto;
		}
		.seminar-container__sec2{
			flex-direction:column;
			justify-content: normal;
			width: 100%;
		}
		.seminar-img__sec2{
			width: 85%;
			margin: 0 auto;
		}
		.seminar-spec{
			padding: 0 20px;
		}
		.dl__container{
			flex-direction: column;
			justify-content: normal;
			}
		.dl-inner__img{
			width: 50%;
		}
		.dl-inner__spec{
			width: 85%;
		}
		.dl_inner__spec dt{
			text-align: center;
		}
		
		.movie__container{
			width: 90%;
		}
		
		.heading-03{
			width: 100%;
		}

		.lp-footer__img{
			width: 60%;
		}
}
