@charset "utf-8";

* {box-sizing: border-box;}

/* reset browser defaults */
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
q,
s,
samp,
strike,
strong,
sub,
sup,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
address {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
border: 0;
outline: 0;
background: transparent;
font-style: normal;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
display: block;
}

html {
font-size: 62.5%;
font-feature-settings: "palt" 1;
text-rendering: optimizeLegibility;
}

html {
	--font-size-sm: clamp(0.83rem, 0.44vw + 0.72rem, 1rem);
	--font-size-base: clamp(1rem, 0.53vw + 0.87rem, 1.2rem);
	--font-size-md: clamp(1.2rem, 0.64vw + 1.04rem, 1.44rem);
	--font-size-lg: clamp(1.44rem, 0.77vw + 1.25rem, 1.73rem);
	--font-size-xl: clamp(1.73rem, 0.92vw + 1.5rem, 2.07rem);
	--font-size-xxl: clamp(2.07rem, 1.11vw + 1.8rem, 2.49rem);
	--font-size-xxxl: clamp(2.49rem, 1.33vw + 2.16rem, 2.99rem);
	--basic-color-navy: hsl();
  }

::selection {
  background-color: gold;
}

body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans,
Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 2;
margin: 0;
padding: 0;
color: #303030;
display: flex;
flex-direction: column;
height: 100vh;
justify-content: space-between;
}


h1 {
font-size: 4.2rem;
margin-top: 0;
font-weight: normal;
line-height: 1.4;
text-align:center;
}

h2 {
font-size: 3.157rem;
margin-top: 0;
font-weight: normal;
color: #020b25;
margin-bottom: 1rem;
line-height:1.4;
text-align:center;
}

h3 {
font-size: 2.369rem;
font-weight: normal;
margin-top: 0;
line-height:1.4;
color: #020b25;
}

h4 {
font-size: 1.777rem;
font-weight: normal;
margin-top: 0;
line-height: 1.4;
}

h5 {
font-size:1.333rem;
}

p {
margin-top: 0;
margin-bottom: 1.25rem;
}

p,cite {
  font-size: --font-size-base;
}

cite{
	font-style: normal;
}

dt,dd,td,th,.primary,.secondly {
font-size: 1.6rem;
}

ol,
ul {
list-style-type: none;
padding: 0;
margin: 0;
font-size: 1.6rem;
}

blockquote,
q {
quotes: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}

small {
font-size: 0.75rem;
}


img {
max-width: 100%;
vertical-align: middle;
height: auto;
}

/* links */
a:link {
color: white;
text-decoration: none;
}

a:visited,
a:hover {
color:gold;
}

.section p a:hover,
.footer a:hover {
border-bottom: 1px solid gold;
}

.section a {
color: rgb(175, 85, 41);
}


/* Button Styles */

.primary:hover {
box-shadow: 0 2px 1px rgba(0,0,0,0.09), 
            0 4px 2px rgba(0,0,0,0.09), 
            0 8px 4px rgba(0,0,0,0.09), 
            0 16px 8px rgba(0,0,0,0.09),
            0 32px 16px rgba(0,0,0,0.09);
}

.primary {
background: hsl(23deg 26% 46%);
color: white;
box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11), 
              0 6px 8px rgba(0,0,0,0.11),
              0 8px 16px rgba(0,0,0,0.11);
border-radius: 6rem;
transition: background 0.25s ease-in-out;
border: none;
outline: none;
}

.primary a {
	color: #fff;
	display: inline-block;
	padding: 1rem 3rem;
}

.primary:hover {
	background:hsl(23deg 26% 56%);
}

.secondary a {
	display: block;
	padding: 1.5rem 1rem;
	border:  1px solid;
}



/** サンプルのSmooth Shadow**/
.shadow-shorter {
  box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11), 
              0 6px 8px rgba(0,0,0,0.11),
              0 8px 16px rgba(0,0,0,0.11);
}

.shadow-longer {
  box-shadow: 0 2px 1px rgba(0,0,0,0.09), 
              0 4px 2px rgba(0,0,0,0.09), 
              0 8px 4px rgba(0,0,0,0.09), 
              0 16px 8px rgba(0,0,0,0.09),
              0 32px 16px rgba(0,0,0,0.09);
}

.no-margin {margin: 0;}

/* general styling */
.contents {
flex-glow: 1;
margin-bottom: 3rem;
}

.inner-section {
margin: 0 auto 3rem;
}

.text-right {text-align: right;}
.text-center {text-align: center;}

.privacy h2,
.text-left {
text-align: left;
}

.section {
width: 90%;
margin: 0 auto 3rem;
max-width: 56rem;
}

div.header.section.corporate{
margin-bottom: 0;
margin-top: 1rem
}

button {
display: inline-block;}

button a {display: block;}

/* ==== table ==== */

