
.top-v {
  margin-top: 10px;
  margin-bottom: 60px;
  padding:0 12px;
}
.top-v .inn {
  position: relative;
  z-index: 2;
  /*max-width: 1246px;*/
  margin:auto;
}
.top-v .inn.d-none {
  max-width: 1326px;
  padding:0 40px;
}
.top-v .vr-cont {
  position: absolute;
  z-index: 3;
  right: 40px;
  top:0;
  /*width: 40.5%;*/
  width: 38%;
  height: 100%;
  padding:0 20px;
}
.adv-entry {
  position: absolute;
  max-width: 465px;
  z-index: 4;
  right: 0;
  left: 0;
  /*margin:auto;*/
  bottom: 31%;
  width: auto;
  margin:0 20px;
}
.adv-entry .btn-entry,
.btm-entry-l .btn-entry {
  position: relative;
  z-index: 5;
  display: block;
  background: #B94947;
  border-radius: 12px;
  color:#fff;
  font-weight: bold;
  text-align: center;
  padding:18px;
  padding-right: 52px;
  width: 100%;
  max-width: 465px;
  box-shadow: 3px 3px #8E2523;
  transition: unset;
}
.adv-entry .btn-entry:hover,
.btm-entry-l .btn-entry:hover {
  text-decoration: none;
  bottom: -3px;
  right: -3px;
  box-shadow: unset;
  transition: unset;
}
.adv-entry .btn-entry:hover:before,
.btm-entry-l .btn-entry:hover:before {
  bottom: 0;
  right: 0;
}
.adv-entry .btn-entry span,
.btm-entry-l .btn-entry span {
  display: block;
}
.adv-entry .btn-entry .t,
.btm-entry-l .btn-entry .t {
  position: relative;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 8px;
}
.adv-entry .btn-entry .t:after,
.vr-cont .btn-flow:after,
.detail-l .btn-flow:after,
.btm-entry-l .btn-entry .t:after {
  content:"";
  position: absolute;
  background-image: url(../img/common/arrow-03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  top:4px;
  left: auto;
  right: -16px;
  width: 52px;
  height: 37px;
}
.adv-entry .btn-entry .t .sm,
.btm-entry-l .btn-entry .t .sm {
  font-size: 22px;
  display: inline-block;
}
.adv-entry .btn-entry .st,
.btm-entry-l .btn-entry .st {
  font-size: 12px;
  line-height: 16px;
}
.vr-cont .ent-flow {
  position: absolute;
  left: 0;
  right: 0;
  /*margin:auto;*/
  bottom: 5%;
  max-width: 465px;
  width: auto;
  margin:0 20px;
}
.vr-cont .btn-flow,
.detail-l .btn-flow {
  position: relative;
  background: #D8EEF7;
  color:#324B93;
  font-size: 20px;
  line-height: 30px;
  padding:12px;
  padding-right: 26px;
  text-align: center;
  font-weight: bold;
  border-radius: 12px;
  width: 100%;
  max-width: 465px;
  box-shadow: 3px 3px #8CBFE8;
  transition: unset;
}
.vr-cont .btn-flow:after,
.detail-l .btn-flow:after {
  width: 36px;
  height: 26px;
  top:50%;
  transform: translateY(-50%);
  right: 12%;
  background-image: url(../img/common/arrow-02.svg);
}
.vr-cont .btn-flow:hover,
.detail-l .btn-flow:hover {
  text-decoration: none;
  bottom: -3px;
  right: -3px;
  box-shadow: unset;
  transition: unset;
}
.bg-town {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/common/bg-town.svg);
}
.sec-news {
  min-height: 460px;

  padding: 0 0 110px;
  background-size: 140%;
  background-position: bottom;
}
.sec-news .w-box {
  max-width: 1200px;
  margin:auto;
  border-radius: 35px;
  background: rgba(255, 255, 255, .85);
  padding:35px 60px;
}

