@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.mynavi {
  text-align: center;
  padding-bottom: 120px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .mynavi {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .mynavi {
    padding-bottom: 50px;
  }
}
.mynavi .mynavi-area {
  max-width: 850px;
  margin: 0 auto;
  background-color: #F3F7F8;
  padding: 50px 30px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .mynavi .mynavi-area {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .mynavi .mynavi-area {
    padding: 30px 20px;
  }
}
.mynavi .mynavi-area .mynavi-sub {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.625;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .mynavi .mynavi-area .mynavi-sub {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .mynavi .mynavi-area .mynavi-sub {
    font-size: 22px;
    line-height: 1.4;
  }
}
.mynavi .mynavi-area .mynavi-btn {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mynavi .mynavi-area .mynavi-btn {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mynavi .mynavi-area .mynavi-text {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 430px) {
  .mynavi .mynavi-area .mynavi-text {
    letter-spacing: -0.02em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.mynavi .mynavi-2027 {
  color: #1374CA;
  border: 1px solid #1374CA;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  display: inline-block;
  margin: 30px auto 0;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .mynavi .mynavi-2027 {
    font-size: 18px;
  }
}

.entry-gray {
  background-color: #F3F7F8;
  padding: 100px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .entry-gray {
    padding: 70px 0;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .entry-gray {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.entry-gray .white-wrap {
  background: #fff;
  border-radius: 15px;
  padding: 60px 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .entry-gray .white-wrap {
    padding: 40px 30px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .entry-gray .white-wrap {
    padding: 30px 20px;
    margin-bottom: 50px;
  }
}
.entry-gray .white-wrap .white-sub {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .entry-gray .white-wrap .white-sub {
    font-size: 28px;
    margin-bottom: 25px;
    padding: 0 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .entry-gray .white-wrap .white-sub {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0 10px;
    line-height: 1.8;
  }
}
.entry-gray .white-wrap .white-right {
  text-align: right;
  line-height: 1;
  margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
  .entry-gray .white-wrap .white-right {
    font-size: 15px;
  }
}
.entry-gray .white-wrap .white-item {
  margin-bottom: 70px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .entry-gray .white-wrap .white-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .entry-gray .white-wrap .white-item {
    margin-bottom: 30px;
  }
}
.entry-gray .white-wrap .white-item:last-child {
  margin-bottom: 0;
}
.entry-gray .white-wrap .white-item .white-top {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  color: #1374CA;
  border-bottom: 1px solid #1374CA;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .entry-gray .white-wrap .white-item .white-top {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .entry-gray .white-wrap .white-item .white-top {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.entry-gray .white-wrap .white-item .white-item__block {
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .entry-gray .white-wrap .white-item .white-item__block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .entry-gray .white-wrap .white-item .white-item__block {
    margin-bottom: 30px;
  }
}
.entry-gray .white-wrap .white-item .white-item__block:last-child {
  margin-bottom: 0;
}
.entry-gray .white-wrap .white-item .white-item__block p.white-bold {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 23px;
  font-weight: 700;
  line-height: 2.82;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .entry-gray .white-wrap .white-item .white-item__block p.white-bold {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .entry-gray .white-wrap .white-item .white-item__block p.white-bold {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .entry-gray .white-wrap .white-item .white-item__block p.white-text {
    font-size: 15px;
    line-height: 2;
  }
}
.entry-gray .white-wrap .white-item .white-item__block p.white-text.--indent {
  position: relative;
  padding-left: 3rem;
}
.entry-gray .white-wrap .white-item .white-item__block p.white-text.--indent .indent-block {
  position: absolute;
  left: 0;
  top: 0;
}
.entry-gray .white-wrap .white-item .white-item__block p.white-text span.block {
  display: inline-block;
}
.entry-gray .white-wrap .white-item .white-item__block p.white-text span.small {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}
.entry-gray .white-wrap .white-item .white-item__block p.white-link {
  color: #1374CA;
  text-decoration: underline;
  display: block;
  margin-top: 5px;
  font-weight: 500;
}

.entry-sub {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .entry-sub {
    font-size: 28px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .entry-sub {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.flow-entry {
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 60px 16% 10px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .flow-entry {
    padding: 50px 10% 10px;
  }
}
@media screen and (max-width: 768px) {
  .flow-entry {
    padding: 30px 8% 20px;
  }
}
.flow-entry .flow-list__wrap {
  background: url("../img/common/img_flow.svg") no-repeat top right/41% auto;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .flow-entry .flow-list__wrap {
    background-size: 36% auto;
  }
}
@media screen and (max-width: 768px) {
  .flow-entry .flow-list__wrap {
    background: none;
  }
}
.flow-entry .flow-list__wrap .flow-list {
  margin-bottom: 50px;
  counter-reset: listnum;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .flow-entry .flow-list__wrap .flow-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .flow-entry .flow-list__wrap .flow-list {
    width: 100%;
    margin-bottom: 0;
  }
}
.flow-entry .flow-list__wrap .flow-list .flow-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 50px;
  padding: 10px 0 0 74px;
  min-height: 54px;
  width: 55%;
}
.flow-entry .flow-list__wrap .flow-list .flow-list__item:last-child {
  width: 100%;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .flow-entry .flow-list__wrap .flow-list .flow-list__item {
    width: 65%;
    padding: 10px 0 0 64px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .flow-entry .flow-list__wrap .flow-list .flow-list__item {
    width: 100%;
    padding: 10px 0 0 54px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.flow-entry .flow-list__wrap .flow-list .flow-list__item p {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.0025em;
  line-height: 1.2;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .flow-entry .flow-list__wrap .flow-list .flow-list__item p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .flow-entry .flow-list__wrap .flow-list .flow-list__item p {
    font-size: 18px;
  }
}
.flow-entry .flow-list__wrap .flow-list .flow-list__item p span {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.77;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .flow-entry .flow-list__wrap .flow-list .flow-list__item p span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .flow-entry .flow-list__wrap .flow-list .flow-list__item p span {
    font-size: 15px;
  }
}
.flow-entry .flow-list__wrap .flow-list .flow-list__item p:last-child {
  margin-bottom: 0;
}
.flow-entry .flow-list__wrap .flow-list .flow-list__item p:before {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1374CA;
  counter-increment: listnum;
  content: counter(listnum);
  background-color: #1374CA;
  color: #fff;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .flow-entry .flow-list__wrap .flow-list .flow-list__item p:before {
    width: 48px;
    height: 48px;
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .flow-entry .flow-list__wrap .flow-list .flow-list__item p:before {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .flow-entry .flow-text {
    line-height: 1.8;
  }
}

.flow-chart {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 0 5.4% 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .flow-chart {
    margin-bottom: 60px;
    padding: 0 5.4% 50px;
  }
}
@media screen and (max-width: 768px) {
  .flow-chart {
    margin-bottom: 50px;
    padding: 0 25px 30px;
  }
}
.flow-chart .flow-chart__block {
  width: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  .flow-chart .flow-chart__block {
    width: calc(50% - 10px);
  }
}
.flow-chart .flow-chart__block .flow-chart__top {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 23px;
  font-weight: 700;
  line-height: 2.8;
  color: #1374CA;
  border-bottom: 1px solid #1374CA;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .flow-chart .flow-chart__block .flow-chart__top {
    font-size: 20px;
    line-height: 2.3;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .flow-chart .flow-chart__block .flow-chart__top {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 20px;
  }
}
.flow-chart .flow-chart__list li {
  position: relative;
  height: 110px;
  background: url("../img/entry/icon_arrow_bottom.svg") no-repeat bottom 10px center/30px auto;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .flow-chart .flow-chart__list li {
    height: 100px;
    background: url("../img/entry/icon_arrow_bottom.svg") no-repeat bottom 13px center/25px auto;
  }
}
@media screen and (max-width: 768px) {
  .flow-chart .flow-chart__list li {
    height: 80px;
    background: url("../img/entry/icon_arrow_bottom.svg") no-repeat bottom 10px center/20px auto;
  }
}
.flow-chart .flow-chart__list li:last-child {
  height: 60px;
  background: none;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .flow-chart .flow-chart__list li:last-child {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .flow-chart .flow-chart__list li:last-child {
    height: 40px;
  }
}
.flow-chart .flow-chart__list li p {
  border: 1px solid #1374CA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.0025em;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .flow-chart .flow-chart__list li p {
    height: 50px;
    font-size: 17px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 768px) {
  .flow-chart .flow-chart__list li p {
    font-size: 16px;
    height: 40px;
    border-radius: 20px;
  }
}

.faq__btn .btn {
  margin: 0 auto;
}