@charset "UTF-8";

/* ============================================
  senior css
============================================ */

/* senior 共通
--------------------------------- */
.page_senior .sec_cont {
  padding-top: 60px;
  padding-bottom: 80px;
}
.page_senior .fc-blu {
  color: #5a8ef6;
}
.page_senior .fc-navy {
  color: #292c7b
}

/* .sec_mv
--------------------------------- */
.sec_mv {
  margin: 40px auto 100px;
}
.sec_mv_cont {
  position: relative;
}
.sec_mv_ttl {
  background: #292c7b;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 32.5%;
}

/* .sec_point
--------------------------------- */
.sec_point_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.sec_point_list .box {
  width: calc((100% / 3) - ((15px * 2) / 3));
  background: #f4fafd;
  padding: 15px;
}
.sec_point_list .box-ttl {
  color: #292c7b;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.sec_point_list .box-img {
  aspect-ratio: 3 / 2;
}
.sec_point_list .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.sec_point_list .box-text {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
}
.sec_point_catch {
  margin-top: 80px;
  position: relative;
}

.sec_point_catch_img {
  max-width: 628px;
  margin-left: auto;
}
.sec_point_catch_text {
  background: #292c7b;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  padding: 20px 20px 20px 40px;
  width: 565px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


/* .sec_about
--------------------------------- */
.sec_about_support_ttl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}
.sec_about_support_ttl .lg {
  color: #292c7b;
  font-size: 200%;
  font-weight: bold;
  vertical-align: baseline;
}
.sec_about_support_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px 8%;
}
.sec_about_support_list .box {
  background: #292c7b;
  border-radius: 50%;
  width: 156px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sec_about_support_list .box-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.sec_about_support_list .box-text .en {
  display: block;
  font-size: 150%;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.sec_about_osusume {
  margin: 60px auto 40px;
}
.sec_about_osusume_ttl {
  color: #292c7b;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.sec_about_osusume_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.sec_about_osusume_list .li {
  width: calc((100% / 3) - ((20px * 2) / 3));
  line-height: 1.5;
}
.sec_about_osusume_list .li::before {
  content: "・";
}



/* .sec_kodawari
--------------------------------- */
.sec_kodawari {
  padding-bottom: 100px;
}
.sec_kodawari_desc {
  text-align: center;
  font-size: 18px;
}
.sec_kodawari_nav_list {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
}
.sec_kodawari_nav_list .li {
  flex: 1;
  border-left: 1px solid #292c7b;
  color: #292c7b;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.sec_kodawari_nav_list .li:first-child {
  border-left: none;
}
.sec_kodawari_nav_list .li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 0;
  transition: background .3s;
}
.sec_kodawari_nav_list .li a:hover {
  background: rgb(41 44 123 / 0.05);
}
.sec_kodawari_nav_list .li .arw {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #292c7b;
  border-style: none solid solid none;
  transform: rotate(45deg) translateY(-50%);
}

.sec_kodawari_sec {
  margin-top: 100px;
}
.sec_kodawari_sec_01 {
  margin-top: 0;
}
.sec_kodawari_sec_ttl {
  color: #292c7b;
  font-size: 24px;
  font-weight: bold;
}
.sec_kodawari_sec_ttl .num {
  font-size: 150%;
  vertical-align: baseline;
  margin-right: 0.2em;
}
.sec_kodawari_sec_blocks {
  max-width: 840px;
  margin-left: auto;
}
.sec_kodawari_sec_blocks .block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 70px;
}
.sec_kodawari_sec_blocks .block:first-child {
  margin-top: 40px;
}
.sec_kodawari_sec_blocks .block-img {
  order: 2;
  width: 310px;
}

.sec_kodawari_sec_blocks .block-info {
  flex: 1;
  order: 1;
}
.sec_kodawari_sec_blocks .block-ttl {
  color: #292c7b;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #292c7b;
  padding-bottom: 7px;
  margin-bottom: 10px;
  margin-top: -5px;
}
.sec_kodawari_sec_blocks .block .dt {
  color: #292c7b;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sec_kodawari_sec_blocks .block .dd {
  font-size: 12px;
}
.sec_kodawari_sec_blocks .block .dd p {
  margin-top: 5px;
}
.sec_kodawari_sec_blocks .block .dd strong {
  display: block;
  font-weight: bold;
}


