.page_title_bg {
  background: url("../images/bg_title.jpg") center no-repeat;
  background-size: cover;
}

.container {
  max-width: 980px;
  margin: auto;
}

.reed {
  margin: 120px auto;
}

@media screen and (max-width: 767px) {
  .reed {
    margin: 35px auto;
    text-align: left;
  }
}

.reed h2 {
  font-size: 4rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .reed h2 {
    font-size: 2rem;
  }
}

.reed p {
  line-height: 2.2;
}

.page_nav {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .page_nav {
    margin-bottom: 0;
  }
}

.page_nav li {
  width: -webkit-calc(25% - 5px);
  width: calc(25% - 5px);
  margin-left: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .page_nav li {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
}

.page_nav li a {
  border: 1px solid #0C2E1C;
  padding: 20px 10px 50px;
  display: block;
  background: #0C2E1C url(../images/ico_down.svg) bottom 17px center no-repeat;
  background-size: 22px 22px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .page_nav li a {
    padding: 20px 10px;
    background: #0C2E1C;
  }
}

.page_nav li a:hover {
  opacity: 0.6;
}

.page_section_block {
  margin: 120px auto 160px;
}

@media screen and (max-width: 767px) {
  .page_section_block {
    margin: 35px auto 120px;
  }
}

.page_section_block .page_section_title {
  margin-bottom: 90px;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .page_section_block .page_section_title {
    margin-bottom: 25px;
  }
}

.page_section_block .page_section_title h2 {
  letter-spacing: 0.2em;
  font-size: 3.2rem;
  line-height: 1.7;
  font-feature-settings: normal;
  position: relative;
  padding-bottom: 6px;
  border-bottom: 1px solid #0C2E1C;
}

@media screen and (max-width: 767px) {
  .page_section_block .page_section_title h2 {
    font-size: 2.6rem;
  }
}

.page_section_block .page_section_title h2:before {
  content: "";
  position: absolute;
  background: #ebf3eb;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .page_section_block .page_section_title h2 {
    letter-spacing: 0.3em;
    font-size: 2rem;
    line-height: 1.7;
  }
}

.page_section_block .reed_01 {
  font-size: 1.8rem;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page_section_block .reed_01 {
    font-size: 1.6rem;
    text-align: left;
  }
}

.page_section_block .reed_02 {
  font-size: 1.8rem;
  margin-bottom: 60px;
  color: #eda544;
  font-weight: bold;
  background: #0C2E1C;
  text-align: center;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .page_section_block .reed_02 {
    font-size: 1.6rem;
    text-align: left;
    padding: 30px;
  }
}

.page_section_block .merit {
  margin-bottom: 120px;
}

.page_section_block .merit li {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 35px 0;
}

@media screen and (max-width: 767px) {
  .page_section_block .merit li {
    font-size: 1.6rem;
    margin-left: 3.1em;
    text-indent: -3.1em;
  }
}

.page_section_block .merit li span {
  position: relative;
  background: #0C2E1C;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .page_section_block .merit li span {
    width: 30px;
    height: 30px;
  }
}

.page_section_block .merit li span:after {
  display: block;
  content: '';
  position: absolute;
  top: 0.3em;
  left: 0.5em;
  width: 30px;
  height: 12px;
  border-left: 5px solid #eda544;
  border-bottom: 5px solid #eda544;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .page_section_block .merit li span:after {
    width: 20px;
    height: 9px;
  }
}

.page_section_block .merit_row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .page_section_block .merit_row {
    margin-left: 0;
    margin-bottom: 50px;
  }
}

.page_section_block .merit_row .page_section_inr {
  margin-bottom: 120px;
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
  margin-left: 25px;
  margin-bottom: 65px;
  padding: 0 30px 35px;
  background: #ebf3eb;
}

@media screen and (max-width: 767px) {
  .page_section_block .merit_row .page_section_inr {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }
}

.page_section_block .merit_row .page_section_inr .point {
  font-size: 1.4rem;
  font-weight: bold;
  color: #eda544;
  display: block;
  text-align: center;
  position: relative;
  margin-top: -30px;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .page_section_block .merit_row .page_section_inr .point {
    font-size: 1.2rem;
    margin-top: -25px;
  }
}

