@charset "utf-8";

#mainContents{
	position:relative;
	/*clip-path: polygon(0 0,0 100% 100%,100% 0);*/
}

#mainContents:before{
	content:'';
	width: 100%;
	height: calc(100% + 165px);
	position:fixed;
	top:-165px;
	background-image:url("../../01/img/bg_photo2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}

/* -------------------------------------------
	.textBox
---------------------------------------------- */

.textBox{
	background-color: hsla(0,0%,100%,0.90);
	padding-bottom:50px;
}

.textBox p{
	margin-bottom: 20px;
}

.textBox h1{
	font-size:2.6rem;
	line-height: 1.8em;
	text-align: center;
	padding:70px 0;
}

.textBox h1 span{
	color:#347DC7;
	font-size: 1.8rem;
	display: block;
}

.textBox h2{
	border-left: 3px solid #347DC7;
	background-color:#EFF2F7;
	line-height: 1.8em;
	color: #626262;
	font-size:2.2rem;
	padding-left:10px;
	margin-top:50px;
	margin-bottom:20px;
}

.textBox h3{
	line-height: 1.8em;
	font-size:2.1rem;
	margin-bottom:10px;
}

.textBox h4{
	line-height: 1.8em;
	font-size:1.8rem;
	margin-bottom:10px;
}

.textBox figure{
	max-width: 600px;
	border:1px solid #636363;
	margin:50px auto;
}

.textBox figcaption{
	line-height: 1.8em;
	margin-left: 10px;
}

.textBox p a.inline_link{
	text-decoration: underline;
}

.textBox ul li p{
	margin-bottom:0px;
	font-weight: 600;
}
.textBox ul{
	margin-bottom:20px;
}

/*スマホ表示*/
@media screen and (max-width: 767px) {
	.textBox h1{
		font-size: 2rem;
		text-align: left;
	}
	
	.textBox h2{
		font-size: 1.9rem;
	}
}

/* -------------------------------------------
	#credit
---------------------------------------------- */
#credit {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: #fff;
  padding: min(5vw, 40px);
  padding-top: min(15vw, 70px);
  /*border-radius: 30px;*/
  display: flex;
  justify-content: space-between;
  column-gap: min(5vw, 40px);
}
#credit::before {
  font-family: 'Roboto', sans-serif;
  content: 'WRITER';
  width: fit-content;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  font-weight: bold;
  border: 2px solid #347DC7;
  background-color: #fff;
  color: #347DC7;
  padding: 1rem 2rem;
  border-radius: 50px;
}
#credit .writer {
  width: 100%;
  height: 100%;
  max-width: 180px;
  max-height: 180px;
  min-width: 180px;
  min-height: 180px;
}
#credit .writer img {
  aspect-ratio: 1/1;
  /*border-radius: 50%;*/
  border:1px solid #636363;
  width: 100%;
  height: auto;
}
#credit .credit_txt p {
  line-height: 1.8;
}
#credit .credit_txt h4 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
#credit .credit_txt h4 span {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  #credit {
    flex-direction: column;
    align-items: center;
  }
  #credit .credit_txt h4 {
    margin-top: 30px;
  }
}

#toArticle{
	background-color:hsla(0,0%,100%,0.70);
}

/* #toList01 #toList02

#toList01,
#toList02{
	background-color: #EAEDEF;
	text-align: center;
	padding:80px 0;
}

#toList01 h2,
#toList02 h2{
	color:#347DC7;
}

#toList01 h3,
#toList02 h3{
	font-size: 2.5rem;
}*/
