@charset "UTF-8";
/*top*/

/* main_img */
body#top #main_img {
	margin-bottom: 30px;
	position: relative;
}
.main_bg {
	position: relative;
	padding-top: 44%;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../../images/main.png);
	margin-top: -2px;
}
.main_bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0F5C94;
    transform: skewY(2deg) translateY(-20px);
    z-index: -3;
}
/*
body#top #main_img {
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../../images/main.png);
	margin-bottom: 30px;
}
*/
.main_bg img {
	margin-top: -2px;
}
body#top #main_img h1 {
	z-index: 1;
	position: absolute;
	top: 30%;
	right: 16%;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	font-size: 3.6rem;
	text-shadow: 1px 1px 4px #000;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	body#top #main_img h1 {
		font-size: 2.6rem;
		right: 5%;
	}
}
@media screen and (max-width: 544px) {
	body#top #main_img h1 {
		font-size: 1.8rem;
		line-height: 1.6;
		right: 5%;
	}
}

/*intro*/
#intro section .figure {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../../images/intro_fig.png);
	background-size: contain;
}
#intro h2 {
	font-size: 3.0rem;
	font-weight: bold;
	color: #0F5C94;
	margin-bottom: 30px;
}
#intro h2 span {
	display: block;
	font-size: 2.2rem;
}
#intro h2 em {
	font-style: normal;
	background:linear-gradient(transparent 60%, #FFF792 60%);
}
@media screen and (max-width: 544px) {
	#intro h2 {
		font-size: 2.3rem;
	}
	#intro h2 span {
		font-size: 1.8rem;
	}
}
#intro .summary p {
	font-size: 1.4rem;
	line-height: 1.8;
}
#intro .summary p em {
	font-style: normal;
	font-weight: bold;
	background:linear-gradient(transparent 60%, #D4EBFF 60%);
}

#intro h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #0F5C94;
	margin-bottom: 30px;
}
#intro section.examples {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
#intro .problem {
	width: 65%;
	background: #DEEEFF;
	border-radius: 10px 0 0 10px;
	padding: 15px 10px 0 20px;
}
#intro .solution {
	width: 35%;
	background-color: #0F5C94;
	border-radius: 0 10px 10px 0;
	padding: 15px 30px 0 45px;

	background-size: contain;
	background-position: left -1px top;
	background-repeat: no-repeat;
	background-image: url(../../images/solution_arrow.svg);

	display: flex;
	align-items: center;
}
#intro .problem dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#intro .problem dt {
	width: 100%;
	font-size: 1.7rem;
	font-weight: bold;
	color: #0F5C94;
	margin-bottom: 15px;
}
#intro .problem dd.issue01 {
	width: 50%;
	font-size: 1.3rem;
	font-weight: bold;
	padding-right: 10px;
}
#intro .problem dd.issue02 {
	width: 50%;
	font-size: 1.3rem;
	font-weight: bold;
	color: #0F5C94;
	padding-left: 25px;

	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../../images/problem_arrow.svg);
}
#intro .solution p {
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFF;
}
#intro .solution p strong {
	/*text-decoration: underline;*/
	border-bottom: solid 2px #FFF;
}

@media screen and (max-width: 767px) {
	#intro .problem {
		width: 100%;
		border-radius: 10px 10px 0 0;
		padding: 15px 15px 0 15px;
	}
	#intro .solution {
		width: 100%;
		background-color: #0F5C94;
		border-radius: 0 0 10px 10px;
		padding: 50px 15px 15px 15px;

		background-size: contain;
		background-position: left top -1px;
		background-repeat: no-repeat;
		background-image: url(../../images/solution_arrow_s.svg);
	}
	#intro .problem dt {
		text-align: center;
	}
	#intro .problem dd.issue01 {
		width: 100%;
		padding-right: 0;
		padding-bottom: 15px;
		text-align: center;
	}
	#intro .problem dd.issue02 {
		width: 100%;
		padding-left: 0;
		padding-top: 25px;
		text-align: center;

		background-position: center top;
		background-repeat: no-repeat;
		background-image: url(../../images/problem_arrow_s.svg);
	}
}

/*about*/
#about {
	margin-top: 50px;
	padding: 50px 0 100px;
	position: relative;
}
#about::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../../images/about_bg.png), linear-gradient(60deg, rgba(15, 92, 162, 1), rgba(41, 166, 221, 1));
		background-repeat: no-repeat;
		background-position: right bottom;
    transform: skewY(2deg);
    z-index: -1;
}

#about .container {
	z-index: 1;
}
#about h2 {
	font-size: 3.0rem;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 30px;
}
#about h2 span {
	display: block;
	font-size: 2.2rem;
}
@media screen and (max-width: 544px) {
	#about h2 {
		font-size: 2.3rem;
	}
	#about h2 span {
		font-size: 1.8rem;
	}
}
#about p {
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 20px;
}
#about .profile {
	background-color: rgba(255, 255, 255, 0.3);
	padding: 5px 20px;
	border-radius: 10px;
	margin-top: 40px;
}
#about .profile h3 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
}
#about .profile p {
	font-weight: normal;
}

