@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
	scroll-behavior: smooth;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	outline: 0;
	vertical-align: baseline;
}
body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #3e3a39;
	font-size: 1.6rem;
	line-height: 1.5;
	overflow-x: hidden;
}
@media screen and (max-width:767px) {
body {
	font-size: 1.4rem;
	}
}
li, ol, ul {
  list-style: none;
}
li {
  text-align: -webkit-match-parent;
}
a {
  text-decoration: none;
  color: inherit;
}
.l-header {
  width: 100%;
  background-color: #fff;
  height: 80px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  z-index: 10;
  position: sticky;
}
.l-headerInner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.l-header_logo {
  width: 160px;
}
.l-header_logo img {
  width: 100%;
  height: auto;
}
.l-header_btn {
  display: block;
  max-width: 100%;
  height: 40px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 40px;
  border-radius: 33px;
  background: #d0111b;
  color: #fff;
  padding: 0 20px;
	border: 2px solid #fff;
}
.l-header_btn:hover {
	background: #fff;
	color: #d0111b;
	border: 2px solid #d0111b;
	transition : 0.4s;
}
.mv {
  height: 520px;
background: url( "../images/bg_mv.png" ) top center/ 2000px auto no-repeat #ebebeb ;
}
.mv h1 span {
  display: block;
  text-align: center;
}
.mv h1 .small_h1 {
  font-size: 2.4rem;
}
.mv h1 .main_h1 {
  font-size: 6rem;
	margin: 70px 0;
	position: relative;
}
.mv h1 .main_h1::before {
	content: "";
	position: absolute;
	width: 150px;
	height: 150px;
	background: url("../images/img_release.png")no-repeat top right / 150px 150px;
	    top: -148px;
    right: -88px;
}
.mvInner {
  width: 1080px;
  margin: 0 auto;
	position: relative;
}
.mvInner::before {
	position: absolute;
	content: "";
	width: 197px;
	height: 246px;
	background: url("../images/img_figure01.png")no-repeat top right / 197px 246px;
	top: 50%;
    right: 14%;
}
.mv_textArea {
  width: 660px;
	padding-top: 40px;
}
.mvBtnWrap{
	text-align: center;
}
.mvBtn_c {
  font-size: 2.4rem;
  position: relative;
  padding: 3.5rem 14rem 1.5rem 14.0rem;
  color: #3e3a39;
  background: #ffffff;
  border-radius: 100vw;
  border: 3px solid #d0111b;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.mvBtn_c::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/icon_click01.png) no-repeat;
  background-size: contain;
  bottom: 24px;
  right: 16px;
}
.mvBtn_c span {
  font-size: 2.0rem;
  font-weight: 400;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 170px);
  display: block;
  width: 340px;
  padding: 0.2rem 0;
  color: #ffffff;
  border-radius: 100vh;
  background: #d0111b;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.mvBtn_c:hover{
	background: #f6ccd1;
		transition : 0.4s;
}
.contentsInner{
	width: 1080px;
	margin: 0 auto;
	padding: 120px 0;
}
.title2 {
    font-size: 4.6rem;
    text-align: center;
}
.text_ttl {
    text-align: center;
    font-size: 24px;
	font-weight: 500;
    line-height: 2;
	margin-top: 100px;
}
.borderRed{
background: linear-gradient(transparent 50%, #f6ccd1 40%);
	padding-bottom: 8px;
}
.f_t_block {
    display: flex;
    justify-content: space-between;
	margin-top: 40px;
}
.rightBox{
	width: 64%;
}
.f_t_block figure {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}
.f_t_block .text_box {
    border: 3px solid #a5baf2;
    border-radius: 10px;
    padding: 20px;
    font-size: 20px;
	line-height: 2;
	width: 60%;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
.text_box.flex_box {
    display: flex;
    flex-wrap: wrap;
	width: 93%;
}
.text_box.flex_box li {
    width: 45%;
	padding-left: 30px;
	position: relative;
	font-size: 1.8rem;
    font-weight: 600;
	line-height:2.5;
}
.text_box.flex_box li::before {
	position: absolute;
	content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon_check.png) no-repeat;
  background-size: contain;
	top: 12px;
    left: 0;
}
figure.devItem{
	width: 100%;
	margin: 40px auto;
}
figure.devItem figcaption{
	font-size: 1.2rem;
}
figure.devItem img{
	width: 100%;
}
.bgG{
background: url( "../images/bg_mv.png" ) top center/ 2000px auto no-repeat #ebebeb ;
}
.title2_2 {
    text-align: center;
    font-size: 2.6rem;
}
.institution {
    display: flex;
    justify-content: space-around;
	align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    padding: 30px 30px 20px;
	margin-top: 40px;
}
#contact .text_box{
	margin: 60px 0;
	text-align: center;
}
#contact .text_box p{
	margin-bottom: 20px;
}
#contact .text_box p:last-child{
margin-bottom: 0;
}
.development_screen{
	width: 480px;
	margin: 60px auto 0;
}
.development_screen img{
	width: 100%;
}
.sp_block{
	display: none;
}
@media screen and (max-width:767px) {
	.l-headerInner{
		width: 98%;
	}
	.l-header_logo {
    width: 100px;
	}
	.l-header_btn{
		font-size: 1.2rem;
		height: auto;
		padding: 0 10px;
	}
	.mv_textArea,.mvInner,.contentsInner {
    width: 96%;
	}
	.mv h1 .small_h1 {
    font-size: 2.0rem;
	}
	.mv h1 .main_h1 {
    font-size: 3rem;
	}
	.mv h1 .main_h1::before {
	content: "";
	position: absolute;
	width: 240px;
	height: 50px;
	background: url("../images/img_release_sp.png")no-repeat top right / 240px auto;
	    top: -40px;
    left: 50%;
		transform: translateX(-50%);
}
	.mvBtnWrap{
	margin-top: 160px;
		}
	.mvBtn_c{
		display: block;
		max-width: 380px;
		width: 100%;
		padding: 1.5rem 0 0.5rem 0;
		font-size: 2.0rem;
		margin: 0 auto;
	}
	.mvBtn_c::after{
		bottom: 8px;
		right: 8px;
		background-size: 60%;
	}
	.mvBtn_c span{
		width: 80%;
		font-size: 1.4rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.mvInner::before{
		width: 110px;
    height: 140px;
		background: url(../images/img_figure01.png)no-repeat top right / 110px auto;
		top: 266px;
    left: 50%;
    transform: translatex(-58%);
	}
	.institution,.f_t_block,.text_box.flex_box {
		display: block;
	}
		.institution li {
			text-align: center;
			margin-bottom: 30px;
	}
		.institution li:last-child {
			margin-bottom: 0;
	}.institution li img {
    width: 100%;
	}
		.institution li:nth-child(2) img {
			width: 60%;
	}
	.title2{
		font-size: 2.6rem;
	}
	.title2_2{
		font-size: 2.2rem;
	}
	.text_ttl{
		font-size: 2.0rem;
		margin-top: 60px;
	}
	.contentsInner{
		padding: 60px 0;
	}
	.f_t_block figure{
		width: 100%;
		margin-bottom: 40px;
	}
	.f_t_block .text_box{
		width: auto;
		font-size: 1.8rem;
	}
	.text_box.flex_box li{
		width: auto;
		font-size: 2.0rem;
	}
	.development_screen{
		width: auto;
		text-align: center;
	}
	.development_screen img{
		width: 70%;
	}
	
	
	.sp_block{
	display: block;
}

}