/* .contact_area
--------------------------------- */
.pageContents .contact_area {
  background: none;
}
.pageContents .contact_area .txt_soudan {
  color: #ff0000;
  font-weight: bold;
}
.pageContents .contact_area .txt_soudan::before,
.pageContents .contact_area .txt_soudan::after {
  background: #00479d;
}
.pageContents .contact_area .box {
  border: 2px solid #00479d;
  border-radius: 10px;
}
.pageContents .contact_area .box .shop p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pageContents .contact_area .box .shop .name {
  display: block;
  width: 120px;
  font-size: 14px;
  padding: 2px 10px;
}
.pageContents .contact_area .box .shop .num {
  display: block;
  font-size: 28px;
  text-align: center;
  line-height: 1;
}
.pageContents .contact_area .box .btn a {
  line-height: 80px;
}

.pageContents .contact_area .box .shop .num {
  color: #00479d;
}
.pageContents .contact_area .box .shop .name,
.pageContents .contact_area .box .box_ttl i,
.pageContents .contact_area .box .btn a {
  background: #00479d;
}


/* ============================================
  @media max-767
============================================ */
@media only screen and (max-width: 767px) {

  .sec_mv {
    margin: 30px auto 60px;
  }

  .sec_mv_ttl {
    position: initial;
    font-size: 16px;
    font-size: min(4vw, 16px);
  }

  .page_senior .sec_cont {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .sec_point_list .box {
    width: 100%;
  }
  .sec_point_list .box-ttl {
    font-size: 16px;
  }

  .sec_point_catch {
    margin-top: 120px;
  }
  .sec_point_catch_img {
    width: 100%;
  }
  .sec_point_catch_text {
    top: 0;
    transform: translateY(-80%);
    font-size: 13px;
    padding: 15px 10px 15px 15px;
    width: auto;
    display: inline-block;
  }

  .sec_about_support_ttl {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .sec_about_support_ttl .lg {
    font-size: 150%;
  }

  .sec_about_support_list {
    gap: 8px;
  }
  .sec_about_support_list .box {
    width: 30%;
  }
  .sec_about_support_list .box-text .en {
    margin-bottom: 6px;
  }
  .sec_about_support_list .box-text {
    font-size: 9px;
  }

  .sec_about_osusume {
    margin: 30px auto 20px;
  }
  .sec_about_osusume_ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .sec_about_osusume_list {
    width: fit-content;
    margin: auto;
    gap: 5px;
    flex-direction: column;
  }
  .sec_about_osusume_list .li {
    width: auto;
    font-size: 12px;
  }

  .sec_kodawari_desc {
    text-align: left;
    font-size: 13px;
  }

  .sec_kodawari_nav_list {
    margin: 30px auto 0;
  }
  .sec_kodawari_nav_list .li {
    font-size: 10px;
  }
  .sec_kodawari_nav_list .li a {
    gap: 5px;
  }

  .sec_kodawari {
    padding-bottom: 50px;
  }
  .sec_kodawari_sec {
    margin-top: 50px;
  }
  .sec_kodawari_sec_01{
    margin-top: 0px;
  }
  .sec_kodawari_sec_ttl {
    font-size: 18px;
  }
  .sec_kodawari_sec_blocks .block {
    margin-top: 40px;
    gap: 20px;
  }
  .sec_kodawari_sec_blocks .block:first-child {
    margin-top: 20px;
  }
  .sec_kodawari_sec_blocks .block-img {
    order: initial;
    width: 100%;
  }
  .sec_kodawari_sec_blocks .block-info {
    order: initial;
    flex: initial;
    width: 100%;
  }
  .sec_kodawari_sec_blocks .block-ttl {
    font-size: 15px;
  }
  .sec_kodawari_sec_blocks .block .dt {
    font-size: 13px;
  }


  .pageContents .contact_area .box .shop .name {
    width: 100%;
    font-size: 14px;
  }
  .pageContents .contact_area .box .shop .num {
    font-size: 26px;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .pageContents .contact_area .box .box_ttl h4 {
    font-size: 14px;
    line-height: 30px;
  }
  .pageContents .contact_area .box .box_ttl i {
    width: 30px;
    height: 30px;
    padding: 7px 8px;
    line-height: 1;
  }
  .pageContents .contact_area .box .btn a {
    line-height: 50px;
  }

}