@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
=============================================================================== */
body {
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.8;
  color: #FFFFFF;
  background: url(../images/bg_pc.jpg) no-repeat bottom left;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;	
}
@media screen and (max-width: 640px) {
	html {
		font-size: 15px;			
	}
	body {
		background-image: none;
	}
	body:before {
		content: "";
		background: url(../images/bg_sp.jpg) no-repeat top center;
		background-size: cover;
		display: block;
		position: fixed;
		bottom: 0;
		height: 100vh;
		width: 100vw;
		z-index: -1;
  }
}

a {
  color: #223870;
  text-decoration: none;
}
/* 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;
}
@media screen and (max-width: 640px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly{
	display: block;
  }
}

/* ===============================================================================
HeaderArea
=============================================================================== */
.mainVisual{
	position: relative;
}
.mainVisual img{
	width: 100%;
}
.mainVisual .text01{
	width: 100%;
	position: absolute;
	bottom: 15px;
}
.mainVisual .text01 p{
	max-width: 1070px;
	width: 90%;
	margin: 0 auto;	
	line-height: 0;
}
.mainVisual .text01 p img{
	width: 230px;
}
.mainVisual a{
	color: #FFFFFF;
}
.yodogawa{
	background-color: rgba(200,60,25,.97);
}
.yodogawa .inner{
	max-width: 1070px;
	width: 90%;
	margin: 0 auto;	
	padding: 50px 0;
	position: relative;
}
.yodogawa .text{
	padding: 150px 100px;
	letter-spacing: 2px;
    font-size: 20px;
	line-height: 2;
}
.yodogawa .name{
	position: absolute;
	width: 552px;
	top: 28%;
    left: 54%;	
}
@media screen and (max-width: 1024px) {
	.yodogawa .name {
		width: 50%;
		top: 28%;
		left: 55%;
	}
	.yodogawa .text {
		padding: 70px 0px;
	}
}
@media screen and (max-width: 640px) {
	.mainVisual .text01 {
		bottom: 7px;
	}
	.mainVisual .text01 p img {
		width: 48%;
	}
	.yodogawa .inner{
		padding: 20px 0;
	}
	.yodogawa .name{
		width: 100%;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		position: relative;
		margin: 30px auto;
	}
	.yodogawa .text {
		padding: 0 0 20px;
		font-size: 17px;
		letter-spacing: 1px;
	}
}
/* ===============================================================================
listBlock
=============================================================================== */
.listBlock01{
	max-width: 780px;
	width: 95%;
    margin: 0 auto;
}
.listBlock01 ul{
	text-align: center;
}
.listBlock01 ul li a{
	border: 2px solid #FFFFFF;
    border-radius: 10px;
    padding: 30px;
	margin-bottom: 20px;
    background-color: rgba(4,68,57,.98);
	display: block;
}
.listBlock01 li a.publish:hover{
    background-color: rgba(197,131,39,.98);
	-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 .title img{
	width: 80%;
}
a.private ul li {
	opacity: .5;
}
@media screen and (max-width: 640px) {
	.listBlock01 ul li a{
		border: 1px solid #FFFFFF;
		margin-bottom: 10px;
	}
	.navBlock01 ul li img {
		height: 30px !important;
	}
	.listBlock01 .title img {
		width: 100%;
	}
}
/* ===============================================================================
ContentsArea
=============================================================================== */
.navBlock01{
	max-width: 780px;
	width: 95%;
	margin: 0 auto;
}
.navBlock01 ul{
	display: flex;
	justify-content: space-between;
}
.navBlock01 ul li img{
	height: 40px;
}
#contentsArea{
	padding: 150px 0 300px;
}
.articleBlock01{
	max-width: 780px;
	width: 95%;
    background-color: rgba(255,255,255,.98);
    margin: 50px auto;
    color: #000;
    border-radius: 20px;
}
.articleBlock01 .heading{
	text-align: center;
	padding: 70px 0;
}
.articleBlock01 .heading img{
	height: 94px;
}
.articleBlock01 dl {
    max-width: 500px;
    width: 90%;
    margin: 0 auto 3em;
    display: -ms-flexbox;
    display: flex;
}
.articleBlock01 dt {
    width: 50px;
    margin-right: 40px;
	font-weight: bold;
}
.articleBlock01 .talker-junaida{
	color: #B43720;
}
.articleBlock01 .talker-haru{
	color: #C58327;
}
.articleBlock01 .talker-okada{
	color: #007122;
}
.articleBlock01 .image {
    margin: 0 auto 3em;
    max-width: 550px;
	width: 90%;
}
.articleBlock01 .conv{
	padding-bottom: 150px;
}
.articleBlock02{
	text-align: center;
	padding-bottom: 50px;
}
.bannerBlock{
	background-color: rgba(197,131,39,.98);
    max-width: 780px;
	width: 95%;
    margin: 70px auto;
    border-radius: 20px;
}
.bannerBlock p{
	padding-bottom: 20px;
	text-align: center;
}
.bannerBlock a{
	color: #333333;
	letter-spacing: -2px;
}
.bannerBlock img{
	max-width: 550px;
	width: 100%;
}
.bannerBlock .bannerInner{
	max-width: 550px;
    margin: 0 auto;
    padding: 120px 0;
	font-size: 20px;
}
.bannerBlock .banner1{
	padding-bottom: 120px;
}
.bannerBlock .banner1,
.bannerBlock .banner2{
	line-height: 1.2;
}
.bannerBlock .text_b{
	font-size: 30px;
	padding-right: 1em;
}
.bannerBlock .height_s{
	line-height: 0;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
	#contentsArea{
		padding: 30px 0 110px;
	}
	.articleBlock01 {
		margin: 25px auto;
	}
	.articleBlock01 .heading {
		padding: 25px 0;
	}
	.articleBlock01 .heading img {
		height: 60px;
	}
	.articleBlock01 dl {
		margin: 0 auto 1em;
		padding-left: 0;
		display: block;
		flex-wrap: wrap;
	}
	.articleBlock01 .image {
		margin: 1em auto;
	}
	.articleBlock01 .conv {
		padding-bottom: 70px;
	}
	.articleBlock02 {
		padding-bottom: 30px;
	}
	.bannerBlock {
		margin: 30px auto;
	}
	.bannerBlock .bannerInner {
		padding: 60px 0;
	}
	.bannerBlock .bannerInner {
		width: 90%;
		font-size: 15px;
	}
	.bannerBlock .text_b {
		font-size: 20px;
	}
	.bannerBlock .banner1, .bannerBlock .banner2 {
		line-height: 1.5;
	}
	.bannerBlock .banner1 {
		padding-bottom: 30px;
	}
	.bannerBlock .title_tobichi2{
		width: 195px;
		
	}

}

/* ===============================================================================
FooterArea
=============================================================================== */
footer {
	max-width: 780px;
    width: 100%;
	margin: 0 auto;
	text-align: center;
}
.share_list {
    width: 100%;
    max-width: 780px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
	align-items: flex-end;
}
.share_list li a{
	color: #FFFFFF;
}
.share_list li img{
	width: auto;
    height: 40px;
}
.share_list li.home img{
    margin: 0;
}
.share_list li.mail img {
    margin: 0 0 0 150px;
}
.copyright {
    margin: 60px auto;
    display: block;
}
.copyright img{
	width: 107px;
}
@media screen and (max-width: 640px) {
	.share_list{
		display: block;
	}
	.share_list li{
		display: inline-block;
		vertical-align: bottom;
	}
	.share_list li img {
		height: 30px;
	}
	.share_list li.mail img{
		margin: 0;
		padding: 10px 60px;
	}
	.copyright {
		margin: 30px auto 10px;
	}
}