/*service*/
#service {
	padding: 100px 0 150px 0;
	position: relative;
}
#service::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../../images/service_bg.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: cover;
    transform: skewY(2deg);
    z-index: 1;
}
#service .container {
	z-index: 2;
}
#service h2 {
	font-size: 3.0rem;
	font-weight: bold;
	color: #0F5C94;
	margin-bottom: 100px;
	text-align: center;
}
#service h2::after {
	display: block;
	content: "";
	width: 120px;
	height: 3px;
	background-color: #0F5C94;
	margin: 20px auto 0 auto;
}
@media screen and (max-width: 544px) {
	#service h2 {
		margin-bottom: 50px;
	}
}
#service ul {
	margin-bottom: 50px;
}
#service li {
	margin-bottom: 20px;
}
#service dt {
	height: 4em;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0F5C94;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	padding: 5px;
	margin-bottom: 2px;
	border-radius: 10px 10px 0 0;
}
#service dd {
	background-color: #fff;
	font-size: 1.4rem;
	padding: 15px;
	text-align: left;
	box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
#service a {
	display: block;
	width: 80%;
	text-align: center;
	margin: 0 auto;
		padding: 10px;
		color: #FFF;
		background-color: #0F5C94;
		border: solid 2px #FFF;

	    border-radius: 30px;
	    -webkit-border-radius: 30px;
	    -moz-border-radius: 30px;

			font-size: 2.4rem;
			font-weight: bold;
}
#service a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
	text-decoration: none;
}


/*example*/
#example {
	background-color: #0F5C94;
	padding: 50px 0;
	position: relative;
	z-index: 10;
	margin-top: -50px;
}
#example h2 {
	color: #fff;
	font-size: 3.0rem;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}
#example h2::after {
	display: block;
	content: "";
	width: 120px;
	height: 3px;
	background-color: #FFF;
	margin: 20px auto 0 auto;
}
#example .wrapper {
	background-color: #FFF;
	border-radius: 10px;
	padding: 15px 30px;
	margin-bottom: 20px;
}
#example .wrapper h3 {
	margin-top: 0;
	font-size: 1.8rem;
	font-weight: bold;
}

#example .step {
	display: flex;
	margin-bottom: 10px;
}
#example dl.step_element {
	background-color: #DEEEFF;
	padding: 15px;
	margin-bottom: 0;
	width: 24%;
	margin-right: 30px;
}
#example dl.step_element {
	position: relative;
}
#example dl.step_element::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  border: 70px solid transparent;
  border-left: 24px solid #DEEEFF;
  margin: auto;
}
#example dl.step_element dt {
	margin-bottom: 5px;
}
#example dl.step_element dd {
	font-size: 1.4rem;
}
#example dl.step_element dd::before {
	display: inline-block;
  margin: 0 5px 0 0;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 100%;
  background:#0F5C94;
	vertical-align: middle;
}
#example figure {
	text-align: center;
}
#example figure.step_img {
	width: 16%;
}

#example p {
	font-size: 1.4rem;
}
#example p.memo {
	font-size: 1.3rem;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 0px;
}
#example ul li {
	font-size: 1.4rem;
}
#example ul li::before {
	display: inline-block;
  margin: 0 5px 0 0;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 100%;
  background: #0F5C94;
	vertical-align: middle;
}

@media screen and (max-width: 993px) {
	#example dl.step_element {
		width: 24%;
	}
	#example figure.step_img {
		width: 15%;
	}
}
@media screen and (max-width: 767px) {
	#example .step {
		display: block;
	}
	#example dl.step_element {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	#example dl.step_element::after{
	  content: "";
		width: 0;
		height: 0;
	  position: absolute;
	  bottom: -20px;
		top: 100%;
	  left: 50%;
		transform: translateX(-50%);
	  content: "";
	  border: none;
		border-right: 50px solid transparent;
		border-left: 50px solid transparent;
	  border-top: 20px solid #DEEEFF;
	  margin: auto;
	}
	#example figure.step_img {
		width: 100%;
	}
	#example figure img {
		width: 70%;
	}
}



#example a {
	display: block;
	width: 80%;
	text-align: center;
	margin: 50px auto;
		padding: 10px;
		color: #0F5C94;
		background-color: #FFF;
		border: solid 3px #DEEEFF;

	    border-radius: 30px;
	    -webkit-border-radius: 30px;
	    -moz-border-radius: 30px;

			font-size: 2.4rem;
			font-weight: bold;
}
#example a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
	text-decoration: none;
}
