@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}
a{
	text-decoration: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html{
	font-size: 62.5%;
}
body {
  font-family: 'Shuei MaruGo B',sans-serif;
  font-size: 1.5rem;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.9;
  letter-spacing: .1rem;
}
body:before {
	content: "";
	background: url(../images/bg_pc.jpg) no-repeat center center;
	background-size: cover;
	display: block;
	position: fixed;
	bottom: 0;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	width: 100vw;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	body:before {
		content: "";
		background: url(../images/bg_sp.jpg) no-repeat center center;
		background-size: cover;
		display: block;
		position: fixed;
		bottom: 0;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		width: 100vw;
		z-index: -1;
  }
}
@media screen and (max-width: 640px) {
	body {
		font-size: 1.4rem;			
	}
}

a {
  color: #EB0000;
  text-decoration: none;
}
a:hover{
	opacity: .5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
/* a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}*/
img {
  vertical-align: top;
  max-width: 100%;
}
.spOnly {
	display: none;
}
.hoverOp:hover{
	opacity: .5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.small{
	font-size: 1.3rem;
}
.small2{
	font-size: 1.4rem;
	line-height: 2;
    display: block;
}
@media screen and (max-width: 640px) {
  br{
	  display: none;
  }
  .sp-br{
	  display: block;
  }
  .pcOnly {
    display: none !important;
  }
  .spOnly{
	display: block;
  }
  .small{
	font-size: 1.2rem;
  }
  .small2{
	font-size: 1.3rem;
  }
}

/* ===============================================================================
HeaderArea
=============================================================================== */
.top{
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	position: relative;
}
.mainVisual{
	width: 380px;
	height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.mainText{
	position: relative;
	width: 100%;
	height: 100%;
}
.mainText .text01 {
	position: absolute;
	width: 42.105%;
    top: 1.111%;
}
.mainText .text02 {
	position: absolute;
	height: 100%;
	left: 52.631%;
}
.mainVisual .text02 img{
	height: 100%;
}

.yodogawa{
	background-color: rgba(0,200,255,.9);
	max-width: 800px;
	width: 95%;
	margin: 0 auto;	
}
.yodogawa .inner{
	display: flex;
	justify-content: center;
	align-items: center;
}
.yodogawa .text{
	padding: 50px 0;
    font-size: 1.8rem;
	color: #FFFFFF;
    line-height: 2.77;
}
.yodogawa .prof{
	padding-bottom: 50px;
}
.yodogawa #prof_btn{
	text-align: center;
}
.yodogawa #prof_btn img{
	cursor: pointer;
}
.yodogawa #prof_btn img:hover{
	opacity: .5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.yodogawa .prof h2{
	font-size: 2.4rem;
	margin: 30px 0;
}
.yodogawa .prof h2 span{
	font-size: 1.8rem;
}
.yodogawa .prof_contents{
	display: none;
	color: #FFFFFF;
	font-size: 1.6rem;
	line-height: 2.5;
	padding-left: 200px;
}
@media screen and (max-width: 768px) {
	.mainVisual{
		width: 31.25%;
		height: 86.596%;
		top: 3.086%;
		transform: translateY(0%) translateX(-50%);
		-webkit- transform: translateY(0%) translateX(-50%);
	}
	.mainVisual .text01 {
		width: 100%;
		top: 0;
	}
	.mainVisual .text02 {
		height: 91.649%;
		position: static;
		text-align: center;
		padding-top: 28.45%;
	}
}
@media screen and (max-width: 640px) {
	.yodogawa .inner{
		padding: 20px 0;
	}
	.yodogawa .text {
		padding: 0 20px 0;
		font-size: 1.5rem;
		letter-spacing: 1px;
	}
	.yodogawa #prof_btn img:hover{
		opacity: 1;
	}
	.yodogawa #prof{
		padding-bottom: 20px;
	}
	.yodogawa #prof_btn img{
		width: 70.819%;
	}
	.yodogawa .prof h2{
		margin: 20px 0;
	}
	.yodogawa .prof_contents{
		padding: 0 20px 0;
		font-size: 1.4rem;
		letter-spacing: 1px;
		line-height: 2.2;
	}
}
/* ===============================================================================
listBlock
=============================================================================== */
.listBlock01{
	background-color: rgba(255,255,255,.95);
	max-width: 800px;
	width: 95%;
    margin: 0 auto;
}
.listBlock01 .ttl_index{
	text-align: center;
	padding-top: 50px;
}
.listBlock01 ul{
	padding: 40px 80px 50px;
}
.listBlock01 ul li{
	padding: 25px 0;
}
.listBlock01 ul li a{
	display: block;
}
.listBlock01 li a.publish:hover{
	opacity: .5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.listBlock01 li a.private img{
	opacity: .5;
}
.listBlock01 li a.private:hover{
	opacity: 1;
}
.listBlock01 .title img{
	width: 80%;
}
@media screen and (max-width: 640px) {
	.listBlock01 .ttl_index img{
		width: 12.459%;
	}
	.listBlock01 .ttl_index{
		padding-top: 30px;
	}
	.listBlock01 ul {
		padding: 20px 25px 25px;
	}
	.listBlock01 ul li {
		padding: 15px 0;
	}
	.navBlock01 ul li img {
		height: 56px !important;
	}
	.listBlock01 .title img {
		width: 100%;
	}
}
/* ===============================================================================
ContentsArea
=============================================================================== */
.navBlock01{
	max-width: 800px;
	width: 95%;
	background-color: rgba(255,255,255,.95);
	margin: 0 auto;
}
.navBlock01 ul{
	display: flex;
	justify-content: space-between;
	max-width: 500px;
	width: 86.885%;
	margin: 0 auto;
	padding: 50px 0 30px;
}
.navBlock01 ul li img{
	height: 73px;
}
#contentsArea{
	padding: 50px 0 0;
}
.articleBlock01{
	max-width: 800px;
	width: 95%;
    background-color: rgba(255,255,255,.98);
    margin: 50px auto;
}
.articleBlock01 .heading{
	text-align: center;
	padding: 50px 0 70px;
}
.articleBlock01 dl {
    max-width: 510px;
    width: 85.245%;
    margin: 0 auto 40px;
    display: -ms-flexbox;
    display: flex;
}
.articleBlock01 dt {
    width: 140px;
    margin-right: 30px;
	text-align: right;
}
.articleBlock01 dd {
	font-family: 'Shuei MaruGo L',sans-serif;
}
.articleBlock01 .talker-itoi{
	color: #FF5000;
}
.articleBlock01 .talker-ume{
	color: #0091FF;
}
.articleBlock01 .talker-arai{
	color: #FFA800;
}
.articleBlock01 .image {
    margin: 0 auto 3em;
    max-width: 700px;
	width: 98.36%;
}
.articleBlock01 .conv{
	padding-bottom: 40px;
}
.articleBlock02{
	text-align: center;
	font-family: 'Shuei MaruGo L',sans-serif;
}
.bannerBlock{
	background-color: rgba(0,200,255,.9);
    max-width: 800px;
	width: 95%;
    margin: 50px auto;
}
.bannerBlock p{
	padding-bottom: 50px;
	text-align: center;
}
.bannerBlock .bannerInner{
    margin: 0 auto;
    padding: 50px;
	font-size: 1.8rem;
	color: #FFFFFF;
	line-height: 2;
}
.bannerBlock .switch{
	display: block !important;
    padding: 0 115px;
}
.bannerBlock .bannerText{
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.bannerBlock .bannerInfo{
	border-top: 2px solid;
    max-width: 450px;
    margin: 0 auto;
    text-align: left;
    padding: 50px 0 0 5px;
}
@media screen and (max-width: 640px) {
	#contentsArea{
		padding: 25px 0 0;
	}
	.navBlock01 ul{
		padding: 25px 0 20px;
	}
	.articleBlock01 {
		margin: 25px auto;
	}
	.articleBlock01 .heading {
		padding: 25px 0;
		width: 85.245%;
		margin: 0 auto;
	}
	.articleBlock01 .heading img {
		height: auto;
	}
	.articleBlock01 dl {
		margin: 0 auto 2em;
		padding-left: 0;
		display: block;
		flex-wrap: wrap;
	}
	.articleBlock01 dt{
		text-align: left;
	}
	.articleBlock01 .image {
		margin: 3em auto;
	}
	.articleBlock01 .conv {
		padding-bottom: 30px;
	}
	.articleBlock02 {
		padding-top: 20px;
	}
	.bannerBlock {
		margin: 25px auto;
	}
	.bannerBlock .bannerInner {
		width: 97%;
		padding: 5px;
		font-size: 1.5rem;
	}
	.bannerBlock p {
		padding-bottom: 25px;
	}
	.bannerBlock .bannerText{
		padding: 0 25px 1em;
	}
	.bannerBlock .bannerInfo{
		line-height: 1.5;
		margin: 0 25px 1em;
		padding: 1em 0 0;
	}
	.bannerBlock .cover img{
		width: 70%;
	}
}

/* ===============================================================================
FooterArea
=============================================================================== */
footer {
	max-width: 800px;
    width: 95%;
	background-color: rgba(255,255,255,.95);
	margin: 0 auto 50px;
	text-align: center;
	line-height: 0;
}
.share_list {
    width: 86.885%;
    max-width: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
	padding-top: 70px;
	align-items: flex-end;
}
.share_list li img{
	width: 50px;
    height: 50px;
}
.copyright {
    padding: 30px 0 60px;
    display: block;
}
@media screen and (max-width: 640px) {
	#pageWrap{
		padding-bottom: 25px;		
	}
	footer{
		margin: 0 auto;
	}
	.share_list{
		padding-top: 30px;
	}
	.copyright {
		padding: 40px 0 30px;
	}
}
