@charset "UTF-8";
/* CSS Document */

/*メイン*/
.main {
  margin-left: 206px;
}
@media screen and (max-width:1070px){
  .main{
  margin: 0 15px;
  }}
/*モーダル*/
.remodal {
  max-width: 700px!important;
  background: none;
}
.event_modal-img {
  width: 600px;
  margin: 0 auto;
  display: block;
}
.event_modal-img01 {
  padding-bottom: 20px;
}
@media screen and (max-width:600px) {
.event_modal-img {
  width: 100%;
  }
}

/*トップ*/
.section-top {
  padding-top: 100px;
  max-width: 740px;
  margin: 0 auto;
}
.top-img {
  width: 100%;
  object-fit: cover;
  object-position: 0% 60%;
  display: block;
  height: 450px;
}
@media screen and (max-width:768px) {
  .top-img {
  width: 90vw;
  height: auto;
  margin: 0 auto;
}
}

  
/*パンくず*/    
.breadcrumb {
  max-width: 740px;
  margin: 0 auto;
  padding-top: 10px;
}
.layout {
  text-align: left;
}
.layout ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.layout ul li {
color: #9D9A97;
}
.layout ul li ::after {
  content: "/";
  margin: 0 14px;
}
.layout ul li a {
text-decoration: none;
color:#9D9A97;
}

@media screen and (max-width:605px){
.layout ul {
  font-size: 2.3vw;
  line-height: 2.0rem;
  }}
@media screen and (max-width:400px){
.layout ul {
  font-size: 3vw;
  }}

/*記事中身*/
.archive-description {
  margin: 60px auto 200px;
  max-width: 600px;
  box-sizing: border-box;
}
.koko-title {
  font-size: 2.6rem;
  font-weight:bold;
  padding: 30px 0 50px;
  text-align: left;
  line-height: 3.4rem;
}
.archive-photo {
  max-width: 740px;
  margin: 0 auto;
}
.archive-img {
  width: 100%;
}
.archive-text {
  margin: 10px 0 50px;
  text-align: justify;
  font-size: 1.4rem;
  
}
@media screen and (max-width:600px){
.koko-title {
  padding: 30px 0 30px;
}
.archive-text {
    margin: 0 0 30px;
}
}
.project-arrow_link {
  text-decoration: none;
}
.concept-arrow {
  font-size: 1.6rem;
  padding-right: 10px;
  text-align: left;
  color: #333333;
  margin-bottom: 60px;
}
.concept-arrow::after{
  content: "";
  background: url(../image/top/arrow-br.png) center center/cover no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: translateY(3px);
  margin-left: 1em;
}
@media screen and (max-width: 420px){
.concept-arrow {
  font-size: 1.4rem;
}}

/*プロジェクト矢印*/
.arrow-flex {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0px auto;
  padding-top: 40px;
}
.project-arrow_link {
  text-decoration: none;
}
.project-arrow_link:hover {
  text-decoration: underline;
  color: #333;
}
.project-arrow_left {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
  color: #333333;
}
.project-arrow_right {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
  color: #333333;
}

.project-arrow_left::before{
  content: "";
  background: url(../image/top/arrow-br_left.png) center center/cover no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: translateY(3px);
  margin-right: 1em;
}
.project-arrow_right::after{
  content: "";
  background: url(../image/top/arrow-br.png) center center/cover no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: translateY(3px);
  margin-left: 1em;
}

@media screen and (max-width: 420px){
.project-arrow_left, .project-arrow_right {
  font-size: 1.4rem;
}}

