@charset "UTF-8";
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol,
ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #2f78c4;
  border: 0;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #4fa8f4;
  text-decoration: underline;
}

sup {
  font-size: 0.6em;
  vertical-align: super;
  position: relative;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#nikkei-header {
  border-bottom: 1px solid #666 !important;
  position: relative;
  z-index: 1;
}

body {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #000;
  background-color: #eff4f8;
}

.kv_block {
  position: relative;
  background-color: #eef1f7;
}
.kv_block .kv_photo {
  text-align: center;
  width: 100%;
  height: min(68vw, 680px);
}
@media screen and (max-width: 640px) {
  .kv_block .kv_photo {
    height: 89vw;
  }
}
.kv_block .kv_photo img {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.kv_block .title_block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.kv_block .title_block .title_block_inner {
  max-width: 996px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .kv_block .title_block .title_block_inner {
    position: relative;
    height: 89vw;
  }
}
.kv_block .title_block .title_block_inner .teikyo {
  padding: clamp(8px, 1.4vw, 14px) 10px 0;
  font-size: clamp(14px, 1.6vw, 16px);
  text-align: right;
  font-weight: 700;
}
.kv_block .title_block .title_block_inner .sub_title {
  margin-top: min(3vw, 30px);
  font-size: min(3.2vw, 32px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .kv_block .title_block .title_block_inner .sub_title {
    font-size: min(5vw, 32px);
  }
}
.kv_block .title_block .title_block_inner .sub_title span {
  color: #0061FF;
}
@media screen and (max-width: 640px) {
  .kv_block .title_block .title_block_inner .sub_title span {
    display: block;
  }
}
.kv_block .title_block .title_block_inner .main_title {
  margin-top: clamp(10px, 1.5vw, 15px);
  font-size: min(6.5vw, 65px);
  font-weight: 900;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
.kv_block .title_block .title_block_inner .main_title small {
  font-size: 0.85em;
  padding-right: 5px;
}
.kv_block .title_block .kv_profile {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: min(4vw, 40px);
}
@media screen and (max-width: 640px) {
  .kv_block .title_block .kv_profile {
    bottom: 0;
  }
}
.kv_block .title_block .kv_profile_fb {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(3vw, 30px);
}
.kv_block .title_block .kv_profile_item {
  text-align: left;
  padding: 15px 15px 10px;
  color: #fff;
  background-color: rgba(45, 45, 45, 0.7);
}
@media screen and (max-width: 640px) {
  .kv_block .title_block .kv_profile_item {
    padding: 5px;
  }
}
.kv_block .title_block .pt1 {
  font-size: clamp(13px, 2.4vw, 24px);
}
.kv_block .title_block .pt2 {
  margin-top: min(1vw, 10px);
  font-size: clamp(10px, 1.6vw, 16px);
  font-weight: 400;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.lead {
  padding: clamp(20px, 4vw, 60px) clamp(20px, 4vw, 40px);
  color: #fff;
  background-color: #2f78c4;
  background-image: linear-gradient(135deg, rgb(45, 117, 232), rgb(1, 88, 232));
}
.lead .lead_inner {
  max-width: 880px;
  margin: 0 auto;
  line-height: 2;
  font-size: clamp(16px, 2.3vw, 20px);
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media screen and (max-width: 640px) {
  .lead .lead_inner {
    line-height: 1.8;
  }
}

.bgimg {
  background-image: url(../images/bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section_block {
  padding: clamp(40px, 8vw, 80px) clamp(20px, 4vw, 40px);
}
@media screen and (max-width: 739px) {
  .section_block {
    padding: clamp(40px, 8vw, 80px) clamp(20px, 4vw, 40px) 0;
  }
}

.wrapper {
  max-width: 996px;
  margin: 0 auto;
}

.heading {
  font-size: clamp(20px, 4.5vw, 45px);
  font-weight: 700;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  background-image: url(../images/bar.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: clamp(40px, 7vw, 70px) auto;
  padding-bottom: clamp(20px, 3vw, 30px);
  margin-bottom: min(5vw, 50px);
}
.heading span {
  display: inline-block;
}

.txt {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.8;
}
.txt span {
  font-weight: 700;
  color: #0061FF;
}

.txt + .txt {
  margin-top: 1.5em;
}

.fb + .txt {
  margin-top: 2em;
}

.fb {
  margin-top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
}
@media screen and (max-width: 739px) {
  .fb {
    display: block;
  }
}
.fb .fb_item1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fb .fb_item2 {
  margin-top: 8px;
  width: min(32vw, 420px);
}
@media screen and (max-width: 739px) {
  .fb .fb_item2 {
    max-width: 300px;
    width: 100%;
    margin: 25px auto;
  }
}

.person {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 7px;
  overflow: hidden;
}
.person figcaption {
  padding: clamp(8px, 2vw, 20px);
  color: #fff;
  background-color: #0061FF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(45, 117, 232)), to(rgb(1, 88, 232)));
  background-image: linear-gradient(180deg, rgb(45, 117, 232), rgb(1, 88, 232));
}
@media screen and (max-width: 739px) {
  .person figcaption {
    padding: 16px;
  }
}
.person figcaption .pt1 {
  font-size: clamp(14px, 2.4vw, 24px);
}
@media screen and (max-width: 739px) {
  .person figcaption .pt1 {
    font-size: 18px;
  }
}
.person figcaption .pt1 small {
  font-size: 0.7em;
}
.person figcaption .pt2 {
  margin-top: 14px;
  font-size: clamp(12px, 1.6vw, 16px);
  line-height: 1.5;
}
@media screen and (max-width: 739px) {
  .person figcaption .pt2 {
    font-size: 13px;
  }
}

@media screen and (max-width: 739px) {
  .photo_wide {
    margin-top: 40px;
  }
}
.photo_wide .photo_wide_inner {
  text-align: center;
  height: 560px;
}
@media screen and (max-width: 1180px) {
  .photo_wide .photo_wide_inner {
    height: 40vw;
  }
}
.photo_wide .photo_wide_inner img {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.logo_block {
  padding: clamp(30px, 13vw, 80px) clamp(30px, 10vw, 80px);
  text-align: center;
  background-color: #fff;
}

.link_block {
  text-align: center;
  padding: clamp(40px, 8vw, 80px) clamp(20px, 4vw, 40px);
  background-color: #0061FF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(45, 117, 232)), to(rgb(1, 88, 232)));
  background-image: linear-gradient(180deg, rgb(45, 117, 232), rgb(1, 88, 232));
}
.link_block h2 {
  font-size: clamp(20px, 3.5vw, 35px);
  font-weight: 700;
  color: #fff;
  padding-bottom: min(2vw, 20px);
}
.link_block ul {
  max-width: 600px;
  margin: 0 auto;
}
.link_block li {
  margin-top: 20px;
}
.link_block a {
  display: block;
  background-color: #FE5433;
  background-image: -webkit-gradient(linear, left top, right top, from(#fe7b4b), to(#fe5433));
  background-image: linear-gradient(90deg, #fe7b4b, #fe5433);
  border-radius: 100px;
  padding: clamp(8px, 1.5vw, 15px) clamp(30px, 4vw, 40px);
  line-height: 1.5;
  font-size: clamp(16px, 2.2vw, 20px);
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .link_block a:hover {
    -webkit-box-shadow: 0px 0px 10px rgb(255, 255, 255);
            box-shadow: 0px 0px 10px rgb(255, 255, 255);
  }
}

/* 続きを読む */
.next {
  padding: 220px 0px 30px;
  margin-top: -220px;
  text-align: center;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(55%, #eff4f8), to(rgba(239, 244, 248, 0)));
  background-image: linear-gradient(0deg, #eff4f8 55%, rgba(239, 244, 248, 0));
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .next {
    margin-top: -200px;
    padding: 160px 0px 60px;
  }
}

.next-lead {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  padding-top: 50px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .next-lead {
    font-size: 20px;
  }
}
.next-lead span {
  display: inline-block;
}

.next-btn a {
  display: block;
  max-width: 500px;
  margin: 0 auto 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2px;
  padding: 15px 20px;
  border-radius: 10px;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 24px;
  background-color: #FA1F0A;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 960px) {
  .next-btn a {
    font-size: 24px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .next-btn a {
    font-size: 20px;
    padding: 10px 20px;
    background-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .next-btn a:hover {
    text-decoration: none;
    background-color: #ff8420;
    background-position: right 35px center;
  }
}

.next-note {
  font-size: 18px;
  font-weight: 700;
  color: #525252;
}
@media screen and (max-width: 767px) {
  .next-note {
    font-size: 16px;
  }
}

#scroll_top {
  opacity: 0;
  position: fixed;
  z-index: 20;
  right: 15px;
  bottom: -30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#scroll_top span {
  display: block;
  width: 40px;
  height: 40px;
  color: #000;
  border: solid 1px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  #scroll_top span {
    border-radius: 50px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #scroll_top span:hover {
    background-color: rgb(255, 255, 255);
  }
}
#scroll_top span img {
  margin-top: 15px;
}
#scroll_top[data-js-scroll=true] {
  opacity: 1;
  bottom: 15px;
}