@charset "UTF-8";
/* CSS Document */

/********************************************** 
	HISTORY
********************************************* */	
#history.spad {
	position: relative;
}
#history:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: radial-gradient(
    farthest-corner at right top,
    var(--lightblue) 0%,
    transparent 60%
  );
  z-index: -1
}

.history_table {
	text-align: center;
	table-layout: fixed;
	margin-bottom: 2rem;
}
.history_table th {
	border: 1px solid var(--bluegray);
	background: var(--lightblue);
	padding: 1em .65em;
	white-space: nowrap;
	font-size: 1.8rem;
}
.history_table td {
	border: 1px solid var(--bluegray);
	padding: 1em;
	background: #fff;
}
.history_table .text-left {
	text-align: left;
	vertical-align: top;
}
.history_table .progress td {
	border: none;
	width: 7%;
	padding: 0;
	background: transparent;
}
.history_table .progress th {
	border: none;
	background: none;
	width: 31%;
	padding: 0 0 1em;
	
}
.history_table .progress th div {
	color: #fff;
	padding: 1em;
	position: relative;
}
.history_table .progress th div span {
	display: block;
	opacity: .6;
    line-height: 1.2;
}
.history_table .progress th.past div {
	background: linear-gradient(90deg, #002e73 0%,#0b4d96 100%);
}
.history_table .progress th.now div {
	background: linear-gradient(90deg, #0b4d96 0%,#1f6fbc 100%);
}
.history_table .progress th.future div {
	background: linear-gradient(90deg, #1f6fbc 0%,#3290e2 100%);
}
.history_table .progress th.past div:before,.history_table .progress th.now div:before {
	content: "";
	display: block;
	width: 24px;
	height: 100%;
	background: url(../images/progress_arrow.svg) center center/cover no-repeat;
	position: absolute;
	top: 0;
	right: -12px;
	z-index: +1;
}
.history_table .material-icons {
	color: var(--red1);
	font-size: 12rem;
	margin-bottom: 2rem;
}
.history_table h3.dot {
	margin-bottom: .5em;
	font-size: 1.8rem;
}
.history_table  span.border {
	display: inline-block;
	padding: 0 1.5em;
	border: 2px solid var(--red1);
	border-radius: 400px
}
.hosoku {
	padding: 1em 1.5em;
	border: 3px solid var(--blue3);
	border-radius: 12px;
	height: 100%;
}
.hosoku h4 {
	font-size: 2rem;
	color: var(--blue3);
	font-weight: 600;
}
.bg_yellow {
	background: #ffffc9;
	padding: 1.5em;
	position: relative;
	border-radius: 10px;
}
.bg_yellow_head {
	color: var(--red1);
	text-align: center;
	border-image-source: linear-gradient(90deg,var(--yellow3) ,var(--yellow1) 50%);
	border-image-slice: 0 fill;
	border-image-outset: 0 100vw 0 0;
	padding: 1rem;
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 1.5
}
.history_table {
	display: block !important;
}
.history_row {
	display: none !important;
}
@media (max-width: 767px) {
	.history_table {
		display: none !important;
	}
	.history_row {
		display: block !important;
	}
	.hosoku_wrap div:first-child {
		margin-bottom: 1rem;
	}
	.hosoku {
	    padding: 1rem 1em;
	    border: 2px solid var(--blue3);
	}
	.hosoku h4 {
		font-size: 1.7rem;
	}
	.bg_yellow_head {
	    font-size: 2.4rem;
	}
	
/*--------------------------------------------------------------
# スマホのみ表示
--------------------------------------------------------------*/	
	.history_row {
		position: relative;
		
	}
	.history_row::before {
	    content: "";
	    display: block;
	    width: 4px;
	    height: 100%;
	    background: var(--bluegray);
	    position: absolute;
	    left: 10px;
	    top: 0;
	}
	.history_progress {
		width: 100%;
		position: relative;
	}	
	.progress_box {
		color: #fff;
		font-weight: 600;
		background: linear-gradient(90deg, #1f6fbc 0%, #3290e2 100%);
		line-height: 1.5;
		display: flex;
		align-items: center;
		white-space: nowrap;
		width: 100%;
		height: 40px;
		padding-left: 1em;
		margin-bottom: 1em;
	}
	.progress_box span {
		font-size: 120%;
		line-height: 1.2;
		margin-right: .5em;
	}
	.history_txt {
		color: var(--blue1);
		padding-bottom: 2rem;
		margin-left: 3rem;
	}
	.history_txt ul {
		margin-bottom: 0;
	}
	.history_txt h3.dot {
		font-size: 1.6rem;
		margin-bottom: 0;
		line-height: 1.65;
	}
	.history_txt h3.dot:before {
		top: 1.3em;
	}
	.history_txt p.bg {
		background: var(--bluegray);
		padding: .4rem 1em;
		margin-bottom: .5rem;
		font-weight: 600;
		line-height: 1.65;
	}
	.history_txt span.border {
		display: inline-block;
	    padding: 0 1em;
	    border: 2px solid var(--red1);
	    border-radius: 400px;
	}
	.history_row.last_row {
		margin-bottom: 2rem;
	}
	.history_row.last_row span.material-icons {
		color: var(--red1);
	    font-size: 8rem;
	    margin-bottom: 1rem;
	}
	.history_row.last_row .history_txt {
		padding-bottom: 0;
	}

}
/********************************************** 
	ASSIGNMENT
********************************************* */
#assignment {
	position: relative;
	overflow-y: visible;
}
#assignment:before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 6vw);
	position: absolute;
	left: 0;
	top: -3vw;
	background-color: var(--lightblue);
	clip-path: polygon(0 0, 100% 6vw, 100% 100%, 0 calc(100% - 6vw));
	z-index: -1;
}
.assignment_box {
	background: #fff;
	height: 100%;
	box-shadow: 11px 13px 27px 6px rgba(0, 0, 0, .1);
	display: flex;
	flex-flow: column;
	justify-content:space-between;
}
.assignment_box h3 {
	color: #fff;
	background: var(--blue3);
	font-size: 2.4rem;
	font-weight: 600;
	padding: 1rem 1em;
	margin-bottom: .5em;
}
.assignment_box h3.yel {
	background: #fbe23b;
}
.assignment_box .assignment_box_sub {
	color: var(--blue1);
	padding: 0 1.5em;
	font-size: 2rem;
	position: relative;
}
.assignment_box .assignment_box_sub:before {
	content: "";
	display: block;
	width: 1em;
	height: 2px;
	background: var(--bluegray);
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
}
.assignment_box_txt {
	padding: 0 2em 1em;
}
.assignment_box_txt ul,.assignment_box_txt p {
	margin-bottom: 0;
}
.assignment_box figure {
	margin: 0;
	padding: 0 4rem 2rem;
}
.assignment_box figure img {
	width: 100%;
}
#assignment .bg_blue {
	color: #fff;
	background: var(--blue3);
	padding: 1em 1.5em;
	position: relative;
}
#assignment .bg_blue:before {
	content: "";
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid #fff;
	opacity: .5;
}
#assignment .bg_blue b {
	color: #fdef32;
}
.assignment_table_sec table {
	width: 100%;
	white-space: nowrap;
	border: 1px solid var(--blue2);
	text-align: center;
}
.assignment_table_sec table th {
	color: #fff;
	background: var(--blue1);
	padding: .75em;
	border-bottom: 1px solid #fff;
}
.assignment_table_sec table td {
	background: #fff;
	border: 1px solid var(--blue2);
	padding: .75em;
}
.assignment_table_sec table td.bg {
	background: var(--bluegray2);
}
.assignment_table_sec table td img {
	max-width: 200px;
}
.arrow-title {
    position: relative;
    font-size: 2.4rem;
    text-align: center;
    padding: 20px 0 40px;
    color: var(--blue1);
    font-weight: bold;
    margin-top: .5em;
    line-height: 1.65;
}
.arrow-title::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 300px 0 300px;
    border-color: #fdef32 transparent transparent transparent;
    position: absolute;
    z-index: -1;
    left: calc(50% - 300px);
    bottom: 1rem;
}
.arrow-title + p {
	font-size: 3.6rem;
	color: var(--blue1);
	line-height: 1.5;
	font-weight: bold;
}
@media (max-width: 767px) {
	.assignment_box_wrap > div:first-child {
		margin-bottom: 1em;
	}
	.assignment_box h3 {
		font-size: 1.8rem;
	}
	.assignment_box .assignment_box_sub {
	    padding: 0 1.5em;
	    font-size: 1.7rem;
	}
	.assignment_box_txt {
	    padding: 0 1em 1rem;
	}
	ul.image li:before {
		top: 1.35em;
	}
	.assignment_table_sec table th,.assignment_table_sec table td {
		padding: .5em;
	}
	.arrow-title {
	    font-size: 1.8rem;
	    padding: 20px 0 40px;
	    color: var(--blue1);
	    font-weight: bold;
	    margin-top: .5em;
	    line-height: 1.5;
	}
	.arrow-title::before {
	    border-width: 50px 150px 0 150px;
	    left: calc(50% - 150px);
	    bottom: 1rem;
	}
	.arrow-title + p {
		font-size: 2.4rem;
	}

}
/********************************************** 
	CONFIDENCE＆SUCCESS
********************************************* */
#confidence {
	position: relative;
}
#confidence:before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 6vw);
	position: absolute;
	left: 0;
	top: -3vw;
	background: url(../images/bg_dot.png) center center/7px repeat;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 6vw, 100% 100%, 0 calc(100% - 6vw));
	z-index: -1;
}