.page_section_block .merit_row .page_section_inr .point span {
  position: relative;
  z-index: 2;
  line-height: 1;
}

.page_section_block .merit_row .page_section_inr .point span strong {
  display: block;
  font-size: 4rem;
  position: relative;
  z-index: 2;
  margin-top: -5px;
}

@media screen and (max-width: 767px) {
  .page_section_block .merit_row .page_section_inr .point span strong {
    font-size: 2.5rem;
  }
}

.page_section_block .merit_row .page_section_inr .point:before {
  content: "";
  position: absolute;
  background: #0C2E1C;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: 50%;
  margin-left: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .page_section_block .merit_row .page_section_inr .point:before {
    width: 70px;
    height: 70px;
    margin-left: -35px;
  }
}

.page_section_block .page_section_inr {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .page_section_block .page_section_inr {
    margin-bottom: 50px;
  }
}

.page_section_block .page_section_inr h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .page_section_block .page_section_inr h3 {
    font-size: 2rem;
  }
}

.page_section_block .page_section_inr h3:before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  margin: 35px auto 20px;
  background: #0C2E1C;
}

.page_section_block .page_section_inr h3:after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  margin: 20px auto 35px;
  background: #0C2E1C;
}

@media screen and (max-width: 767px) {
  .page_section_block .page_section_inr h3:after {
    margin-bottom: 20px;
  }
}

.page_section_block .page_section_inr p {
  line-height: 2.3;
}

.page_section_block .page_section_inr .img {
  margin: 60px 0;
}

.page_section_block .page_section_inr .facility_row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-top: 45px;
}

.page_section_block .page_section_inr .facility_row .col_2 {
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
  margin-left: 25px;
  margin-bottom: 50px;
}

.page_section_block .page_section_inr .facility_row .col_2 h4 {
  text-align: center;
  font-size: 1.6rem;
  margin: 1em 0 0.8em;
  font-weight: bold;
}

.page_section_block .page_section_inr .facility_row .col_2 p {
  font-size: 1.3rem;
}

.page_section_block .page_section_inr .facility_row .col_3 {
  width: -webkit-calc(33.3333333% - 25px);
  width: calc(33.3333333% - 25px);
  margin-left: 25px;
  margin-bottom: 50px;
}

.page_section_block .page_section_inr .facility_row .col_3 h4 {
  text-align: center;
  font-size: 1.6rem;
  margin: 1em 0 0.8em;
  font-weight: bold;
}

.page_section_block .page_section_inr .facility_row .col_3 p {
  font-size: 1.3rem;
}

.page_section_block .page_section_inr .anshin_row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}

.page_section_block .page_section_inr .anshin_row .anshin_row_txt {
  width: 60%;
  padding-right: 60px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .page_section_block .page_section_inr .anshin_row .anshin_row_txt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
}

.page_section_block .page_section_inr .anshin_row .anshin_row_txt h3 {
  font-size: 2rem;
  position: relative;
  text-align: left;
}

.page_section_block .page_section_inr .anshin_row .anshin_row_txt h3:before {
  display: none;
}

.page_section_block .page_section_inr .anshin_row .anshin_row_txt h3:after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  margin: 20px 0;
  background: #0C2E1C;
}

.page_section_block .page_section_inr .anshin_row .anshin_row_img {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .page_section_block .page_section_inr .anshin_row .anshin_row_img {
    width: 55%;
    margin: 0 auto;
  }
}

.page_section_block table {
  width: 100%;
}

.page_section_block table th {
  padding: 20px 0;
  border-bottom: 1px solid #0C2E1C;
  width: 180px;
  font-weight: bold;
}

.page_section_block table td {
  padding: 20px;
  border-bottom: 1px solid #999;
}

.flow {
  max-width: 718px;
  margin: 60px auto;
}

.flow .timeline ul {
  padding: 35px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .flow .timeline ul {
    overflow: visible;
    padding: 0;
  }
}

.flow .timeline li {
  clear: both;
}

.flow .timeline dl {
  margin-bottom: 15px;
  background: #ebf3eb;
}

@media screen and (max-width: 767px) {
  .flow .timeline dl {
    margin-bottom: 80px;
  }
}

