@charset "utf-8";

/* ===========================================
 * Overview
 * ======================================== */
.pg-overview-pgHead_br {
  display: none;
}

@media screen and (max-width: 480px) {
  .pg-overview-pgHead_br {
    display: block;
  }
}

/* anchor
 * ---------------------------------------- */
.pg-section-anchor {
  padding: 70px 0 80px 0;
}

@media screen and (max-width: 767px) {
  .pg-section-anchor {
    padding: 45px 0 50px 0;
  }
}

.pg-anchorItem-ov_wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.pg-anchorItem-ov_wrapper > li {
  width: calc(320 / 1020 * 100%);
  margin: calc(33 / 1020 * 100%) calc(30 / 1020 * 100%) 0 0;
}

.pg-anchorItem-ov_wrapper > li:nth-child(3n) {
  margin-right: 0;
}

.pg-anchorItem-ov_wrapper > li:nth-child(-n + 3) {
  margin-top: 0;
}

@media screen and (max-width: 1040px) {
  .pg-anchorItem-ov_wrapper {
    justify-content: space-between;
  }

  .pg-anchorItem-ov_wrapper > li,
  .pg-anchorItem-ov_wrapper > li:nth-child(-n + 3) {
    width: calc(478 / 985 * 100%);
    margin: calc(33 / 1020 * 100%) 0 0 0;
  }

  .pg-anchorItem-ov_wrapper > li:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .pg-anchorItem-ov_wrapper {
    display: block;
    padding: 0 6%;
    max-width: 500px;
    margin: 0 auto;
  }

  .pg-anchorItem-ov_wrapper > li,
  .pg-anchorItem-ov_wrapper > li:nth-child(3n),
  .pg-anchorItem-ov_wrapper > li:nth-child(-n + 3),
  .pg-anchorItem-ov_wrapper > li:nth-child(-n + 2) {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .pg-anchorItem-ov_wrapper > li:first-child {
    margin-top: 0;
  }
}

.pg-anchorItem-ov {
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 102px;
  padding: 0 0 0 0;
  position: relative;
}

/* .pg-anchorItem-ov.-i-2 {
  padding-right: calc(25 / 316 * 100%);
} */

.pg-anchorItem-ov:before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  border-radius: 0 0 14px 14px;
  border-bottom: 1px solid #37a5ff;
  border-right: 1px solid #37a5ff;
  border-left: 1px solid #37a5ff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pg-anchorItem-ov_arrow {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: calc(13 / 316 * 100%);
  transform: translate(0, -50%);
}

.pg-anchorItem-ov_arrow svg {
  transform: rotate(90deg);
}

.pg-anchorItem-ov_number {
  font-size: 34px;
  color: #37a5ff;
  line-height: 1;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: calc(20 / 316 * 100%);
}

@media (any-hover: hover) {
  .pg-anchorItem-ov:hover {
    opacity: 1;
  }
}

/* overview
 * ---------------------------------------- */
/*
 * section
 */
.pg-section-overview {
  padding: 0 0 100px 0;
}

@media screen and (max-width: 767px) {
  .pg-section-overview {
    padding: 0 0 60px 0;
  }
}

/* overview 1 */
.pg-section-overview-1 .pg-section_container-1 {
  margin: 0 0 70px 0;
}

@media screen and (max-width: 767px) {
  .pg-section-overview-1 .pg-section_container-1 {
    margin: 0 0 50px 0;
  }
}

/* overview 2 */
.pg-section-overview-2 .pg-section_figure {
  display: block;
  width: calc(808 / 1020 * 100%);
  margin: 0 auto;
}

.pg-section-overview-2 .pg-section_container-2 {
  margin: 90px 0 80px 0;
}

@media screen and (max-width: 767px) {
  .pg-section-overview-2 .pg-section_figure {
    width: 88%;
  }

  .pg-section-overview-2 .pg-section_container-2 {
    margin: 50px 0 50px 0;
  }
}

/* overview 3 */
.pg-section-overview-3 .pg-section_container-1 {
  margin: 0 0 50px 0;
}

@media screen and (max-width: 767px) {
  .pg-section-overview-3 .pg-section_container-1 {
    margin: 0 0 40px 0;
  }
}

/* overview 4 */
.pg-section-overview-4 .pg-section_container-1 {
  margin: 0 0 50px 0;
}

@media screen and (max-width: 767px) {
  .pg-section-overview-4 .pg-section_container-1 {
    margin: 0 0 40px 0;
  }
}

/* overview 5 */
.pg-section-overview-5 .pg-section_container-1 {
  margin: 0 0 100px 0;
}

@media screen and (max-width: 767px) {
  .pg-section-overview-5 .pg-section_container-1 {
    margin: 0 0 40px 0;
  }
}