.news-list .news-item {
  margin-bottom: 22px;
}
.news-list .news-item:last-child {
  margin-bottom: 6px;
}
.news-item .col-da-ta>div {
  display: inline-block;
}
.col-da-ta .date {
  margin-right: 25px;
}
.col-da-ta .cate {
  color:#fff;
  font-size: 12px;
  line-height: 14px;
  padding:2px 10px;
  text-align: center;
  background: #535353;
  border-radius: 3px;
  min-width: 90px;
}
.news-item .col-tt {
  padding-left: 0;
  margin-left: -10px;
}
.sec-news .list-l,
.sec-qa .list-l {
  text-align: right;
}
.sec-news .list-l .btn,
.sec-news .list-l .btn:visited,
.sec-qa .list-l .btn,
.sec-qa .list-l .btn:visited {
  position: relative;
  display: inline-block;
  border-radius: 12px;
  background: #324B93;
  color:#fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  padding:4px 14px 4px 30px;
  text-decoration: none;
}
.sec-news .list-l .btn:after,
.sec-qa .list-l .btn:after {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/common/arrow-right-white.svg);
  width: 10px;
  height: 14px;
}
.sec-news .list-l .btn:hover,
.sec-qa .list-l .btn:hover {
  text-decoration: none;
  background: #484848;
  color:#fff;
}


main h2 {
  color:#324B93;
  font-size: 32px;
  line-height: 46px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.sec-about {
  padding:90px 0;
}
.sec-about h2 {
  margin-bottom: 80px;
}
.sec-about .ab-video {
  margin-bottom: 80px;
  position: relative;
}

.ab-video .inn-v {
  position: relative;
  width: 100%;
  padding-top: 56.3%;
  margin: 0 auto;
}
.ab-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.row-desc figure {
  margin-top: 60px;
}
.row-desc .ab-desc {
  margin-left: 10px;
}
.ab-desc .t {
  position: relative;
  font-weight: bold;
  color:#324B93;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 75px;
}
.ab-desc .t:after {
  content:"";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/common/arrow-wave.svg);
  width: 296px;
  height: 26px;
  left: 0;
  bottom: -46px;
}
.ab-desc .txt {
  line-height: 32px;
}
.sec-merit {
  padding-bottom: 60px;
}
.sec-merit h2 {
  position: relative;
  z-index: 2;
  background: #fff;
  text-align: center;
  width: 100%;
  max-width: 540px;
  margin:0 auto 25px;
}
.sec-merit h2 span {
  font-size: 45px;
  line-height: 48px;
}
.sec-merit .mr-border {
  position: relative;
  padding-bottom: 50px;
}
.sec-merit .mr-border:before {
  content:"";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 118%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/index/frame-merit.svg);
}
.sec-merit .mr-items {
  max-width: 680px;
  margin:auto;
}
.sec-merit .row-mr {
  margin:0 -50px;
}
.sec-merit .row-mr>div {
  padding:0 50px;
}
.sec-merit .row-mr:first-child {
  margin-bottom: 20px;
}
.sec-merit .m-box {
  text-align: center;
}
.sec-merit .m-box .n {
  font-weight: 600;
  color:#324B93;
  font-size: 18px;
  margin-top: 10px;
}

.sec-ov {
  padding:60px 0;
}
.sec-ov .desc,
.sec-payreq .desc,
.sec-entry-flow .desc,
.sec-qa .desc {
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 50px;
}
.sec-ov .row-ov {
  margin:0 -20px;
}
.row-ov>div {
  padding:0 20px;
}
.ov-cont .ic {
  min-width: 168px;
  margin-right: 14px;
}
.ov-cont .cont .t {
  color:#324B93;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ov-cont .cont .st {
  font-size: 18px;
  margin-bottom: 24px;
}
.sec-payreq {
  padding:20px 0 230px;
  background-size: 140%;
  background-position: bottom;
}
.sec-payreq .blue-box {
  position: relative;
  max-width: 960px;
  margin:auto;
  border-radius: 30px;
  background: rgb(222 238 251 / 90%);
  padding:44px 75px;
  font-weight: bold;
}
.sec-payreq ol {
  padding-left: 20px;
}
.sec-payreq ol li {
  margin-bottom: 15px;
}
.sec-payreq ol li::marker {
  color:#324B93;
}
.sec-payreq .note {
  font-size: 13px;
  line-height: 24px;
}
.sec-payreq .note a,
.sec-payreq .note a:visited {
  color:#324B93;
  text-decoration: none;
}
.sec-payreq .note a:hover {
  color:#8CBFE8;
  text-decoration: underline;
}