.flow .timeline dl dt {
  font-weight: bold;
  background: #0C2E1C;
  padding: 15px 25px;
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
}

.flow .timeline dl dd {
  font-size: 0.9em;
  padding: 25px;
}

.flow .timeline dl dd h5 {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}

.flow .timeline dl dd p {
  font-size: 1.2rem;
}

.flow .timeline .timeline-Lastcenter,
.flow .timeline .timeline-center,
.flow .timeline .timeline-left,
.flow .timeline .timeline-right {
  width: 360px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .flow .timeline .timeline-Lastcenter,
  .flow .timeline .timeline-center,
  .flow .timeline .timeline-left,
  .flow .timeline .timeline-right {
    width: 100%;
  }
}

.flow .timeline .timeline-center {
  position: relative;
  clear: both;
}

.flow .timeline .timeline-center hr {
  width: 2px;
  height: 85px;
  background: #0C2E1C;
  border: none;
  position: absolute;
  bottom: -90px;
  left: 50%;
  margin-left: -1px;
}

@media screen and (max-width: 767px) {
  .flow .timeline .timeline-center hr {
    height: 80px;
    bottom: -86px;
  }
}

.flow .timeline .timeline-Lastcenter {
  position: relative;
  clear: both;
}

.flow .timeline .timeline-Lastcenter hr {
  width: 2px;
  height: 85px;
  background: #0C2E1C;
  border: none;
  position: absolute;
  top: -90px;
  left: 50%;
  margin-left: -1px;
}

@media screen and (max-width: 767px) {
  .flow .timeline .timeline-Lastcenter hr {
    height: 80px;
    top: -80px;
  }
}

.flow .timeline .timeline-left {
  float: left;
}

@media screen and (max-width: 767px) {
  .flow .timeline .timeline-left {
    float: none;
  }
}

.flow .timeline .timeline-left .timeline-box {
  position: relative;
}

@media screen and (min-width: 768px) {
  .flow .timeline .timeline-left .timeline-box hr {
    width: 40px;
    height: 2px;
    background: #0C2E1C;
    border: none;
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -1px;
  }
}

@media screen and (max-width: 767px) {
  .flow .timeline .timeline-left .timeline-box hr {
    width: 2px;
    height: 80px;
    background: #0C2E1C;
    border: none;
    position: absolute;
    bottom: -86px;
    left: 50%;
    margin-left: -1px;
  }
}

.flow .timeline .timeline-left .ico {
  position: absolute;
  right: -71px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .flow .timeline .timeline-left .ico {
    right: 50%;
    top: -58px;
    margin-right: -18px;
  }
}

.flow .timeline .timeline-right {
  float: right;
}

@media screen and (max-width: 767px) {
  .flow .timeline .timeline-right {
    float: none;
  }
}

.flow .timeline .timeline-right .timeline-box {
  position: relative;
}

@media screen and (min-width: 768px) {
  .flow .timeline .timeline-right .timeline-box hr {
    width: 40px;
    height: 2px;
    background: #0C2E1C;
    border: none;
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -1px;
  }
}

@media screen and (max-width: 767px) {
  .flow .timeline .timeline-right .timeline-box hr {
    width: 2px;
    height: 80px;
    background: #0C2E1C;
    border: none;
    position: absolute;
    bottom: -86px;
    left: 50%;
    margin-left: -1px;
  }
}

.flow .timeline .timeline-right .ico {
  position: absolute;
  left: -71px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .flow .timeline .timeline-right .ico {
    left: 50%;
    top: -58px;
    margin-left: -18px;
  }
}

.flow .timeline .border-right {
  border-right: 2px solid #0C2E1C;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .flow .timeline .border-right {
    border: none;
    padding: 0;
  }
}

.flow .timeline .border-left {
  border-left: 2px solid #0C2E1C;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .flow .timeline .border-left {
    border: none;
    padding: 0;
  }
}

.flow .timeline .ico {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(0, -50%);
  background: #eda544;
}

@media screen and (max-width: 767px) {
  .flow .timeline .ico {
    display: none;
  }
}

.flow .timeline .ico span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
}

@media screen and (max-width: 767px) {
  .flow .timeline .ico span {
    display: none;
  }
}