/*
 * title, lead
 */
.pg-overview_title {
  font-weight: normal;
  color: #37a5ff;
  font-size: 27px;
  line-height: 1.8;
  padding: calc(25 / 1020 * 100%) calc(25 / 1020 * 100%) calc(25 / 1020 * 100%) calc(110 / 1020 * 100%);
  background: #ecf5ff;
  margin: 0 0 30px 0;
  position: relative;
}

.pg-overview_title ._number {
  font-size: 50px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(110 / 1020 * 100%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .pg-overview_title {
    font-size: 20px;
    padding: 28px 6% 20px 6%;
    margin: 0 0 30px 0;
  }

  .pg-overview_title ._number {
    font-size: 37px;
    text-align: center;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 0.2em 0;
    position: relative;
  }
}

.pg-overview_title2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 40px 0;
}

@media screen and (max-width: 767px) {
  .pg-overview_title2 {
    font-size: 16px;
    margin: 0 0 30px 0;
  }
}

.pg-overview_lead {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  width: calc(710 / 1020 * 100%);
  margin: 0 0 60px 0;
}

@media screen and (max-width: 767px) {
  .pg-overview_lead {
    width: 100%;
    padding: 0 6%;
    margin: 0 0 40px 0;
  }
}

/*
 * history
 */
.pg-ovHistory {
  display: flex;
  justify-content: space-between;
  justify-content: space-around;
  align-items: stretch;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pg-ovHistory {
    display: block;
  }
}

.pg-ovHistory_container-img {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: calc(178 / 1020 * 100%);
  position: relative;
}

.pg-ovHistory_img > * {
  margin: 10px 0;
}

.pg-ovHistory_img.-i-2 {
  width: calc(130 / 176 * 100%);
}

@media screen and (max-width: 767px) {
  .pg-ovHistory_container-img {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: flex-end;
    width: calc(700 / 750 * 100%);
    margin: 0 auto;
    padding: 0 0;
  }

  .pg-ovHistory_img {
    width: calc(215 / 700 * 100%);
    margin: 0 0;
  }

  .pg-ovHistory_img.-i-2 {
    width: calc(145 / 700 * 100%);
  }
}

.pg-ovHistory_container-list {
  /* width: calc(664 / 1020 * 100%); */
  display: flex;
  width: calc(500 / 1020 * 100%);
  /* padding: 0 0 0 calc(35 / 1020 * 100%); */
}

@media screen and (max-width: 767px) {
  .pg-ovHistory_container-list {
    width: 100%;
    padding: 22px 6% 5px 6%;
  }
}

.pg-ovHistory_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.pg-ovHistory_list:before {
  content: '';
  display: block;
  background: #000;
  width: 1px;
  /* height: calc(100% + 8px); */
  height: calc(100% - 5%);
  position: absolute;
  top: 0;
  left: 22px;
}

.pg-ovHistory_list > dt {
  color: #37a5ff;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  width: 44px;
  background: #fff;
  padding: 7px 0;
  position: relative;
}

.pg-ovHistory_list > dt:not(:first-of-type) {
  margin: 8px 0 0 0;
}

.pg-ovHistory_list > dd {
  font-size: 14px;
  line-height: 1.8;
  width: calc(100% - 44px);
  padding: 7px 1em 7px 1.5em;
}

.pg-ovHistory_list > dd:not(:first-of-type) {
  margin: 8px 0 0 0;
}

@media screen and (max-width: 767px) {
  .pg-ovHistory_list {
    margin: 0 0 15px 0;
  }

  .pg-ovHistory_list > dt {
    line-height: 1.5;
    padding: 8px 0;
  }

  .pg-ovHistory_list > dd {
    line-height: 1.5;
    padding: 8px 0 8px 0.6em;
  }
}

/*
 * number
 */
.pg-ovNumber {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  width: calc(808 / 1020 * 100%);
  margin: 0 auto;
  border-top: 1px solid #37a5ff;
  border-bottom: 1px solid #37a5ff;
  position: relative;
}

.pg-ovNumber_note {
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
  width: calc(808 / 1020 * 100%);
  margin: 1.5em auto 0 auto;
}

.pg-ovNumber_item {
  position: relative;
}

.pg-ovNumber_item.-i-1 {
  width: 100%;
}

.pg-ovNumber_item.-i-2,
.pg-ovNumber_item.-i-3,
.pg-ovNumber_item.-i-4,
.pg-ovNumber_item.-i-5 {
  width: 50%;
  border-top: 1px solid #37a5ff;
}

