.board_sec01_img {
  margin-top:81px;
}
.board_sec01_content {
  max-width:600px;
  margin:30px auto 0;
  padding: 20px;
}
.board_sec01_content ul {
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-top: 15px;
  max-width: 310px;
}
.board_sec01_content ul li {
  width:145px;
  height:32px;
  border-radius:23px;
  border:1px solid #000;
  line-height:31px;
  color:#000;
  text-align:center;
  margin-top:15px;
  font-family:'A-OTF Midashi Go MB31 Pr5 MB31', sans-serif;
  font-size: 12px;
}
.board_sec01_content dl dt span:nth-of-type(1) {
  font-size:20px;
  margin-right:15px;
  position:relative;
  padding-left:25px;
  font-family:'A-OTF Midashi Go MB31 Pr5 MB31', sans-serif;
}
.board_sec01_content dl dt span:nth-of-type(1):before {
  width:18px;
  height:3px;
  background:#8666A7;
  content:'';
  display:block;
  position:absolute;
  top:50%;
  left:0;
  transform:translateY(-50%);
}
.board_sec01_content dl dt span:nth-of-type(2) {
  font-size:12px;
  color:#8666A7;
  font-family: futura-pt, sans-serif;
  font-style:italic;
  font-weight: 600;
}
.board_sec01_content dl:nth-of-type(1) dd {
  font-size:19px;
}
.board_sec01_content dl:nth-of-type(2) dd {
  font-size:14px;
  color:#272727;
  line-height:200%;
}
.board_sec01_content dl dd {
  margin-top:25px;
  font-family:'A-OTF Midashi Go MB31 Pr5 MB31', sans-serif;
}
.board_sec01_content dl:nth-of-type(1) {
  margin-top:30px;
}
.board_sec01_content dl:nth-of-type(2) {
  margin-top:40px;
}
.board_btn {
  border-top:1px solid #000;
  margin-top:40px;
}
.board_btn a {
  position:relative;
  display:block;
  color:#000;
  font-size:16px;
  max-width:350px;
  margin:0 auto;
  padding:30px 0 30px;
}
.board_btn a:after {
  content:'';
  display:block;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:0;
  width:37px;
  height:37px;
  background:url(../img/board_btn.svg);
  background-repeat:no-repeat;
  background-size:contain;
}
.doing dd span{
  display: inline-block;
  margin-top: 16px;
}

.board-body{
  text-align: center;
  margin-bottom: 100px;
}
.board--btn{
  margin-top: 60px;
}

.board-img{
  padding-top: 78px;
  width: 100%;
  margin-right: 20px;
}

.board-img-body{
  width: 100%;
  height: 100%;
  max-height: 898px;
  aspect-ratio: 950 / 898;
  position: relative;
}

.board-img-body-bg{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.board-img-body-bg img{
  width: 100%;
  height: 100%;
  max-height: 898px;
  object-fit: cover;
  aspect-ratio: 950 / 898;
}

.board-img-body-1{
  position: absolute;
  z-index: 1;
  width: 90%;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.board-img-body-2{
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.board-img-body-3{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}

.board-img-body-3 img{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 450 / 700;
}

@media screen and (min-width:480px){
  .board_sec01_content ul {
    max-width:460px;
  }
}

@media screen and (min-width:900px){

  .board-img-body-3{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 450px;
  }

  .board-img-body-3 img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 450 / 700;
  }

  .board--btn{
    margin-top: 100px;
  }
}

@media screen and (min-width:1100px) {
.board_sec01 {
  display:flex;
  max-width:1700px;
}
.board_sec01_img.pc {
  max-width:950px;
  width:52%;
}
.board_sec01_content {
  max-width:690px;
  width:43%;
  margin:170px auto 0;
  padding-right: 20px;
}

.board_sec01_content ul li {
  width:46%;
  font-size:14px;
  height:28px;
  line-height:28px;
}

.board_sec01_content ul {
  max-width: 310px;
}

.board_sec01_content dl:nth-of-type(1),
.board_sec01_content dl:nth-of-type(2) {
  margin-top:50px;
}
.board_sec01_content dl:nth-of-type(1) dd {
  font-size:26px;
}
.board_sec01_content dl dd {
  margin-top:30px;
}
.board_sec01_content dl:nth-of-type(2) dd {
  font-size:16px;
}
.board_sec01_content dl dt span:nth-of-type(1) {
  font-size:20px;
}
.board_btn a {
  max-width:290px;
  font-size:18px;
  display: none;
}
.board_wrapper {
  padding-bottom:70px;
}
.board_btn {
  border:none;
}
.doing dd span{
  display: inline-block;
  margin-top: 32px;
}

.board-img{
  padding-top: 78px;
  max-width: 950px;
  width: 100%;
  margin-right: 20px;
}

.board-img-body{
  width: 100%;
  max-width: 950px;
  height: 100%;
  max-height: 898px;
  aspect-ratio: 950 / 898;
  position: relative;
}

.board-img-body-bg{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.board-img-body-bg img{
  width: 100%;
  height: 100%;
  max-height: 898px;
  object-fit: cover;
  aspect-ratio: 950 / 898;
}

.board-img-body-1{
  position: absolute;
  z-index: 1;
  width: 90%;
  top: 96px;
  left: 50%;
  transform: translateX(-50%);
}

.board-img-body-2{
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.board-img-body-3{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 450px;
}

.board-img-body-3 img{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 450 / 700;
}

.board-body{
  margin-bottom: 0;
}
}

@media screen and (min-width:1400px){

.board_sec01_content ul li {
  width:32%;
  font-size:14px;
  height:28px;
  line-height:28px;
}

.board_sec01_content ul {
  max-width:540px;
}
}