/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html{
	font-size: 62.5%; 
}
body {
	text-align: center;
    background-color: #fff;
	font-size: 1.5rem; /* 15px */
	line-height: 1.8;
	color: #000;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

h1,
h2 {
	font-size: 4rem; /* 48px */
	line-height: 1.3;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
  }
h3{
	font-size: 4rem; /* 40px */
	line-height: 1.3;
	padding-top: 35px;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
}
h4{
	font-size: 3.2rem; /* 32px */
	line-height: 1.3;
	padding-top: 35px;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 750px) {
h2{
	font-size: 2.1rem; 
}
h3{
	font-size: 2.1rem; 
	padding-top: 25px;
}
h4{
	font-size: 1.9rem; 
	padding-top: 25px;
}
}
h5,
h6,
img {
	height: auto;
}
a:link {
	color:#ff4109;
	text-decoration: none;
	outline: none;
}	
 a:visited {
	color:#ff4109;
	text-decoration: none;
	outline: none;
}
a:hover{
	color:#000;
	text-decoration: none;
	outline: none;
}
a:focus {
	color:#000;
	text-decoration: none;
	outline: none;
}
/*------------------------
    翻訳ボタン消し
--------------------------*/
#glt-translate-trigger{
	display:none;
}
/*------------------------
　ヘッダー
--------------------------*/
header{
	min-width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 850px;
	background: #ff4109 url(../img/bg-mindaryn.jpg) no-repeat top center;
	background-size:cover;
	display:block;
	position:relative;
}
@media only screen and (max-width: 650px) {
header{
	height: 320px;
}
}
@media screen and (min-width: 1400px) {
header{
	height: 900px;
}
}
@media screen and (min-width: 1800px) {
header{
	height: 1100px;
}
}
.siteTitle {
	width: 600px;
	position: absolute;
	top: 50%;
	left: 68%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	}
@media only screen and (max-width: 650px) {
.siteTitle {
	width: 60%;
}	
}
@media screen and (min-width: 1400px) {
.siteTitle {
	width: 680px;
	left: 65%;
}
}
@media screen and (min-width: 1800px) {
.siteTitle {
	width: 740px;
	left: 63%;
}
}
.siteTitle img {
width: 100%;
	max-width: 100%;
}
@media screen and (min-width: 1400px) {
.siteTitle img {
	max-width: 150%;
}
}
	
/*------------------------
　共通
--------------------------*/
.main_wrapper{
	width: 100%;
	margin-left: auto;
    margin-right: auto;
}
/*------------------------
　言語
--------------------------*/
.nav-language{
	width: 100%;
	margin: 50px 0 50px 0;
	display: flex;
 	justify-content: center;
 	align-items: top;
}
@media only screen and (max-width: 750px) {
.nav-language{
	margin: 20px 0 20px 0;
}	
}

/*------------------------
    ボタン
--------------------------*/
.btn {
	text-align: center;
	padding: 0 15px;
}
@media only screen and (max-width: 650px) {
.btn {
	padding: 0 2px;
}	
}

.btn-open {
  display: inline-block;
  width: 250px;
  height:60px;
  text-align: center;
  background-color: #000000;
  font-size: 18px;
  line-height: 60px;
  color: #ff4109;
  border: 1px solid #000000;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 650px) {
.btn-open {
  width: 100px;
  font-size: 12px;
}	
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #ff4109;
  opacity: 0.5;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: #ff4109;
}
.btn-open:hover:after{
  height: 500%;
  opacity: 1;
}
.btn a:link {
	color:#ff4109;
	text-decoration: none;
	outline: none;
}		
.btn a:visited {
	color:#ff4109;
	text-decoration: none;
	outline: none;
}
.btn a:hover{
	color:#000;
	text-decoration: none;
	outline: none;
}
.btn a:focus {
	color:#000;
	text-decoration: none;
	outline: none;
}


/*------------------------
　concept
--------------------------*/
#concept-container {
	width: 95%;
	margin: 0px 0 50px 0;
	position: relative;
	margin-left: auto;
    margin-right: auto;
}

#concept-container p{
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 15px 10px;
}
#concept-container img{
	width: 300px;
}
@media only screen and (max-width: 650px) {
#concept-container {
	width: 98%;
	margin: 0px 0 20px 0;
	position: relative;
	margin-left: auto;
    margin-right: auto;
}

