/*--------------------------------------------------- */
/* /*--------------------------------------------------- */
.subpage .main-visual .img_block .image img {
  -o-object-position: 60%;
  object-position: 60%;
}

/*--------------------------------------------------- */
/* /*--------------------------------------------------- */
.first_section .content_wrap .content_inner .title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
  padding-left: 12px;
}
.first_section .content_wrap .content_inner .title:before {
  content: "";
  content: "";
  border-left: 5px solid #af9b77;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  /* style */
}
.first_section .content_wrap .content_inner dl {
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
}
.first_section .content_wrap .content_inner dl dt {
  width: 155px;
  font-weight: 700;
  color: #af9b77;
}
.first_section .content_wrap .content_inner dl dd {
  width: calc(100% - 155px);
  left: -1px;
}
.first_section .content_wrap .content_inner dl dt, .first_section .content_wrap .content_inner dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  padding: 24px 0 22px;
  border-top: 1px dotted #aaa;
  position: relative;
}
.first_section .content_wrap .content_inner dl dt:nth-last-of-type(1), .first_section .content_wrap .content_inner dl dd:nth-last-of-type(1) {
  border-bottom: 1px dotted #aaa;
  position: relative;
  content: "";
  /* style */
}
.first_section .content_wrap .btn_block {
  margin-top: 56px;
  position: relative;
}
.first_section .content_wrap .btn_block .back_btn_wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.first_section .content_wrap .btn_block .back_btn_wrap .back_btn a, .first_section .content_wrap .btn_block .back_btn_wrap .back_btn a:visited {
  padding: 6px 8px;
  font-size: 12px;
  font-size: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #000;
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.first_section .content_wrap .btn_block .back_btn_wrap .back_btn a .back_arrow, .first_section .content_wrap .btn_block .back_btn_wrap .back_btn a:visited .back_arrow {
  position: relative;
  width: 10px;
}
.first_section .content_wrap .btn_block .back_btn_wrap .back_btn a .back_arrow:before, .first_section .content_wrap .btn_block .back_btn_wrap .back_btn a:visited .back_arrow:before {
  content: "";
  height: 9px;
  width: 5px;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px;
  background: #000;
  /* style */
}
@media (min-width: 769px) {
  .first_section .content_wrap .btn_block .back_btn_wrap .back_btn a:hover, .first_section .content_wrap .btn_block .back_btn_wrap .back_btn a:visited:hover {
    background-color: #888;
    color: #e9e9e9;
    border: 1px solid #888;
    transition-duration: 0.5s;
  }
  .first_section .content_wrap .btn_block .back_btn_wrap .back_btn a:hover .back_arrow:before, .first_section .content_wrap .btn_block .back_btn_wrap .back_btn a:visited:hover .back_arrow:before {
    background: #e9e9e9;
    transition-duration: 0.5s;
  }
}
.first_section .content_wrap .btn_block .btn_wrap .submit_btn .submit {
  padding: 8px 24px;
  font-size: 16px;
  font-size: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #fff;
  background-color: #2abe88;
  border: 1px solid #2abe88;
  line-height: 1em;
  font-weight: 700;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media (min-width: 769px) {
  .first_section .content_wrap .btn_block .btn_wrap .submit_btn .submit:hover {
    background-color: #fff;
    color: #2abe88;
    border: 1px solid #2abe88;
    transition-duration: 0.5s;
  }
}
.first_section .content_wrap .nocontent {
  padding-top: 16px;
  max-width: 500px;
  margin: auto;
}
.first_section .content_wrap .nocontent p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.first_section .content_wrap .nocontent .btn_block {
  margin-top: 32px;
}
.first_section .content_wrap .nocontent .btn_block .btn_inner {
  display: flex;
  justify-content: center;
}
.first_section .content_wrap .nocontent .btn_block .back_btn_wrap {
  position: relative;
}

@media (max-width: 768px) {
  .first_section .content_wrap .btn_block {
    margin-top: 56px;
    position: relative;
  }
  .first_section .content_wrap .btn_block .btn_inner {
    display: flex;
    justify-content: space-between;
  }
  .first_section .content_wrap .btn_block .back_btn_wrap {
    position: relative;
    width: 88px;
  }
  .first_section .content_wrap .btn_block .btn_wrap {
    width: calc(100% - 100px);
  }
  .first_section .content_wrap .btn_block .btn_wrap .submit_btn a, .first_section .content_wrap .btn_block .btn_wrap .submit_btn a:visited {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .first_section .content_wrap .content_inner {
    margin-top: 32px;
  }
  .first_section .content_wrap .content_inner .title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2em;
    position: relative;
    padding-left: 12px;
  }
  .first_section .content_wrap .content_inner .title:before {
    content: "";
    content: "";
    border-left: 5px solid #af9b77;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    /* style */
  }
  .first_section .content_wrap .content_inner dl {
    display: flex;
    margin-top: 24px;
    flex-wrap: wrap;
  }
  .first_section .content_wrap .content_inner dl dt {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 16px;
  }
  .first_section .content_wrap .content_inner dl dt:nth-last-of-type(1) {
    border-bottom: 0;
  }
  .first_section .content_wrap .content_inner dl dd {
    padding-bottom: 16px;
    border-top: 0;
    padding-top: 0px;
    width: 100%;
    left: 0;
  }
  .first_section .content_wrap .btn_block {
    position: relative;
  }
  .first_section .content_wrap .btn_block .btn_inner {
    display: flex;
    justify-content: space-between;
  }
  .first_section .content_wrap .btn_block .back_btn_wrap {
    position: relative;
    width: 88px;
  }
  .first_section .content_wrap .btn_block .btn_wrap {
    width: calc(100% - 100px);
  }
  .first_section .content_wrap .btn_block .btn_wrap .submit_btn a, .first_section .content_wrap .btn_block .btn_wrap .submit_btn a:visited {
    padding: 12px 20px;
  }
}