.title_wrap img {
	padding-bottom: 3rem;
	margin-left: 3rem;
}
h3.color {
	font-size: 3.6rem;
	font-weight: 700;
	margin-bottom: 1em;
	line-height: 1.5;
}
.bg_yellow_title {
	margin-bottom: 3rem;
}
.bg_yellow_title h3 {
	font-size: 2rem;
	font-weight: 600;
	color: var(--blue1);
	background-color: #fff;
	padding: 1rem 1.5em;
	border-radius: 400px;
	white-space: nowrap;
	margin: 0;
	border: 2px solid var(--blue1);;
}
.bg_yellow_title p {
	padding-left: 1em;
	margin: 0;
	font-size: 2rem;
}
.arrow {
	height: 40px;
	margin-bottom: 2rem;
	margin-top: 2rem;
	position: relative;
}
.arrow:before {
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
	top: 0;
	border-color: var(--red1) transparent transparent;
	border-width: 40px 120px 0 120px;
	left: calc(50% - 120px);
}
#confidence .bg_yellow_2 {
	background: linear-gradient( var(--yellow1) 0%,var(--yellow3) 100%);
}
#confidence .bg_yellow_2 p.color {
	color: var(--blue3);
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.65;
}
#confidence .bg_yellow_2 .bg_yellow_title {
	margin-bottom: 0;
}
#confidence .bg_yellow_2 .bg_yellow_title h3 {
/* 	font-size: 1.6rem; */
	margin-bottom: .5em;
}
#confidence .bg_yellow_2 figure {
	margin: .5rem;
	width: auto;
}