#concept-container p{
	font-size: 1.3rem;
	line-height: 1.5;
	margin: 8px 0;
}
#concept-container img{
	width: 250px;
}
}
/*------------------------
　download
--------------------------*/
#download-container {
	width: 98%;
	margin: 0 0 30px 0;
	position: relative;
	margin-left: auto;
    margin-right: auto;
	display: flex;
 	justify-content: center;
 	align-items: top;
}
.box-youtube {
	width: 400px;
	background-color: #000;
	padding: 10px;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/
	color:#ff4109;
	margin: 10px; 
}
.box-youtube p.midashi{
	font-size: 2rem;
	line-height: 1.3;
	margin: 10px;
	text-align: left;
	font-weight: 600;
}
.box-youtube p{
	font-size: 1.5rem;
	line-height: 1.4;
	margin: 10px;
	text-align: left;
}
.box-youtube img{
	width: 350px;
	padding: 10px;
}

@media only screen and (max-width: 650px) {
#download-container {
	width: 90%;
	margin: 0 0 15px 0;
	flex-direction: column;/*display: flex;を縦並びに*/
	margin-left: auto;
    margin-right: auto;
}
.box-youtube {
	width: 100%;
	margin: 5px 0; 
	
}
.box-youtube img{
	width: 80%;
	padding: 10px;
}
.box-youtube p.midashi{
	font-size: 1.8rem;
	margin: 5px;
}
.box-youtube p{
	font-size: 1.3rem;
	margin: 5px;
}
}

.box-download {
	width: 400px;
	background-color: #ff4109;
	padding: 10px;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/
	color:#000;
	margin: 10px; 
}
.box-download p.midashi{
	font-size: 2rem;
	line-height: 1.3;
	margin: 10px ;
	text-align: left;
	font-weight: 600;
}
.box-download p{
	font-size: 1.5rem;
	line-height: 1.4;
	margin: 10px;
	text-align: left;
}
.box-download img{
	width: 280px;
	padding: 5px;
}
@media only screen and (max-width: 650px) {
.box-download {
	width: 100%;
	margin: 10px 0; 
}
.box-download img {
	width: 70%;
	padding: 10px;
}
.box-download p.midashi{
	font-size: 1.8rem;
	margin: 5px;
}
.box-download p{
	font-size: 1.3rem;
	margin: 5px;
}
}
.caution {
	width: 1000px;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/
	margin: 0px 0 50px 0;
	position: relative;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.5;
}

.caution li{
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.5;
}
@media only screen and (max-width: 650px) {
.caution {
	width: 90%;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/
	margin: 0px 0 50px 0;
	position: relative;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.5;
}

.caution li{
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.5;
}
}


.language-midashi {
	position: relative;
	text-align: center;
	font-size: 2.8rem;
	font-style: normal;
	color: #000;
	font-weight: 800;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0;
}
@media only screen and (max-width: 650px) {
.language-midashi {
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	font-weight: 400;
	width: 100%;
}
}
.language-midashi:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #0f366d;
}
.language-midashi span {
	position: relative;
	padding: 0 15px;
	background: #fff;
}

footer{
	width: 100%;
	padding: 20px;
}

/*------------------------
    スマホ対応
--------------------------*/

@media only screen and (max-width: 650px) {

body {
	text-align: center;
    background-color: #fff;
	font-size: 1.2rem; /* 12px */
	line-height: 1.6;
}
	
/*------------------------
　共通
--------------------------*/
.main_wrapper{
	width: 98%;
}
}



/*------------------------
　Google Material icons　調整
--------------------------*/

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	margin-bottom: 3px;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  
  display: inline-flex;
  vertical-align:middle;
}


/*------------------------
　ロールオーバー 透明化
--------------------------*/

.hover11 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .5;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

/*------------------------
    PCスマホ画像切り替え
--------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; margin-left: auto; margin-right: auto;}
.sp { display: none !important;  margin-left: auto; margin-right: auto;}
/* スマートフォン（画面幅750px以下）で見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; margin-left: auto; margin-right: auto; }
.sp { display: block !important; margin-left: auto; margin-right: auto; }
}