table {
	border-collapse: collapse;
	}
	
	td,
	th {
	border: 1px solid #ddd;
	padding: 1rem;
	}
	
	th {
	background: #f9f9f9;
	text-align: left;
	font-weight: normal;
	}

/* ====== site-header__globalnav ===== */
.site-header__globalnav ul {
	display: flex;
	align-items: stretch;
	width: 100%;
	}
	
	.site-header__globalnav ul li {
	display: flex;
	justify-content: center;
	flex-grow: 1;
	}
	
	.site-header__globalnav ul li:last-child {
	border: none;
	}
	
	.site-header__globalnav ul li a {
	padding: 0.875rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 0.75rem;
	position: relative;
	}
	
	.site-header__globalnav li.current a:after {
	content: "";
	display: block;
	height: 3px;
	width: 100%;
	background: white;
	position: absolute;
	left: 0;
	bottom: 0;
	}

/* ===== site-header ====== */
.site-header {
	background: #0f2154;
	}
	
	.site-header__brand {
	width: 24rem;
	padding: 2rem 5% 1rem;
	}
	
	.site-header a {
	color: white;
	}


/* ==== hero =====*/
.hero {
	height: calc(100vh - 6rem);
	background: url("../images/bg.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	color: #fff;
	display: flex;
	padding: 15vh 0;
	margin-bottom: 5rem;
	min-height: 36rem;
	}
	
	.hero h1 {
	text-align: left;
	}
	
	.hero__inner {
	position: relative;
	z-index: 1;
	width: 90%;
	max-width: 56rem;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0 0 1px black;
	}
	
	.hero::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(9 18 52 / 60%) /*rgba(0,0,0,.6)*/;
	left: 0;
	top: 0;
	}
	
	.hero__date {
	font-size: 1.25rem;
	}
	
	.hero__inner dl {
	display: flex;
	}
	
	.hero__inner dl dt:after {
	content: "：";
	}
	
	.hero__inner__body {
	margin-bottom: 2rem;
	}
	
	/* ==== footer =====*/
	.footer {
	background: #0f2154;
	padding: 2rem 0 0;
	color: #fff;
	text-align: center;
	}
	
	.footer a {
	color: #fff;
	}
	
	.footer li {
	font-size: 0.75rem;
	display: inline-block;
	}
	
	.footer li + li {
	margin-left: 1.125rem;
	}
	.footer__copy {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	font-size: 0.75rem;
	padding: 1rem;
	margin: 0;
	}
	
	.footer__nav__list {
	margin-bottom: 2rem;
	}
	
	.footer__nav__logo {
	max-width: 16rem;
	margin: 0 auto 2rem;
	}
	
	.schedule__detail h2 {
	font-size:1.777rem;
	margin-bottom: .75rem;
	}
	
	.schedule__detail h3 {
		font-size: 1.333rem;
	color: #222;
	margin-bottom: .75rem;
	}
	
	/* ===== schedule__detail ===== */
	
	.schedule__detail h2 {
	text-align: left;
	font-weight: normal;
	}
	
	.schedule__detail dl {
	display: flex;
	color: #222;
	font-size: 0.875rem;
	}
	
	.schedule__detail section + section {
	border-top: 1px solid #ddd;
	}
	
	.schedule__detail section {
	display: block;
	padding: 2rem 0;
	}
	
	.schedule__detail section a:hover {
	background: rgb(174 85 41 / 8%);
	}
	
	.schedule__detail dt:after {
	content: "：";
	}
	
	.schedule__detail section:last-of-type {
	border-bottom: 1px solid #ddd;
	}
	
	.schedule__detail p {
	margin: 0;
	}
	
	/* page-header */
	.page-header h1 {
	width: 90%;
	margin: 0 auto;
	max-width: 56rem;
	z-index: 60;
	position: relative;
	color: #fff;
	}
	
	.page-header {
	padding: 2rem 0;
	background:#6B7185;
	position: relative;
	margin-bottom: 5rem;
	}
	
	.page-header--training {
	padding: 3rem 0;
	}
	
	.page-header--training h1 {
	width: 100%;
	font-size: 3.157rem;
	margin-bottom: 1.25rem;
	text-align: left;
	}
	
	.page-header--training h1 small {
	font-size: 1.777rem;
	}
	
	.page-header--training>div {
	width: 90%;
	margin: 0 auto;
	max-width: 56rem;
	color: #fff;
	}
	

	
	/* ===== ul/ol ====*/
	.section ul.disc {
	list-style-type: disc;
	padding-left: 1.5rem;
	}
	
	.section ol.decimal {
	list-style-type: decimal;
	padding-left: 1.5rem;
	}
	
	.attention li {
	position: relative;
	padding-left: 1.25rem;
	font-size: 0.875rem;
	}
	
	.attention li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
	}
	
	/*instructor*/
	.instructor figure {
	margin-bottom: 1rem;
	width: 10rem;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
	
	.instructor figure img {
	border-radius: 50%;
	}
	
	.instructor header {
	text-align: center;
	}
	
	/*badge*/
	.badge .title {
		width:3rem;
	}
	
	.badge th {
		width: 8%;
	}
	
	#top .badge {
		display: grid;
		grid-template-columns: 16% 16% 16% 16% 16%;
		grid-gap: 2%;
	}
	
	/*	class-detail*/
	.class-detail__header {
	background: #0f2154;
	padding: 1.5rem 0;
	margin-bottom: 3rem;
	}
	
	.class-detail__header > div {
	width: 90%;
	margin: 0 auto;
	max-width: 56rem;
	color: #fff;
	}
	
	.class-detail__header > div p {
	margin: 0;
	}
	
	.class-detail__header h1 {
	text-align: left;
	font-size: 1.25rem;
	margin: 0;
	}
	
	/*note*/
	.note {
	border: 1px solid #ddd;
	padding: 1.5rem;
	}
	
	.note :first-child {
	margin-top: 0;
	}
	
	.note :last-child,
	.note p:last-child {
	margin-bottom: 0;
	}
	
	.note h3 {
	font-size: 1.125rem;
	margin: 0 0 0.25rem;
	}
	
	.note p {
	margin: 0 0 0.25rem;
	}
	
	/*certification__list*/
	.certification__list__item img {
	width: 10rem;
	display: block;
	margin: 0 auto 1.5rem;
	}
	
	.certification__list__item h3 {
	font-weight: 600;
	margin-bottom: 0.5rem;
	}
	
	
	.certification__list__check {
		margin-bottom: 1rem;
	}
	