.sec-entry-flow {
  padding:120px 0;
}
.sec-entry-flow .flow-chart {
  max-width: 840px;
  margin:auto;
}
.sec-entry-flow .detail-l {
  margin-top: 40px;
  text-align: center;
}
.sec-entry-flow .detail-l .inn {
  position: relative;
}
.sec-entry-flow .detail-l .inn>* {
  display: inline-block;
}
.sec-entry-flow .btn-flow {
  margin-right: 50px;
}
.sec-entry-flow .entry-period {
  margin:50px auto 0;
  color:#324B93;
  font-weight: bold;
}
.entry-period .p-line {
  font-size: 24px;
  line-height: 34px;
}
.entry-period .p-line>* {
  display: inline-block;
}
.entry-period .p-line:first-child {
  margin-bottom: 40px;
}
.entry-period .tag {
  border:2px solid #324B93;
  border-radius: 8px;
  padding:2px 18px;
  font-weight: 500;
  margin-right: 14px;
}
.entry-period .p-txt .bn {
  font-size: 44px;
}
.entry-period .p-txt .bw {
  display: inline-block;
  color:#fff;
  padding:1px 5px;
  background: #324B93;
  border-radius: 8px;
  margin:0 3px;
}

.sec-qa {
  padding:100px 0;
  background: #EAF5FA;
}
.sec-qa .qa-cont {
  max-width: 920px;
  margin:auto;
}
.qa-item {
  margin-bottom: 40px;
}
.qa-item .q {
  position: relative;
  padding-left: 40px;
  color:#324B93;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 14px;
}
.qa-item .q:before {
  content:"";
  position: absolute;
  left: 0;
  top:0;
}
.qa-item.q1 .q:before {
  content:"Q1.";
}
.qa-item.q2 .q:before {
  content:"Q2.";
}
.qa-item.q3 .q:before {
  content:"Q3.";
}

.qa-item .a {
  padding:24px 30px;
  background: #fff;
  border-radius: 10px;
  margin-left: 30px;
  line-height: 30px;
}

.sec-entry-btn {
  padding:80px 0;
}

.btm-entry-l {
  text-align: center;
}
.btm-entry-l .btn-entry {
  display: inline-block;
}