.pg-ovNumber_item.-i-3:before,
.pg-ovNumber_item.-i-5:before {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 80px);
  background: #37a5ff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .pg-ovNumber {
    display: block;
    width: 88%;
    max-width: 500px;
  }

  .pg-ovNumber_note {
    font-size: 10px;
    width: 88%;
    margin: 1.5em auto 0 auto;
  }

  .pg-ovNumber_item {
    position: relative;
  }

  .pg-ovNumber_item.-i-1 {
    width: 100%;
  }

  .pg-ovNumber_item.-i-2,
  .pg-ovNumber_item.-i-3,
  .pg-ovNumber_item.-i-4,
  .pg-ovNumber_item.-i-5 {
    width: 100%;
    border-top: 1px solid #37a5ff;
  }

  .pg-ovNumber_item.-i-3:before,
  .pg-ovNumber_item.-i-5:before {
    content: none;
  }
}

/*
 * related
 */
.pg-ovRelated {
  border-top: 1px solid #ecf5ff;
  border-bottom: 1px solid #ecf5ff;
  padding: 25px 0;
}

.pg-ovRelated_title {
  font-size: 14px;
  margin: 0 0 25px 0;
}

@media screen and (max-width: 767px) {
  .pg-ovRelated {
    padding: 30px 0 40px 0;
  }

  .pg-ovRelated_title {
    margin: 0 0 25px 0;
    padding: 0 6%;
  }
}

/*
 * overviewItem
 */
.pg-ovItem_wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.pg-ovItem_wrapper > li {
  width: calc(460 / 1020 * 100%);
  margin: 60px 0 0 0;
}

.pg-ovItem_wrapper > li:nth-child(-n + 2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .pg-ovItem_wrapper {
    display: block;
    padding: 0 6%;
  }

  .pg-ovItem_wrapper > li,
  .pg-ovItem_wrapper > li:nth-child(-n + 2) {
    width: 100%;
    max-width: 500px;
    margin: 40px auto 0 auto;
  }

  .pg-ovItem_wrapper > li:first-child {
    margin-top: 0;
  }
}

.pg-ovItem {
  height: 100%;
  position: relative;
}

.pg-ovItem_thumb:not(.is-untrim) {
  border-radius: 20px;
  overflow: hidden;
}

.pg-ovItem_box {
  margin: 25px 0 0 0;
  position: relative;
}

.pg-ovItem_title {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

.pg-ovItem_note {
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
  position: absolute;
  top: 6px;
  right: 0;
}

.pg-ovItem_text {
  font-size: 12px;
  line-height: 1.8;
  text-align: justify;
}

.pg-ovItem_link {
  color: #37a5ff;
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  padding: 0 16px 0 0;
  margin: 25px 0 0 0;
  position: relative;
}

.pg-ovItem_link[target='_blank'] ._icon_blank {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.pg-ovItem_link[target='_blank'] ._icon_blank svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pg-ovItem_link[target='_blank'] ._icon_blank path {
  stroke: #37a5ff;
}

@media (any-hover: hover) {
  .pg-ovItem_link,
  .pg-ovItem_link * {
    transition: all 300ms;
  }

  .pg-ovItem_link:hover {
    color: #002869;
    opacity: 1;
  }

  .pg-ovItem_link:hover ._icon_blank path {
    stroke: #002869;
  }
}
@media screen and (max-width: 767px) {
  .pg-ovItem_thumb:not(.is-untrim) {
    border-radius: 15px;
  }

  .pg-ovItem_box {
    margin: 20px 0 0 0;
  }

  .pg-ovItem_title {
    font-size: 14px;
    margin: 0 0 1em 0;
  }

  .pg-ovItem_note {
    top: auto;
    bottom: 3px;
  }

  .pg-ovItem_text {
    font-size: 12px;
  }

  .pg-ovItem_link {
    margin: 20px 0 0 0;
  }
}

/*
 * overview Plan
 */
.pg-ovPlan + .pg-ovPlan {
  margin: 100px 0 0 0;
}

.pg-ovPlan_title {
  color: #2a9a91;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px 0;
}

.pg-ovPlan_title.-color-b {
  color: #ffcd00;
}

.pg-ovPlan_text {
  font-size: 14px;
  line-height: 1.8;
  width: calc(710 / 1020 * 100%);
  margin: 25px 0 0 0;
}

@media screen and (max-width: 767px) {
  .pg-ovPlan {
    padding: 0 6%;
  }

  .pg-ovPlan + .pg-ovPlan {
    margin: 50px 0 0 0;
  }

  .pg-ovPlan_title {
    margin: 0 0 20px 0;
  }

  .pg-ovPlan_text {
    width: 100%;
    margin: 22px 0 0 0;
  }
}

.og-ovPlanTable {
  height: 192px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .og-ovPlanTable {
    height: auto;
    display: block;
  }
}

.og-ovPlanTable_item {
  position: relative;
}

.og-ovPlanTable_item:nth-child(1) {
  z-index: 10;
}

.og-ovPlanTable_item:nth-child(2) {
  z-index: 9;
}

.og-ovPlanTable_item:nth-child(3) {
  z-index: 8;
}

.og-ovPlanTable_item:nth-child(4) {
  z-index: 7;
}

.og-ovPlanTable_item:nth-child(5) {
  z-index: 6;
}

.og-ovPlanTable_item:nth-child(6) {
  z-index: 5;
}

.og-ovPlanTable_item:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #d4ebe9;
  position: absolute;
  top: 0;
  right: 96px;
}

.og-ovPlanTable_item:after {
  content: '';
  display: block;
  aspect-ratio: 1/1;
  height: 100%;
  background: #d4ebe9;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .og-ovPlanTable_item:after {
    border-radius: 0;
    border-bottom-left-radius: 55%;
    border-bottom-right-radius: 55%;
  }
}