/** 48em **/
@media screen and (min-width: 48em) {

	html {
	font-size: 100%;
	}
	
	h1,
	h2,
	h3,
	h4{
	text-align: left;
	}

	p,ul,li,ol,dd,dt,.primary,.secondly,td,th {
	font-size: 1rem;
	}
	.section {
	margin: 0 auto 5rem;
	}
	.pc-center {
	text-align: center;
	}

	.hero {
	margin-bottom: 6rem;
	height: calc(100vh - 5rem);
	}

	.hero__date {
	font-size: 1.25rem;
	}

	.hero__inner dl {
	font-size: 1.125rem;
	}

	.hero h1 {
	font-size: 2.365rem;
	}
	
	#certificate table tr th {
		width: 10%;
	}
	
	#company table {
		margin-bottom: 8rem;
	}
	
	#company .partners {
		display: grid;
		grid-template-columns: 47.5% 47.5%;
		grid-gap: 5%;
		align-items: center;
	}
	
	#scrumorg .founder {
		display: grid;
		grid-template-columns: 3fr 1fr;
		margin-bottom: 5rem;
	}
	
	#scrumorg .founder-portrait {
		margin-bottom: 1.5rem;}																
	
	#scrumorg .founder-portrait img {
		border-radius: 50%;}
		
	.compare {
		display: grid;
		grid-template-columns:1fr 1fr;
		grid-gap: 10px;
	}

}


/* 60em */
@media screen and (min-width: 60em) {

	.page-header--training>div {
	text-align: left;
	}

	.certification__list__item h3 {
	font-size: 1.25rem;
	}
	.certification__list__item {
	display: grid;
	grid-template-columns: 1fr 4fr;
	grid-column-gap: 3rem;
	}
	.certification__list__item img {
	width: 100%;
	}

	.class-detail__header {
	margin-bottom: 5rem;
	padding: 2rem 0;
	}

	.class-detail__header h1 {
	font-size: 1.75rem;
	}

	.instructor__wrap {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-column-gap: 3rem;
	}

	.instructor figure {
	width: 100%;
	}

	.instructor__wrap__photo h3 {
		font-size: 1.777rem;
	}


	.footer__nav__list a {
	display: inline-block;
	padding: 0;
	}
}

/* 62em */
@media screen and (min-width: 62em) {

	.site-header {
	padding: 1.5rem 5%;
	}

	.site-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 56rem;
	margin-left: auto;
	margin-right: auto;
	}

	.site-header__brand {
	width: 16rem;
	padding: 0;
	}

	.page-header__sholder {
	font-size: 1.953rem;
	margin: 0;
	}

	.site-header__globalnav ul {
	display: block;
	}

	.site-header__globalnav ul li {
	display: inline-block;
	}

	.site-header__globalnav ul li + li {
	margin-left: 1.75rem;
	}

	.site-header__globalnav ul li a {
	font-size: 1rem;
	display: inline-block;
	padding: 0;
	}

	.site-header__globalnav li.current a:after {
	content: "";
	display: block;
	height: 0.25rem;
	width: 100%;
	background: white;
	position: absolute;
	left: 0;
	bottom: -1.5rem;
	}

	.page-header {
	padding: 4rem 0 5rem;
	margin-bottom: 5rem;
	}

}



