@charset "UTF-8";
.anchor {
  margin: 60px 0 0;
  display: flex;
  flex-wrap:wrap;
}
.anchor .list001{
	width: 35%;
}
.anchor .list002{
	width: 65%;
}
.anchor .list003{
	width: 100%;
}
.anchor h2{
	font-size: 2.5rem;
	margin: 30px 0 20px;
	position: relative;
	padding-left: 15px;
} 
.anchor h2 span{
	color: #333;
	font-size: 1.2rem;
	vertical-align: middle;
	margin-left: 1em;
}
.anchor h2::before{
	content: "";
	width: 3px;
	height: 83px;
	background-color: #276826;
	position: absolute;
	top: 12px;
	left: 0;
}
.anchor .list001 h2::before{
	background-color: #bc3f39;
}
.anchor .list003 h2::before{
	background-color: #2e6195;
}
.anchor--list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.anchor .list001 h2,
.anchor .list001 .anchor--en{
	color: #bc3f39;
}
.anchor .list003 h2,
.anchor .list003 .anchor--en{
	color: #2e6195;
}
.anchor--item {
  margin: 0 10px 25px;
}
.anchor--item a {
  text-decoration: none;
}
.anchor--item a:hover {
  text-decoration: none;
}
.anchor--item a:hover .anchor--image img {
  height: 110%;
}
.anchor--image {
  width: 175px;
  height: 175px;
  border-radius: 87.5px;
  overflow: hidden;
  position: relative;
}
.anchor--image img {
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.anchor--name {
  margin: 20px 0 0;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}
.anchor--en {
  display: block;
  text-align: center;
  font-family: "Barlow Semi Condensed", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #276826;
}

@media screen and (max-width: 768px) {
  .anchor {
    margin: 40px 0 0;
  }
  .anchor--list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .anchor--item {
    width: 48%;
    margin: 20px 0 0;
  }
  .anchor--item:nth-child(2n) {
    margin-left: 4%;
  }
  .anchor--image {
    width: 100%;
    height: auto;
    position: relative;
  }
  .anchor--image::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
  }
}
.message--unit {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 0;
}
.message--unit:nth-child(2n) .message--image {
  left: auto;
  right: -30px;
}
.message--unit:nth-child(2n) .message--textArea {
  padding: 40px 40px 0 0;
}
.message--unit:nth-child(2n) .message--name::before {
  top: 0;
  right: 0;
  left: auto;
}
.unit001 .message--nameEn,
.unit001 .message--title{
	color: #bc3f39;
}
.unit003 .message--nameEn,
.unit003 .message--title{
	color: #2e6195;
}
.message--imageArea {
  width: 45.8%;
  height: 365px;
  padding: 30px;
  background: #f1eee4;
  position: relative;
}
.message--name {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding-left: 20px;
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  z-index: 2;
}
.message--name::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.message--nameEn {
  display: inline-block;
  margin-left: 10px;
  font-family: "Barlow Semi Condensed", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  color: #276826;
}
.message--years {
  padding-left: 50px;
  font-size: 16px;
  position: relative;
}
.message--years::before {
  content: "/";
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(-50%, -50%);
}
.message--icon{
	font-size: 1.4rem;
	color: #fff;
	background: #276826;
	padding: 3px 5px;
	margin-left: 15px;
}
.unit001 .message--icon{
	background: #bc3f39;
}
.unit003 .message--icon{
	background: #2e6195;
}
.message--image {
  width: 550px;
  position: absolute;
  bottom: -20px;
  left: -80px;
  z-index: 1;
}
.message--textArea {
  width: 54.2%;
  padding: 40px 0 0 40px;
}
.message--title {
  line-height: 1.5;
  font-weight: bold;
  font-size: 25px;
  color: #276826;
}
.message--desc {
  margin: 20px 0 0;
}
.message--advice {
  margin: 40px 0 0;
  padding-left: 80px;
  font-weight: bold;
  position: relative;
}
.message--advice::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {

  .anchor .list001,
  .anchor .list002{
  	width: 100%;
 }
  .anchor h2{
  	margin-bottom: 0;
  }
  .message--unit {
    flex-direction: column;
  }
  .message--unit:nth-child(2n) .message--image {
    left: -45px;
    right: auto;
  }
  .message--unit:nth-child(2n) .message--textArea {
    padding: 80px 0 0;
  }
  .message--unit:nth-child(2n) .message--name::before {
    top: 0;
    right: auto;
    left: 0;
  }
  .message--imageArea, .message--textArea {
    width: 100%;
  }
  .message--imageArea {
    height: 80vw;
    order: 1;
    position: relative;
  }
  .message--textArea {
    padding: 20vw 0 0 0;
    order: 2;
  }
  .message--name::before {
    height: 80px;
  }
  .message--nameEn{
  	width: 60%;
  }
  .message--years {
    display: block;
    /* width: 100%;*/
    margin: 5px 0 0;
    padding-left: 0;
  }
  .message--years::before {
    content: none;
  }
  .message--icon {
  	margin: 5px 0 0 1rem;
}
  .message--image {
    width: calc(100% + 60px);
    left: -45px;
  }
  .message--title {
    font-size: 2rem;
  }
}