#confidence .bg_yellow_2 img {
	border-radius: 50%;
	max-width: 100%;
}
#confidence .bg_yellow_2 h4 {
	margin: 1rem;
	color: var(--blue1);
	font-weight: 600;
}
@media (max-width: 767px) {
	.title_wrap img {
		padding-bottom: 1rem;
		margin-left: 0;
		width: 70%;
	}
	.bg_yellow {
	    padding: 1em;
	    border-radius: 10px;
	}
	.bg_yellow_title h3 {
	    font-size: 1.1em;
	    padding: .5rem 1em;
	    text-align: center;
	}
	.bg_yellow_title p {
	    padding-left: 0;
	    margin: 1rem 0 0;
	    font-size: 1em;
	}
	#confidence .bg_yellow_2 p.color {
	    font-size: 1.2em;
	    line-height: 1.5;
	}
	#confidence .bg_yellow_2 figure {
	    margin: .25rem;
	}
	.title_img {
		text-align: center;
	}
	.title_img img {
		width: 50%;
	}
	.arrow {
	    margin-bottom: 1rem;
	    margin-top: 1rem;
	}
}
/********************************************** 
	MADE WITH JAPAN
********************************************* */
#madewithjapan {
	position: relative;
}
#madewithjapan:before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 6vw);
	position: absolute;
	left: 0;
	top: -3vw;
	background: var(--lightblue);
	clip-path: polygon(0 0, 100% 6vw, 100% 100%, 0 calc(100% - 6vw));
	z-index: -1;
}
.mwj_box {
	background: #fff;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.mwj_box .arrow {
	margin: 1rem 0;
}
.mwj_box .arrow:before {
	border-color: var(--yellow3) transparent transparent;
}
.mwj_box h3 {
	margin: 0;
	text-align: center;
	font-size: 2.4rem;
	color: #fff;
	background: var(--blue3);
	font-weight: 600;
    padding: 1rem 1em;
}
.mwj_box div.text-center {
	margin: 0 1.5rem 1rem;
}
.mwj_box .font-l {
	background: var(--bluegray);
	padding: 0 1em;
}
.mwj_box .color {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}
@media (max-width: 767px) {
	.mwj_box h3 {
		font-size: 1.8rem;
	}
	.mwj_box .color {
		font-size: 2rem;
	}
}
/********************************************** 
	TOPICS
********************************************* */
.topics-wrap article a {
    display: table;
    width: 100%;
    padding: 1.25em 3em 1.25em 2em;
    position: relative;
    color: #222;
    text-decoration: none;
}
.topics-wrap article:nth-child(odd) a {
	background: var(--lightblue);
}
.topics-txt {
	position: relative;
}
.topics-txt span.material-icons {
    color: var(--blue1);
    position: absolute;
    right: -1.5em;
    top: calc(50% - .5em);
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.topics-wrap article a:hover {
	color: #3290e2;
}
.topics-wrap article a:hover .topics-txt span.material-icons {
	transform: translateX(.25em);
	color: #3290e2;
}

@media (max-width: 767px) {
	.topics-wrap article a {
	    padding: 1em 2.5em 1em 1em;
	}
	.topics-txt span.material-icons {
	    right: -2em;
	    font-size: 1.5rem;
	}

}
/********************************************** 
	PRODUCTS
********************************************* */
#products {
	position: relative;
	padding-bottom: 8rem;
}
#products:before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 6vw);
	position: absolute;
	left: 0;
	top: -3vw;
	background: url(../images/bg_top__products.svg) center center/cover no-repeat;
	background-color: var(--bluegray);
	clip-path: polygon(0 0, 100% 6vw, 100% 100%, 0 calc(100% - 6vw));
	z-index: -1;
}
.product_banner_wrap {
	padding-top: 3rem;
}
a.product_banner {
	display: flex;
	align-items: center;
	width: 100%;
	height: 110px;
	border-radius: 2px;
	padding: 1.5rem;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
	background: #fff;
	color: var(--blue1);
	font-size: 1.8rem;
	position: relative;
	margin-bottom: 1.5rem;
}
a.product_banner:hover {
	color: #3290e2;
}
a.product_banner figure {
	width: 70px;
	height: 70px;
	margin: 0;
	margin-right: 1rem;
	overflow: hidden;
	position: relative;
}
a.product_banner figure:before {
	content: "";
    display: block;
    padding-top: 100%;
}
a.product_banner figure img {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-height: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
a.product_banner:hover figure img {
	transform: scale(1.07);
}
a.product_banner h3 {
	font-weight: bold;
	margin-right: 1rem;
	flex: 1;
}
a.product_banner span.material-icons {
	position: absolute;
	right: 1rem;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
a.product_banner:hover span.material-icons {
	transform: translateX(5px);
}
@media (max-width: 767px) {
	.product_banner_wrap {
		padding-top: 0;
	}
	a.product_banner {
	    height: 90px;
	    padding: 1rem;
	    font-size: 1.6rem;
	    margin-bottom: .8rem;
	}
}