@charset "UTF-8";
section section:not(:last-child) {
  border-top: 0;
}

#repLead {
	padding: 45vw 0 0;
	background: url(../img/int_header.webp) no-repeat 0 0 #008652;
	background-size: 100% auto;
  border-radius: 1rem;
}

#repLead h3 {
  padding: 1rem;
	text-indent: 0;
	line-height: 1.5;
	background: #005c3f;
	color: #fff;
  border-radius: 0  0 1rem 1rem;
}

.repContent h4 {
    margin: 0;
    padding: 0;
    color: #005c3f;
}

.repContent p,
.intContent p {
  margin-bottom: 0;
  padding-bottom: 2rem;
  line-height: 2;
}

.repContent img {
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.intContent,
.intContent + .repContent {
  padding-top: 2rem;
  border-top:1px solid #ccc;
}

.intContent h4 + p {
  margin-bottom: 3rem;
  padding: 2rem;
  position: relative;
  background: #eee;
  border-radius: 1rem;
}

.intContent h4 + p::after {
  content: "";
  display: block;
  position: absolute;
  left: 1.5rem;
  top: -2rem;
  border: 1rem solid transparent;
  border-bottom: 1rem solid #eee;
}

.repContent figure {
  text-align: center;
}
/*
.titCaption {
  margin: 0;
  padding: 0 !important;
  color: #3cc;
  font-size: 120%;
}

.titCaption + h5 {
  padding-top: 0;
}

.repContent figure figcaption {
  margin-bottom: 2em;
  width: 100%;
  color: #333;
  font-size: 1.4rem;
}
*/

@media (max-width: 960px) {

/*
  .repContent figure img {
    border-radius: 0 0 1rem 1rem;
  }

  .repContent figure img:first-child {
    border-radius: 1rem 1rem 0 0;
    margin-bottom: 0;
  }

  .repContent figure.half img:first-child,
  .repContent figure.half img {
    border-radius: 1rem;
    margin-bottom: 1rem;
  }

  .repContent figure.tri img:nth-child(2) {
    border-radius: 0;
    margin-bottom: 0;
  }
*/

  .repContent figure.full {
    border-radius: 0;
    margin: 0 -4vw 1rem;
  }

  .repContent figure.full img {
    border-radius: 0;
    margin-bottom: 1rem;
  }

  .repContent .comment {
    display: flex;
    flex-direction: column;
  }

  .repContent .comment figure {
    order: 1;
  }
}
/* -------------------------------------------------- 
   MediaQueries
   min-width: 961px -- タブレット横、スマホ横
   コンテンツはPC、ナビゲーションはスマホ
-------------------------------------------------- */
@media (min-width: 961px) {
  section section {
    border-top: 0;
    padding-bottom: 0;
  }

  #repLead {
    padding-top: 465px;
  	border-radius: 10px;
  }

  #repLead h3 {
  	width: 950px;
  	padding: 1rem 2rem;
  }

  .repContent h4 + div {
    margin-top: -2rem;
  }

  .repContent .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .repContent .flex figure img {
    width: 95%;
  }

  .repContent > figure img {
    width: 75%;
  }
/*

  .repContent figure {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1em;
  }
*/

/*
  .repContent figure.half {
    width: calc(50% - .5em);
  }

  .repContent figure img {
    width: calc((100% - 1em) / 2);
    height: auto;
  }

  .repContent figure.half img {
    width: 100%;
    height: auto;
  }

  .repContent figure.tri img {
    width: calc((100% - 2em) / 3);
    height: auto;
  }


  .repContent figure figcaption {
    margin-bottom: 1em;
    text-align: center;
  }

  .repContent div.comment {
    padding: 2rem 3rem 0;
    position: relative;
    overflow: hidden;
  }
*/

/*
  .repContent div.comment::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    height: 95%;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
  }

  .repContent div.comment::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4rem;
    height: 95%;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
  }

  .repContent .comment figure {
    display: block;
  }

  .repContent .comment figure img{
    margin-bottom: 2rem;
  }
*/

  .repContent + p {
    margin-bottom: 0;
  }
}


/* -------------------------------------------------- 
   MediaQueries
   min-width: 1231px
   PC
-------------------------------------------------- */
@media (min-width: 1231px) {
}