.og-ovPlanTable.-color-a .og-ovPlanTable_item:nth-child(odd):before,
.og-ovPlanTable.-color-a .og-ovPlanTable_item:nth-child(odd):after {
  background: #d4ebe9;
}

.og-ovPlanTable.-color-a .og-ovPlanTable_item:nth-child(even):before,
.og-ovPlanTable.-color-a .og-ovPlanTable_item:nth-child(even):after {
  background: #e8f4f3;
}

.og-ovPlanTable.-color-a-rv .og-ovPlanTable_item:nth-child(odd):before,
.og-ovPlanTable.-color-a-rv .og-ovPlanTable_item:nth-child(odd):after {
  background: #e8f4f3;
}

.og-ovPlanTable.-color-a-rv .og-ovPlanTable_item:nth-child(even):before,
.og-ovPlanTable.-color-a-rv .og-ovPlanTable_item:nth-child(even):after {
  background: #d4ebe9;
}

.og-ovPlanTable.-color-b .og-ovPlanTable_item:nth-child(odd):before,
.og-ovPlanTable.-color-b .og-ovPlanTable_item:nth-child(odd):after {
  background: #fff0b2;
}

.og-ovPlanTable.-color-b .og-ovPlanTable_item:nth-child(even):before,
.og-ovPlanTable.-color-b .og-ovPlanTable_item:nth-child(even):after {
  background: #fff7d9;
}

@media screen and (max-width: 767px) {
  .og-ovPlanTable_item {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 100px 0;
  }

  .og-ovPlanTable_item:before {
    height: 200%;
    top: auto;
    bottom: calc(100 / 375 * 100vw);
    right: 0;
  }

  .og-ovPlanTable_item:after {
    aspect-ratio: 1200/384;
    height: auto;
    width: 100%;
    top: auto;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 568px) {
  .og-ovPlanTable_item {
    padding: 0 0 calc(100 / 750 * 100vw) 0;
  }
}

@media screen and (min-width: 768px) {
  .og-ovPlanTable.-step-3 .og-ovPlanTable_item {
    width: calc(322 / 1020 * 100%);
  }

  .og-ovPlanTable.-step-3 .og-ovPlanTable_item:first-child {
    flex: 1 1 0;
  }

  .og-ovPlanTable.-step-4 .og-ovPlanTable_item {
    width: calc(250 / 1020 * 100%);
  }

  .og-ovPlanTable.-step-4 .og-ovPlanTable_item:first-child {
    flex: 1 1 0;
  }

  .og-ovPlanTable.-step-5 .og-ovPlanTable_item {
    width: calc(198 / 1020 * 100%);
  }

  .og-ovPlanTable.-step-5 .og-ovPlanTable_item:first-child,
  .og-ovPlanTable.-step-5 .og-ovPlanTable_item:last-child {
    width: calc(213 / 1020 * 100%);
  }
}

.og-ovPlanTable_inner {
  padding: 22px 16% 0 10%;
  position: relative;
  z-index: 1;
}

.og-ovPlanTable_text-y {
  color: #fff;
  font-size: 12px;
  background: #2a9a91;
  width: 108px;
  padding: 0.5em 0 0.5em 1em;
  margin: 0 0 13px 0;
}

.og-ovPlanTable.-color-b .og-ovPlanTable_text-y {
  background: #ffcd00;
}

.og-ovPlanTable_text {
  font-size: 12px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .og-ovPlanTable_inner {
    padding: 20px calc(20 / 650 * 100%) 0 calc(45 / 650 * 100%);
  }

  .og-ovPlanTable_text-y {
    font-size: 12px;
    padding: 0.5em 1em;
    margin: 0 0 13px 0;
  }
}