@media (max-width: 1199px) {
  .top-v {
    margin-left: auto;
    margin-right: auto;
    max-width:960px;
  }
  .top-v .inn.d-none {
    padding:0px;
  }
  .top-v .vr-cont {
    width: 40.5%;
    right: 0;
  }
  .adv-entry,
  .vr-cont .ent-flow {
    margin:0 14px;
  }
  .adv-entry .btn-entry {
    padding:12px;
    padding-right: 40px;
  }
  .adv-entry .btn-entry .t {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 4px;
  }
  .adv-entry .btn-entry .t .sm {
    font-size: 18px;
  }
  .adv-entry .btn-entry .t:after {
    width: 44px;
    height: 32px;
  }
  .vr-cont .ent-flow {
    bottom: 4%;
  }
  
  .sec-news .w-box {
    padding:30px;
  }
  .news-item .col-tt {
    padding-left: 12px;
    margin-left: 0;
  }
  .sec-merit h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .sec-merit .m-box .n {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
  }
  .sec-merit .row-mr:first-child {
    margin-bottom: 15px;
  }
  .sec-payreq {
    padding-bottom: 140px;
  }
  .entry-period .tag {
    margin-bottom: 10px;
  }

}
@media (max-width: 992px) {
  .top-v {
    max-width: 720px;
  }
  .top-v .vr-cont {
    padding:0 10px;
  }
  .adv-entry,
  .vr-cont .ent-flow {
    margin:0 10px;
  }
  .vr-cont .ent-flow {
    bottom: 3%;
  }
  .adv-entry .btn-entry {
    padding: 8px;
    padding-right: 40px;
  }
  .adv-entry .btn-entry .t {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 2px;
  }
  .adv-entry .btn-entry .t:after {
    width: 36px;
    height: 27px;
    right:-24px;
  }
  .adv-entry .btn-entry .t .sm {
    font-size: 15px;
  }
  .adv-entry .btn-entry .st {
    font-size: 11px;
    line-height: 14px;
  }
  .vr-cont .btn-flow {
    font-size: 18px;
    line-height: 28px;
    padding: 8px;
    padding-right: 40px;
  }
  .vr-cont .btn-flow:after {
    right: 8%;
  }
  main h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .sec-merit .m-box img {
    max-width: 100px;
  }
  .row-ov>div:first-child {
    margin-bottom: 20px;
  }
  .sec-payreq .blue-box {
    padding:30px 50px;
  }
  .entry-period .p-line {
    font-size: 22px;
    line-height: 32px;
  }
  .entry-period .p-txt .bn {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  main h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 28px;
  }
  .top-v .inn {
    text-align: center;
  }
  .top-v .tm1 , .top-v .tm2 img {
    width: 100%;
  }
  .top-v .tm2 {
    position: relative;
    display: block;
    margin:-10px -12px 0;
  }
  .top-v .vr-cont {
    width: 94%;
    right: 0;
    left: 0;
    margin: auto;
  }
  .adv-entry {
    bottom: 25%;
  }
  .adv-entry .btn-entry {
    padding:12px;
    padding-right:0;
  }
  .vr-cont .btn-flow {
    padding:10px;
    padding-right: 45px;
  }
  .vr-cont .btn-flow:after {
    right: 15%;
  }
  .adv-entry .btn-entry .t, .btm-entry-l .btn-entry .t {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 4px;
  }
  .adv-entry .btn-entry .t {
    padding-right: 40px;
  }
  .adv-entry .btn-entry .t:after {
    right: 12px;
  }



  .sec-news {
    padding-bottom: 40px;
    background-size: 152%;
  }
  .sec-news .w-box {
    border-radius: 30px;
    padding:18px;
  }
  .sec-news .list-l {
    margin-top: 20px;
  }
  .sec-about h2 {
    margin-bottom: 28px;
  }
  .sec-about .ab-video {
    margin-bottom: 40px;
  }
  .row-desc .ab-desc {
    margin-left: 0;
  }
  .ab-desc .t {
    font-size: 18px;
    margin-bottom: 60px;
    text-align: center;
  }
  .ab-desc .t:after {
    background-image: url(../img/common/arrow-wave-sp.svg);
    width: 200px;
    height: 19px;
    left: 0;
    right: 0;
    margin:auto;
    bottom: -33px;
  }
  .ab-desc .sp-img {
    margin-bottom: 28px;
  }

  .sec-merit {
    padding-bottom: 20px;
  }
  .sec-merit h2 {
    font-size: 18px;
    line-height: 28px;
    max-width: 290px;
  }
  .sec-merit h2 span {
    font-size: 26px;
    line-height: 28px;
  }
  .sec-merit .mr-border {
    padding-bottom: 0;
  }
  .sec-merit .mr-border:before {
    content:none;
  }
  .sec-merit .mr-items {
    padding:20px;
  }
  .sec-merit .row-mr {
    justify-content: unset!important;
    margin:0 -10px -20px;
  }
  .sec-merit .row-mr>div {
    padding:0 10px;
    margin-bottom: 20px;
  }
  .sec-merit .row-mr:first-child {
    margin-bottom: 0;
  }
  .sec-merit .m-box img {
    max-width: 140px;
  }

  .sec-ov {
    padding:40px 0;
  }
  .sec-ov .desc, .sec-payreq .desc, .sec-entry-flow .desc {
    text-align: left;
    margin-bottom: 30px;
  }
  .ov-cont {
    flex-wrap: wrap;
  }
  .ov-cont .ic {
    min-width: unset;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .sec-payreq .blue-box {
    padding:25px 18px;
  }
  .sec-payreq {
    padding-bottom: 40px;
    background-size: 152%;
  }
  .sec-entry-flow {
    padding:80px 0;
  }

  .sec-entry-flow .detail-l {
    margin-top: 20px;
  }
  .sec-entry-flow .btn-flow {
    margin-right: 0;
  }
  .detail-l .btn-flow:after {
    right: 5%;
  }
  .detail-l .text-end {
    position: relative;
    padding-right: 20px;
    bottom: -20px;
  }
  .sec-entry-flow .entry-period {
    margin:40px auto 0;
  }
  .entry-period .p-txt .bw {
    margin-bottom: 10px;
  }

  .sec-qa {
    padding: 40px 0;
  }
  .sec-qa .desc {
    margin-bottom: 30px;
  }
  .qa-item .q {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 34px;
  }
  .qa-item .a {
    margin-left: 0;
    padding:16px 18px;
  }

  .sec-qa .list-l {
    margin-top: -10px;
  }

  .sec-entry-btn {
    padding:60px 0;
  }
  .btm-entry-l .btn-entry {
    padding:14px;
  }
  .btm-entry-l .btn-entry .t {
    padding-right: 35px;
  }
  .btm-entry-l .btn-entry .t:after {
    width: 40px;
    height: 28px;
    right: -4px;
  }
}