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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
header {
    position: fixed;
    width: 100%;
    height: 90px;
    z-index: 100;
}

body {
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
img {
    max-width: 100%;
}
main {
    width: 100%;
}
h2 {
    font-size: 50px;
    letter-spacing: 2.5px;
    font-family: 'Paytone One', sans-serif;
    color: #ff0000;
    margin-bottom: 25px;
}
h3 {
    color: #757575;
    font-weight: 600;
    font-size: 18px;
}

p {
    font-size: 16px;
}

footer{
 position: fixed;
 bottom: 0px;
 width: 100%;
 z-index: 99;
}

.sns_icon {
    text-align: right;
    padding: 5px;
}

.sns_icon img {
    max-height: 50px;
}

.sns_msg{
	display: none;
}

.font_wt {
    font-weight: 700;
    font-size: 18px;
}
.header_wall {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: -moz-linear-gradient(right, #d2d2d2, #ffffff);
    background: -webkit-linear-gradient(right, #d2d2d2, #ffffff);
    background: linear-gradient(to right, #d2d2d2, #ffffff); */
	background-color: #fff;
    transform: skewY(-2deg);
    transform-origin: top left;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.header_size {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.logo {
    padding: 25px 25px;
    font-size: 30px;
    font-weight: 600;
    position: relative;
}

.logo img{
	max-height: 28px;
}

.top_img {
    background-image: url(../img/ovt_img.png);
    background-size: cover;
	background-position: center center;
    color: #fff;
}
.top_cover {
    background-color: rgba(0, 0, 0, 0.45);
    background-size: cover;
    padding: 200px 50px 160px;
    display: flex;
}
.top_con {
    max-width: 100%;
	margin-left: auto;
    margin-right: auto;
}
.top_tittle {
	font-family: "Sawarabi Mincho";
	text-align: center;
    font-size: 37px;
	letter-spacing: 5px;
	text-shadow: 5px 10px 10px rgba(0,0,0,0.25);
}

.top_msg{
	font-size: 60px;
}

img.about_logo {
    width: 40%;
    padding-bottom: 50px;
}

.about_text {
    padding: 20px;
    max-width: 1024px;
    margin: 0 auto;
}

.large_font {
	font-size: 20px;
	font-weight: 600;
	text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.ict{
	font-size: 100px;
	font-weight: 800;
}

.ict_s{
	font-size: 90px;
	font-weight: 800;
}

.top_text {
    padding-top: 30px;
    font-size: 18px;
}
.row {
    padding: 50px 0px;
	text-align: center;
    background-color: #f7f7f7;
}
.gray_wall {
    text-align: center;
    background-color: #FFF;
}
.sub_tittle {
    color: #757575;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
	padding: 0px 20px;
}
.detail_tittle {
    color: #333;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    margin-bottom: 50px;
    font-size: 26px;
    border-bottom: 1px solid #959595;
}
/*

.merit_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.merit_con {
    width: 400px;
    margin: 10px;
    padding: 15px;
    border-radius: 3px;
    color: #fff;
    box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
}
h4.merit_tittle {
    text-align: center;
    color: #FFF;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
.merit_1 {
    background: -moz-linear-gradient(right, #75e1ff, #82aeff);
    background: -webkit-linear-gradient(right, #75e1ff, #82aeff);
    background: linear-gradient(to right, #75e1ff, #82aeff);
}
.merit_2 {
    background: -moz-linear-gradient(right, #a9f9af, #3be2a2);
    background: -webkit-linear-gradient(right, #a9f9af, #3be2a2);
    background: linear-gradient(to right, #a9f9af, #3be2a2);
}

*/

.mrt_box {
    display: flex;
    background-color: #fff;
}
.mrt_text {
    font-family: "Helvetica";
    width: 50%;
    background-color: #fff;
    height: 350px;
}
.mrt_text_left {
    position: relative;
    padding: 30px 0px 30px 100px;
}

.mrt_msg {
	font-size: 20px;
	line-height: 200%;
	font-weight: 600;
	text-align: left;
}

.mrt_text_right {
    padding: 30px 100px 30px 250px;
}
.mrt_wall_left {
    height: 350px;
    transform: skewX(-5deg);
    width: 55%;
    position: absolute;
    background-color: #fff;
    transform-origin: top left;
    padding: 30px 0px;
}
.mrt_wall_right {
    height: 410px;
    transform: skewX(-5deg);
    width: 52%;
    position: absolute;
    transform-origin: top right;
    background-image: url(../img/shutterstock_696061477.jpg);
    background-size: cover;
}
.mrt_img {
    width: 55%;
    background-image: url(../img/shutterstock_188797388.jpg);
    background-size: cover;
    height: 　350px;
}
.flow_wall {
    background-image: url(../img/5C9A0488.jpg);
    background-size: cover;
    text-align: center;
	background-position: center center;
}
.flow_wall_cover {
    background-color: rgba(56, 56, 56, 0.68);
}
.flow_tittle {
    border-bottom: solid 1px #fff;
    color: #fff;
}

.company_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	align-items: flex-end;
	max-width: 1024px;
    margin: 0 auto;
}

.company_box div{
	padding: 0px 0px 10px;
}

.company {
    text-align: center;
    width: 150px;
	margin: 10px 15px;
}

.company a{
	text-decoration: none;
	color: #333;
}

.company p {
    font-size: 12px;
}

.company img {
    max-height: 70px;
}

.step_button {
    display: inline-block;
    background-color: #0bff12;
    padding: 5px 10px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
}
.step_box {
    display: flex;
    justify-content: center;
    margin: 80px 0px;
}

.step_title {
    display: flex;
    align-items: center;
}

.step_title_text {
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}

.step_con {
    width: 40%;
    font-size: 16px;
	text-align: left;
}
.step_img {
    width: 40%;
    text-align: center;
}
.step_text {
    padding: 20px;
}
.step_btnbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.seminar_wall {
    background-image: url(../img/suc.jpg);
    background-size: cover;
	background-position: center center;
}
.seminar_cover {
    background-color: rgba(53, 53, 53, 0.72);
}

.seminar_com{
	padding-bottom: 15px;
    width: 80%;
    margin: 0 auto;
	color: #fff;
}

.seminar_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.seminar_con {
    width: 40%;
    font-size: 16px;
    padding: 20px 10px;
}
.seminar_img {
    width: 60%;
    text-align: center;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
}
.seminar_img img {
    width: 100%;
    box-shadow: 5px 10px 10px rgba(0,0,0,0.25);
}
.seminar_text {
    font-weight: 600;
    line-height: 3;
    font-size: 18px;
    text-align: left;
	color: #fff;
}
.contact_tittle {
    border-bottom: solid 1px #fff;
    color: #fff;
}
.contact_con {
    font-size: 18px;
    text-align: center;
    padding: 20px 10px;
    color: #fff;
}
.contact_text {
    padding-bottom: 30px;
}

.contact_box{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding-top: 60px;
}

.contact_box_text{
	padding: 30px;
	text-align: left;
	width: 350px;
}

.contact_map{
	width: 350px;
	height: 350px;
}

.button {
    display: inline-block;
    width: 200px;
    text-align: center;
    text-decoration: none;
    box-shadow: 5px 10px 10px rgba(0,0,0,0.25);
    outline: none;
    padding: 10px;
    margin: 10px;
    font-weight: 600;
}
.button::before, .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button, .button::before, .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button {
    position: relative;
    z-index: 2;
    background-color: #3ccdea;
    border: 2px solid #3ccdea;
    color: #FFF;
    padding: 10px;
}
.button:hover {
    background-color: #fff;
    border-color: #3ccdea;
    color: #3ccdea;
}
.button::before, .button::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #3ccdea;
}
.button::before {
    right: 0;
}
.button::after {
    left: 0;
}
.button:hover::before, .button:hover::after {
    width: 0;
    background-color: #3ccdea;
}

a.button {
    color: #fff;
}

.btn_sml {
    width: 150px;
    font-size: 14px;
    color: #fff;
	margin: 10px 0px;
}

.chart_sp{
	display: none;
}

.footer_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.footer_box div{
	padding: 25px;
}

.sponsor {
	padding: 25px 15px 15px;
	display: flex;
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.sponsor div{
	padding: 5px 20px;
}

.msr_flow02 {
  color: #000000;
  list-style: none;
  overflow: hidden;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  padding-left: 10px;
  padding-right: 15px;
}
.msr_flow02 li {
  background-color: #3ccdea;
  line-height: 80px;
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  min-width: 100px;
  padding: 0 10px 0 40px;
  text-align: center;
  text-decoration: none;
  flex-grow: 1;
  margin-bottom: 5px;
  font-weight: 600;
}
.msr_flow02 li:first-child {
  padding-left: 20px;
}

/* 三角形下部 */
.msr_flow02 li::after {
  background-color: #3ccdea;
  border-right: 3px solid #f7f7f7;
  content: " ";
  display: block;
  height: 40px;
  margin-left: auto;
  margin-right: -30px;
  margin-top: -40px;
  position: relative;
  transform: skew(-40deg);
  -o-transform: skew(-40deg);
  -ms-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  -webkit-transform: skew(-40deg);
  width: 40px;
}

/* 三角形上部 */
.msr_flow02 li::before {
  background-color: #3ccdea;
  border-right: 3px solid #f7f7f7;
  content: " ";
  display: block;
  float: right;
  height: 40px;
  margin-bottom: -40px;
  margin-left: auto;
  margin-right: -30px;
  transform: skew(40deg);
  -o-transform: skew(40deg);
  -ms-transform: skew(40deg);
  -moz-transform: skew(40deg);
  -webkit-transform: skew(40deg);
  width: 40px;
}

/* 右端の設定 */
.msr_flow02 .active {
  background-color: #3ccdea;
  color: #FFFFFF;
}
.msr_flow02 .active::before, .msr_flow02 .active::after {
  background-color: #3ccdea;
}

li div {
    line-height: 18px;
    padding-left: 45px;
    height: 80px;
	display: flex;
	align-items: center;
	flex-flow: wrap;
}

li div p {
    /* padding-top: 5px; */
    font-size: 12px;
    text-align: left;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 500ms;
    }
 
	.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
}

@-moz-document url-prefix(){
	.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 500ms;
    }
 
	.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
}

@media all and (-ms-high-contrast: none){
  	.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 500ms;
    }
 
	.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
}


@media screen and (max-width: 1024px) {
.top_tittle {
    font-size: 30px;
}
.step_img {
    display: none;
}
.step_con {
    width: 90%;
}
.seminar_con {
    width: 80%;
}
.seminar_img {
    width: 80%;
}
.mrt_box {
    flex-wrap: wrap;
}
	.mrt_text {
    width: 90%;
		height: auto;
}
.mrt_text_left {
    padding: 0px 0px 60px;
    margin: 0 auto;
}
	.mrt_text_right {
    width: 80%;
    margin: 0 auto;
	padding: 30px 0px;
}
	.mrt_wall_right {
display: none;
}
	.mrt_wall_left {
    display: none;
}
	
.mrt_img {
    width: 100%;
    height: 350px;
}
}

@media screen and (max-width: 600px) {
	header {
    height: 72px;
}

	h2 {
    font-size: 40px;
}

	p {
    font-size: 14px;
}

	.logo {
    padding-top: 19px;
}

	.logo img {
    height: 22px;
}
	img.about_logo {
    width: 80%;
}
	.top_cover {
    padding: 170px 20px 130px;
}

	.top_msg {
	font-size: 50px;
}

.mrt_msg {
    font-size: 16px;
    line-height: 200%;
}
	.ict {
    font-size: 60px;
}
	.ict_s {
    font-size: 47px;
}
	.top_tittle {
    font-size: 23px;
}
	.chart_sp{
	display: inline;
	}
	
	.chart{
		display: none;
	}
	
	.sns_box {
    display: flex;
	align-items: center;
    justify-content: space-around;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px -1px 33px;
	padding: 3px;
}
	.sns_icon img {
    max-height: 50px;
}
	.sns_msg{
	display: block;
	font-weight: 600;
    text-align: left;
}
	.sponsor {
	padding: 20px 15px;
}
	.footer_box div{
	padding: 15px 0px;
}
	.large_font {
	font-size: 18px;
}
	.osakacity{
	padding: 20px 15px 40px;
	}

}
